Skip to content

Commit aa0e96b

Browse files
committed
Reverting Changes by editor tool
1 parent 6ced3e4 commit aa0e96b

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<helpItems xmlns="http://msh" schema="maml">
33
<!-- Updatable Help Version 2.0.1.0 -->
44
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
@@ -26,7 +26,7 @@
2626
<maml:description>
2727
<maml:para>Specifies the Azure environment. Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment. The default is AzureCloud.</maml:para>
2828
</maml:description>
29-
<command:parameterValue required="false" variableLength="false">AzureEnvironment</command:parameterValue>
29+
<command:parameterValue required="false" variableLength="false">String</command:parameterValue>
3030
</command:parameter>
3131
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="none">
3232
<maml:name>SubscriptionId</maml:name>
@@ -73,7 +73,7 @@
7373
<maml:description>
7474
<maml:para>Specifies the Azure environment. Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment. The default is AzureCloud.</maml:para>
7575
</maml:description>
76-
<command:parameterValue required="false" variableLength="false">AzureEnvironment</command:parameterValue>
76+
<command:parameterValue required="false" variableLength="false">String</command:parameterValue>
7777
</command:parameter>
7878
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="none">
7979
<maml:name>SubscriptionId</maml:name>
@@ -113,7 +113,7 @@
113113
<maml:description>
114114
<maml:para>Specifies the Azure environment. Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment. The default is AzureCloud.</maml:para>
115115
</maml:description>
116-
<command:parameterValue required="false" variableLength="false">AzureEnvironment</command:parameterValue>
116+
<command:parameterValue required="false" variableLength="false">String</command:parameterValue>
117117
</command:parameter>
118118
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="none">
119119
<maml:name>SubscriptionId</maml:name>
@@ -176,9 +176,9 @@
176176
<maml:description>
177177
<maml:para>Specifies the Azure environment. Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment. The default is AzureCloud.</maml:para>
178178
</maml:description>
179-
<command:parameterValue required="false" variableLength="false">AzureEnvironment</command:parameterValue>
179+
<command:parameterValue required="false" variableLength="false">String</command:parameterValue>
180180
<dev:type>
181-
<maml:name>AzureEnvironment</maml:name>
181+
<maml:name>String</maml:name>
182182
<maml:uri />
183183
</dev:type>
184184
<dev:defaultValue>none</dev:defaultValue>

