Skip to content

Commit eadcdf2

Browse files
committed
Removing outputObjectFormat
1 parent 0556b08 commit eadcdf2

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,13 +2392,6 @@
23922392
</maml:description>
23932393
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
23942394
</command:parameter>
2395-
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
2396-
<maml:name>OutputObjectFormat</maml:name>
2397-
<maml:description>
2398-
<maml:para>The output format of the resource properties.</maml:para>
2399-
</maml:description>
2400-
<command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
2401-
</command:parameter>
24022395
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
24032396
<maml:name>ResourceName</maml:name>
24042397
<maml:description>
@@ -2578,19 +2571,6 @@
25782571
<dev:defaultValue>
25792572
</dev:defaultValue>
25802573
</command:parameter>
2581-
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
2582-
<maml:name>OutputObjectFormat</maml:name>
2583-
<maml:description>
2584-
<maml:para>The output format of the resource properties.</maml:para>
2585-
</maml:description>
2586-
<command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
2587-
<dev:type>
2588-
<maml:name>Nullable`1[ResourceObjectFormat]</maml:name>
2589-
<maml:uri />
2590-
</dev:type>
2591-
<dev:defaultValue>
2592-
</dev:defaultValue>
2593-
</command:parameter>
25942574
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
25952575
<maml:name>ResourceId</maml:name>
25962576
<maml:description>
@@ -5370,19 +5350,6 @@
53705350
<dev:defaultValue>
53715351
</dev:defaultValue>
53725352
</command:parameter>
5373-
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
5374-
<maml:name>OutputObjectFormat</maml:name>
5375-
<maml:description>
5376-
<maml:para>The output format of the resource properties.</maml:para>
5377-
</maml:description>
5378-
<command:parameterValue required="true" variableLength="true">Nullable`1[ResourceObjectFormat]</command:parameterValue>
5379-
<dev:type>
5380-
<maml:name>Nullable`1[ResourceObjectFormat]</maml:name>
5381-
<maml:uri />
5382-
</dev:type>
5383-
<dev:defaultValue>
5384-
</dev:defaultValue>
5385-
</command:parameter>
53865353
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
53875354
<maml:name>ResourceId</maml:name>
53885355
<maml:description>
@@ -5641,9 +5608,9 @@
56415608
<maml:paragraph>PS C:\&gt;</maml:paragraph>
56425609
</maml:introduction>
56435610
<dev:code>
5644-
$r = Get-AzureRmResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName mySite -OutputObjectFormat New
5611+
$r = Get-AzureRmResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName mySite
56455612
$r.Properties.Enabled = "False"
5646-
$r | Set-AzureRmResource -Force -OutputObjectFormat New
5613+
$r | Set-AzureRmResource -Force
56475614
</dev:code>
56485615
<dev:remarks>
56495616
<maml:para />
@@ -9731,4 +9698,3 @@ Remove-AzureRmPolicyDefinition -Id $policyDefinition.ResourceId -Force</dev:code
97319698
</command:command>
97329699
</helpItems>
97339700

9734-
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)