Skip to content

Commit d462714

Browse files
committed
fixing help file and psd1
1 parent 4548fce commit d462714

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.2.0' })
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '2.3.0' })
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/AnalysisServices/Commands.AnalysisServices/Microsoft.Azure.Commands.AnalysisServices.dll-help.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
150150
</command:parameter>
151151
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
152-
<maml:name>Tags</maml:name>
152+
<maml:name>Tag</maml:name>
153153
<maml:description>
154154
<maml:para>Key-value pairs in the form of a hash table set as tags on the server.</maml:para>
155155
</maml:description>
@@ -228,7 +228,7 @@
228228
<dev:defaultValue></dev:defaultValue>
229229
</command:parameter>
230230
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
231-
<maml:name>Tags</maml:name>
231+
<maml:name>Tag</maml:name>
232232
<maml:description>
233233
<maml:para>Key-value pairs in the form of a hash table set as tags on the server.</maml:para>
234234
</maml:description>
@@ -673,7 +673,7 @@
673673
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
674674
</command:parameter>
675675
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
676-
<maml:name>Tags</maml:name>
676+
<maml:name>Tag</maml:name>
677677
<maml:description>
678678
<maml:para>Key-value pairs in the form of a hash table set as tags on the server.</maml:para>
679679
</maml:description>
@@ -747,7 +747,7 @@
747747
<dev:defaultValue></dev:defaultValue>
748748
</command:parameter>
749749
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
750-
<maml:name>Tags</maml:name>
750+
<maml:name>Tag</maml:name>
751751
<maml:description>
752752
<maml:para>Key-value pairs in the form of a hash table set as tags on the server.</maml:para>
753753
</maml:description>

0 commit comments

Comments
 (0)