src/ServiceManagement/Profile/Commands.Profile/Microsoft.WindowsAzure.Commands.Profile.dll-Help.xml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<helpItems schema="maml">
33
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
44
<!--Generated by PS Cmdlet Help Editor-->
@@ -1430,7 +1430,8 @@
14301430
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
14311431
<maml:name>Environment</maml:name>
14321432
<maml:description>
1433-
<maml:para>Specifies an Azure environment.An Azure environment an independent deployment of Microsoft Azure, such as AzureCloud for global Azure and AzureChinaCloud for Azure operated by 21Vianet in China. You can also create on-premises Azure environments by using Azure Pack and the WAPack cmdlets. For more information, see Azure Pack (http://www.microsoft.com/en-us/server-cloud/products/windows-azure-pack/default.aspx).</maml:para>
1433+
<maml:para>Specifies the Azure environment. Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment. The default is AzureCloud. This parameter is optional.</maml:para>
1434+
<maml:para>An Azure environment an independent deployment of Microsoft Azure, such as AzureCloud for global Azure, AzureChinaCloud for Azure operated by 21Vianet in China, and AzureUSGoverment for the Azure US Government Cloud. You can also create on-premises Azure environments by using Azure Pack and the WAPack cmdlets. For more information, see Azure Pack. To get the available Azure environments, use the Get-AzureEnvironment cmdlet. To add an environment, use the Add-AzureEnvironment cmdlet.</maml:para>
14341435
</maml:description>
14351436
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
14361437
</command:parameter>
@@ -1461,7 +1462,8 @@
14611462
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
14621463
<maml:name>Environment</maml:name>
14631464
<maml:description>
1464-
<maml:para>Specifies an Azure environment.An Azure environment an independent deployment of Microsoft Azure, such as AzureCloud for global Azure and AzureChinaCloud for Azure operated by 21Vianet in China. You can also create on-premises Azure environments by using Azure Pack and the WAPack cmdlets. For more information, see Azure Pack (http://www.microsoft.com/en-us/server-cloud/products/windows-azure-pack/default.aspx).</maml:para>
1465+
<maml:para>Specifies the Azure environment. Valid values are: AzureCloud, AzureChinaCloud, AzureUSGovernment. The default is AzureCloud. This parameter is optional.</maml:para>
1466+
<maml:para>An Azure environment an independent deployment of Microsoft Azure, such as AzureCloud for global Azure, AzureChinaCloud for Azure operated by 21Vianet in China, and AzureUSGoverment for the Azure US Government Cloud. You can also create on-premises Azure environments by using Azure Pack and the WAPack cmdlets. For more information, see Azure Pack. To get the available Azure environments, use the Get-AzureEnvironment cmdlet. To add an environment, use the Add-AzureEnvironment cmdlet.</maml:para>
14651467
</maml:description>
14661468
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
14671469
<dev:type>
@@ -1901,7 +1903,7 @@
19011903
<maml:introduction>
19021904
<maml:paragraph>PS C:\&gt;</maml:paragraph>
19031905
</maml:introduction>
1904-
<dev:code>PS C:\&gt; C:\PS&gt;Get-AzureSubscription -SubscriptionName "MyProdSubscription"</dev:code>
1906+
<dev:code>PS C:\&gt; C:\PS&gt;Get-AzureSubscription SubscriptionName "MyProdSubscription"</dev:code>
19051907
<dev:remarks>
19061908
<maml:para>This command gets only the "MyProdSubsciption" subscription.</maml:para>
19071909
<maml:para />
@@ -2144,7 +2146,7 @@
21442146
<maml:introduction>
21452147
<maml:paragraph>PS C:\&gt;</maml:paragraph>
21462148
</maml:introduction>
2147-
<dev:code>PS C:\&gt;Import-AzurePublishSettingsFile PublishSettingsFile C:\Temp\MyAccount.publishsettings</dev:code>
2149+
<dev:code>PS C:\&gt;Import-AzurePublishSettingsFile PublishSettingsFile C:\Temp\MyAccount.publishsettings</dev:code>
21482150
<dev:remarks>
21492151
<maml:para>This command imports the "C:\Temp\MyAccount.publishsettings" file.</maml:para>
21502152
<maml:para />
@@ -2165,7 +2167,7 @@
21652167
<maml:introduction>
21662168
<maml:paragraph>PS C:\&gt;</maml:paragraph>
21672169
</maml:introduction>
2168-
<dev:code>PS C:\&gt;Import-AzurePublishSettingsFile PublishSettingsFile C:\Temp\MyAccount.publishsettings -Environment AzureChinaCloud</dev:code>
2170+
<dev:code>PS C:\&gt;Import-AzurePublishSettingsFile PublishSettingsFile C:\Temp\MyAccount.publishsettings -Environment AzureChinaCloud</dev:code>
21692171
<dev:remarks>
21702172
<maml:para>This command imports the "C:\Temp\MyAccount.publishsettings" file and sets the Azure environment of all imported subscriptions to be AzureChinaCloud. This will overwrite the endpoints defined in the publish settings file.</maml:para>
21712173
<maml:para />
@@ -4515,7 +4517,7 @@
45154517
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
45164518
<maml:name>Certificate</maml:name>
45174519
<maml:description>
4518-
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
4520+
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
45194521
</maml:description>
45204522
<command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
45214523
</command:parameter>
@@ -4574,7 +4576,7 @@
45744576
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
45754577
<maml:name>Certificate</maml:name>
45764578
<maml:description>
4577-
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
4579+
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
45784580
</maml:description>
45794581
<command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
45804582
</command:parameter>
@@ -4633,7 +4635,7 @@
46334635
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
46344636
<maml:name>Certificate</maml:name>
46354637
<maml:description>
4636-
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
4638+
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
46374639
</maml:description>
46384640
<command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
46394641
</command:parameter>
@@ -4711,7 +4713,7 @@
47114713
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
47124714
<maml:name>Certificate</maml:name>
47134715
<maml:description>
4714-
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
4716+
<maml:para>Specifies a management certificate for the subscription. Management certificates are X.509 certificates that are saved as .cer files and uploaded to the Azure Management Portal. The certificate, including its private key, must be installed on the local computer, either in the current user's personal certificate store, or the local machines personal certificate store.</maml:para>
47154717
</maml:description>
47164718
<command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
47174719
<dev:type>
@@ -4883,7 +4885,7 @@
48834885
</maml:introduction>
48844886
<dev:code>PS C:\&gt; C:\PS&gt; $thumbprint = &lt;Thumbprint-2&gt;
48854887
C:\PS&gt; $differentCert = Get-Item cert:\\CurrentUser\My\$thumbprint
4886-
C:\PS&gt; Set-AzureSubscription SubscriptionName ContosoEngineering -Certificate $differentCert</dev:code>
4888+
C:\PS&gt; Set-AzureSubscription SubscriptionName ContosoEngineering -Certificate $differentCert</dev:code>
48874889
<dev:remarks>
48884890
<maml:para>These commands are very similar to the commands in Example 1. However, because the SubscriptionName parameter now identifies an existing subscription, Set-AzureSubscription uses the remaining parameters to change the values of the existing subscription rather than creating a new subscription</maml:para>
48894891
<maml:para />
@@ -4904,7 +4906,7 @@
49044906
<maml:introduction>
49054907
<maml:paragraph>PS C:\&gt;</maml:paragraph>
49064908
</maml:introduction>
4907-
<dev:code>PS C:\&gt; C:\PS&gt; Set-AzureSubscription SubscriptionName ContosoEngineering -ServiceEndpoint "https://management.core.contoso.com"</dev:code>
4909+
<dev:code>PS C:\&gt; C:\PS&gt; Set-AzureSubscription SubscriptionName ContosoEngineering -ServiceEndpoint "https://management.core.contoso.com"</dev:code>
49084910
<dev:remarks>
49094911
<maml:para>This command adds or changes a custom service endpoint for the ContosoEngineering subscription.</maml:para>
49104912
<maml:para />
@@ -4925,7 +4927,7 @@
49254927
<maml:introduction>
49264928
<maml:paragraph>PS C:\&gt;</maml:paragraph>
49274929
</maml:introduction>
4928-
<dev:code>PS C:\&gt; C:\PS&gt; Set-AzureSubscription SubscriptionName ContosoEngineering Certificate $null -ResourceManagerEndpoint $null</dev:code>
4930+
<dev:code>PS C:\&gt; C:\PS&gt; Set-AzureSubscription SubscriptionName ContosoEngineering Certificate $null -ResourceManagerEndpoint $null</dev:code>
49294931
<dev:remarks>
49304932
<maml:para>This command sets the values of the Certificate and ResourceManagerEndpoint properties to null ($null). This clears the values of those properties without changing other settings.</maml:para>
49314933
<maml:para />

0 commit comments

Comments
 (0)