|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <helpItems schema="maml">
|
3 | 3 | <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">
|
4 | 4 | <!--Generated by PS Cmdlet Help Editor-->
|
|
1430 | 1430 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
|
1431 | 1431 | <maml:name>Environment</maml:name>
|
1432 | 1432 | <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> |
1434 | 1435 | </maml:description>
|
1435 | 1436 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
1436 | 1437 | </command:parameter>
|
|
1461 | 1462 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
|
1462 | 1463 | <maml:name>Environment</maml:name>
|
1463 | 1464 | <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> |
1465 | 1467 | </maml:description>
|
1466 | 1468 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
1467 | 1469 | <dev:type>
|
|
1901 | 1903 | <maml:introduction>
|
1902 | 1904 | <maml:paragraph>PS C:\></maml:paragraph>
|
1903 | 1905 | </maml:introduction>
|
1904 |
| - <dev:code>PS C:\> C:\PS>Get-AzureSubscription -SubscriptionName "MyProdSubscription"</dev:code> |
| 1906 | + <dev:code>PS C:\> C:\PS>Get-AzureSubscription –SubscriptionName "MyProdSubscription"</dev:code> |
1905 | 1907 | <dev:remarks>
|
1906 | 1908 | <maml:para>This command gets only the "MyProdSubsciption" subscription.</maml:para>
|
1907 | 1909 | <maml:para />
|
|
2144 | 2146 | <maml:introduction>
|
2145 | 2147 | <maml:paragraph>PS C:\></maml:paragraph>
|
2146 | 2148 | </maml:introduction>
|
2147 |
| - <dev:code>PS C:\>Import-AzurePublishSettingsFile �PublishSettingsFile C:\Temp\MyAccount.publishsettings</dev:code> |
| 2149 | + <dev:code>PS C:\>Import-AzurePublishSettingsFile –PublishSettingsFile C:\Temp\MyAccount.publishsettings</dev:code> |
2148 | 2150 | <dev:remarks>
|
2149 | 2151 | <maml:para>This command imports the "C:\Temp\MyAccount.publishsettings" file.</maml:para>
|
2150 | 2152 | <maml:para />
|
|
2165 | 2167 | <maml:introduction>
|
2166 | 2168 | <maml:paragraph>PS C:\></maml:paragraph>
|
2167 | 2169 | </maml:introduction>
|
2168 |
| - <dev:code>PS C:\>Import-AzurePublishSettingsFile �PublishSettingsFile C:\Temp\MyAccount.publishsettings -Environment AzureChinaCloud</dev:code> |
| 2170 | + <dev:code>PS C:\>Import-AzurePublishSettingsFile –PublishSettingsFile C:\Temp\MyAccount.publishsettings -Environment AzureChinaCloud</dev:code> |
2169 | 2171 | <dev:remarks>
|
2170 | 2172 | <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>
|
2171 | 2173 | <maml:para />
|
|
4515 | 4517 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
|
4516 | 4518 | <maml:name>Certificate</maml:name>
|
4517 | 4519 | <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 machine�s 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 machine’s personal certificate store.</maml:para> |
4519 | 4521 | </maml:description>
|
4520 | 4522 | <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
|
4521 | 4523 | </command:parameter>
|
|
4574 | 4576 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
|
4575 | 4577 | <maml:name>Certificate</maml:name>
|
4576 | 4578 | <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 machine�s 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 machine’s personal certificate store.</maml:para> |
4578 | 4580 | </maml:description>
|
4579 | 4581 | <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
|
4580 | 4582 | </command:parameter>
|
|
4633 | 4635 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
|
4634 | 4636 | <maml:name>Certificate</maml:name>
|
4635 | 4637 | <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 machine�s 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 machine’s personal certificate store.</maml:para> |
4637 | 4639 | </maml:description>
|
4638 | 4640 | <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
|
4639 | 4641 | </command:parameter>
|
|
4711 | 4713 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
|
4712 | 4714 | <maml:name>Certificate</maml:name>
|
4713 | 4715 | <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 machine�s 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 machine’s personal certificate store.</maml:para> |
4715 | 4717 | </maml:description>
|
4716 | 4718 | <command:parameterValue required="true" variableLength="false">X509Certificate2</command:parameterValue>
|
4717 | 4719 | <dev:type>
|
|
4883 | 4885 | </maml:introduction>
|
4884 | 4886 | <dev:code>PS C:\> C:\PS> $thumbprint = <Thumbprint-2>
|
4885 | 4887 | C:\PS> $differentCert = Get-Item cert:\\CurrentUser\My\$thumbprint
|
4886 |
| - C:\PS> Set-AzureSubscription �SubscriptionName ContosoEngineering -Certificate $differentCert</dev:code> |
| 4888 | + C:\PS> Set-AzureSubscription –SubscriptionName ContosoEngineering -Certificate $differentCert</dev:code> |
4887 | 4889 | <dev:remarks>
|
4888 | 4890 | <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>
|
4889 | 4891 | <maml:para />
|
|
4904 | 4906 | <maml:introduction>
|
4905 | 4907 | <maml:paragraph>PS C:\></maml:paragraph>
|
4906 | 4908 | </maml:introduction>
|
4907 |
| - <dev:code>PS C:\> C:\PS> Set-AzureSubscription �SubscriptionName ContosoEngineering -ServiceEndpoint "https://management.core.contoso.com"</dev:code> |
| 4909 | + <dev:code>PS C:\> C:\PS> Set-AzureSubscription –SubscriptionName ContosoEngineering -ServiceEndpoint "https://management.core.contoso.com"</dev:code> |
4908 | 4910 | <dev:remarks>
|
4909 | 4911 | <maml:para>This command adds or changes a custom service endpoint for the ContosoEngineering subscription.</maml:para>
|
4910 | 4912 | <maml:para />
|
|
4925 | 4927 | <maml:introduction>
|
4926 | 4928 | <maml:paragraph>PS C:\></maml:paragraph>
|
4927 | 4929 | </maml:introduction>
|
4928 |
| - <dev:code>PS C:\> C:\PS> Set-AzureSubscription �SubscriptionName ContosoEngineering �Certificate $null -ResourceManagerEndpoint $null</dev:code> |
| 4930 | + <dev:code>PS C:\> C:\PS> Set-AzureSubscription –SubscriptionName ContosoEngineering –Certificate $null -ResourceManagerEndpoint $null</dev:code> |
4929 | 4931 | <dev:remarks>
|
4930 | 4932 | <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>
|
4931 | 4933 | <maml:para />
|
|
0 commit comments