Skip to content

Commit b98745a

Browse files
committed
update help file
1 parent 3349423 commit b98745a

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

src/ResourceManager/Profile/Commands.Profile/Microsoft.Azure.Commands.Profile.dll-Help.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ TypesToProcess = @()
6060
FormatsToProcess = @()
6161

6262
# Modules to import as nested modules of the module specified in ModuleToProcess
63-
NestedModules = '..\..\Package\Debug\ServiceManagement\Azure\Services\Microsoft.WindowsAzure.Commands.Profile.dll'
63+
NestedModules = '..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Profile\Microsoft.Azure.Commands.Profile.dll'
6464

6565
# Functions to export from this module
6666
FunctionsToExport = '*'

src/ResourceManager/Profile/Commands.Profile/Microsoft.Azure.Commands.Profile.dll-Help.xml

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,13 +1235,6 @@ TenantId: xxxx-xxxx-xxxx-xxxx</maml:para>
12351235
</command:syntaxItem>
12361236
<command:syntaxItem>
12371237
<maml:name>Get-AzureRmSubscription</maml:name>
1238-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
1239-
<maml:name>All</maml:name>
1240-
<maml:description>
1241-
<maml:para>If Provided, lists subscription details for all subscriptions in all tenants authorized for the current account.</maml:para>
1242-
</maml:description>
1243-
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
1244-
</command:parameter>
12451238
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
12461239
<maml:name>InformationAction</maml:name>
12471240
<maml:description>
@@ -1324,19 +1317,6 @@ TenantId: xxxx-xxxx-xxxx-xxxx</maml:para>
13241317
<dev:defaultValue>
13251318
</dev:defaultValue>
13261319
</command:parameter>
1327-
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
1328-
<maml:name>All</maml:name>
1329-
<maml:description>
1330-
<maml:para>If Provided, lists subscription details for all subscriptions in all tenants authorized for the current account.</maml:para>
1331-
</maml:description>
1332-
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
1333-
<dev:type>
1334-
<maml:name>SwitchParameter</maml:name>
1335-
<maml:uri />
1336-
</dev:type>
1337-
<dev:defaultValue>
1338-
</dev:defaultValue>
1339-
</command:parameter>
13401320
</command:parameters>
13411321
<command:inputTypes>
13421322
<command:inputType>
@@ -1384,7 +1364,7 @@ TenantId: xxxx-xxxx-xxxx-xxxx</maml:para>
13841364
<maml:introduction>
13851365
<maml:paragraph>PS C:\&gt;</maml:paragraph>
13861366
</maml:introduction>
1387-
<dev:code>Get-AzureRmSubscription -All</dev:code>
1367+
<dev:code>Get-AzureRmSubscription</dev:code>
13881368
<dev:remarks>
13891369
<maml:para>List all subscriptions in all tenants that are authorized for the current account.</maml:para>
13901370
<maml:para />
@@ -1415,32 +1395,6 @@ Subscription Name: Contoso Subscription 1</maml:para>
14151395
TenantId: xxxx-xxxx-xxxx-xxxx
14161396
Subscription Name: Contoso Subscription 1
14171397

1418-
SubscriptionId: yyyy-yyyy-yyyy-yyyy
1419-
TenantId: xxxx-xxxx-xxxx-xxxx
1420-
Subscription Name: Contoso Subscription 2</maml:para>
1421-
</dev:remarks>
1422-
<command:commandLines>
1423-
<command:commandLine>
1424-
<command:commandText>
1425-
<maml:para />
1426-
</command:commandText>
1427-
</command:commandLine>
1428-
</command:commandLines>
1429-
</command:example>
1430-
<command:example>
1431-
<maml:title>-------------------------- List all subscriptions in the current tenant --------------------------</maml:title>
1432-
<maml:introduction>
1433-
<maml:paragraph>PS C:\&gt;</maml:paragraph>
1434-
</maml:introduction>
1435-
<dev:code>Get-AzureRmSubscription</dev:code>
1436-
<dev:remarks>
1437-
<maml:para>List all subscriptions in the current tenant that are authorized for the given user.</maml:para>
1438-
<maml:para />
1439-
<maml:para />
1440-
<maml:para>SubscriptionId: yyyy-yyyy-yyyy-yyyy
1441-
TenantId: xxxx-xxxx-xxxx-xxxx
1442-
Subscription Name: Contoso Subscription 1
1443-
14441398
SubscriptionId: yyyy-yyyy-yyyy-yyyy
14451399
TenantId: xxxx-xxxx-xxxx-xxxx
14461400
Subscription Name: Contoso Subscription 2</maml:para>

0 commit comments

Comments
 (0)