Skip to content

Commit d747aa6

Browse files
committed
recapture all test Scenario Records and add Additional Examples
1 parent 5931c5e commit d747aa6

24 files changed

+8874
-9703
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-help.Help.pshproj

Lines changed: 58 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,12 @@ Imported API</ReturnTypeDescription>
17521752
<Description>Import Wsdl Api</Description>
17531753
<Output />
17541754
</Example>
1755+
<Example>
1756+
<Name>Example 5</Name>
1757+
<Cmd>Import-AzureRmApiManagementApi –Context $apimContext –SpecificationFormat 'Wsdl' –SpecificationPath 'C:\contoso\specifications\weather.wsdl' –Path 'apis' -WsdlServiceName 'Weather' -WsdlEndpointName 'WeatherSoap' -ApiType Soap</Cmd>
1758+
<Description />
1759+
<Output />
1760+
</Example>
17551761
</Examples>
17561762
<RelatedLinks />
17571763
<SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
@@ -7928,10 +7934,10 @@ OpenId Connect Provider.</Description>
79287934
<ReturnTypeDescription />
79297935
</GeneralHelp>
79307936
<ParamSets>
7931-
<CommandParameterSetInfo2 Name="__AllParameterSets" Params="Context Type ClientId ClientSecret AllowedTenants Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
7937+
<CommandParameterSetInfo2 Name="__AllParameterSets" Params="Context Type ClientId ClientSecret AllowedTenants Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable WhatIf Confirm" />
79327938
</ParamSets>
79337939
<Syntax>
7934-
<string>New-AzureRmApiManagementIdentityProvider -Context &lt;PsApiManagementContext&gt; -Type &lt;PsApiManagementIdentityProviderType&gt; -ClientId &lt;String&gt; -ClientSecret &lt;String&gt; [-AllowedTenants &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
7940+
<string>New-AzureRmApiManagementIdentityProvider -Context &lt;PsApiManagementContext&gt; -Type &lt;PsApiManagementIdentityProviderType&gt; -ClientId &lt;String&gt; -ClientSecret &lt;String&gt; [-AllowedTenants &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;] [-WhatIf] [-Confirm]</string>
79357941
</Syntax>
79367942
<Parameters>
79377943
<ParameterDescription type="PsApiManagementContext" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
@@ -8007,6 +8013,30 @@ OpenId Connect Provider.</Description>
80078013
<Description />
80088014
<DefaultValue />
80098015
</ParameterDescription>
8016+
<ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
8017+
<Name>WhatIf</Name>
8018+
<Attributes>
8019+
<string>System.Management.Automation.AliasAttribute</string>
8020+
<string>System.Management.Automation.ParameterAttribute</string>
8021+
</Attributes>
8022+
<Aliases>
8023+
<string>wi</string>
8024+
</Aliases>
8025+
<Description />
8026+
<DefaultValue />
8027+
</ParameterDescription>
8028+
<ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
8029+
<Name>Confirm</Name>
8030+
<Attributes>
8031+
<string>System.Management.Automation.AliasAttribute</string>
8032+
<string>System.Management.Automation.ParameterAttribute</string>
8033+
</Attributes>
8034+
<Aliases>
8035+
<string>cf</string>
8036+
</Aliases>
8037+
<Description />
8038+
<DefaultValue />
8039+
</ParameterDescription>
80108040
</Parameters>
80118041
<Examples>
80128042
<Example>
@@ -8145,10 +8175,10 @@ OpenId Connect Provider.</Description>
81458175
<ReturnTypeDescription />
81468176
</GeneralHelp>
81478177
<ParamSets>
8148-
<CommandParameterSetInfo2 Name="__AllParameterSets" Params="Context Type ClientId ClientSecret AllowedTenants PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
8178+
<CommandParameterSetInfo2 Name="__AllParameterSets" Params="Context Type ClientId ClientSecret AllowedTenants PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable WhatIf Confirm" />
81498179
</ParamSets>
81508180
<Syntax>
8151-
<string>Set-AzureRmApiManagementIdentityProvider -Context &lt;PsApiManagementContext&gt; -Type &lt;PsApiManagementIdentityProviderType&gt; [-ClientId &lt;String&gt;] [-ClientSecret &lt;String&gt;] [-AllowedTenants &lt;String[]&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
8181+
<string>Set-AzureRmApiManagementIdentityProvider -Context &lt;PsApiManagementContext&gt; -Type &lt;PsApiManagementIdentityProviderType&gt; [-ClientId &lt;String&gt;] [-ClientSecret &lt;String&gt;] [-AllowedTenants &lt;String[]&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;] [-WhatIf] [-Confirm]</string>
81528182
</Syntax>
81538183
<Parameters>
81548184
<ParameterDescription type="PsApiManagementContext" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
@@ -8232,6 +8262,30 @@ OpenId Connect Provider.</Description>
82328262
<Description />
82338263
<DefaultValue />
82348264
</ParameterDescription>
8265+
<ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
8266+
<Name>WhatIf</Name>
8267+
<Attributes>
8268+
<string>System.Management.Automation.AliasAttribute</string>
8269+
<string>System.Management.Automation.ParameterAttribute</string>
8270+
</Attributes>
8271+
<Aliases>
8272+
<string>wi</string>
8273+
</Aliases>
8274+
<Description />
8275+
<DefaultValue />
8276+
</ParameterDescription>
8277+
<ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
8278+
<Name>Confirm</Name>
8279+
<Attributes>
8280+
<string>System.Management.Automation.AliasAttribute</string>
8281+
<string>System.Management.Automation.ParameterAttribute</string>
8282+
</Attributes>
8283+
<Aliases>
8284+
<string>cf</string>
8285+
</Aliases>
8286+
<Description />
8287+
<DefaultValue />
8288+
</ParameterDescription>
82358289
</Parameters>
82368290
<Examples />
82378291
<RelatedLinks />

src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-help.xml

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4413,6 +4413,26 @@ Imported API</maml:para>
44134413
</command:commandLine>
44144414
</command:commandLines>
44154415
</command:example>
4416+
<command:example>
4417+
<maml:title>-------------------------- Example 5 --------------------------</maml:title>
4418+
<maml:introduction>
4419+
<maml:paragraph>PS C:\&gt;</maml:paragraph>
4420+
</maml:introduction>
4421+
<dev:code>Import-AzureRmApiManagementApi –Context $apimContext –SpecificationFormat &apos;Wsdl&apos; –SpecificationPath &apos;C:\contoso\specifications\weather.wsdl&apos; –Path &apos;apis&apos; -WsdlServiceName &apos;Weather&apos; -WsdlEndpointName &apos;WeatherSoap&apos; -ApiType Soap</dev:code>
4422+
<dev:remarks>
4423+
<maml:para />
4424+
<maml:para />
4425+
<maml:para />
4426+
<maml:para></maml:para>
4427+
</dev:remarks>
4428+
<command:commandLines>
4429+
<command:commandLine>
4430+
<command:commandText>
4431+
<maml:para />
4432+
</command:commandText>
4433+
</command:commandLine>
4434+
</command:commandLines>
4435+
</command:example>
44164436
</command:examples>
44174437
<maml:relatedLinks>
44184438
</maml:relatedLinks>
@@ -17256,6 +17276,20 @@ OpenId Connect Provider.</maml:para>
1725617276
</maml:description>
1725717277
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1725817278
</command:parameter>
17279+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17280+
<maml:name>WhatIf</maml:name>
17281+
<maml:description>
17282+
<maml:para />
17283+
</maml:description>
17284+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17285+
</command:parameter>
17286+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17287+
<maml:name>Confirm</maml:name>
17288+
<maml:description>
17289+
<maml:para />
17290+
</maml:description>
17291+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17292+
</command:parameter>
1725917293
</command:syntaxItem>
1726017294
</command:syntax>
1726117295
<command:parameters>
@@ -17343,6 +17377,30 @@ OpenId Connect Provider.</maml:para>
1734317377
</dev:type>
1734417378
<dev:defaultValue></dev:defaultValue>
1734517379
</command:parameter>
17380+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17381+
<maml:name>WhatIf</maml:name>
17382+
<maml:description>
17383+
<maml:para />
17384+
</maml:description>
17385+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17386+
<dev:type>
17387+
<maml:name>SwitchParameter</maml:name>
17388+
<maml:uri/>
17389+
</dev:type>
17390+
<dev:defaultValue></dev:defaultValue>
17391+
</command:parameter>
17392+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17393+
<maml:name>Confirm</maml:name>
17394+
<maml:description>
17395+
<maml:para />
17396+
</maml:description>
17397+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17398+
<dev:type>
17399+
<maml:name>SwitchParameter</maml:name>
17400+
<maml:uri/>
17401+
</dev:type>
17402+
<dev:defaultValue></dev:defaultValue>
17403+
</command:parameter>
1734617404
</command:parameters>
1734717405
<command:inputTypes>
1734817406
<command:inputType>
@@ -17691,6 +17749,20 @@ OpenId Connect Provider.</maml:para>
1769117749
</maml:description>
1769217750
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
1769317751
</command:parameter>
17752+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17753+
<maml:name>WhatIf</maml:name>
17754+
<maml:description>
17755+
<maml:para />
17756+
</maml:description>
17757+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17758+
</command:parameter>
17759+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17760+
<maml:name>Confirm</maml:name>
17761+
<maml:description>
17762+
<maml:para />
17763+
</maml:description>
17764+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17765+
</command:parameter>
1769417766
</command:syntaxItem>
1769517767
</command:syntax>
1769617768
<command:parameters>
@@ -17790,6 +17862,30 @@ OpenId Connect Provider.</maml:para>
1779017862
</dev:type>
1779117863
<dev:defaultValue></dev:defaultValue>
1779217864
</command:parameter>
17865+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17866+
<maml:name>WhatIf</maml:name>
17867+
<maml:description>
17868+
<maml:para />
17869+
</maml:description>
17870+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17871+
<dev:type>
17872+
<maml:name>SwitchParameter</maml:name>
17873+
<maml:uri/>
17874+
</dev:type>
17875+
<dev:defaultValue></dev:defaultValue>
17876+
</command:parameter>
17877+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
17878+
<maml:name>Confirm</maml:name>
17879+
<maml:description>
17880+
<maml:para />
17881+
</maml:description>
17882+
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
17883+
<dev:type>
17884+
<maml:name>SwitchParameter</maml:name>
17885+
<maml:uri/>
17886+
</dev:type>
17887+
<dev:defaultValue></dev:defaultValue>
17888+
</command:parameter>
1779317889
</command:parameters>
1779417890
<command:inputTypes>
1779517891
<command:inputType>

0 commit comments

Comments
 (0)