Skip to content

Commit 5fb0fea

Browse files
committed
Adding correct module versions to help
1 parent cca624b commit 5fb0fea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/AzureRM.BootStrapper/help/AzureRM.Bootstrapper-help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
<command:examples><command:example><maml:title>Example 1</maml:title>
7777
<dev:code>PS C:\&gt; Get-AzureRmModule -Profile 2017-03-09-profile -Module AzureRM.Storage
7878

79-
1.2.4</dev:code>
80-
<dev:remarks><maml:para>The version of the AzureRM.Storage module that supports profile 2017-03-09-profile is version 1.2.4.
79+
1.0.4.3</dev:code>
80+
<dev:remarks><maml:para>The version of the AzureRM.Storage module that supports profile 2017-03-09-profile is version 1.0.4.3.
8181
</maml:para>
8282
</dev:remarks>
8383
</command:example>

tools/AzureRM.BootStrapper/help/Get-AzureRmModule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Returns the versions of an AzureRM module that support a given profile.
2323
```
2424
PS C:\> Get-AzureRmModule -Profile 2017-03-09-profile -Module AzureRM.Storage
2525
26-
1.2.4
26+
1.0.4.3
2727
```
2828

29-
The version of the AzureRM.Storage module that supports profile 2017-03-09-profile is version 1.2.4.
29+
The version of the AzureRM.Storage module that supports profile 2017-03-09-profile is version 1.0.4.3.
3030

3131
## PARAMETERS
3232

0 commit comments

Comments
 (0)