Skip to content

Commit a42d12d

Browse files
committed
Updating help based on feedback
1 parent 447460a commit a42d12d

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

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

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@
843843
</maml:alertSet>
844844
<command:examples>
845845
<command:example>
846-
<maml:title>-------------------------- GetByType --------------------------</maml:title>
846+
<maml:title>-------------------------- Example 1 GetByType --------------------------</maml:title>
847847
<maml:introduction>
848848
<maml:paragraph>PS C:\&gt;</maml:paragraph>
849849
</maml:introduction>
@@ -863,6 +863,27 @@
863863
</command:commandLine>
864864
</command:commandLines>
865865
</command:example>
866+
<command:example>
867+
<maml:title>-------------------------- Example 2 --------------------------</maml:title>
868+
<maml:introduction>
869+
<maml:paragraph>PS C:\&gt;</maml:paragraph>
870+
</maml:introduction>
871+
<dev:code>Get-AzureRmResource -ResourceId /subscriptions/{subID}/resourceGroups/myRG/providers/Microsoft.Storage/storageAccounts/mystaccount</dev:code>
872+
<dev:remarks>
873+
<maml:para>Gets resource with Id as specified by the fully qualified resourceId. In the above command, replace subId with a valid subscriptionId.</maml:para>
874+
<maml:para />
875+
<maml:para />
876+
<maml:para>
877+
</maml:para>
878+
</dev:remarks>
879+
<command:commandLines>
880+
<command:commandLine>
881+
<command:commandText>
882+
<maml:para />
883+
</command:commandText>
884+
</command:commandLine>
885+
</command:commandLines>
886+
</command:example>
866887
</command:examples>
867888
<maml:relatedLinks>
868889
</maml:relatedLinks>
@@ -1096,7 +1117,7 @@
10961117
</maml:alertSet>
10971118
<command:examples>
10981119
<command:example>
1099-
<maml:title>-------------------------- Example1 --------------------------</maml:title>
1120+
<maml:title>-------------------------- Example 1 --------------------------</maml:title>
11001121
<maml:introduction>
11011122
<maml:paragraph>PS C:\&gt;</maml:paragraph>
11021123
</maml:introduction>
@@ -1117,7 +1138,7 @@
11171138
</command:commandLines>
11181139
</command:example>
11191140
<command:example>
1120-
<maml:title>------- Example2 Get the request and response content for each deployment operation if enabled on new deployment -------</maml:title>
1141+
<maml:title>------- Example 2 -------</maml:title>
11211142
<maml:introduction>
11221143
<maml:paragraph>PS C:\&gt;</maml:paragraph>
11231144
</maml:introduction>
@@ -1767,7 +1788,7 @@
17671788
</maml:alertSet>
17681789
<command:examples>
17691790
<command:example>
1770-
<maml:title>-------------------------- Get1 --------------------------</maml:title>
1791+
<maml:title>-------------------------- Example 1 --------------------------</maml:title>
17711792
<maml:introduction>
17721793
<maml:paragraph>PS C:\&gt;</maml:paragraph>
17731794
</maml:introduction>
@@ -2079,7 +2100,7 @@
20792100
</maml:alertSet>
20802101
<command:examples>
20812102
<command:example>
2082-
<maml:title>-------------------------- Move1 --------------------------</maml:title>
2103+
<maml:title>-------------------------- Example 1 --------------------------</maml:title>
20832104
<maml:introduction>
20842105
<maml:paragraph>PS C:\&gt;</maml:paragraph>
20852106
</maml:introduction>
@@ -3716,7 +3737,7 @@
37163737
</maml:alertSet>
37173738
<command:examples>
37183739
<command:example>
3719-
<maml:title>-------------------------- Example1 --------------------------</maml:title>
3740+
<maml:title>-------------------------- Example 1 --------------------------</maml:title>
37203741
<maml:introduction>
37213742
<maml:paragraph>PS C:\&gt;</maml:paragraph>
37223743
</maml:introduction>

0 commit comments

Comments
 (0)