diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands/NewAzureApiManagementApi.cs b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands/NewAzureApiManagementApi.cs index 4d80a0fbd5d5..dc0b4b2cf8ab 100644 --- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands/NewAzureApiManagementApi.cs +++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands/NewAzureApiManagementApi.cs @@ -118,7 +118,7 @@ public override void ExecuteApiManagementCmdlet() if (ProductIds != null && ProductIds.Any()) { - WriteProgress(new ProgressRecord(0, "New-AzureApiManagementApi", "New API created. Adding to products...")); + WriteProgress(new ProgressRecord(0, "New-AzureRMApiManagementApi", "New API created. Adding to products...")); foreach (var productId in ProductIds) { @@ -128,7 +128,7 @@ public override void ExecuteApiManagementCmdlet() WriteProgress( new ProgressRecord( 0, - "New-AzureApiManagementApi", + "New-AzureRMApiManagementApi", string.Format("... Added to product {0}", productId)) ); } @@ -137,7 +137,7 @@ public override void ExecuteApiManagementCmdlet() WriteProgress( new ProgressRecord( 0, - "New-AzureApiManagementApi", + "New-AzureRMApiManagementApi", string.Format("... Failed to add to product {0} due to: {1}", productId, ex)) ); } diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-help.xml b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-help.xml index 61825c77642e..f1bec2255f7f 100644 --- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-help.xml +++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-help.xml @@ -2,7 +2,7 @@ - Add-AzureApiManagementApiToProduct + Add-AzureRMApiManagementApiToProduct Adds existing API to existing Product. @@ -18,7 +18,7 @@ - Add-AzureApiManagementApiToProduct + Add-AzureRMApiManagementApiToProduct Context @@ -158,7 +158,7 @@ PS C:\> - Add-AzureApiManagementApiToProduct –Context $apimContext –ProductId 0123456789 –ApiId 0001 + Add-AzureRMApiManagementApiToProduct –Context $apimContext –ProductId 0123456789 –ApiId 0001 Add existing API to an existing Product. @@ -180,7 +180,7 @@ - Add-AzureApiManagementProductToGroup + Add-AzureRMApiManagementProductToGroup Adds existing product to existing group. In other words assigns a group to a product. @@ -196,7 +196,7 @@ - Add-AzureApiManagementProductToGroup + Add-AzureRMApiManagementProductToGroup Context @@ -336,7 +336,7 @@ PS C:\> - Add-AzureApiManagementProductToGroup –Context $apimContext –GroupId 0001 –ProductId 0123456789 + Add-AzureRMApiManagementProductToGroup –Context $apimContext –GroupId 0001 –ProductId 0123456789 Add existing product to an existing group. @@ -358,7 +358,7 @@ - Add-AzureApiManagementUserToGroup + Add-AzureRMApiManagementUserToGroup Adds existing user to existing group. @@ -374,7 +374,7 @@ - Add-AzureApiManagementUserToGroup + Add-AzureRMApiManagementUserToGroup Context @@ -514,7 +514,7 @@ PS C:\> - Add-AzureApiManagementUserToGroup –Context $apimContext –GroupId 0001 –UserId 0123456789 + Add-AzureRMApiManagementUserToGroup –Context $apimContext –GroupId 0001 –UserId 0123456789 Add existing user to an existing group. @@ -536,7 +536,7 @@ - Export-AzureApiManagementApi + Export-AzureRMApiManagementApi Export API to file in one of the supported formats. @@ -552,7 +552,7 @@ - Export-AzureApiManagementApi + Export-AzureRMApiManagementApi Context @@ -583,7 +583,7 @@ - Export-AzureApiManagementApi + Export-AzureRMApiManagementApi Context @@ -772,7 +772,7 @@ true/false PS C:\> - Export-AzureApiManagementApi –Context $apimContext –ApiId 0123456789 –SpecificationFormat 'Wadl' –SaveAs 'C:\contoso\specifications\0123456789.wadl' + Export-AzureRMApiManagementApi –Context $apimContext –ApiId 0123456789 –SpecificationFormat 'Wadl' –SaveAs 'C:\contoso\specifications\0123456789.wadl' Export API to file as WADL. @@ -794,7 +794,7 @@ true/false - Get-AzureApiManagementApi + Get-AzureRMApiManagementApi Gets a list or a particular API description. @@ -810,7 +810,7 @@ true/false - Get-AzureApiManagementApi + Get-AzureRMApiManagementApi Context @@ -827,7 +827,7 @@ true/false - Get-AzureApiManagementApi + Get-AzureRMApiManagementApi Context @@ -851,7 +851,7 @@ true/false - Get-AzureApiManagementApi + Get-AzureRMApiManagementApi Context @@ -875,7 +875,7 @@ true/false - Get-AzureApiManagementApi + Get-AzureRMApiManagementApi Context @@ -1011,7 +1011,7 @@ true/false PS C:\> - Get-AzureApiManagementApi –Context $apimContext + Get-AzureRMApiManagementApi –Context $apimContext Get list of all APIs. @@ -1031,7 +1031,7 @@ true/false PS C:\> - Get-AzureApiManagementApi –Context $apimContext –ApiId $apiId + Get-AzureRMApiManagementApi –Context $apimContext –ApiId $apiId Get API by Id. @@ -1051,7 +1051,7 @@ true/false PS C:\> - Get-AzureApiManagementApi –Context $apimContext –Name "EchoApi" + Get-AzureRMApiManagementApi –Context $apimContext –Name "EchoApi" Get API by Name @@ -1073,7 +1073,7 @@ true/false - Get-AzureApiManagementAuthorizationServer + Get-AzureRMApiManagementAuthorizationServer Gets all or specific authorization servers. @@ -1089,7 +1089,7 @@ true/false - Get-AzureApiManagementAuthorizationServer + Get-AzureRMApiManagementAuthorizationServer Context @@ -1201,7 +1201,7 @@ true/false PS C:\> - Get-AzureApiManagementAuthrizarionServer –Context $apimContext + Get-AzureRMApiManagementAuthrizarionServer –Context $apimContext Get all authorization servers. @@ -1221,7 +1221,7 @@ true/false PS C:\> - Get-AzureApiManagementCertificate –Context $apimContext –ServerId 0123456789 + Get-AzureRMApiManagementCertificate –Context $apimContext –ServerId 0123456789 Get specific authorization server. @@ -1243,7 +1243,7 @@ true/false - Get-AzureApiManagementCertificate + Get-AzureRMApiManagementCertificate Gets all or specific certificates. @@ -1259,7 +1259,7 @@ true/false - Get-AzureApiManagementCertificate + Get-AzureRMApiManagementCertificate Context @@ -1276,7 +1276,7 @@ true/false - Get-AzureApiManagementCertificate + Get-AzureRMApiManagementCertificate Context @@ -1378,7 +1378,7 @@ true/false PS C:\> - Get-AzureApiManagementCertificate –Context $apimContext + Get-AzureRMApiManagementCertificate –Context $apimContext Get all certificates. @@ -1398,7 +1398,7 @@ true/false PS C:\> - Get-AzureApiManagementCertificate –Context $apimContext –CertificateId 0123456789 + Get-AzureRMApiManagementCertificate –Context $apimContext –CertificateId 0123456789 Get specific certificate. @@ -1420,7 +1420,7 @@ true/false - Get-AzureApiManagementGroup + Get-AzureRMApiManagementGroup Gets all or specific groups. @@ -1436,7 +1436,7 @@ true/false - Get-AzureApiManagementGroup + Get-AzureRMApiManagementGroup Context @@ -1460,7 +1460,7 @@ true/false - Get-AzureApiManagementGroup + Get-AzureRMApiManagementGroup Context @@ -1491,7 +1491,7 @@ true/false - Get-AzureApiManagementGroup + Get-AzureRMApiManagementGroup Context @@ -1522,7 +1522,7 @@ true/false - Get-AzureApiManagementGroup + Get-AzureRMApiManagementGroup Context @@ -1677,7 +1677,7 @@ true/false PS C:\> - Get-AzureApiManagementGroup –Context $apimContext + Get-AzureRMApiManagementGroup –Context $apimContext Get all groups. @@ -1697,7 +1697,7 @@ true/false PS C:\> - Get-AzureApiManagementGroup –Context $apimContext –GroupId 0123456789 + Get-AzureRMApiManagementGroup –Context $apimContext –GroupId 0123456789 Get group by identifier. @@ -1717,7 +1717,7 @@ true/false PS C:\> - Get-AzureApiManagementGroup –Context $apimContext –Name 'Custom group' + Get-AzureRMApiManagementGroup –Context $apimContext –Name 'Custom group' Get group by name. @@ -1737,7 +1737,7 @@ true/false PS C:\> - Get-AzureApiManagementGroup –Context $apimContext –UserId 0123456789 + Get-AzureRMApiManagementGroup –Context $apimContext –UserId 0123456789 Get all user groups. @@ -1759,7 +1759,7 @@ true/false - Get-AzureApiManagementOperation + Get-AzureRMApiManagementOperation Gets a list or a particular API Operation. @@ -1775,7 +1775,7 @@ true/false - Get-AzureApiManagementOperation + Get-AzureRMApiManagementOperation Context @@ -1799,7 +1799,7 @@ true/false - Get-AzureApiManagementOperation + Get-AzureRMApiManagementOperation Context @@ -1931,7 +1931,7 @@ true/false PS C:\> - Get-AzureApiManagementOperation –Context $apimContext –ApiId $apiId + Get-AzureRMApiManagementOperation –Context $apimContext –ApiId $apiId Get all API Operations. @@ -1951,7 +1951,7 @@ true/false PS C:\> - Get-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId 0123456789 + Get-AzureRMApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId 0123456789 Get Operation by id. @@ -1973,7 +1973,7 @@ true/false - Get-AzureApiManagementPolicy + Get-AzureRMApiManagementPolicy Gets specified scope policy. @@ -1989,7 +1989,7 @@ true/false - Get-AzureApiManagementPolicy + Get-AzureRMApiManagementPolicy Context @@ -2027,7 +2027,7 @@ true/false - Get-AzureApiManagementPolicy + Get-AzureRMApiManagementPolicy Context @@ -2072,7 +2072,7 @@ true/false - Get-AzureApiManagementPolicy + Get-AzureRMApiManagementPolicy Context @@ -2124,7 +2124,7 @@ true/false - Get-AzureApiManagementPolicy + Get-AzureRMApiManagementPolicy Context @@ -2317,7 +2317,7 @@ true/false PS C:\> - Get-AzureApiManagementPolicy –Context $apimContext –SaveAs 'C:\contoso\policies\tenantpolicy.xml' + Get-AzureRMApiManagementPolicy –Context $apimContext –SaveAs 'C:\contoso\policies\tenantpolicy.xml' Get tenant level policy and save to file named tenantpolicy.xml. @@ -2337,7 +2337,7 @@ true/false PS C:\> - $policyString = Get-AzureApiManagementPolicy –Context $apimContext –ProductId 0123456789 + $policyString = Get-AzureRMApiManagementPolicy –Context $apimContext –ProductId 0123456789 Get product-scope policy @@ -2357,7 +2357,7 @@ true/false PS C:\> - $policyString = Get-AzureApiManagementPolicy –Context $apimContext –ApiId 9876543210 + $policyString = Get-AzureRMApiManagementPolicy –Context $apimContext –ApiId 9876543210 Get API-scope policy. @@ -2377,7 +2377,7 @@ true/false PS C:\> - Get-AzureApiManagementPolicy –Context $apimContext –ApiId 9876543210 –OperationId 777 + Get-AzureRMApiManagementPolicy –Context $apimContext –ApiId 9876543210 –OperationId 777 Get operation-scope policy. @@ -2399,7 +2399,7 @@ true/false - Get-AzureApiManagementProduct + Get-AzureRMApiManagementProduct Gets a list or a particular Product. @@ -2415,7 +2415,7 @@ true/false - Get-AzureApiManagementProduct + Get-AzureRMApiManagementProduct Context @@ -2432,7 +2432,7 @@ true/false - Get-AzureApiManagementProduct + Get-AzureRMApiManagementProduct Context @@ -2456,7 +2456,7 @@ true/false - Get-AzureApiManagementProduct + Get-AzureRMApiManagementProduct Context @@ -2581,7 +2581,7 @@ true/false PS C:\> - Get-AzureApiManagementProduct –Context $apimContext + Get-AzureRMApiManagementProduct –Context $apimContext Get all Products. @@ -2601,7 +2601,7 @@ true/false PS C:\> - Get-AzureApiManagementProduct –Context $apimContext –ProductId 0123456789 + Get-AzureRMApiManagementProduct –Context $apimContext –ProductId 0123456789 Get Product by id. @@ -2623,7 +2623,7 @@ true/false - Get-AzureApiManagementSubscription + Get-AzureRMApiManagementSubscription Gets all or specific subscriptions. @@ -2639,7 +2639,7 @@ true/false - Get-AzureApiManagementSubscription + Get-AzureRMApiManagementSubscription Context @@ -2656,7 +2656,7 @@ true/false - Get-AzureApiManagementSubscription + Get-AzureRMApiManagementSubscription Context @@ -2680,7 +2680,7 @@ true/false - Get-AzureApiManagementSubscription + Get-AzureRMApiManagementSubscription Context @@ -2704,7 +2704,7 @@ true/false - Get-AzureApiManagementSubscription + Get-AzureRMApiManagementSubscription Context @@ -2840,7 +2840,7 @@ true/false PS C:\> - Get-AzureApiManagementSubscription –Context $apimContext + Get-AzureRMApiManagementSubscription –Context $apimContext Get all subscriptions. @@ -2860,7 +2860,7 @@ true/false PS C:\> - Get-AzureApiManagementSubscription –Context $apimContext –SubscriptionId 0123456789 + Get-AzureRMApiManagementSubscription –Context $apimContext –SubscriptionId 0123456789 Get subscription by Id. @@ -2880,7 +2880,7 @@ true/false PS C:\> - Get-AzureApiManagementSubscription –Context $apimContext –UserId 777 + Get-AzureRMApiManagementSubscription –Context $apimContext –UserId 777 Get all users subscriptions. @@ -2900,7 +2900,7 @@ true/false PS C:\> - Get-AzureApiManagementSubscription –Context $apimContext –ProductId 999 + Get-AzureRMApiManagementSubscription –Context $apimContext –ProductId 999 Get all subscriptions for the product. @@ -2922,7 +2922,7 @@ true/false - Get-AzureApiManagementUser + Get-AzureRMApiManagementUser Gets all or specific user. @@ -2938,7 +2938,7 @@ true/false - Get-AzureApiManagementUser + Get-AzureRMApiManagementUser Context @@ -2955,7 +2955,7 @@ true/false - Get-AzureApiManagementUser + Get-AzureRMApiManagementUser Context @@ -2979,7 +2979,7 @@ true/false - Get-AzureApiManagementUser + Get-AzureRMApiManagementUser Context @@ -3179,7 +3179,7 @@ true/false PS C:\> - Get-AzureApiManagementUser –Context $apimContext + Get-AzureRMApiManagementUser –Context $apimContext Get all users. @@ -3199,7 +3199,7 @@ true/false PS C:\> - Get-AzureApiManagementUser –Context $apimContext –UserId 0123456789 + Get-AzureRMApiManagementUser –Context $apimContext –UserId 0123456789 Get user by Id. @@ -3219,7 +3219,7 @@ true/false PS C:\> - Get-AzureApiManagementUser –Context $apimContext –LastName 'Ivanov' + Get-AzureRMApiManagementUser –Context $apimContext –LastName 'Ivanov' Get users by last name. @@ -3239,7 +3239,7 @@ true/false PS C:\> - Get-AzureApiManagementUser –Context $apimContext –Email 'user@contoso.com' + Get-AzureRMApiManagementUser –Context $apimContext –Email 'user@contoso.com' Get user by email. @@ -3259,7 +3259,7 @@ true/false PS C:\> - Get-AzureApiManagementUser –Context $apimContext –GroupId 0001 + Get-AzureRMApiManagementUser –Context $apimContext –GroupId 0001 Get all users within the group. @@ -3281,7 +3281,7 @@ true/false - Get-AzureApiManagementUserSsoUrl + Get-AzureRMApiManagementUserSsoUrl Generates SSO URL for the user. @@ -3297,7 +3297,7 @@ true/false - Get-AzureApiManagementUserSsoUrl + Get-AzureRMApiManagementUserSsoUrl Context @@ -3399,7 +3399,7 @@ true/false PS C:\> - Get-AzureApiManagementUserSsoUrl –Context $apimContext –UserId 0123456789 + Get-AzureRMApiManagementUserSsoUrl –Context $apimContext –UserId 0123456789 Get user SSO URL. @@ -3421,7 +3421,7 @@ true/false - Import-AzureApiManagementApi + Import-AzureRMApiManagementApi Imports API from file or URL in one of the supported formats. @@ -3437,7 +3437,7 @@ true/false - Import-AzureApiManagementApi + Import-AzureRMApiManagementApi Context @@ -3482,7 +3482,7 @@ true/false - Import-AzureApiManagementApi + Import-AzureRMApiManagementApi Context @@ -3653,7 +3653,7 @@ Imported API PS C:\> - Import-AzureApiManagementApi –Context $apimContext –SpecificationFormat 'Wadl' –SpecificationPath 'C:\contoso\specifications\echoapi.wadl' –Path 'apis' + Import-AzureRMApiManagementApi –Context $apimContext –SpecificationFormat 'Wadl' –SpecificationPath 'C:\contoso\specifications\echoapi.wadl' –Path 'apis' Import API from WADL file. @@ -3673,7 +3673,7 @@ Imported API PS C:\> - Import-AzureApiManagementApi –Context $apimContext –SpecificationFormat 'Swagger' –SpecificationPath 'C:\contoso\specifications\echoapi.swagger' –Path 'apis' + Import-AzureRMApiManagementApi –Context $apimContext –SpecificationFormat 'Swagger' –SpecificationPath 'C:\contoso\specifications\echoapi.swagger' –Path 'apis' Import API from Swagger file. @@ -3693,7 +3693,7 @@ Imported API PS C:\> - Import-AzureApiManagementApi –Context $apimContext –SpecificationFormat 'Wadl' –SpecificationUrl 'http://contoso.com/specifications/wadl/echoapi' –Path 'apis' + Import-AzureRMApiManagementApi –Context $apimContext –SpecificationFormat 'Wadl' –SpecificationUrl 'http://contoso.com/specifications/wadl/echoapi' –Path 'apis' Import API from WADL link. @@ -3715,7 +3715,7 @@ Imported API - New-AzureApiManagementApi + New-AzureRMApiManagementApi Creates new API. @@ -3731,7 +3731,7 @@ Imported API - New-AzureApiManagementApi + New-AzureRMApiManagementApi Context @@ -4023,7 +4023,7 @@ Imported API PS C:\> - New-AzureApiManagementApi –Context $apimContext –Name EchoApi –ServiceUrl 'https://contoso.com/apis/echo' -Protocols @('http', 'https') + New-AzureRMApiManagementApi –Context $apimContext –Name EchoApi –ServiceUrl 'https://contoso.com/apis/echo' -Protocols @('http', 'https') Create new API. @@ -4045,7 +4045,7 @@ Imported API - New-AzureApiManagementAuthorizationServer + New-AzureRMApiManagementAuthorizationServer Creates new authorization server. @@ -4061,7 +4061,7 @@ Imported API - New-AzureApiManagementAuthorizationServer + New-AzureRMApiManagementAuthorizationServer Context @@ -4467,7 +4467,7 @@ Imported API PS C:\> - New-AzureApiManagementAuthrizarionServer –Context $apimContext –Name 'Contoso OAuth2 server' –ClientRegistrationPageUrl 'https://contoso/signup' -AthorizationEndpointUrl 'https://contoso/auth' -TokenEndpointUrl 'https://contoso/token' -ClientId clientid -ClientSecret e041ed1b660b4eadbad5a29d066e6e88 –AuthorizationRequestMethods @('Get', 'Post') –GrantTypes @( 'AuthorizationCode', 'Implicit', 'ResourceOwnerPassword', 'ClientCredentials') –ClientAuthenticationMethods @('Basic') –TokenBodyParameters @{'par1'='val1'; 'par2'='val2'} –AccessTokenSendingMethods @('AuthorizationHeader', 'Query') –ResourceOwnerUsername 'ivan' –ResourveOwnerPassword 'qwerty' + New-AzureRMApiManagementAuthrizarionServer –Context $apimContext –Name 'Contoso OAuth2 server' –ClientRegistrationPageUrl 'https://contoso/signup' -AthorizationEndpointUrl 'https://contoso/auth' -TokenEndpointUrl 'https://contoso/token' -ClientId clientid -ClientSecret e041ed1b660b4eadbad5a29d066e6e88 –AuthorizationRequestMethods @('Get', 'Post') –GrantTypes @( 'AuthorizationCode', 'Implicit', 'ResourceOwnerPassword', 'ClientCredentials') –ClientAuthenticationMethods @('Basic') –TokenBodyParameters @{'par1'='val1'; 'par2'='val2'} –AccessTokenSendingMethods @('AuthorizationHeader', 'Query') –ResourceOwnerUsername 'ivan' –ResourveOwnerPassword 'qwerty' Create new authorization server. @@ -4489,7 +4489,7 @@ Imported API - New-AzureApiManagementCertificate + New-AzureRMApiManagementCertificate Creates new certificate. @@ -4505,7 +4505,7 @@ Imported API - New-AzureApiManagementCertificate + New-AzureRMApiManagementCertificate Context @@ -4543,7 +4543,7 @@ Imported API - New-AzureApiManagementCertificate + New-AzureRMApiManagementCertificate Context @@ -4695,7 +4695,7 @@ Imported API PS C:\> - New-AzureApiManagementCertificate –Context $apimContext –PfxFilePath 'C:\contoso\certificates\apimanagement.pfx' –PfxPassword 1111 + New-AzureRMApiManagementCertificate –Context $apimContext –PfxFilePath 'C:\contoso\certificates\apimanagement.pfx' –PfxPassword 1111 Create/upload new certificate. @@ -4717,7 +4717,7 @@ Imported API - New-AzureApiManagementContext + New-AzureRMApiManagementContext Create PsAzureApiManagementContext. @@ -4733,7 +4733,7 @@ Imported API - New-AzureApiManagementContext + New-AzureRMApiManagementContext ResourceGroupName @@ -4835,7 +4835,7 @@ Imported API PS C:\> - $apimContext = New-AzureApiManagementContext –ResourceGroupName contosoresources –ServiceName contoso + $apimContext = New-AzureRMApiManagementContext –ResourceGroupName contosoresources –ServiceName contoso Create an instance of PsApiManagementContext @@ -4857,7 +4857,7 @@ Imported API - New-AzureApiManagementGroup + New-AzureRMApiManagementGroup Creates new group. @@ -4873,7 +4873,7 @@ Imported API - New-AzureApiManagementGroup + New-AzureRMApiManagementGroup Context @@ -5013,7 +5013,7 @@ Imported API PS C:\> - New-AzureApiManagementGroup –Context $apimContext –Name 'Best devs' + New-AzureRMApiManagementGroup –Context $apimContext –Name 'Best devs' Create new group. @@ -5035,7 +5035,7 @@ Imported API - New-AzureApiManagementOperation + New-AzureRMApiManagementOperation Create new API Operation. @@ -5051,7 +5051,7 @@ Imported API - New-AzureApiManagementOperation + New-AzureRMApiManagementOperation Context @@ -5305,7 +5305,7 @@ Imported API PS C:\> - New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId 01234567890 –Name 'Get resource' –Method 'GET' –UrlTemplate '/resource' –Description 'Use this operation to get resource' + New-AzureRMApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId 01234567890 –Name 'Get resource' –Method 'GET' –UrlTemplate '/resource' –Description 'Use this operation to get resource' Create new operation. @@ -5356,7 +5356,7 @@ $request.Representations = @($requestRepresentation) #create response $response = New-Object –TypeName Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementResponse $response.StatusCode = 204 -New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId 01234567890 –Name 'Create/update resource' –Method 'PUT' –UrlTemplate '/resource/{rid}?q={query}' –Description 'Use this operation to create new or update existing resource' –TemplateParameters @($rid, $query) –Request $request –Responses @($response) +New-AzureRMApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId 01234567890 –Name 'Create/update resource' –Method 'PUT' –UrlTemplate '/resource/{rid}?q={query}' –Description 'Use this operation to create new or update existing resource' –TemplateParameters @($rid, $query) –Request $request –Responses @($response) Script to create new operation with request and response details. @@ -5378,7 +5378,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - New-AzureApiManagementProduct + New-AzureRMApiManagementProduct Creates new product. @@ -5394,7 +5394,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - New-AzureApiManagementProduct + New-AzureRMApiManagementProduct Context @@ -5667,7 +5667,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - New-AzureApiManagementProduct –Context $apimContext –ProductId 0123456789 –Title 'Starter' –Description 'Starter Product' –LegalTerms 'Free for all' –SubscriptionRequired $false –State 'Published' + New-AzureRMApiManagementProduct –Context $apimContext –ProductId 0123456789 –Title 'Starter' –Description 'Starter Product' –LegalTerms 'Free for all' –SubscriptionRequired $false –State 'Published' Crete new product. No subscription required. @@ -5687,7 +5687,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - New-AzureApiManagementProduct –Context $apimContext –ProductId 9876543210 –Title Unlimited –Description 'Subscribers have completely unlimited access to the API. Administrator approval is required.' –LegalTerms 'Free for all' –ApprovalRequired $true –State Published –NotificationPeriod 'D10' –SubscriptionPeriod 'Y1' + New-AzureRMApiManagementProduct –Context $apimContext –ProductId 9876543210 –Title Unlimited –Description 'Subscribers have completely unlimited access to the API. Administrator approval is required.' –LegalTerms 'Free for all' –ApprovalRequired $true –State Published –NotificationPeriod 'D10' –SubscriptionPeriod 'Y1' Crete new product. Subscription and approval required. Notification period – 10 days. Subscription period – 1 year. @@ -5709,7 +5709,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - New-AzureApiManagementSubscription + New-AzureRMApiManagementSubscription Creates new subscription. @@ -5725,7 +5725,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - New-AzureApiManagementSubscription + New-AzureRMApiManagementSubscription Context @@ -5941,7 +5941,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - New-AzureApiManagementSubscription –Context $apimContext –UserId 777 –ProductId 999 + New-AzureRMApiManagementSubscription –Context $apimContext –UserId 777 –ProductId 999 Subscribe existing user to existing product. @@ -5963,7 +5963,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - New-AzureApiManagementUser + New-AzureRMApiManagementUser Register new user. @@ -5979,7 +5979,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - New-AzureApiManagementUser + New-AzureRMApiManagementUser Context @@ -6195,7 +6195,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - New-AzureApiManagementUser –Context $apimContext –FirstName 'Ivan' –LastName 'Ivanov' –Email 'ivan.ivanov@contoso.com' –Password 'qwerty' + New-AzureRMApiManagementUser –Context $apimContext –FirstName 'Ivan' –LastName 'Ivanov' –Email 'ivan.ivanov@contoso.com' –Password 'qwerty' Register new user. @@ -6217,7 +6217,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementApi + Remove-AzureRMApiManagementApi Remove existing API. @@ -6233,7 +6233,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementApi + Remove-AzureRMApiManagementApi Context @@ -6373,7 +6373,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementApi –Context $apimContext –ApiId 0123456789 + Remove-AzureRMApiManagementApi –Context $apimContext –ApiId 0123456789 Remove existing API. @@ -6395,7 +6395,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementApiFromProduct + Remove-AzureRMApiManagementApiFromProduct Removes existing API from existing Product. @@ -6411,7 +6411,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementApiFromProduct + Remove-AzureRMApiManagementApiFromProduct Context @@ -6551,7 +6551,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementApiFromProduct –Context $apimContext –ProductId 0123456789 –ApiId 0001 –PassThru + Remove-AzureRMApiManagementApiFromProduct –Context $apimContext –ProductId 0123456789 –ApiId 0001 –PassThru Remove existing API from an existing Product. @@ -6573,7 +6573,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementAuthorizationServer + Remove-AzureRMApiManagementAuthorizationServer Deletes existing authorization server. @@ -6589,7 +6589,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementAuthorizationServer + Remove-AzureRMApiManagementAuthorizationServer Context @@ -6751,7 +6751,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementCertificate + Remove-AzureRMApiManagementCertificate Deletes existing certificate. @@ -6767,7 +6767,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementCertificate + Remove-AzureRMApiManagementCertificate Context @@ -6907,7 +6907,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementCertificate –Context $apimContext –CertificateId 0123456789 –Force + Remove-AzureRMApiManagementCertificate –Context $apimContext –CertificateId 0123456789 –Force Delete existing certificate. @@ -6929,7 +6929,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementGroup + Remove-AzureRMApiManagementGroup Deletes existing group. @@ -6945,7 +6945,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementGroup + Remove-AzureRMApiManagementGroup Context @@ -7085,7 +7085,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementGroup –Context $apimContext –GroupId 0123456789 –Force + Remove-AzureRMApiManagementGroup –Context $apimContext –GroupId 0123456789 –Force Delete existing group. @@ -7107,7 +7107,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementOperation + Remove-AzureRMApiManagementOperation Remove existing operation. @@ -7123,7 +7123,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementOperation + Remove-AzureRMApiManagementOperation Context @@ -7282,7 +7282,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementOperation –Context $apimContext –ApiId 0123456789 –OperationId 9876543210 –Force + Remove-AzureRMApiManagementOperation –Context $apimContext –ApiId 0123456789 –OperationId 9876543210 –Force Remove existing API Operation. @@ -7304,7 +7304,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementPolicy + Remove-AzureRMApiManagementPolicy Removes policy from specified scope. @@ -7320,7 +7320,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementPolicy + Remove-AzureRMApiManagementPolicy Context @@ -7351,7 +7351,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementPolicy + Remove-AzureRMApiManagementPolicy Context @@ -7389,7 +7389,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementPolicy + Remove-AzureRMApiManagementPolicy Context @@ -7427,7 +7427,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementPolicy + Remove-AzureRMApiManagementPolicy Context @@ -7598,7 +7598,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementPolicy –Context $apimContext + Remove-AzureRMApiManagementPolicy –Context $apimContext Remove tenant level policy. @@ -7618,7 +7618,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementPolicy –Context $apimContext –ProductId 0123456789 + Remove-AzureRMApiManagementPolicy –Context $apimContext –ProductId 0123456789 Remove product-scope policy. @@ -7638,7 +7638,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementPolicy –Context $apimContext –ApiId 9876543210 + Remove-AzureRMApiManagementPolicy –Context $apimContext –ApiId 9876543210 Remove API-scope policy. @@ -7658,7 +7658,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementPolicy –Context $apimContext –ApiId 9876543210 –OperationId 777 + Remove-AzureRMApiManagementPolicy –Context $apimContext –ApiId 9876543210 –OperationId 777 Remove operation-scope policy. @@ -7680,7 +7680,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementProduct + Remove-AzureRMApiManagementProduct Remove existing product. @@ -7696,7 +7696,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementProduct + Remove-AzureRMApiManagementProduct Context @@ -7855,7 +7855,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementProduct –Context $apimContext –Id 0123456789 -DeleteSubscriptions –Force + Remove-AzureRMApiManagementProduct –Context $apimContext –Id 0123456789 -DeleteSubscriptions –Force Remove existing Product with all subscriptions. @@ -7877,7 +7877,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementProductFromGroup + Remove-AzureRMApiManagementProductFromGroup Removes existing product from existing group. @@ -7893,7 +7893,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementProductFromGroup + Remove-AzureRMApiManagementProductFromGroup Context @@ -8033,7 +8033,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementProductFromGroup –Context $apimContext –GroupId 0001 –ProductId 0123456789 + Remove-AzureRMApiManagementProductFromGroup –Context $apimContext –GroupId 0001 –ProductId 0123456789 Remove existing product from an existing group. @@ -8055,7 +8055,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementSubscription + Remove-AzureRMApiManagementSubscription Deletes existing subscription. @@ -8071,7 +8071,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementSubscription + Remove-AzureRMApiManagementSubscription Context @@ -8211,7 +8211,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementSubscription –Context $apimContext –SubscriptionId 0123456789 -Force + Remove-AzureRMApiManagementSubscription –Context $apimContext –SubscriptionId 0123456789 -Force Delete existing subscription. @@ -8233,7 +8233,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementUser + Remove-AzureRMApiManagementUser Deletes existing user. @@ -8249,7 +8249,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementUser + Remove-AzureRMApiManagementUser Context @@ -8408,7 +8408,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementUser –Context $apimContext –UserId 0123456789 –Force + Remove-AzureRMApiManagementUser –Context $apimContext –UserId 0123456789 –Force Delete existing user. @@ -8430,7 +8430,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementUserFromGroup + Remove-AzureRMApiManagementUserFromGroup Removes existing user from existing group. @@ -8446,7 +8446,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Remove-AzureApiManagementUserFromGroup + Remove-AzureRMApiManagementUserFromGroup Context @@ -8586,7 +8586,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Remove-AzureApiManagementUserFromGroup –Context $apimContext –GroupId 0001 –UserId 0123456789 + Remove-AzureRMApiManagementUserFromGroup –Context $apimContext –GroupId 0001 –UserId 0123456789 Remove existing user from an existing group. @@ -8608,7 +8608,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementApi + Set-AzureRMApiManagementApi Set API details. @@ -8624,7 +8624,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementApi + Set-AzureRMApiManagementApi Context @@ -8916,7 +8916,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementApi –Context $apimContext –Name EchoApi –ServiceUrl 'https://contoso.com/apis/echo' -Protocols @('https') –Description 'Responds with what was sent' –Path 'echo' + Set-AzureRMApiManagementApi –Context $apimContext –Name EchoApi –ServiceUrl 'https://contoso.com/apis/echo' -Protocols @('https') –Description 'Responds with what was sent' –Path 'echo' @@ -8938,7 +8938,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementAuthorizationServer + Set-AzureRMApiManagementAuthorizationServer Sets authorization server details. @@ -8954,7 +8954,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementAuthorizationServer + Set-AzureRMApiManagementAuthorizationServer Context @@ -9379,7 +9379,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementAuthrizarionServer –Context $apimContext –ServerId 0123456789 –Name 'Contoso OAuth2 server' –ClientRegistrationPageUrl 'https://contoso/signupv2' -AthorizationEndpointUrl 'https://contoso/authv2' -TokenEndpointUrl 'https://contoso/tokenv2' -ClientId clientid -ClientSecret e041ed1b660b4eadbad5a29d066e6e88 –AuthorizationRequestMethods @('Get') –GrantTypes @( 'AuthorizationCode', 'Implicit', 'ClientCredentials') –ClientAuthenticationMethods @('Basic') –TokenBodyParameters @{'par1'='val1'} –AccessTokenSendingMethods @('AuthorizationHeader') + Set-AzureRMApiManagementAuthrizarionServer –Context $apimContext –ServerId 0123456789 –Name 'Contoso OAuth2 server' –ClientRegistrationPageUrl 'https://contoso/signupv2' -AthorizationEndpointUrl 'https://contoso/authv2' -TokenEndpointUrl 'https://contoso/tokenv2' -ClientId clientid -ClientSecret e041ed1b660b4eadbad5a29d066e6e88 –AuthorizationRequestMethods @('Get') –GrantTypes @( 'AuthorizationCode', 'Implicit', 'ClientCredentials') –ClientAuthenticationMethods @('Basic') –TokenBodyParameters @{'par1'='val1'} –AccessTokenSendingMethods @('AuthorizationHeader') Set authorization server details. @@ -9401,7 +9401,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementCertificate + Set-AzureRMApiManagementCertificate Sets certificate data. @@ -9417,7 +9417,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementCertificate + Set-AzureRMApiManagementCertificate Context @@ -9462,7 +9462,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementCertificate + Set-AzureRMApiManagementCertificate Context @@ -9633,7 +9633,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementCertificate –Context $apimContext –CertificateId 0123456789 –PfxFilePath 'C:\contoso\certificates\apimanagementnew.pfx' –PfxPassword 2222 + Set-AzureRMApiManagementCertificate –Context $apimContext –CertificateId 0123456789 –PfxFilePath 'C:\contoso\certificates\apimanagementnew.pfx' –PfxPassword 2222 Set certificate. @@ -9655,7 +9655,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementGroup + Set-AzureRMApiManagementGroup Sets existing group details. @@ -9671,7 +9671,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementGroup + Set-AzureRMApiManagementGroup Context @@ -9830,7 +9830,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - New-AzureApiManagementGroup –Context $apimContext –Name 'Best devs' + New-AzureRMApiManagementGroup –Context $apimContext –Name 'Best devs' Create new group. @@ -9852,7 +9852,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementOperation + Set-AzureRMApiManagementOperation Set API Operation details. @@ -9868,7 +9868,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementOperation + Set-AzureRMApiManagementOperation Context @@ -10141,7 +10141,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId $operationId –Name 'Get resource' –Method GET –UrlTemplate '/newresource' –Description 'Use this operation to get newresource' + New-AzureRMApiManagementOperation –Context $apimContext –ApiId $apiId –OperationId $operationId –Name 'Get resource' –Method GET –UrlTemplate '/newresource' –Description 'Use this operation to get newresource' Set operation details. @@ -10163,7 +10163,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementPolicy + Set-AzureRMApiManagementPolicy Set specified scope policy. @@ -10179,7 +10179,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementPolicy + Set-AzureRMApiManagementPolicy Context @@ -10224,7 +10224,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementPolicy + Set-AzureRMApiManagementPolicy Context @@ -10276,7 +10276,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementPolicy + Set-AzureRMApiManagementPolicy Context @@ -10328,7 +10328,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementPolicy + Set-AzureRMApiManagementPolicy Context @@ -10537,7 +10537,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementPolicy –Context $apimContext –PolicyFilePath 'C:\contoso\policies\tenantpolicy.xml' + Set-AzureRMApiManagementPolicy –Context $apimContext –PolicyFilePath 'C:\contoso\policies\tenantpolicy.xml' Set tenant level policy from file named tenantpolicy.xml. @@ -10557,7 +10557,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementPolicy –Context $apimContext –ProductId 0123456789 –Policy $policystring + Set-AzureRMApiManagementPolicy –Context $apimContext –ProductId 0123456789 –Policy $policystring Set product-scope policy. @@ -10577,7 +10577,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Get-AzureApiManagementPolicy –Context $apimContext –ApiId 9876543210 –Policy $policystring + Get-AzureRMApiManagementPolicy –Context $apimContext –ApiId 9876543210 –Policy $policystring Set API-scope policy. @@ -10597,7 +10597,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementPolicy –Context $apimContext –ApiId 9876543210 –OperationId 777 –Policy $policystring + Set-AzureRMApiManagementPolicy –Context $apimContext –ApiId 9876543210 –OperationId 777 –Policy $policystring Set operation-scope policy. @@ -10619,7 +10619,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementProduct + Set-AzureRMApiManagementProduct Sets Product details. @@ -10635,7 +10635,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementProduct + Set-AzureRMApiManagementProduct Context @@ -10927,7 +10927,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementProduct –Context $apimContext –ProductId 0123456789 –Title 'Starter' –Description 'Starter Product' –LegalTerms 'Free for all' –SubscriptionRequired $true –State 'NotPublished' + Set-AzureRMApiManagementProduct –Context $apimContext –ProductId 0123456789 –Title 'Starter' –Description 'Starter Product' –LegalTerms 'Free for all' –SubscriptionRequired $true –State 'NotPublished' Update product details: require subscription, unpublish. @@ -10949,7 +10949,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementSubscription + Set-AzureRMApiManagementSubscription Sets existing subscription details. @@ -10965,7 +10965,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementSubscription + Set-AzureRMApiManagementSubscription Context @@ -11200,7 +11200,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementSubscription –Context $apimContext –SubscriptionId 0123456789 –PrimaryKey '80450f7d0b6d481382113073f67822c1' –SencondaryKey '97d6112c3a8f48d5bf0266b7a09a761c' –State 'Active' + Set-AzureRMApiManagementSubscription –Context $apimContext –SubscriptionId 0123456789 –PrimaryKey '80450f7d0b6d481382113073f67822c1' –SencondaryKey '97d6112c3a8f48d5bf0266b7a09a761c' –State 'Active' Set subscription primary, secondary key and activate. @@ -11222,7 +11222,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementUser + Set-AzureRMApiManagementUser Sets user details. @@ -11238,7 +11238,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera - Set-AzureApiManagementUser + Set-AzureRMApiManagementUser Context @@ -11473,7 +11473,7 @@ New-AzureApiManagementOperation –Context $apimContext –ApiId $apiId –Opera PS C:\> - Set-AzureApiManagementUser –Context $apimContext -UserId 0123456789 –Email 'ivanov.ivan@contoso.com' –Password 'asdfgh' –State 'Blocked' + Set-AzureRMApiManagementUser –Context $apimContext -UserId 0123456789 –Email 'ivanov.ivan@contoso.com' –Password 'asdfgh' –State 'Blocked' Set new user password and email and block the user. diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement/ApiManagementClient.cs b/src/ResourceManager/ApiManagement/Commands.ApiManagement/ApiManagementClient.cs index 6201aca863b3..62a0962386d2 100644 --- a/src/ResourceManager/ApiManagement/Commands.ApiManagement/ApiManagementClient.cs +++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement/ApiManagementClient.cs @@ -96,7 +96,7 @@ public ApiManagementLongRunningOperation BeginCreateApiManagementService( var longrunningResponse = Client.ResourceProvider.BeginCreatingOrUpdating(resourceGroupName, serviceName, parameters); AdjustRetryAfter(longrunningResponse, _client.LongRunningOperationInitialTimeout); - return ApiManagementLongRunningOperation.CreateLongRunningOperation("New-AzureApiManagement", longrunningResponse); + return ApiManagementLongRunningOperation.CreateLongRunningOperation("New-AzureRMApiManagement", longrunningResponse); } public ApiManagementLongRunningOperation BeginBackupApiManagement( @@ -122,7 +122,7 @@ public ApiManagementLongRunningOperation BeginBackupApiManagement( var longrunningResponse = Client.ResourceProvider.BeginBackup(resourceGroupName, serviceName, parameters); AdjustRetryAfter(longrunningResponse, _client.LongRunningOperationInitialTimeout); - return ApiManagementLongRunningOperation.CreateLongRunningOperation("Backup-AzureApiManagement", longrunningResponse); + return ApiManagementLongRunningOperation.CreateLongRunningOperation("Backup-AzureRMApiManagement", longrunningResponse); } public bool DeleteApiManagement(string resourceGroupName, string serviceName) @@ -150,7 +150,7 @@ public ApiManagementLongRunningOperation BeginRestoreApiManagement( var longrunningResponse = Client.ResourceProvider.BeginRestoring(resourceGroupName, serviceName, parameters); AdjustRetryAfter(longrunningResponse, _client.LongRunningOperationInitialTimeout); - return ApiManagementLongRunningOperation.CreateLongRunningOperation("Restore-AzureApiManagement", longrunningResponse); + return ApiManagementLongRunningOperation.CreateLongRunningOperation("Restore-AzureRMApiManagement", longrunningResponse); } public ApiManagementLongRunningOperation BeginUpdateDeployments( @@ -201,7 +201,7 @@ public ApiManagementLongRunningOperation BeginUpdateDeployments( var longrunningResponse = Client.ResourceProvider.BeginManagingDeployments(resourceGroupName, serviceName, parameters); AdjustRetryAfter(longrunningResponse, _client.LongRunningOperationInitialTimeout); - return ApiManagementLongRunningOperation.CreateLongRunningOperation("Update-AzureApiManagementDeployment", longrunningResponse); + return ApiManagementLongRunningOperation.CreateLongRunningOperation("Update-AzureRMApiManagementDeployment", longrunningResponse); } public PsApiManagementHostnameCertificate UploadCertificate( @@ -242,7 +242,7 @@ public ApiManagementLongRunningOperation BeginSetHostnames( var longrunningResponse = Client.ResourceProvider.BeginUpdatingHostname(resourceGroupName, serviceName, parameters); AdjustRetryAfter(longrunningResponse, _client.LongRunningOperationInitialTimeout); - return ApiManagementLongRunningOperation.CreateLongRunningOperation("Set-AzureApiManagementHostnames", longrunningResponse); + return ApiManagementLongRunningOperation.CreateLongRunningOperation("Set-AzureRMApiManagementHostnames", longrunningResponse); } public string GetSsoToken(string resourceGroupName, string serviceName) @@ -270,7 +270,7 @@ public ApiManagementLongRunningOperation BeginManageVirtualNetworks( var longrunningResponse = Client.ResourceProvider.BeginManagingVirtualNetworks(resourceGroupName, serviceName, parameters); AdjustRetryAfter(longrunningResponse, _client.LongRunningOperationInitialTimeout); - return ApiManagementLongRunningOperation.CreateLongRunningOperation("Set-AzureApiManagementVirtualNetworks", longrunningResponse); + return ApiManagementLongRunningOperation.CreateLongRunningOperation("Set-AzureRMApiManagementVirtualNetworks", longrunningResponse); } internal ApiManagementLongRunningOperation GetLongRunningOperationStatus(ApiManagementLongRunningOperation longRunningOperation) diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement/Microsoft.Azure.Commands.ApiManagement.dll-help.xml b/src/ResourceManager/ApiManagement/Commands.ApiManagement/Microsoft.Azure.Commands.ApiManagement.dll-help.xml index a3bfe998402e..46795e76ba70 100644 --- a/src/ResourceManager/ApiManagement/Commands.ApiManagement/Microsoft.Azure.Commands.ApiManagement.dll-help.xml +++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement/Microsoft.Azure.Commands.ApiManagement.dll-help.xml @@ -2,7 +2,7 @@ - Add-AzureApiManagementRegion + Add-AzureRMApiManagementRegion Adds new deployment region to PsApiManagement instance. @@ -14,11 +14,11 @@ - Add-AzureApiManagementRegion cmdlet adds new instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion to collection of AdditionalRegions of provided instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement. This cmdlet does not deploy anything by itself but updates instance of PsApiManagement in-memory. Related cmdltes are: Update-AzureApiManagementRegion and Remove-AzureApiManagementRegion. To actually update a deployment of an API Management pass the modified PsApiManagementInstance to Update-AzureApiManagement cmdlet. + Add-AzureRMApiManagementRegion cmdlet adds new instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion to collection of AdditionalRegions of provided instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement. This cmdlet does not deploy anything by itself but updates instance of PsApiManagement in-memory. Related cmdltes are: Update-AzureRMApiManagementRegion and Remove-AzureRMApiManagementRegion. To actually update a deployment of an API Management pass the modified PsApiManagementInstance to Update-AzureRMApiManagement cmdlet. - Add-AzureApiManagementRegion + Add-AzureRMApiManagementRegion ApiManagement @@ -175,7 +175,7 @@ PS C:\> - PS C:\> Add-AzureApiManagementRegion –ApiManagement $apiManagement -Location “East US” -Sku “Premium” –Capacity 2 + PS C:\> Add-AzureRMApiManagementRegion –ApiManagement $apiManagement -Location “East US” -Sku “Premium” –Capacity 2 Add new 2 units ‘Premium’ region to the PsApiManagement instance. @@ -195,9 +195,9 @@ PS C:\> - PS C:\> Get-AzureApiManagement –ResourceGroupName Contoso –Name ContosoApi | -Add-AzureApiManagementRegion -Location “East US” -Sku “Premium” –Capacity 2 | -Update-AzureApiManagementDeployments + PS C:\> Get-AzureRMApiManagement –ResourceGroupName Contoso –Name ContosoApi | +Add-AzureRMApiManagementRegion -Location “East US” -Sku “Premium” –Capacity 2 | +Update-AzureRMApiManagementDeployments Script to get a PsApiManagement, add 2 ‘Premium’ units region and update deployment. @@ -219,7 +219,7 @@ Update-AzureApiManagementDeployments - Backup-AzureApiManagement + Backup-AzureRMApiManagement Backs up API Management Service and places the backup to the specified Azure storage blob. @@ -231,11 +231,11 @@ Update-AzureApiManagementDeployments - Backup-AzureApiManagement cmdlet makes a backup copy of an API Management Service and places the backup to the specified Azure storage blob. + Backup-AzureRMApiManagement cmdlet makes a backup copy of an API Management Service and places the backup to the specified Azure storage blob. - Backup-AzureApiManagement + Backup-AzureRMApiManagement ResourceGroupName @@ -411,7 +411,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> Backup-AzureApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi -StorageContext $storageContext -TargetContainerName ContosoBackups –TargetBlobName ContosoBackup.apimbackup + PS C:\> Backup-AzureRMApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi -StorageContext $storageContext -TargetContainerName ContosoBackups –TargetBlobName ContosoBackup.apimbackup Backup API Management service to Azure storage blob. @@ -433,7 +433,7 @@ Update-AzureApiManagementDeployments - Get-AzureApiManagement + Get-AzureRMApiManagement Gets a list or a particular API Management Service description. @@ -445,11 +445,11 @@ Update-AzureApiManagementDeployments - Get-AzureApiManagement cmdlet gets a list of all API Management services under subscription or specified resource group or a particular API Management. + Get-AzureRMApiManagement cmdlet gets a list of all API Management services under subscription or specified resource group or a particular API Management. - Get-AzureApiManagement + Get-AzureRMApiManagement Profile @@ -459,7 +459,7 @@ Update-AzureApiManagementDeployments - Get-AzureApiManagement + Get-AzureRMApiManagement ResourceGroupName @@ -483,7 +483,7 @@ Update-AzureApiManagementDeployments - Get-AzureApiManagement + Get-AzureRMApiManagement ResourceGroupName @@ -576,7 +576,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> Get-AzureApiManagement + PS C:\> Get-AzureRMApiManagement Get all API Management services within subscription. @@ -596,7 +596,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> Get-AzureApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi + PS C:\> Get-AzureRMApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi Get API Management service by name. @@ -618,7 +618,7 @@ Update-AzureApiManagementDeployments - Get-AzureApiManagementSsoToken + Get-AzureRMApiManagementSsoToken Gets a link with an SSO token to a deployed management portal of an API Management service. @@ -630,11 +630,11 @@ Update-AzureApiManagementDeployments - Get-AzureApiManagementSsoToken cmdlet returns a link (URL) containing an SSO token to a deployed management portal of an API Management service. + Get-AzureRMApiManagementSsoToken cmdlet returns a link (URL) containing an SSO token to a deployed management portal of an API Management service. - Get-AzureApiManagementSsoToken + Get-AzureRMApiManagementSsoToken ResourceGroupName @@ -734,7 +734,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> Get-AzureApiManagementSsoToken –ResourceGroupName Contoso –Name ContosoApi + PS C:\> Get-AzureRMApiManagementSsoToken –ResourceGroupName Contoso –Name ContosoApi Get SSO token of an API Management service. @@ -756,7 +756,7 @@ Update-AzureApiManagementDeployments - Import-AzureApiManagementHostnameCertificate + Import-AzureRMApiManagementHostnameCertificate Imports a certificate in a PFX format for an API Management Service. @@ -768,11 +768,11 @@ Update-AzureApiManagementDeployments - Import-AzureApiManagementHostnameCertificate cmdlet imports a certificate in a PFX format for an API Management Service. The certificate is to be used for custom hostnames configuration. + Import-AzureRMApiManagementHostnameCertificate cmdlet imports a certificate in a PFX format for an API Management Service. The certificate is to be used for custom hostnames configuration. - Import-AzureApiManagementHostnameCertificate + Import-AzureRMApiManagementHostnameCertificate ResourceGroupName @@ -948,7 +948,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> Import-AzureApiManagementHostnameCertificate -Name ContosoApi -ResourceGroupName Contoso –HostnameType “Proxy” -PfxPath “C:\proxycert.pfx” -PfxPassword “certsecret” + PS C:\> Import-AzureRMApiManagementHostnameCertificate -Name ContosoApi -ResourceGroupName Contoso –HostnameType “Proxy” -PfxPath “C:\proxycert.pfx” -PfxPassword “certsecret” Import a certificate for Proxy custom hostname. @@ -970,7 +970,7 @@ Update-AzureApiManagementDeployments - New-AzureApiManagement + New-AzureRMApiManagement Creates new API Management Service. @@ -982,11 +982,11 @@ Update-AzureApiManagementDeployments - New-AzureApiManagement cmdlet creates new API Management deployment. + New-AzureRMApiManagement cmdlet creates new API Management deployment. - New-AzureApiManagement + New-AzureRMApiManagement ResourceGroupName @@ -1200,7 +1200,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> New-AzureApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi –Location “Central US” –Organization Contoso –AdminEmail admin@contoso.com + PS C:\> New-AzureRMApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi –Location “Central US” –Organization Contoso –AdminEmail admin@contoso.com Create new ‘Developer’ tier API Management service @@ -1220,7 +1220,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> New-AzureApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi –Location “Central US” –Organization Contoso –AdminEmail admin@contoso.com –Sku Standard –Capacity 3 + PS C:\> New-AzureRMApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi –Location “Central US” –Organization Contoso –AdminEmail admin@contoso.com –Sku Standard –Capacity 3 Create new ‘Standard’ tier API Management service with 3 units @@ -1242,7 +1242,7 @@ Update-AzureApiManagementDeployments - New-AzureApiManagementHostnameConfiguration + New-AzureRMApiManagementHostnameConfiguration Creates an instance of PsApiManagementHostnameConfiguration. @@ -1254,11 +1254,11 @@ Update-AzureApiManagementDeployments - Helper command to create an instance of PsApiManagementHostnameConfiguration. This command is to be used with Set-AzureApiManagementHostnames command. + Helper command to create an instance of PsApiManagementHostnameConfiguration. This command is to be used with Set-AzureRMApiManagementHostnames command. - New-AzureApiManagementHostnameConfiguration + New-AzureRMApiManagementHostnameConfiguration CertificateThumbprint @@ -1358,7 +1358,7 @@ Update-AzureApiManagementDeployments PS C:\> - PS C:\> New-AzureApiManagementHostnameConfiguration -Hostname “portal.contoso.com” -CertificateThumbprint 33CC47C6FCA848DC9B14A6F071C1EF7C + PS C:\> New-AzureRMApiManagementHostnameConfiguration -Hostname “portal.contoso.com” -CertificateThumbprint 33CC47C6FCA848DC9B14A6F071C1EF7C Create and initialize instance of Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameConfiguration type. @@ -1380,7 +1380,7 @@ Update-AzureApiManagementDeployments - New-AzureApiManagementVirtualNetwork + New-AzureRMApiManagementVirtualNetwork Creates an instance of PsApiManagementVirtualNetwork. @@ -1392,11 +1392,11 @@ Update-AzureApiManagementDeployments - Helper command to create an instance of PsApiManagementVirtualNetwork. This command is to be used with Set-AzureApiManagementVirtualNetworks command. + Helper command to create an instance of PsApiManagementVirtualNetwork. This command is to be used with Set-AzureRMApiManagementVirtualNetworks command. - New-AzureApiManagementVirtualNetwork + New-AzureRMApiManagementVirtualNetwork Location @@ -1516,10 +1516,10 @@ Update-AzureApiManagementDeployments PS C:\> $virtualNetworks = @() -$virtualNetworks += New-AzureApiManagementVirtualNetwork –Location “East US” –SubtenName ContosoNet -VnetId “089D3F4D-B986-4DFD-9259-9112BA7A1F03” -Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name ContosoApi -VirtualNetworks $virtualNetworks +$virtualNetworks += New-AzureRMApiManagementVirtualNetwork –Location “East US” –SubtenName ContosoNet -VnetId “089D3F4D-B986-4DFD-9259-9112BA7A1F03” +Set-AzureRMApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name ContosoApi -VirtualNetworks $virtualNetworks - Script to create a virtual network and call run Set-AzureApiManagementVirtualNetworks command. + Script to create a virtual network and call run Set-AzureRMApiManagementVirtualNetworks command. @@ -1539,7 +1539,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Remove-AzureApiManagement + Remove-AzureRMApiManagement Removes existing API Management. @@ -1551,11 +1551,11 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Remove-AzureApiManagement cmdlet removes existing API Management service. + Remove-AzureRMApiManagement cmdlet removes existing API Management service. - Remove-AzureApiManagement + Remove-AzureRMApiManagement ResourceGroupName @@ -1693,7 +1693,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name PS C:\> - PS C:\> Remove-AzureApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi + PS C:\> Remove-AzureRMApiManagement –ResourceGroupName ContosoGroup –Name ContosoApi Remove API Management service. @@ -1715,7 +1715,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Remove-AzureApiManagementRegion + Remove-AzureRMApiManagementRegion Removes existing deployment region from PsApiManagement instance. @@ -1727,11 +1727,11 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Remove-AzureApiManagementRegion cmdlet removes instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion from collection of AdditionalRegions of provided instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement. This cmdlet does not modifies deployment by itself but updates instance of PsApiManagement in-memory. Related cmdltes are: Update-AzureApiManagementRegion and Add-AzureApiManagementRegion. To actually update a deployment of an API Management pass the modified PsApiManagementInstance to Update-AzureApiManagement cmdlet. + Remove-AzureRMApiManagementRegion cmdlet removes instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion from collection of AdditionalRegions of provided instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement. This cmdlet does not modifies deployment by itself but updates instance of PsApiManagement in-memory. Related cmdltes are: Update-AzureRMApiManagementRegion and Add-AzureRMApiManagementRegion. To actually update a deployment of an API Management pass the modified PsApiManagementInstance to Update-AzureRMApiManagement cmdlet. - Remove-AzureApiManagementRegion + Remove-AzureRMApiManagementRegion ApiManagement @@ -1831,7 +1831,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name PS C:\> - PS C:\> Remove-AzureApiManagementRegion –ApiManagement $apiManagement -Location “East US” + PS C:\> Remove-AzureRMApiManagementRegion –ApiManagement $apiManagement -Location “East US” Remove a region from the PsApiManagement instance. @@ -1851,7 +1851,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name PS C:\> - PS C:\> Get-AzureApiManagement –ResourceGroupName Contoso –Name ContosoApi | Remove-AzureApiManagementRegion -Location “East US” | Update-AzureApiManagementDeployment + PS C:\> Get-AzureRMApiManagement –ResourceGroupName Contoso –Name ContosoApi | Remove-AzureRMApiManagementRegion -Location “East US” | Update-AzureRMApiManagementDeployment Script to get a PsApiManagement, remove a region and update deployment with piping. @@ -1874,7 +1874,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Restore-AzureApiManagement + Restore-AzureRMApiManagement Restores an API Management Service from the specified Azure storage blob. @@ -1886,11 +1886,11 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Restore-AzureApiManagement cmdlet restores an API Management Service from the specified backup residing in an Azure storage blob. + Restore-AzureRMApiManagement cmdlet restores an API Management Service from the specified backup residing in an Azure storage blob. - Restore-AzureApiManagement + Restore-AzureRMApiManagement ResourceGroupName @@ -2066,7 +2066,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name PS C:\> - PS C:\> Restore-AzureApiManagement –ResourceGroupName ContosoGroup –Name RestoredContosoApi -StorageContext $storageContext -SourceContainerName ContosoBackups –SourceBlobName ContosoBackup.apimbackup + PS C:\> Restore-AzureRMApiManagement –ResourceGroupName ContosoGroup –Name RestoredContosoApi -StorageContext $storageContext -SourceContainerName ContosoBackups –SourceBlobName ContosoBackup.apimbackup Restore API Management service from Azure storage blob. @@ -2088,7 +2088,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Set-AzureApiManagementHostnames + Set-AzureRMApiManagementHostnames Sets custom hostname configuration for an API Management service proxy and/or portal. @@ -2100,11 +2100,11 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Set-AzureApiManagementHostnames cmdlet sets (applies) custom hostname configuration for an API Management service proxy and/or portal. + Set-AzureRMApiManagementHostnames cmdlet sets (applies) custom hostname configuration for an API Management service proxy and/or portal. - Set-AzureApiManagementHostnames + Set-AzureRMApiManagementHostnames ResourceGroupName @@ -2149,7 +2149,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name - Set-AzureApiManagementHostnames + Set-AzureRMApiManagementHostnames ApiManagement @@ -2297,7 +2297,7 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name PS C:\> - PS C:\> Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostnameConfiguration $portalHostnameConf –ProxyHostnameConfiguration $proxyHostnameConf + PS C:\> Set-AzureRMApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostnameConfiguration $portalHostnameConf –ProxyHostnameConfiguration $proxyHostnameConf Set custom hostname configuration for proxy and portal. @@ -2317,11 +2317,11 @@ Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name PS C:\> - Import-AzureApiManagementHostnameCertificate -Name ContosoApi -ResourceGroupName Contoso –HostnameType “Proxy” -PfxPath “C:\proxycert.pfx” -PfxPassword “certsecret” -Import-AzureApiManagementHostnameCertificate -Name ContosoApi -ResourceGroupName Contoso –HostnameType “Portal” -PfxPath “C:\portalcert.pfx” -PfxPassword “certsecret” -$portalHostnameConf = New-AzureApiManagementHostnameConfiguration -Hostname “portal.contoso.com” -CertificateThumbprint 33CC47C6FCA848DC9B14A6F071C1EF7C -$proxyHostnameConf = New-AzureApiManagementHostnameConfiguration -Hostname “proxy.contoso.com” -CertificateThumbprint 5DD7CCF6A1E74E0987DD2873406B7264 -Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostnameConfiguration $portalHostnameConf –ProxyHostnameConfiguration $proxyHostnameConf + Import-AzureRMApiManagementHostnameCertificate -Name ContosoApi -ResourceGroupName Contoso –HostnameType “Proxy” -PfxPath “C:\proxycert.pfx” -PfxPassword “certsecret” +Import-AzureRMApiManagementHostnameCertificate -Name ContosoApi -ResourceGroupName Contoso –HostnameType “Portal” -PfxPath “C:\portalcert.pfx” -PfxPassword “certsecret” +$portalHostnameConf = New-AzureRMApiManagementHostnameConfiguration -Hostname “portal.contoso.com” -CertificateThumbprint 33CC47C6FCA848DC9B14A6F071C1EF7C +$proxyHostnameConf = New-AzureRMApiManagementHostnameConfiguration -Hostname “proxy.contoso.com” -CertificateThumbprint 5DD7CCF6A1E74E0987DD2873406B7264 +Set-AzureRMApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostnameConfiguration $portalHostnameConf –ProxyHostnameConfiguration $proxyHostnameConf Script to configure custom hostname for proxy and portal. First import corresponding certificates and then apply custom hostnames. @@ -2344,7 +2344,7 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn - Set-AzureApiManagementVirtualNetworks + Set-AzureRMApiManagementVirtualNetworks Sets VPN configuration for an API Management Service. @@ -2356,11 +2356,11 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn - Set-AzureApiManagementVirtualNetworks cmdlet sets Virtual Network configuration for an API Management. + Set-AzureRMApiManagementVirtualNetworks cmdlet sets Virtual Network configuration for an API Management. - Set-AzureApiManagementVirtualNetworks + Set-AzureRMApiManagementVirtualNetworks ResourceGroupName @@ -2498,7 +2498,7 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn PS C:\> - PS C:\> Set-AzureApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name ContosoApi -VirtualNetworks $virtualNetworks + PS C:\> Set-AzureRMApiManagementVirtualNetworks –ResourceGroupName ContosoGroup –Name ContosoApi -VirtualNetworks $virtualNetworks Set virtual networks for an API Management service @@ -2520,7 +2520,7 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn - Update-AzureApiManagementDeployment + Update-AzureRMApiManagementDeployment Updates deployment of an API Management Service. @@ -2532,11 +2532,11 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn - Update-AzureApiManagementDeployment cmdlet updates current deployment (scales, adds/removes additional deployment regions). + Update-AzureRMApiManagementDeployment cmdlet updates current deployment (scales, adds/removes additional deployment regions). - Update-AzureApiManagementDeployment + Update-AzureRMApiManagementDeployment ResourceGroupName @@ -2602,7 +2602,7 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn - Update-AzureApiManagementDeployment + Update-AzureRMApiManagementDeployment ApiManagement @@ -2786,7 +2786,7 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn PS C:\> - PS C:\> Update-AzureApiManagementDeployment -ResourceGroupName Contoso -Name ContosoApi –Sku “Standard” –Capacity 3 + PS C:\> Update-AzureRMApiManagementDeployment -ResourceGroupName Contoso -Name ContosoApi –Sku “Standard” –Capacity 3 Command to update deployment of an ApiManagement to 3 unit ‘Standard’. @@ -2806,11 +2806,11 @@ Set-AzureApiHostnames -Name ContosoApi -ResourceGroupName Contoso –PortalHostn PS C:\> - $apiManagement = Get-AzureApiManagement –ResourceGroupName Contoso –Name ContosoApi + $apiManagement = Get-AzureRMApiManagement –ResourceGroupName Contoso –Name ContosoApi $apiManagement.Sku = “Premium” $apiManagement.Capacity = 5 $apiManagement.AddRegion(“Central US”, “Premium”, 3) -Update-AzureApiManagementDeployment –ApiManagement $apiManagement +Update-AzureRMApiManagementDeployment –ApiManagement $apiManagement Script to get an ApiManagement, scale to 5 ‘Premium’ units and add additional 3 unit ‘Premium’ region. @@ -2833,7 +2833,7 @@ Update-AzureApiManagementDeployment –ApiManagement $apiManagement - Update-AzureApiManagementRegion + Update-AzureRMApiManagementRegion Updates existing deployment region in PsApiManagement instance. @@ -2845,11 +2845,11 @@ Update-AzureApiManagementDeployment –ApiManagement $apiManagement - Update-AzureApiManagementRegion cmdlet updates (scales up/down or changes VPN configuration) existing instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion in collection of AdditionalRegions of provided instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement. This cmdlet does not deploy anything by itself but updates instance of PsApiManagement in-memory. Related cmdltes are: Add-AzureApiManagementRegion and Remove-AzureApiManagementRegion. To actually update a deployment of an API Management pass the modified PsApiManagementInstance to Update-AzureApiManagement cmdlet. + Update-AzureRMApiManagementRegion cmdlet updates (scales up/down or changes VPN configuration) existing instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementRegion in collection of AdditionalRegions of provided instance of type Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagement. This cmdlet does not deploy anything by itself but updates instance of PsApiManagement in-memory. Related cmdltes are: Add-AzureRMApiManagementRegion and Remove-AzureRMApiManagementRegion. To actually update a deployment of an API Management pass the modified PsApiManagementInstance to Update-AzureRMApiManagement cmdlet. - Update-AzureApiManagementRegion + Update-AzureRMApiManagementRegion ApiManagement diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs index 731de4eaaaa8..f49e7b5e45ee 100644 --- a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs +++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs @@ -751,7 +751,7 @@ public void RegisterDscNode(string resourceGroupName, resourceGroupName, automationAccountName); - // prepare the parameters to be used in New-AzureResourceGroupDeployment cmdlet + // prepare the parameters to be used in New-AzureRMResourceGroupDeployment cmdlet Hashtable templateParameters = new Hashtable(); templateParameters.Add("vmName", azureVMName); templateParameters.Add("location", location); @@ -767,10 +767,10 @@ public void RegisterDscNode(string resourceGroupName, templateParameters.Add("actionAfterReboot", actionAfterReboot); templateParameters.Add("allowModuleOverwrite", moduleOverwriteFlag); - // invoke the New-AzureResourceGroupDeployment cmdlet + // invoke the New-AzureRMResourceGroupDeployment cmdlet using (Pipeline pipe = Runspace.DefaultRunspace.CreateNestedPipeline()) { - Command invokeCommand = new Command("New-AzureResourceGroupDeployment"); + Command invokeCommand = new Command("New-AzureRMResourceGroupDeployment"); invokeCommand.Parameters.Add("Name", deploymentName); invokeCommand.Parameters.Add("ResourceGroupName", azureVmResourceGroup); invokeCommand.Parameters.Add("TemplateParameterObject", templateParameters); diff --git a/src/ResourceManager/Automation/Commands.Automation/Microsoft.Azure.Commands.ResourceManager.Automation.dll-help.xml b/src/ResourceManager/Automation/Commands.Automation/Microsoft.Azure.Commands.ResourceManager.Automation.dll-help.xml index 980cf210fef1..90fd46afb3c4 100644 --- a/src/ResourceManager/Automation/Commands.Automation/Microsoft.Azure.Commands.ResourceManager.Automation.dll-help.xml +++ b/src/ResourceManager/Automation/Commands.Automation/Microsoft.Azure.Commands.ResourceManager.Automation.dll-help.xml @@ -1,7 +1,7 @@ - Windows PowerShell� is a task-based command-line shell and scripting language designed especially for system administration. This reference topic for the information technology (IT) professional provides assistance in utilizing the Windows PowerShell cmdlets to script and automate tasks.Azure Automation cmdletsThe following table contains links to the help topics for the Azure Automation cmdlets.CmdletDescriptionExport-AzureAutomationDscConfigurationExports a DSC configuration from Automation to a local file.Export-AzureAutomationDscNodeReportContentExports the raw content of a DSC report sent from a DSC node to Automation.Get-AzureAutomationAccountGets Automation accounts in a resource group.Get-AzureAutomationDscCompilationJobGets DSC compilation jobs in Automation.Get-AzureAutomationDscCompilationJobOutputGets the logging streams of an Automation DSC compilation job.Get-AzureAutomationDscConfigurationGets DSC configurations from Automation.Get-AzureAutomationDscNodeGets DSC nodes from Automation.Get-AzureAutomationDscNodeConfigurationGets metadata for DSC node configurations in Automation.Get-AzureAutomationDscNodeReportGets reports sent from a DSC node to Automation.Get-AzureAutomationDscOnboardingMetaconfigCreates meta-configuration .mof files.Get-AzureAutomationModuleGets metadata for modules from Automation.Get-AzureAutomationRegistrationInfoGets registration information for onboarding a DSC node or hybrid worker to Automation.Import-AzureAutomationDscConfigurationImports a DSC configuration into Automation.New-AzureAutomationAccountCreates an Automation account.New-AzureAutomationKeyRegenerates registration keys for an Automation account.New-AzureAutomationModuleImports a module into Automation.Register-AzureAutomationDscNodeRegisters an Azure virtual machine as a DSC node for an Automation account.Remove-AzureAutomationAccountRemoves an Automation account.Remove-AzureAutomationModuleRemoves a module from Automation.Set-AzureAutomationAccountModifies an Automation account.Set-AzureAutomationDscNodeModifies the node configuration that a DSC node is mapped to.Set-AzureAutomationModuleUpdates a module in Automation.Start-AzureAutomationDscCompilationJobCompiles a DSC configuration in Automation.Unregister-AzureAutomationDscNodeRemoves a DSC node from management by an Automation account.To list all the cmdlets that are available, type Get-Command �Module AzureResourceManager -Name *automation.For more information about, or for the syntax of, any of the cmdlets, use the Get-Help <cmdlet name> cmdlet, where <cmdlet name> is the name of the cmdlet that you want to research. For more detailed information, you can run any of the following cmdlets: ? Get-Help <cmdlet name> -Detailed ? Get-Help <cmdlet name> -Examples ? Get-Help <cmdlet name> -Full Export-AzureAutomationDscConfigurationExports a DSC configuration from Automation to a local file. ExportAzureAutomationDscConfigurationThe Export-AzureAutomationDscConfiguration cmdlet exports a PowerShell Desired State Configuration (DSC) configuration from Azure Automation to a local file. The exported file has a .ps1 file name extension.Export-AzureAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet exports a DSC configuration.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC that this cmdlet exports.StringForceIndicates that this cmdlet can replace an existing local file with a new file that has the same name.OutputFolderSpecifies the output folder where this cmdlet exports the DSC configuration.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileSlotSpecifies which version of the DSC configuration that this cmdlet exports. Valid values are: + Windows PowerShell� is a task-based command-line shell and scripting language designed especially for system administration. This reference topic for the information technology (IT) professional provides assistance in utilizing the Windows PowerShell cmdlets to script and automate tasks.Azure Automation cmdletsThe following table contains links to the help topics for the Azure Automation cmdlets.CmdletDescriptionExport-AzureRMAutomationDscConfigurationExports a DSC configuration from Automation to a local file.Export-AzureRMAutomationDscNodeReportContentExports the raw content of a DSC report sent from a DSC node to Automation.Get-AzureRMAutomationAccountGets Automation accounts in a resource group.Get-AzureRMAutomationDscCompilationJobGets DSC compilation jobs in Automation.Get-AzureRMAutomationDscCompilationJobOutputGets the logging streams of an Automation DSC compilation job.Get-AzureRMAutomationDscConfigurationGets DSC configurations from Automation.Get-AzureRMAutomationDscNodeGets DSC nodes from Automation.Get-AzureRMAutomationDscNodeConfigurationGets metadata for DSC node configurations in Automation.Get-AzureRMAutomationDscNodeReportGets reports sent from a DSC node to Automation.Get-AzureRMAutomationDscOnboardingMetaconfigCreates meta-configuration .mof files.Get-AzureRMAutomationModuleGets metadata for modules from Automation.Get-AzureRMAutomationRegistrationInfoGets registration information for onboarding a DSC node or hybrid worker to Automation.Import-AzureRMAutomationDscConfigurationImports a DSC configuration into Automation.New-AzureRMAutomationAccountCreates an Automation account.New-AzureRMAutomationKeyRegenerates registration keys for an Automation account.New-AzureRMAutomationModuleImports a module into Automation.Register-AzureRMAutomationDscNodeRegisters an Azure virtual machine as a DSC node for an Automation account.Remove-AzureRMAutomationAccountRemoves an Automation account.Remove-AzureRMAutomationModuleRemoves a module from Automation.Set-AzureRMAutomationAccountModifies an Automation account.Set-AzureRMAutomationDscNodeModifies the node configuration that a DSC node is mapped to.Set-AzureRMAutomationModuleUpdates a module in Automation.Start-AzureRMAutomationDscCompilationJobCompiles a DSC configuration in Automation.Unregister-AzureRMAutomationDscNodeRemoves a DSC node from management by an Automation account.To list all the cmdlets that are available, type Get-Command �Module AzureResourceManager -Name *automation.For more information about, or for the syntax of, any of the cmdlets, use the Get-Help <cmdlet name> cmdlet, where <cmdlet name> is the name of the cmdlet that you want to research. For more detailed information, you can run any of the following cmdlets: ? Get-Help <cmdlet name> -Detailed ? Get-Help <cmdlet name> -Examples ? Get-Help <cmdlet name> -Full Export-AzureRMAutomationDscConfigurationExports a DSC configuration from Automation to a local file. ExportAzureAutomationDscConfigurationThe Export-AzureRMAutomationDscConfiguration cmdlet exports a PowerShell Desired State Configuration (DSC) configuration from Azure Automation to a local file. The exported file has a .ps1 file name extension.Export-AzureRMAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet exports a DSC configuration.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC that this cmdlet exports.StringForceIndicates that this cmdlet can replace an existing local file with a new file that has the same name.OutputFolderSpecifies the output folder where this cmdlet exports the DSC configuration.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileSlotSpecifies which version of the DSC configuration that this cmdlet exports. Valid values are: -- Draft -- Published @@ -11,7 +11,7 @@ The default value is Published. StringStringnone 1: Get-AzureAutomationDscConfigurationImport-AzureAutomationDscConfigurationExport-AzureAutomationDscNodeReportContentExports the raw content of a DSC report sent from a DSC node to Automation.ExportAzureAutomationDscNodeReportContentThe Export-AzureAutomationDscNodeReportContent cmdlet exports the raw contents of a PowerShell Desired State Configuration (DSC) report. A DSC node sends a DSC report to Azure Automation.Export-AzureAutomationDscNodeReportContentResourceGroupNameSpecifies the name of a resource group. This cmdlet exports the contents of a report for the DSC node that belongs to the resource group that this cmdlet specifies. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports report content for a DSC node that belongs to the Automation account that this parameter specifies. StringForceIndicates that this cmdlet can replace an existing local file with a new file that has the same name.OutputFolderSpecifies the output folder where this cmdlet exports report contents. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNodeIdSpecifies the unique ID of the DSC node for which this cmdlet exports report contents.GuidReportIdSpecifies the unique ID of the DSC node report that this cmdlet exports. GuidAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports report content for a DSC node that belongs to the Automation account that this parameter specifies. StringStringnoneForceIndicates that this cmdlet can replace an existing local file with a new file that has the same name.SwitchParameterSwitchParameternoneNodeIdSpecifies the unique ID of the DSC node for which this cmdlet exports report contents.GuidGuidnoneOutputFolderSpecifies the output folder where this cmdlet exports report contents. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneReportIdSpecifies the unique ID of the DSC node report that this cmdlet exports. GuidGuidnoneResourceGroupNameSpecifies the name of a resource group. This cmdlet exports the contents of a report for the DSC node that belongs to the resource group that this cmdlet specifies. StringStringnone 1: Get-AzureAutomationDscNodeReportGet-AzureAutomationAccountGets Automation accounts in a resource group.GetAzureAutomationAccountThe Get-AzureAutomationAccount cmdlet gets Azure Automation accounts in a resource group. For more information about Automation accounts, type Get-Help New-AzureAutomationAccount.Get-AzureAutomationAccountResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets Automation accounts.StringNameSpecifies the name of the Automation account that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileGet-AzureAutomationAccountResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets Automation accounts.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNameSpecifies the name of the Automation account that this cmdlet gets.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets Automation accounts.StringStringnone 1: New-AzureAutomationAccountRemove-AzureAutomationAccountSet-AzureAutomationAccountGet-AzureAutomationDscCompilationJobOutputGets the logging streams of an Automation DSC compilation job.GetAzureAutomationDscCompilationJobOutputThe Get-AzureAutomationDscCompilationJobOutput cmdlet gets the stream records of a PowerShell Desired State Configuration (DSC) compilation job in Azure Automation.Get-AzureAutomationDscCompilationJobOutputResourceGroupNameSpecifies the name of the resource group that contains the DSC compilation job for which this cmdlet gets stream records.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC compilation job.StringIdSpecifies the unique ID of the DSC compilation job for which this cmdlet gets output. GuidProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets stream records that the DSC compilation job outputs after this time. DateTimeOffsetStreamSpecifies the type of stream for the output that this cmdlet gets. Valid values are: +The default value is Published. StringStringnone 1: Get-AzureRMAutomationDscConfigurationImport-AzureRMAutomationDscConfigurationExport-AzureRMAutomationDscNodeReportContentExports the raw content of a DSC report sent from a DSC node to Automation.ExportAzureAutomationDscNodeReportContentThe Export-AzureRMAutomationDscNodeReportContent cmdlet exports the raw contents of a PowerShell Desired State Configuration (DSC) report. A DSC node sends a DSC report to Azure Automation.Export-AzureRMAutomationDscNodeReportContentResourceGroupNameSpecifies the name of a resource group. This cmdlet exports the contents of a report for the DSC node that belongs to the resource group that this cmdlet specifies. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports report content for a DSC node that belongs to the Automation account that this parameter specifies. StringForceIndicates that this cmdlet can replace an existing local file with a new file that has the same name.OutputFolderSpecifies the output folder where this cmdlet exports report contents. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNodeIdSpecifies the unique ID of the DSC node for which this cmdlet exports report contents.GuidReportIdSpecifies the unique ID of the DSC node report that this cmdlet exports. GuidAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports report content for a DSC node that belongs to the Automation account that this parameter specifies. StringStringnoneForceIndicates that this cmdlet can replace an existing local file with a new file that has the same name.SwitchParameterSwitchParameternoneNodeIdSpecifies the unique ID of the DSC node for which this cmdlet exports report contents.GuidGuidnoneOutputFolderSpecifies the output folder where this cmdlet exports report contents. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneReportIdSpecifies the unique ID of the DSC node report that this cmdlet exports. GuidGuidnoneResourceGroupNameSpecifies the name of a resource group. This cmdlet exports the contents of a report for the DSC node that belongs to the resource group that this cmdlet specifies. StringStringnone 1: Get-AzureRMAutomationDscNodeReportGet-AzureRMAutomationAccountGets Automation accounts in a resource group.GetAzureAutomationAccountThe Get-AzureRMAutomationAccount cmdlet gets Azure Automation accounts in a resource group. For more information about Automation accounts, type Get-Help New-AzureRMAutomationAccount.Get-AzureRMAutomationAccountResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets Automation accounts.StringNameSpecifies the name of the Automation account that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileGet-AzureRMAutomationAccountResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets Automation accounts.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNameSpecifies the name of the Automation account that this cmdlet gets.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets Automation accounts.StringStringnone 1: New-AzureRMAutomationAccountRemove-AzureRMAutomationAccountSet-AzureRMAutomationAccountGet-AzureRMAutomationDscCompilationJobOutputGets the logging streams of an Automation DSC compilation job.GetAzureAutomationDscCompilationJobOutputThe Get-AzureRMAutomationDscCompilationJobOutput cmdlet gets the stream records of a PowerShell Desired State Configuration (DSC) compilation job in Azure Automation.Get-AzureRMAutomationDscCompilationJobOutputResourceGroupNameSpecifies the name of the resource group that contains the DSC compilation job for which this cmdlet gets stream records.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC compilation job.StringIdSpecifies the unique ID of the DSC compilation job for which this cmdlet gets output. GuidProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets stream records that the DSC compilation job outputs after this time. DateTimeOffsetStreamSpecifies the type of stream for the output that this cmdlet gets. Valid values are: -- Any -- Warning @@ -21,7 +21,7 @@ The default value is Published. CompilationJobStreamTypeCompilationJobStreamTypenone 1: Get-AzureAutomationDscCompilationJobStart-AzureAutomationDscCompilationJobGet-AzureAutomationDscCompilationJobGets DSC compilation jobs in Automation.GetAzureAutomationDscCompilationJobThe Get-AzureAutomationDscCompilationJob cmdlet gets PowerShell Desired State Configuration (DSC) compilation jobs in Azure Automation.Get-AzureAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC compilation jobs. StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC compilation jobs that this cmdlet gets.StringEndTimeSpecifies an end time. This cmdlet gets compilations jobs that started up to the time that this parameter specifies. DateTimeOffsetProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets jobs that start at or after the time that this parameter specifies.DateTimeOffsetStatusSpecifies the status of jobs that this cmdlet gets. Valid values are: +-- VerboseCompilationJobStreamTypeCompilationJobStreamTypenone 1: Get-AzureRMAutomationDscCompilationJobStart-AzureRMAutomationDscCompilationJobGet-AzureRMAutomationDscCompilationJobGets DSC compilation jobs in Automation.GetAzureAutomationDscCompilationJobThe Get-AzureRMAutomationDscCompilationJob cmdlet gets PowerShell Desired State Configuration (DSC) compilation jobs in Azure Automation.Get-AzureRMAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC compilation jobs. StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC compilation jobs that this cmdlet gets.StringEndTimeSpecifies an end time. This cmdlet gets compilations jobs that started up to the time that this parameter specifies. DateTimeOffsetProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets jobs that start at or after the time that this parameter specifies.DateTimeOffsetStatusSpecifies the status of jobs that this cmdlet gets. Valid values are: -- Completed -- Failed @@ -33,7 +33,7 @@ The default value is Published. CompletedFailedQueuedStartingResumingRunningStoppedStoppingSuspendedSuspendingActivatingGet-AzureAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC compilation jobs. StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC compilation jobs that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC compilation job that this cmdlet gets. GuidGet-AzureAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC compilation jobs. StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC compilation jobs that this cmdlet gets.StringEndTimeSpecifies an end time. This cmdlet gets compilations jobs that started up to the time that this parameter specifies. DateTimeOffsetProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets jobs that start at or after the time that this parameter specifies.DateTimeOffsetStatusSpecifies the status of jobs that this cmdlet gets. Valid values are: +-- ActivatingCompletedFailedQueuedStartingResumingRunningStoppedStoppingSuspendedSuspendingActivatingGet-AzureRMAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC compilation jobs. StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC compilation jobs that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC compilation job that this cmdlet gets. GuidGet-AzureRMAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC compilation jobs. StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC compilation jobs that this cmdlet gets.StringEndTimeSpecifies an end time. This cmdlet gets compilations jobs that started up to the time that this parameter specifies. DateTimeOffsetProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets jobs that start at or after the time that this parameter specifies.DateTimeOffsetStatusSpecifies the status of jobs that this cmdlet gets. Valid values are: -- Completed -- Failed @@ -57,48 +57,48 @@ The default value is Published. StringStringnone 1: Start-AzureAutomationDscCompilationJobGet-AzureAutomationDscCompilationJobOutputGet-AzureAutomationDscConfigurationGets DSC configurations from Automation.GetAzureAutomationDscConfigurationThe Get-AzureAutomationDscConfiguration cmdlet gets PowerShell Desired State Configuration (DSC) configurations from Azure Automation.Get-AzureAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets DSC configurations.StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC configurations that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileGet-AzureAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets DSC configurations.StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC configurations that this cmdlet gets.StringNameSpecifies the name of the DSC configuration that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account that contains DSC configurations that this cmdlet gets.StringStringnoneNameSpecifies the name of the DSC configuration that this cmdlet gets.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets DSC configurations.StringStringnone 1: Export-AzureAutomationDscConfigurationImport-AzureAutomationDscConfigurationGet-AzureAutomationDscNodeConfigurationGets metadata for DSC node configurations in Automation. GetAzureAutomationDscNodeConfigurationThe Get-AzureAutomationDscNodeConfiguration cmdlet gets metadata for PowerShell Desired State Configuration (DSC) node configurations in Azure Automation. Automation stores DSC node configuration as a Managed Object Format (MOF) configuration document.Get-AzureAutomationDscNodeConfigurationResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileRollupStatusSpecifies the rollup status of DSC node configurations that this cmdlet gets. Valid values are: Bad and Good.GoodBadGet-AzureAutomationDscNodeConfigurationResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNameSpecifies the name of the DSC node configuration for which this cmdlet gets metadata.StringGet-AzureAutomationDscNodeConfigurationResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileRollupStatusSpecifies the rollup status of DSC node configurations that this cmdlet gets. Valid values are: Bad and Good.GoodBadConfigurationNameSpecifies the name of DSC configuration for which this cmdlet gets node configuration metadata.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringStringnoneConfigurationNameSpecifies the name of DSC configuration for which this cmdlet gets node configuration metadata.StringStringnoneNameSpecifies the name of the DSC node configuration for which this cmdlet gets metadata.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringStringnoneRollupStatusSpecifies the rollup status of DSC node configurations that this cmdlet gets. Valid values are: Bad and Good.StringStringnone 1: Get-AzureAutomationDscNodeReportGets reports sent from a DSC node to Automation.GetAzureAutomationDscNodeReportThe Get-AzureAutomationDscNodeReport cmdlet gets reports sent from a PowerShell Desired State Configuration (DSC) node to Azure Automation.Get-AzureAutomationDscNodeReportResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringEndTimeSpecifies an end time. This cmdlet gets reports that Automation received before this time.DateTimeOffsetProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets reports that Automation received after this time.DateTimeOffsetNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidGet-AzureAutomationDscNodeReportResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringLatestIndicates that this cmdlet gets the latest DSC report for the specified node only.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidGet-AzureAutomationDscNodeReportResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node report for this cmdlet to get. GuidNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringStringnoneEndTimeSpecifies an end time. This cmdlet gets reports that Automation received before this time.DateTimeOffsetDateTimeOffsetnoneIdSpecifies the unique ID of the DSC node report for this cmdlet to get. GuidGuidnoneLatestIndicates that this cmdlet gets the latest DSC report for the specified node only.SwitchParameterSwitchParameternoneNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidGuidnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringStringnoneStartTimeSpecifies a start time. This cmdlet gets reports that Automation received after this time.DateTimeOffsetDateTimeOffsetnone 1: Export-AzureAutomationDscNodeReportContentGet-AzureAutomationDscNodeGets DSC nodes from Automation.GetAzureAutomationDscNodeThe Get-AzureAutomationDscNode cmdlet gets PowerShell Desired State Configuration (DSC) nodes from Azure Automation.Get-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: +-- ActivatingStringStringnone 1: Start-AzureRMAutomationDscCompilationJobGet-AzureRMAutomationDscCompilationJobOutputGet-AzureRMAutomationDscConfigurationGets DSC configurations from Automation.GetAzureAutomationDscConfigurationThe Get-AzureRMAutomationDscConfiguration cmdlet gets PowerShell Desired State Configuration (DSC) configurations from Azure Automation.Get-AzureRMAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets DSC configurations.StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC configurations that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileGet-AzureRMAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets DSC configurations.StringAutomationAccountNameSpecifies the name of the Automation account that contains DSC configurations that this cmdlet gets.StringNameSpecifies the name of the DSC configuration that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account that contains DSC configurations that this cmdlet gets.StringStringnoneNameSpecifies the name of the DSC configuration that this cmdlet gets.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets DSC configurations.StringStringnone 1: Export-AzureRMAutomationDscConfigurationImport-AzureRMAutomationDscConfigurationGet-AzureRMAutomationDscNodeConfigurationGets metadata for DSC node configurations in Automation. GetAzureAutomationDscNodeConfigurationThe Get-AzureRMAutomationDscNodeConfiguration cmdlet gets metadata for PowerShell Desired State Configuration (DSC) node configurations in Azure Automation. Automation stores DSC node configuration as a Managed Object Format (MOF) configuration document.Get-AzureRMAutomationDscNodeConfigurationResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileRollupStatusSpecifies the rollup status of DSC node configurations that this cmdlet gets. Valid values are: Bad and Good.GoodBadGet-AzureRMAutomationDscNodeConfigurationResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNameSpecifies the name of the DSC node configuration for which this cmdlet gets metadata.StringGet-AzureRMAutomationDscNodeConfigurationResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileRollupStatusSpecifies the rollup status of DSC node configurations that this cmdlet gets. Valid values are: Bad and Good.GoodBadConfigurationNameSpecifies the name of DSC configuration for which this cmdlet gets node configuration metadata.StringAutomationAccountNameSpecifies the name of an Automation account that contains the DSC node configurations for which this cmdlet gets metadata.StringStringnoneConfigurationNameSpecifies the name of DSC configuration for which this cmdlet gets node configuration metadata.StringStringnoneNameSpecifies the name of the DSC node configuration for which this cmdlet gets metadata.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet gets metadata for DSC node configurations in the resource group that this parameter specifies.StringStringnoneRollupStatusSpecifies the rollup status of DSC node configurations that this cmdlet gets. Valid values are: Bad and Good.StringStringnone 1: Get-AzureRMAutomationDscNodeReportGets reports sent from a DSC node to Automation.GetAzureAutomationDscNodeReportThe Get-AzureRMAutomationDscNodeReport cmdlet gets reports sent from a PowerShell Desired State Configuration (DSC) node to Azure Automation.Get-AzureRMAutomationDscNodeReportResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringEndTimeSpecifies an end time. This cmdlet gets reports that Automation received before this time.DateTimeOffsetProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStartTimeSpecifies a start time. This cmdlet gets reports that Automation received after this time.DateTimeOffsetNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidGet-AzureRMAutomationDscNodeReportResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringLatestIndicates that this cmdlet gets the latest DSC report for the specified node only.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidGet-AzureRMAutomationDscNodeReportResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node report for this cmdlet to get. GuidNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidAutomationAccountNameSpecifies the name of an Automation account. This cmdlet exports reports for a DSC node that belongs to the account that this parameter specifies. StringStringnoneEndTimeSpecifies an end time. This cmdlet gets reports that Automation received before this time.DateTimeOffsetDateTimeOffsetnoneIdSpecifies the unique ID of the DSC node report for this cmdlet to get. GuidGuidnoneLatestIndicates that this cmdlet gets the latest DSC report for the specified node only.SwitchParameterSwitchParameternoneNodeIdSpecifies the unique ID of the DSC node for which this cmdlet gets reports.GuidGuidnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group that contains the DSC node for which this cmdlet gets reports. StringStringnoneStartTimeSpecifies a start time. This cmdlet gets reports that Automation received after this time.DateTimeOffsetDateTimeOffsetnone 1: Export-AzureRMAutomationDscNodeReportContentGet-AzureRMAutomationDscNodeGets DSC nodes from Automation.GetAzureAutomationDscNodeThe Get-AzureRMAutomationDscNode cmdlet gets PowerShell Desired State Configuration (DSC) nodes from Azure Automation.Get-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: -- Compliant -- NotCompliant -- Failed -- Pending -- Received --- UnresponsiveCompliantNotCompliantFailedPendingReceivedUnresponsiveGet-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node that this cmdlet gets.GuidGet-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: +-- UnresponsiveCompliantNotCompliantFailedPendingReceivedUnresponsiveGet-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node that this cmdlet gets.GuidGet-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: -- Compliant -- NotCompliant -- Failed -- Pending -- Received --- UnresponsiveCompliantNotCompliantFailedPendingReceivedUnresponsiveNameSpecifies the name of a DSC node that this cmdlet gets.StringGet-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: +-- UnresponsiveCompliantNotCompliantFailedPendingReceivedUnresponsiveNameSpecifies the name of a DSC node that this cmdlet gets.StringGet-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: -- Compliant -- NotCompliant -- Failed -- Pending -- Received --- UnresponsiveCompliantNotCompliantFailedPendingReceivedUnresponsiveNodeConfigurationNameSpecifies the name of a node configuration that this cmdlet gets. StringGet-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileConfigurationNameSpecifies the name of a DSC configuration. This cmdlet gets DSC nodes that match the node configurations generated from the configuration that this parameter specifies. StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringStringnoneConfigurationNameSpecifies the name of a DSC configuration. This cmdlet gets DSC nodes that match the node configurations generated from the configuration that this parameter specifies. StringStringnoneIdSpecifies the unique ID of the DSC node that this cmdlet gets.GuidGuidnoneNameSpecifies the name of a DSC node that this cmdlet gets.StringStringnoneNodeConfigurationNameSpecifies the name of a node configuration that this cmdlet gets. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringStringnoneStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: +-- UnresponsiveCompliantNotCompliantFailedPendingReceivedUnresponsiveNodeConfigurationNameSpecifies the name of a node configuration that this cmdlet gets. StringGet-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileConfigurationNameSpecifies the name of a DSC configuration. This cmdlet gets DSC nodes that match the node configurations generated from the configuration that this parameter specifies. StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC nodes that this cmdlet gets.StringStringnoneConfigurationNameSpecifies the name of a DSC configuration. This cmdlet gets DSC nodes that match the node configurations generated from the configuration that this parameter specifies. StringStringnoneIdSpecifies the unique ID of the DSC node that this cmdlet gets.GuidGuidnoneNameSpecifies the name of a DSC node that this cmdlet gets.StringStringnoneNodeConfigurationNameSpecifies the name of a node configuration that this cmdlet gets. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet gets DSC nodes.StringStringnoneStatusSpecifies the status of the DSC nodes that this cmdlet gets. Valid values are: -- Compliant -- NotCompliant -- Failed -- Pending -- Received --- UnresponsiveDscNodeStatusDscNodeStatusnone 1: Register-AzureAutomationDscNodeSet-AzureAutomationDscNodeUnregister-AzureAutomationDscNodeGet-AzureAutomationDscOnboardingMetaconfigCreates meta-configuration .mof files.GetAzureAutomationDscOnboardingMetaconfigThe Get-AzureAutomationDscOnboardingMetaconfig cmdlet creates PowerShell Desired State Configuration (DSC) meta-configuration Managed Object Format (MOF) files. This cmdlet creates a .mof file for each computer name that you specify. The cmdlet creates a folder for the .mof files. You can run the Set-DscLocalConfigurationManager cmdlet against this folder to onboard these computers into an Azure Automation account as DSC nodes.Get-AzureAutomationDscOnboardingMetaconfigResourceGroupNameSpecifies the name of a resource group. This cmdlet creates .mof files to onboard computers in the resource group that this parameter specifies. StringAutomationAccountNameSpecifies the name of an Automation account. You can onboard the computers that the ComputerName parameter specifies to the account that this parameter specifies. StringComputerNameSpecifies an array of names of computers for which this cmdlet generates .mof files. If you do not specify this parameter, the cmdlet generates an .mof file for the current computer (localhost). String[]ForceForces the command to run without prompting you for confirmation, and to replace existing .mof files that have the same name.OutputFolderSpecifies the name of a folder where this cmdlet stores .mof files. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of an Automation account. You can onboard the computers that the ComputerName parameter specifies to the account that this parameter specifies. StringStringnoneComputerNameSpecifies an array of names of computers for which this cmdlet generates .mof files. If you do not specify this parameter, the cmdlet generates an .mof file for the current computer (localhost). String[]String[]noneForceForces the command to run without prompting you for confirmation, and to replace existing .mof files that have the same name.SwitchParameterSwitchParameternoneOutputFolderSpecifies the name of a folder where this cmdlet stores .mof files. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet creates .mof files to onboard computers in the resource group that this parameter specifies. StringStringnone 1: Get-AzureAutomationModuleGets metadata for modules from Automation.GetAzureAutomationModuleThe Get-AzureAutomationModule cmdlet gets metadata for modules from Azure Automation.Get-AzureAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets module metadata.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet gets module metadata. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileGet-AzureAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets module metadata.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet gets module metadata. StringNameSpecifies the name of the module for which this cmdlet gets metadata. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet gets module metadata. StringStringnoneNameSpecifies the name of the module for which this cmdlet gets metadata. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets module metadata.StringStringnone 1: New-AzureAutomationModuleRemove-AzureAutomationModuleSet-AzureAutomationModuleGet-AzureAutomationRegistrationInfoGets registration information for onboarding a DSC node or hybrid worker to Automation. GetAzureAutomationRegistrationInfoThe Get-AzureAutomationRegistrationInfo cmdlet gets the endpoint and keys required to onboard a PowerShell Desired State Configuration (DSC) node or hybrid worker into an Azure Automation account.Get-AzureAutomationRegistrationInfoResourceGroupNameSpecifies the name of a resource group. This cmdlet gets registration information for the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of automation account for which this cmdlet gets registration information. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of automation account for which this cmdlet gets registration information. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet gets registration information for the resource group that this parameter specifies.StringStringnone 1: Get-AzureAutomationAccountGet-AzureAutomationDscNodeNew-AzureAutomationKeyImport-AzureAutomationDscConfigurationImports a DSC configuration into Automation.ImportAzureAutomationDscConfigurationThe Import-AzureAutomationDscConfiguration cmdlet imports a PowerShell Desired State Configuration (DSC) configuration into Azure Automation. Specify the path of a PowerShell script that contains a single DSC configuration.Import-AzureAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a DSC configuration.StringAutomationAccountNameSpecifies the name of the Automation account into which this cmdlet imports a DSC configuration.StringDescriptionSpecifies a description of the configuration that this cmdlet imports. StringForceIndicates that this cmdlet can replace an existing DSC configuration in Automation.LogVerboseSpecifies whether this cmdlet turns verbose logging on or off for compilation jobs of this DSC configuration. Specify a value of $True to turn verbose logging on or $False to turn it off.BooleanProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfilePublishedIndicates that this cmdlet imports the DSC configuration in the published state.TagsSpecifies a dictionary of tags.IDictionarySourcePathSpecifies the path of the PowerShell script that contains the DSC configuration that this cmdlet imports. StringAutomationAccountNameSpecifies the name of the Automation account into which this cmdlet imports a DSC configuration.StringStringnoneDescriptionSpecifies a description of the configuration that this cmdlet imports. StringStringnoneForceIndicates that this cmdlet can replace an existing DSC configuration in Automation.SwitchParameterSwitchParameternoneLogVerboseSpecifies whether this cmdlet turns verbose logging on or off for compilation jobs of this DSC configuration. Specify a value of $True to turn verbose logging on or $False to turn it off.BooleanBooleannoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenonePublishedIndicates that this cmdlet imports the DSC configuration in the published state.SwitchParameterSwitchParameternoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a DSC configuration.StringStringnoneSourcePathSpecifies the path of the PowerShell script that contains the DSC configuration that this cmdlet imports. StringStringnoneTagsSpecifies a dictionary of tags.IDictionaryIDictionarynone 1: Export-AzureAutomationDscConfigurationGet-AzureAutomationDscConfigurationNew-AzureAutomationAccountCreates an Automation account.NewAzureAutomationAccountThe New-AzureAutomationAccount cmdlet creates an Azure Automation account in a resource group.An Automation account is a container for Automation resources that is isolated from the resources of other Automation accounts. Automation resources include runbooks, DSC configurations, jobs, and assets.New-AzureAutomationAccountResourceGroupNameSpecifies the name of a resource group to which this cmdlet adds an Automation account.StringNameSpecifies a name for the Automation account.StringLocationSpecifies the location in which this cmdlet creates the Automation account. To obtain valid locations, use the Get-AzureLocation cmdlet. StringPlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.FreeBasicProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileTagsSpecifies tags for the Automation account.IDictionaryLocationSpecifies the location in which this cmdlet creates the Automation account. To obtain valid locations, use the Get-AzureLocation cmdlet. StringStringnoneNameSpecifies a name for the Automation account.StringStringnonePlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group to which this cmdlet adds an Automation account.StringStringnoneTagsSpecifies tags for the Automation account.IDictionaryIDictionarynone 1: Get-AzureAutomationAccountRemove-AzureAutomationAccountSet-AzureAutomationAccountNew-AzureAutomationKeyRegenerates registration keys for an Automation account.NewAzureAutomationKeyThe New-AzureAutomationKey cmdlet regenerates registration keys for an Azure Automation account.New-AzureAutomationKeyResourceGroupNameSpecifies the name of a resource group. This cmdlet regenerates keys for an Automation account in the resource group that this parameter specifies. StringAutomationAccountNameSpecifies the name of an Automation account for which this cmdlet regenerates keys.StringKeyTypeSpecifies the type of the agent registration key. Valid values are: Primary and Secondary.PrimarySecondaryProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of an Automation account for which this cmdlet regenerates keys.StringStringnoneKeyTypeSpecifies the type of the agent registration key. Valid values are: Primary and Secondary.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet regenerates keys for an Automation account in the resource group that this parameter specifies. StringStringnone 1: Get-AzureAutomationAccountNew-AzureAutomationAccountNew-AzureAutomationModuleImports a module into Automation.NewAzureAutomationModuleThe New-AzureAutomationModule cmdlet imports a module into Azure Automation. This command accepts a compressed file that has a .zip file name extension. The file contains a folder that includes a file that is one of the following types: +-- UnresponsiveDscNodeStatusDscNodeStatusnone 1: Register-AzureRMAutomationDscNodeSet-AzureRMAutomationDscNodeUnregister-AzureRMAutomationDscNodeGet-AzureRMAutomationDscOnboardingMetaconfigCreates meta-configuration .mof files.GetAzureAutomationDscOnboardingMetaconfigThe Get-AzureRMAutomationDscOnboardingMetaconfig cmdlet creates PowerShell Desired State Configuration (DSC) meta-configuration Managed Object Format (MOF) files. This cmdlet creates a .mof file for each computer name that you specify. The cmdlet creates a folder for the .mof files. You can run the Set-DscLocalConfigurationManager cmdlet against this folder to onboard these computers into an Azure Automation account as DSC nodes.Get-AzureRMAutomationDscOnboardingMetaconfigResourceGroupNameSpecifies the name of a resource group. This cmdlet creates .mof files to onboard computers in the resource group that this parameter specifies. StringAutomationAccountNameSpecifies the name of an Automation account. You can onboard the computers that the ComputerName parameter specifies to the account that this parameter specifies. StringComputerNameSpecifies an array of names of computers for which this cmdlet generates .mof files. If you do not specify this parameter, the cmdlet generates an .mof file for the current computer (localhost). String[]ForceForces the command to run without prompting you for confirmation, and to replace existing .mof files that have the same name.OutputFolderSpecifies the name of a folder where this cmdlet stores .mof files. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of an Automation account. You can onboard the computers that the ComputerName parameter specifies to the account that this parameter specifies. StringStringnoneComputerNameSpecifies an array of names of computers for which this cmdlet generates .mof files. If you do not specify this parameter, the cmdlet generates an .mof file for the current computer (localhost). String[]String[]noneForceForces the command to run without prompting you for confirmation, and to replace existing .mof files that have the same name.SwitchParameterSwitchParameternoneOutputFolderSpecifies the name of a folder where this cmdlet stores .mof files. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet creates .mof files to onboard computers in the resource group that this parameter specifies. StringStringnone 1: Get-AzureRMAutomationModuleGets metadata for modules from Automation.GetAzureAutomationModuleThe Get-AzureRMAutomationModule cmdlet gets metadata for modules from Azure Automation.Get-AzureRMAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets module metadata.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet gets module metadata. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileGet-AzureRMAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets module metadata.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet gets module metadata. StringNameSpecifies the name of the module for which this cmdlet gets metadata. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet gets module metadata. StringStringnoneNameSpecifies the name of the module for which this cmdlet gets metadata. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet gets module metadata.StringStringnone 1: New-AzureRMAutomationModuleRemove-AzureRMAutomationModuleSet-AzureRMAutomationModuleGet-AzureRMAutomationRegistrationInfoGets registration information for onboarding a DSC node or hybrid worker to Automation. GetAzureAutomationRegistrationInfoThe Get-AzureRMAutomationRegistrationInfo cmdlet gets the endpoint and keys required to onboard a PowerShell Desired State Configuration (DSC) node or hybrid worker into an Azure Automation account.Get-AzureRMAutomationRegistrationInfoResourceGroupNameSpecifies the name of a resource group. This cmdlet gets registration information for the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of automation account for which this cmdlet gets registration information. StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of automation account for which this cmdlet gets registration information. StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet gets registration information for the resource group that this parameter specifies.StringStringnone 1: Get-AzureRMAutomationAccountGet-AzureRMAutomationDscNodeNew-AzureRMAutomationKeyImport-AzureRMAutomationDscConfigurationImports a DSC configuration into Automation.ImportAzureAutomationDscConfigurationThe Import-AzureRMAutomationDscConfiguration cmdlet imports a PowerShell Desired State Configuration (DSC) configuration into Azure Automation. Specify the path of a PowerShell script that contains a single DSC configuration.Import-AzureRMAutomationDscConfigurationResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a DSC configuration.StringAutomationAccountNameSpecifies the name of the Automation account into which this cmdlet imports a DSC configuration.StringDescriptionSpecifies a description of the configuration that this cmdlet imports. StringForceIndicates that this cmdlet can replace an existing DSC configuration in Automation.LogVerboseSpecifies whether this cmdlet turns verbose logging on or off for compilation jobs of this DSC configuration. Specify a value of $True to turn verbose logging on or $False to turn it off.BooleanProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfilePublishedIndicates that this cmdlet imports the DSC configuration in the published state.TagsSpecifies a dictionary of tags.IDictionarySourcePathSpecifies the path of the PowerShell script that contains the DSC configuration that this cmdlet imports. StringAutomationAccountNameSpecifies the name of the Automation account into which this cmdlet imports a DSC configuration.StringStringnoneDescriptionSpecifies a description of the configuration that this cmdlet imports. StringStringnoneForceIndicates that this cmdlet can replace an existing DSC configuration in Automation.SwitchParameterSwitchParameternoneLogVerboseSpecifies whether this cmdlet turns verbose logging on or off for compilation jobs of this DSC configuration. Specify a value of $True to turn verbose logging on or $False to turn it off.BooleanBooleannoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenonePublishedIndicates that this cmdlet imports the DSC configuration in the published state.SwitchParameterSwitchParameternoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a DSC configuration.StringStringnoneSourcePathSpecifies the path of the PowerShell script that contains the DSC configuration that this cmdlet imports. StringStringnoneTagsSpecifies a dictionary of tags.IDictionaryIDictionarynone 1: Export-AzureRMAutomationDscConfigurationGet-AzureRMAutomationDscConfigurationNew-AzureRMAutomationAccountCreates an Automation account.NewAzureAutomationAccountThe New-AzureRMAutomationAccount cmdlet creates an Azure Automation account in a resource group.An Automation account is a container for Automation resources that is isolated from the resources of other Automation accounts. Automation resources include runbooks, DSC configurations, jobs, and assets.New-AzureRMAutomationAccountResourceGroupNameSpecifies the name of a resource group to which this cmdlet adds an Automation account.StringNameSpecifies a name for the Automation account.StringLocationSpecifies the location in which this cmdlet creates the Automation account. To obtain valid locations, use the Get-AzureRMLocation cmdlet. StringPlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.FreeBasicProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileTagsSpecifies tags for the Automation account.IDictionaryLocationSpecifies the location in which this cmdlet creates the Automation account. To obtain valid locations, use the Get-AzureRMLocation cmdlet. StringStringnoneNameSpecifies a name for the Automation account.StringStringnonePlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group to which this cmdlet adds an Automation account.StringStringnoneTagsSpecifies tags for the Automation account.IDictionaryIDictionarynone 1: Get-AzureRMAutomationAccountRemove-AzureRMAutomationAccountSet-AzureRMAutomationAccountNew-AzureRMAutomationKeyRegenerates registration keys for an Automation account.NewAzureAutomationKeyThe New-AzureRMAutomationKey cmdlet regenerates registration keys for an Azure Automation account.New-AzureRMAutomationKeyResourceGroupNameSpecifies the name of a resource group. This cmdlet regenerates keys for an Automation account in the resource group that this parameter specifies. StringAutomationAccountNameSpecifies the name of an Automation account for which this cmdlet regenerates keys.StringKeyTypeSpecifies the type of the agent registration key. Valid values are: Primary and Secondary.PrimarySecondaryProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of an Automation account for which this cmdlet regenerates keys.StringStringnoneKeyTypeSpecifies the type of the agent registration key. Valid values are: Primary and Secondary.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group. This cmdlet regenerates keys for an Automation account in the resource group that this parameter specifies. StringStringnone 1: Get-AzureRMAutomationAccountNew-AzureRMAutomationAccountNew-AzureRMAutomationModuleImports a module into Automation.NewAzureAutomationModuleThe New-AzureRMAutomationModule cmdlet imports a module into Azure Automation. This command accepts a compressed file that has a .zip file name extension. The file contains a folder that includes a file that is one of the following types: -- Azure PowerShell module, which has a .psm1 file name extension -- Azure PowerShell module manifest, which has a .psd1 file name extension --- Dynamic link library, which has a .dll file name extensionThe name of the .zip file, the name of the folder, and the name of the file in the folder must be the same.Specify the .zip file as a URL that this computer can access.New-AzureAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a module.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet imports a module. StringNameSpecifies the name of the module that this cmdlet imports.StringContentLinkSpecifies the URL of the .zip file that contains a module that this cmdlet imports.UriProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet imports a module. StringStringnoneContentLinkSpecifies the URL of the .zip file that contains a module that this cmdlet imports.UriUrinoneNameSpecifies the name of the module that this cmdlet imports.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a module.StringStringnone 1: Get-AzureAutomationModuleRemove-AzureAutomationModuleSet-AzureAutomationModuleRegister-AzureAutomationDscNodeRegisters an Azure virtual machine as a DSC node for an Automation account.RegisterAzureAutomationDscNodeThe Register-AzureAutomationDscNode cmdlet registers an Azure virtual machine as an Azure PowerShell Desired State Configuration (DSC) node in an Azure Automation account.Register-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group. The Automation account with which this cmdlet registers a virtual machine belongs to the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account in which this cmdlet registers a virtual machine.StringActionAfterRebootSpecifies the action that the virtual machine takes after it restarts. Valid values are: ContinueConfiguration and StopConfiguration. ContinueConfigurationStopConfigurationAllowModuleOverwriteSpecifies whether new configurations that this DSC node downloads from the Azure Automation DSC pull server replace the existing modules already on the target node.BooleanAzureVMLocationSpecifies the location in which this cmdlet registers a virtual machine. To obtain valid locations, use the Get-AzureLocation cmdlet. StringAzureVMResourceGroupSpecifies the name of the resource group of the Azure virtual machine that this cmdlet registers.StringConfigurationModeSpecifies the DSC configuration mode. Valid values are: +-- Dynamic link library, which has a .dll file name extensionThe name of the .zip file, the name of the folder, and the name of the file in the folder must be the same.Specify the .zip file as a URL that this computer can access.New-AzureRMAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a module.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet imports a module. StringNameSpecifies the name of the module that this cmdlet imports.StringContentLinkSpecifies the URL of the .zip file that contains a module that this cmdlet imports.UriProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet imports a module. StringStringnoneContentLinkSpecifies the URL of the .zip file that contains a module that this cmdlet imports.UriUrinoneNameSpecifies the name of the module that this cmdlet imports.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet imports a module.StringStringnone 1: Get-AzureRMAutomationModuleRemove-AzureRMAutomationModuleSet-AzureRMAutomationModuleRegister-AzureRMAutomationDscNodeRegisters an Azure virtual machine as a DSC node for an Automation account.RegisterAzureAutomationDscNodeThe Register-AzureRMAutomationDscNode cmdlet registers an Azure virtual machine as an Azure PowerShell Desired State Configuration (DSC) node in an Azure Automation account.Register-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group. The Automation account with which this cmdlet registers a virtual machine belongs to the resource group that this parameter specifies.StringAutomationAccountNameSpecifies the name of an Automation account in which this cmdlet registers a virtual machine.StringActionAfterRebootSpecifies the action that the virtual machine takes after it restarts. Valid values are: ContinueConfiguration and StopConfiguration. ContinueConfigurationStopConfigurationAllowModuleOverwriteSpecifies whether new configurations that this DSC node downloads from the Azure Automation DSC pull server replace the existing modules already on the target node.BooleanAzureVMLocationSpecifies the location in which this cmdlet registers a virtual machine. To obtain valid locations, use the Get-AzureRMLocation cmdlet. StringAzureVMResourceGroupSpecifies the name of the resource group of the Azure virtual machine that this cmdlet registers.StringConfigurationModeSpecifies the DSC configuration mode. Valid values are: -- ApplyAndMonitor -- ApplyAndAutocorrect --- ApplyOnlyApplyAndMonitorApplyAndAutocorrectApplyOnlyConfigurationModeFrequencyMinsSpecifies the frequency, in minutes, at which the background application of DSC attempts to implement the current configuration on the target node.Int32NodeConfigurationNameSpecifies the name of the node configuration that this cmdlet configures the virtual machine to pull from Azure Automation DSC.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileRebootNodeIfNeededSpecifies whether to restart the virtual machine, if needed. BooleanRefreshFrequencyMinsSpecifies the frequency, in minutes, at which the local Configuration Manager contacts the Azure Automation DSC pull server to download the latest node configuration.Int32AzureVMNameSpecifies the name of the Azure virtual machine that this cmdlet registers for management. StringActionAfterRebootSpecifies the action that the virtual machine takes after it restarts. Valid values are: ContinueConfiguration and StopConfiguration. StringStringnoneAllowModuleOverwriteSpecifies whether new configurations that this DSC node downloads from the Azure Automation DSC pull server replace the existing modules already on the target node.BooleanBooleannoneAutomationAccountNameSpecifies the name of an Automation account in which this cmdlet registers a virtual machine.StringStringnoneAzureVMLocationSpecifies the location in which this cmdlet registers a virtual machine. To obtain valid locations, use the Get-AzureLocation cmdlet. StringStringnoneAzureVMNameSpecifies the name of the Azure virtual machine that this cmdlet registers for management. StringStringnoneAzureVMResourceGroupSpecifies the name of the resource group of the Azure virtual machine that this cmdlet registers.StringStringnoneConfigurationModeSpecifies the DSC configuration mode. Valid values are: +-- ApplyOnlyApplyAndMonitorApplyAndAutocorrectApplyOnlyConfigurationModeFrequencyMinsSpecifies the frequency, in minutes, at which the background application of DSC attempts to implement the current configuration on the target node.Int32NodeConfigurationNameSpecifies the name of the node configuration that this cmdlet configures the virtual machine to pull from Azure Automation DSC.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileRebootNodeIfNeededSpecifies whether to restart the virtual machine, if needed. BooleanRefreshFrequencyMinsSpecifies the frequency, in minutes, at which the local Configuration Manager contacts the Azure Automation DSC pull server to download the latest node configuration.Int32AzureVMNameSpecifies the name of the Azure virtual machine that this cmdlet registers for management. StringActionAfterRebootSpecifies the action that the virtual machine takes after it restarts. Valid values are: ContinueConfiguration and StopConfiguration. StringStringnoneAllowModuleOverwriteSpecifies whether new configurations that this DSC node downloads from the Azure Automation DSC pull server replace the existing modules already on the target node.BooleanBooleannoneAutomationAccountNameSpecifies the name of an Automation account in which this cmdlet registers a virtual machine.StringStringnoneAzureVMLocationSpecifies the location in which this cmdlet registers a virtual machine. To obtain valid locations, use the Get-AzureRMLocation cmdlet. StringStringnoneAzureVMNameSpecifies the name of the Azure virtual machine that this cmdlet registers for management. StringStringnoneAzureVMResourceGroupSpecifies the name of the resource group of the Azure virtual machine that this cmdlet registers.StringStringnoneConfigurationModeSpecifies the DSC configuration mode. Valid values are: -- ApplyAndMonitor -- ApplyAndAutocorrect --- ApplyOnlyStringStringnoneConfigurationModeFrequencyMinsSpecifies the frequency, in minutes, at which the background application of DSC attempts to implement the current configuration on the target node.Int32Int32noneNodeConfigurationNameSpecifies the name of the node configuration that this cmdlet configures the virtual machine to pull from Azure Automation DSC.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneRebootNodeIfNeededSpecifies whether to restart the virtual machine, if needed. BooleanBooleannoneRefreshFrequencyMinsSpecifies the frequency, in minutes, at which the local Configuration Manager contacts the Azure Automation DSC pull server to download the latest node configuration.Int32Int32noneResourceGroupNameSpecifies the name of a resource group. The Automation account with which this cmdlet registers a virtual machine belongs to the resource group that this parameter specifies.StringStringnone 1: Get-AzureAutomationDscNodeSet-AzureAutomationDscNodeUnregister-AzureAutomationDscNodeRemove-AzureAutomationAccountRemoves an Automation account.RemoveAzureAutomationAccountThe Remove-AzureAutomationAccount cmdlet removes an Azure Automation account from a resource group.For more information about Automation accounts, type Get-Help New-AzureAutomationAccount.Remove-AzureAutomationAccountResourceGroupNameSpecifies the name of the resource group from which this cmdlet removes an Automation account.StringNameSpecifies the name of the Automation account that this cmdlet removes.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneNameSpecifies the name of the Automation account that this cmdlet removes.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of the resource group from which this cmdlet removes an Automation account.StringStringnone 1: Get-AzureAutomationAccountNew-AzureAutomationAccountSet-AzureAutomationAccountRemove-AzureAutomationModuleRemoves a module from Automation.RemoveAzureAutomationModuleThe Remove-AzureAutomationModule cmdlet removes a module from an Automation account in Azure Automation.Remove-AzureAutomationModuleResourceGroupNameSpecifies the name of a resource group in which this cmdlet removes a module. StringAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a module.StringNameSpecifies the name of the module that this cmdlet removes.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a module.StringStringnoneForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneNameSpecifies the name of the module that this cmdlet removes.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet removes a module. StringStringnone 1: Get-AzureAutomationModuleNew-AzureAutomationModuleSet-AzureAutomationModuleSet-AzureAutomationAccountModifies an Automation account.SetAzureAutomationAccountThe Set-AzureAutomationAccount cmdlet modifies an Azure Automation account.For more information about Automation accounts, type Get-Help New-AzureAutomationAccount.Set-AzureAutomationAccountResourceGroupNameSpecifies the name of a resource group that contains the Automation account that this cmdlet modifies.StringNameSpecifies the name of the Automation account that this cmdlet modifies.StringPlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.FreeBasicProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileTagsSpecifies Automation account tags for the Automation account.IDictionaryNameSpecifies the name of the Automation account that this cmdlet modifies.StringStringnonePlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group that contains the Automation account that this cmdlet modifies.StringStringnoneTagsSpecifies Automation account tags for the Automation account.IDictionaryIDictionarynone 1: Get-AzureAutomationAccountNew-AzureAutomationAccountRemove-AzureAutomationAccountSet-AzureAutomationDscNodeModifies the node configuration that a DSC node is mapped to.SetAzureAutomationDscNodeThe Set-AzureAutomationDscNode cmdlet modifies a PowerShell Desired State Configuration (DSC) node configuration. Azure Automation stores DSC node configuration as a Managed Object Format (MOF) configuration document.Set-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet modifies a DSC node configuration.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC node for which this cmdlet modifies the configuration.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node for which this cmdlet modifies the configuration.GuidNodeConfigurationNameSpecifies the name of the node configuration to which this cmdlet maps the node.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC node for which this cmdlet modifies the configuration.StringStringnoneForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneIdSpecifies the unique ID of the DSC node for which this cmdlet modifies the configuration.GuidGuidnoneNodeConfigurationNameSpecifies the name of the node configuration to which this cmdlet maps the node.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet modifies a DSC node configuration.StringStringnone 1: Get-AzureAutomationDscNodeRegister-AzureAutomationDscNodeUnregister-AzureAutomationDscNodeSet-AzureAutomationModuleUpdates a module in Automation.SetAzureAutomationModuleThe Set-AzureAutomationModule cmdlet updates a module in Azure Automation. This command accepts a compressed file that has a .zip file name extension. The file contains a folder that includes a file that is one of the following types: +-- ApplyOnlyStringStringnoneConfigurationModeFrequencyMinsSpecifies the frequency, in minutes, at which the background application of DSC attempts to implement the current configuration on the target node.Int32Int32noneNodeConfigurationNameSpecifies the name of the node configuration that this cmdlet configures the virtual machine to pull from Azure Automation DSC.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneRebootNodeIfNeededSpecifies whether to restart the virtual machine, if needed. BooleanBooleannoneRefreshFrequencyMinsSpecifies the frequency, in minutes, at which the local Configuration Manager contacts the Azure Automation DSC pull server to download the latest node configuration.Int32Int32noneResourceGroupNameSpecifies the name of a resource group. The Automation account with which this cmdlet registers a virtual machine belongs to the resource group that this parameter specifies.StringStringnone 1: Get-AzureRMAutomationDscNodeSet-AzureRMAutomationDscNodeUnregister-AzureRMAutomationDscNodeRemove-AzureRMAutomationAccountRemoves an Automation account.RemoveAzureAutomationAccountThe Remove-AzureRMAutomationAccount cmdlet removes an Azure Automation account from a resource group.For more information about Automation accounts, type Get-Help New-AzureRMAutomationAccount.Remove-AzureRMAutomationAccountResourceGroupNameSpecifies the name of the resource group from which this cmdlet removes an Automation account.StringNameSpecifies the name of the Automation account that this cmdlet removes.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneNameSpecifies the name of the Automation account that this cmdlet removes.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of the resource group from which this cmdlet removes an Automation account.StringStringnone 1: Get-AzureRMAutomationAccountNew-AzureRMAutomationAccountSet-AzureRMAutomationAccountRemove-AzureRMAutomationModuleRemoves a module from Automation.RemoveAzureAutomationModuleThe Remove-AzureRMAutomationModule cmdlet removes a module from an Automation account in Azure Automation.Remove-AzureRMAutomationModuleResourceGroupNameSpecifies the name of a resource group in which this cmdlet removes a module. StringAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a module.StringNameSpecifies the name of the module that this cmdlet removes.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a module.StringStringnoneForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneNameSpecifies the name of the module that this cmdlet removes.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet removes a module. StringStringnone 1: Get-AzureRMAutomationModuleNew-AzureRMAutomationModuleSet-AzureRMAutomationModuleSet-AzureRMAutomationAccountModifies an Automation account.SetAzureAutomationAccountThe Set-AzureRMAutomationAccount cmdlet modifies an Azure Automation account.For more information about Automation accounts, type Get-Help New-AzureRMAutomationAccount.Set-AzureRMAutomationAccountResourceGroupNameSpecifies the name of a resource group that contains the Automation account that this cmdlet modifies.StringNameSpecifies the name of the Automation account that this cmdlet modifies.StringPlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.FreeBasicProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileTagsSpecifies Automation account tags for the Automation account.IDictionaryNameSpecifies the name of the Automation account that this cmdlet modifies.StringStringnonePlanSpecifies the plan for the Automation account. Valid values are: Basic and Free.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group that contains the Automation account that this cmdlet modifies.StringStringnoneTagsSpecifies Automation account tags for the Automation account.IDictionaryIDictionarynone 1: Get-AzureRMAutomationAccountNew-AzureRMAutomationAccountRemove-AzureRMAutomationAccountSet-AzureRMAutomationDscNodeModifies the node configuration that a DSC node is mapped to.SetAzureAutomationDscNodeThe Set-AzureRMAutomationDscNode cmdlet modifies a PowerShell Desired State Configuration (DSC) node configuration. Azure Automation stores DSC node configuration as a Managed Object Format (MOF) configuration document.Set-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet modifies a DSC node configuration.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC node for which this cmdlet modifies the configuration.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node for which this cmdlet modifies the configuration.GuidNodeConfigurationNameSpecifies the name of the node configuration to which this cmdlet maps the node.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC node for which this cmdlet modifies the configuration.StringStringnoneForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneIdSpecifies the unique ID of the DSC node for which this cmdlet modifies the configuration.GuidGuidnoneNodeConfigurationNameSpecifies the name of the node configuration to which this cmdlet maps the node.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet modifies a DSC node configuration.StringStringnone 1: Get-AzureRMAutomationDscNodeRegister-AzureRMAutomationDscNodeUnregister-AzureRMAutomationDscNodeSet-AzureRMAutomationModuleUpdates a module in Automation.SetAzureAutomationModuleThe Set-AzureRMAutomationModule cmdlet updates a module in Azure Automation. This command accepts a compressed file that has a .zip file name extension. The file contains a folder that includes a file that is one of the following types: -- Azure PowerShell module, which has a .psm1 file name extension -- Azure PowerShell module manifest, which has a .psd1 file name extension --- Dynamic link library, which has a .dll file name extensionThe name of the .zip file, the name of the folder, and the name of the file in the folder must be the same.Specify the .zip file as a URL that this computer can access.Set-AzureAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet updates a module.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet updates a module.StringNameSpecifies the name of the module that this cmdlet imports.StringContentLinkUriSpecifies the URL of the .zip file that contains the new version of a module that this cmdlet imports.UriContentLinkVersionSpecifies the version of the module to which this cmdlet updates Automation.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet updates a module.StringStringnoneContentLinkUriSpecifies the URL of the .zip file that contains the new version of a module that this cmdlet imports.UriUrinoneContentLinkVersionSpecifies the version of the module to which this cmdlet updates Automation.StringStringnoneNameSpecifies the name of the module that this cmdlet imports.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet updates a module.StringStringnone 1: Get-AzureAutomationModuleNew-AzureAutomationModuleRemove-AzureAutomationModuleStart-AzureAutomationDscCompilationJobCompiles a DSC configuration in Automation.StartAzureAutomationDscCompilationJobThe Start-AzureAutomationDscCompilationJob cmdlet compiles an Azure PowerShell Desired State Configuration (DSC) configuration in Azure Automation. Start-AzureAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet compiles a configuration.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC configuration that this cmdlet compiles. StringConfigurationNameSpecifies the name of the DSC configuration that this cmdlet compiles. StringParametersSpecifies a dictionary of parameters that this cmdlet uses to compile the DSC configuration. IDictionaryProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account that contains the DSC configuration that this cmdlet compiles. StringStringnoneConfigurationNameSpecifies the name of the DSC configuration that this cmdlet compiles. StringStringnoneParametersSpecifies a dictionary of parameters that this cmdlet uses to compile the DSC configuration. IDictionaryIDictionarynoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet compiles a configuration.StringStringnone 1: Get-AzureAutomationDscCompilationJobGet-AzureAutomationDscCompilationJobOutputUnregister-AzureAutomationDscNodeRemoves a DSC node from management by an Automation account.UnregisterAzureAutomationDscNodeThe Unregister-AzureAutomationDscNode cmdlet removes an Azure PowerShell Desired State Configuration (DSC) node from management by an Azure Automation account.Unregister-AzureAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet unregisters a DSC node.StringAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a DSC node.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node that this cmdlet removes.GuidAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a DSC node.StringStringnoneForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneIdSpecifies the unique ID of the DSC node that this cmdlet removes.GuidGuidnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet unregisters a DSC node.StringStringnone 1: Get-AzureAutomationDscNodeRegister-AzureAutomationDscNodeSet-AzureAutomationDscNode +-- Dynamic link library, which has a .dll file name extensionThe name of the .zip file, the name of the folder, and the name of the file in the folder must be the same.Specify the .zip file as a URL that this computer can access.Set-AzureRMAutomationModuleResourceGroupNameSpecifies the name of a resource group for which this cmdlet updates a module.StringAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet updates a module.StringNameSpecifies the name of the module that this cmdlet imports.StringContentLinkUriSpecifies the URL of the .zip file that contains the new version of a module that this cmdlet imports.UriContentLinkVersionSpecifies the version of the module to which this cmdlet updates Automation.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account for which this cmdlet updates a module.StringStringnoneContentLinkUriSpecifies the URL of the .zip file that contains the new version of a module that this cmdlet imports.UriUrinoneContentLinkVersionSpecifies the version of the module to which this cmdlet updates Automation.StringStringnoneNameSpecifies the name of the module that this cmdlet imports.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group for which this cmdlet updates a module.StringStringnone 1: Get-AzureRMAutomationModuleNew-AzureRMAutomationModuleRemove-AzureRMAutomationModuleStart-AzureRMAutomationDscCompilationJobCompiles a DSC configuration in Automation.StartAzureAutomationDscCompilationJobThe Start-AzureRMAutomationDscCompilationJob cmdlet compiles an Azure PowerShell Desired State Configuration (DSC) configuration in Azure Automation. Start-AzureRMAutomationDscCompilationJobResourceGroupNameSpecifies the name of a resource group in which this cmdlet compiles a configuration.StringAutomationAccountNameSpecifies the name of the Automation account that contains the DSC configuration that this cmdlet compiles. StringConfigurationNameSpecifies the name of the DSC configuration that this cmdlet compiles. StringParametersSpecifies a dictionary of parameters that this cmdlet uses to compile the DSC configuration. IDictionaryProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAutomationAccountNameSpecifies the name of the Automation account that contains the DSC configuration that this cmdlet compiles. StringStringnoneConfigurationNameSpecifies the name of the DSC configuration that this cmdlet compiles. StringStringnoneParametersSpecifies a dictionary of parameters that this cmdlet uses to compile the DSC configuration. IDictionaryIDictionarynoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet compiles a configuration.StringStringnone 1: Get-AzureRMAutomationDscCompilationJobGet-AzureRMAutomationDscCompilationJobOutputUnregister-AzureRMAutomationDscNodeRemoves a DSC node from management by an Automation account.UnregisterAzureAutomationDscNodeThe Unregister-AzureRMAutomationDscNode cmdlet removes an Azure PowerShell Desired State Configuration (DSC) node from management by an Azure Automation account.Unregister-AzureRMAutomationDscNodeResourceGroupNameSpecifies the name of a resource group in which this cmdlet unregisters a DSC node.StringAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a DSC node.StringForceForces the command to run without asking for user confirmation.ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileIdSpecifies the unique ID of the DSC node that this cmdlet removes.GuidAutomationAccountNameSpecifies the name of the Automation account from which this cmdlet removes a DSC node.StringStringnoneForceForces the command to run without asking for user confirmation.SwitchParameterSwitchParameternoneIdSpecifies the unique ID of the DSC node that this cmdlet removes.GuidGuidnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the name of a resource group in which this cmdlet unregisters a DSC node.StringStringnone 1: Get-AzureRMAutomationDscNodeRegister-AzureRMAutomationDscNodeSet-AzureRMAutomationDscNode diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup/Microsoft.Azure.Commands.AzureBackup.dll-help.xml b/src/ResourceManager/AzureBackup/Commands.AzureBackup/Microsoft.Azure.Commands.AzureBackup.dll-help.xml index e106e04e5ad7..04154657080c 100644 --- a/src/ResourceManager/AzureBackup/Commands.AzureBackup/Microsoft.Azure.Commands.AzureBackup.dll-help.xml +++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup/Microsoft.Azure.Commands.AzureBackup.dll-help.xml @@ -720,7 +720,7 @@ test-vm ConfigureBackup Completed 26-Aug-15 12:19:49 PM 26-Aug-1 PS C:\> - Get-AzureBackupContainer -vault $v -type Windows + Get-AzureRMBackupContainer -vault $v -type Windows Gets a list of all containers of type "Windows" from the specified vault. @@ -743,7 +743,7 @@ SERVER2.CONTOSO.COM Windows Registered PS C:\> - Get-AzureBackupContainer -vault $v -type SCDPM -name "DPMSERVER.CONTOSO.COM" + Get-AzureRMBackupContainer -vault $v -type SCDPM -name "DPMSERVER.CONTOSO.COM" Gets the container representing a specific DPM server registered to the specified vault. @@ -2031,7 +2031,7 @@ DefaultPolicy AzureVM Daily 26-Aug-15 12:30: PS C:\> - Get-AzureBackupVault + Get-AzureRMBackupVault @@ -2051,7 +2051,7 @@ DefaultPolicy AzureVM Daily 26-Aug-15 12:30: PS C:\> - Get-AzureBackupVault | Where-Object { $_.Region -eq "westus" } + Get-AzureRMBackupVault | Where-Object { $_.Region -eq "westus" } @@ -2071,7 +2071,7 @@ DefaultPolicy AzureVM Daily 26-Aug-15 12:30: PS C:\> - Get-AzureBackupVault -Name "myvault" + Get-AzureRMBackupVault -Name "myvault" @@ -2096,7 +2096,7 @@ Storage : GeoRedundant PS C:\> - Get-AzureBackupVault | Where-Object { $_.Storage –match ‘LocallyRedundant’ } | Measure-Object + Get-AzureRMBackupVault | Where-Object { $_.Storage –match ‘LocallyRedundant’ } | Measure-Object @@ -3124,7 +3124,7 @@ RetentionTimes : ResourceGroupName - Specifies the name of an existing resource group. In order to create a resource group, use the New-AzureResourceGroup commandlet. There is no requirement that the Azure ResourceGroup and the Azure Backup vault be in the same region. + Specifies the name of an existing resource group. In order to create a resource group, use the New-AzureRMResourceGroup commandlet. There is no requirement that the Azure ResourceGroup and the Azure Backup vault be in the same region. String @@ -3162,7 +3162,7 @@ RetentionTimes : ResourceGroupName - Specifies the name of an existing resource group. In order to create a resource group, use the New-AzureResourceGroup commandlet. There is no requirement that the Azure ResourceGroup and the Azure Backup vault be in the same region. + Specifies the name of an existing resource group. In order to create a resource group, use the New-AzureRMResourceGroup commandlet. There is no requirement that the Azure ResourceGroup and the Azure Backup vault be in the same region. String @@ -3306,7 +3306,7 @@ Storage : LocallyRedundant - New-AzureResourceGroup + New-AzureRMResourceGroup https://msdn.microsoft.com/en-us/library/dn654594.aspx @@ -3353,7 +3353,7 @@ Storage : LocallyRedundant ServiceName - The cloud service name of the Azure VM to be registered. Typically the cloud service name has a suffix ".cloudapp.net". Do not include the suffix as input to this commandlet! You can use the Get-AzureVM commandlet (in the AzureServiceManagement mode) to get the VM information; the service name is the DeploymentName property in the VM object. + The cloud service name of the Azure VM to be registered. Typically the cloud service name has a suffix ".cloudapp.net". Do not include the suffix as input to this commandlet! You can use the Get-AzureRMVM commandlet (in the AzureServiceManagement mode) to get the VM information; the service name is the DeploymentName property in the VM object. String @@ -3420,7 +3420,7 @@ Storage : LocallyRedundant ServiceName - The cloud service name of the Azure VM to be registered. Typically the cloud service name has a suffix ".cloudapp.net". Do not include the suffix as input to this commandlet! You can use the Get-AzureVM commandlet (in the AzureServiceManagement mode) to get the VM information; the service name is the DeploymentName property in the VM object. + The cloud service name of the Azure VM to be registered. Typically the cloud service name has a suffix ".cloudapp.net". Do not include the suffix as input to this commandlet! You can use the Get-AzureRMVM commandlet (in the AzureServiceManagement mode) to get the VM information; the service name is the DeploymentName property in the VM object. String @@ -3523,7 +3523,7 @@ Storage : LocallyRedundant - Get-AzureVM + Get-AzureRMVM @@ -3672,8 +3672,8 @@ Storage : LocallyRedundant - The Remove-AzureBackupVault commandlet deletes the backup vault. However, before a vault can be removed, it must first be empty – it must contain no backup data or protected items or registered servers. This ensures that a vault cannot be deleted inadvertently; the deletion of a backup vault is a planned operation. - Use the Remove-AzureBackupContainer commandlet to clear up IaaS VM backup data from the vault, or use the Delete-RegisteredServer commandlet to clear up other registered servers and backup data. + The Remove-AzureRMBackupVault commandlet deletes the backup vault. However, before a vault can be removed, it must first be empty – it must contain no backup data or protected items or registered servers. This ensures that a vault cannot be deleted inadvertently; the deletion of a backup vault is a planned operation. + Use the Remove-AzureRMBackupContainer commandlet to clear up IaaS VM backup data from the vault, or use the Delete-RegisteredServer commandlet to clear up other registered servers and backup data. @@ -3758,7 +3758,7 @@ Storage : LocallyRedundant PS C:\> - Get-AzureBackupVault -Name "myvault" | Remove-AzureBackupVault + Get-AzureRMBackupVault -Name "myvault" | Remove-AzureRMBackupVault @@ -4249,7 +4249,7 @@ test-vm Restore InProgress 26-Aug-15 1:14:01 PM 01-Jan-01 - The Set-AzureBackupVault commandlet allows you to change the storage type of the backup vault. The other parameters like Region, Name, and ResourceGroupName are not editable. + The Set-AzureRMBackupVault commandlet allows you to change the storage type of the backup vault. The other parameters like Region, Name, and ResourceGroupName are not editable. @@ -4353,7 +4353,7 @@ test-vm Restore InProgress 26-Aug-15 1:14:01 PM 01-Jan-01 PS C:\> - Get-AzureBackupVault –Name “myvault” | Set-AzureBackupVault –Storage LocallyRedundant + Get-AzureRMBackupVault –Name “myvault” | Set-AzureRMBackupVault –Storage LocallyRedundant @@ -4696,10 +4696,10 @@ PS C:\> Stop-AzureRMBackupJob -Vault $v -JobID $j.InstanceId PS C:\> - $c = Get-AzureBackupContainer -vault $v -type Windows -name "server1.contoso.com" -PS C:\> Unregister-AzureBackupContainer -container $c[0] + $c = Get-AzureRMBackupContainer -vault $v -type Windows -name "server1.contoso.com" +PS C:\> Unregister-AzureRMBackupContainer -container $c[0] - The user first gets the container that needs to be unregistered using the Get-AzureBackupContainer commandlet. This container object is passed to the unregister commandlet. This unregisters the specified Windows Server from the Azure Backup vault. + The user first gets the container that needs to be unregistered using the Get-AzureRMBackupContainer commandlet. This container object is passed to the unregister commandlet. This unregisters the specified Windows Server from the Azure Backup vault. Unregister Server @@ -4719,7 +4719,7 @@ This operation will delete all data in the backup vault that is associated with PS C:\> - Unregister-AzureBackupContainer -container $c –force + Unregister-AzureRMBackupContainer -container $c –force The -Force option does not ask the user for confirmation before deleting the data and unregistering the server. diff --git a/src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/ScenarioTestHelpers.cs b/src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/ScenarioTestHelpers.cs index cb5b63e3982c..9e7a8f1fef1c 100644 --- a/src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/ScenarioTestHelpers.cs +++ b/src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/ScenarioTestHelpers.cs @@ -49,10 +49,10 @@ public static class ScenarioTestHelpers // NOTE: To save time on setup and compute node allocation when recording, many tests assume the following: // - A Batch account named 'pstests' exists under the subscription being used for recording. // - The following commands were run to create a pool, and all 3 compute nodes are allocated: - // $context = Get-AzureBatchAccountKeys "pstests" + // $context = Get-AzureRMBatchAccountKeys "pstests" // $startTask = New-Object Microsoft.Azure.Commands.Batch.Models.PSStartTask // $startTask.CommandLine = "cmd /c echo hello" - // New-AzureBatchPool -Id "testPool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -TargetDedicated 3 -StartTask $startTask -BatchContext $context + // New-AzureRMBatchPool -Id "testPool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -TargetDedicated 3 -StartTask $startTask -BatchContext $context internal const string SharedAccount = "pstests"; internal const string SharedPool = "testPool"; internal const string SharedPoolStartTaskStdOut = "startup\\stdout.txt"; diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/BatchObjectModelCmdletBase.cs b/src/ResourceManager/AzureBatch/Commands.Batch/BatchObjectModelCmdletBase.cs index 889afee464e5..240b4ba0fe6f 100644 --- a/src/ResourceManager/AzureBatch/Commands.Batch/BatchObjectModelCmdletBase.cs +++ b/src/ResourceManager/AzureBatch/Commands.Batch/BatchObjectModelCmdletBase.cs @@ -29,7 +29,7 @@ public class BatchObjectModelCmdletBase : BatchCmdletBase /// internal IEnumerable AdditionalBehaviors { get; set; } - [Parameter(Mandatory = true, ValueFromPipeline = true, HelpMessage = "The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated.")] + [Parameter(Mandatory = true, ValueFromPipeline = true, HelpMessage = "The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated.")] [ValidateNotNullOrEmpty] public BatchAccountContext BatchContext { get; set; } diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml b/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml index ab915fad1894..a882157316f6 100644 --- a/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml +++ b/src/ResourceManager/AzureBatch/Commands.Batch/Microsoft.Azure.Commands.Batch.dll-Help.xml @@ -3,7 +3,7 @@ - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys Gets the specified key of the specified Batch accounts under the current subscription. @@ -15,11 +15,11 @@ - The Get-AzureBatchAccountKeys cmdlet gets the specified key of the specified Azure Batch accounts under the current subscription. + The Get-AzureRMBatchAccountKeys cmdlet gets the specified key of the specified Azure Batch accounts under the current subscription. - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys AccountName @@ -133,7 +133,7 @@ - New-AzureBatchAccountKey + New-AzureRMBatchAccountKey @@ -144,7 +144,7 @@ - Get-AzureBatchAccount + Get-AzureRMBatchAccount Gets a Batch account under the current subscription. @@ -156,11 +156,11 @@ - The Get-AzureBatchAccount cmdlet gets an Azure Batch account under the current subscription. You can use the AccountName parameter to get a single account, or you can use the ResourceGroupName parameter to get accounts under that resource group. + The Get-AzureRMBatchAccount cmdlet gets an Azure Batch account under the current subscription. You can use the AccountName parameter to get a single account, or you can use the ResourceGroupName parameter to get accounts under that resource group. - Get-AzureBatchAccount + Get-AzureRMBatchAccount AccountName @@ -283,7 +283,7 @@ - PS C:\>Get-AzureBatchAccount -AccountName "pfuller" + PS C:\>Get-AzureRMBatchAccount -AccountName "pfuller" AccountName Location ResourceGroupName Tags TaskTenantUrl ----------- -------- ----------------- ---- ------------- pfuller westus CmdletExampleRG https://pfuller.westus.batch.azure.com @@ -305,7 +305,7 @@ pfuller westus CmdletExampleRG https: - PS C:\>Get-AzureBatchAccount -ResourceGroupName "CmdletExampleRG" + PS C:\>Get-AzureRMBatchAccount -ResourceGroupName "CmdletExampleRG" AccountName Location ResourceGroupName Tags TaskTenantUrl ----------- -------- ----------------- ---- ------------- cmdletexample westus CmdletExampleRG https://cmdletexample.westus.batch.azure.com @@ -325,15 +325,15 @@ cmdletexample2 westus CmdletExampleRG https: - New-AzureBatchAccount + New-AzureRMBatchAccount - Remove-AzureBatchAccount + Remove-AzureRMBatchAccount - Set-AzureBatchAccount + Set-AzureRMBatchAccount @@ -344,7 +344,7 @@ cmdletexample2 westus CmdletExampleRG https: - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode Gets Batch compute nodes from a pool. @@ -356,11 +356,11 @@ cmdletexample2 westus CmdletExampleRG https: - The Get-AzureBatchComputeNode cmdlet gets Azure Batch compute nodes under a pool. Specify either the pool ID or pool object. Specify the Id parameter to get a single compute node. Specify the Filter parameter to get the compute nodes that match an OData filter. + The Get-AzureRMBatchComputeNode cmdlet gets Azure Batch compute nodes under a pool. Specify either the pool ID or pool object. Specify the Id parameter to get a single compute node. Specify the Filter parameter to get the compute nodes that match an OData filter. - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode Filter @@ -385,7 +385,7 @@ cmdletexample2 westus CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -398,7 +398,7 @@ cmdletexample2 westus CmdletExampleRG https: - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode PoolId @@ -423,17 +423,17 @@ cmdletexample2 westus CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode Pool - Specifies the pool, as a PSCloudPool object, that contains the compute nodes. To obtain a PSCloudPool object, use the Get-AzureBatchPool cmdlet. + Specifies the pool, as a PSCloudPool object, that contains the compute nodes. To obtain a PSCloudPool object, use the Get-AzureRMBatchPool cmdlet. PSCloudPool @@ -461,7 +461,7 @@ cmdletexample2 westus CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -471,7 +471,7 @@ cmdletexample2 westus CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -519,7 +519,7 @@ cmdletexample2 westus CmdletExampleRG https: Pool - Specifies the pool, as a PSCloudPool object, that contains the compute nodes. To obtain a PSCloudPool object, use the Get-AzureBatchPool cmdlet. + Specifies the pool, as a PSCloudPool object, that contains the compute nodes. To obtain a PSCloudPool object, use the Get-AzureRMBatchPool cmdlet. PSCloudPool @@ -595,7 +595,7 @@ cmdletexample2 westus CmdletExampleRG https: - PS C:\>Get-AzureBatchComputeNode -PoolId "Pool06" -Id "tvm-2316545714_1-20150725t213220z" -BatchContext $Context + PS C:\>Get-AzureRMBatchComputeNode -PoolId "Pool06" -Id "tvm-2316545714_1-20150725t213220z" -BatchContext $Context Id : tvm-2316545714_1-20150725t213220z Url : https://cmdletexample.westus.batch.azure.com/pools/MyPool/nodes/tvm-2316545714_1-20150725t213220z State : Idle @@ -613,7 +613,7 @@ CertificateReferences : Errors : - This command gets the compute node that has the ID tvm-2316545714_1-20150725t213220z from the pool that has the ID Pool06. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. + This command gets the compute node that has the ID tvm-2316545714_1-20150725t213220z from the pool that has the ID Pool06. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. @@ -629,7 +629,7 @@ Errors : - PS C:\>Get-AzureBatchComputeNode -PoolId "Pool06" -Filter "state eq 'idle'" -BatchContext $Context + PS C:\>Get-AzureRMBatchComputeNode -PoolId "Pool06" -Filter "state eq 'idle'" -BatchContext $Context Id : tvm-2316545714_1-20150725t213220z Url : https://cmdletexample.westus.batch.azure.com/pools/MyPool/nodes/tvm-2316545714_1-20150725t213220z State : Idle @@ -679,7 +679,7 @@ Errors : - PS C:\>Get-AzureBatchPool -Id "Pool07" -BatchContext $Context | Get-AzureBatchComputeNode -BatchContext $Context + PS C:\>Get-AzureRMBatchPool -Id "Pool07" -BatchContext $Context | Get-AzureRMBatchComputeNode -BatchContext $Context Id : tvm-2316545714_1-20150725t213220z Url : https://cmdletexample.westus.batch.azure.com/pools/MyPool/nodes/tvm-2316545714_1-20150725t213220z State : Idle @@ -713,7 +713,7 @@ CertificateReferences : Errors : - This command gets the pool that has the ID Pool07 by using the Get-AzureBatchPool cmdlet. The command passes that pool to the current cmdlet by using the pipeline operator. That cmdlet gets all compute nodes from that pool. + This command gets the pool that has the ID Pool07 by using the Get-AzureRMBatchPool cmdlet. The command passes that pool to the current cmdlet by using the pipeline operator. That cmdlet gets all compute nodes from that pool. @@ -726,15 +726,15 @@ Errors : - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent - Get-AzureBatchPool + Get-AzureRMBatchPool @@ -745,7 +745,7 @@ Errors : - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule Gets Batch job schedules. @@ -757,11 +757,11 @@ Errors : - The Get-AzureBatchJobSchedule cmdlet gets Azure Batch job schedules for the Batch account specified by the BatchContext parameter. Specify an ID to get a single job schedule. Specify the Filter parameter to get the job schedules that match an OData filter. + The Get-AzureRMBatchJobSchedule cmdlet gets Azure Batch job schedules for the Batch account specified by the BatchContext parameter. Specify an ID to get a single job schedule. Specify the Filter parameter to get the job schedules that match an OData filter. - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule Filter @@ -786,13 +786,13 @@ Errors : BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule Id @@ -810,7 +810,7 @@ Errors : BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -820,7 +820,7 @@ Errors : BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -920,7 +920,7 @@ Errors : - PS C:\>Get-AzureBatchJobSchedule -Id "JobSchedule23" -BatchContext $Context + PS C:\>Get-AzureRMBatchJobSchedule -Id "JobSchedule23" -BatchContext $Context CreationTime : 7/25/2015 9:15:43 PM DisplayName : ETag : 0x8D2953633427FCA @@ -954,7 +954,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc - PS C:\>Get-AzureBatchJobSchedule -Filter "startswith(id,'Job')" -BatchContext $Context + PS C:\>Get-AzureRMBatchJobSchedule -Filter "startswith(id,'Job')" -BatchContext $Context CreationTime : 7/25/2015 9:15:43 PM DisplayName : ETag : 0x8D2953633427FCA @@ -1001,11 +1001,11 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc - New-AzureBatchJobSchedule + New-AzureRMBatchJobSchedule - Remove-AzureBatchJobSchedule + Remove-AzureRMBatchJobSchedule @@ -1016,7 +1016,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc - Get-AzureBatchJob + Get-AzureRMBatchJob Gets Batch jobs under the specified Batch account or job schedule. @@ -1028,11 +1028,11 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc - The Get-AzureBatchJob cmdlet gets the Azure Batch jobs under the Batch account specified by the BatchAccountContext parameter. You can use the Id parameter to get a single job, or you can use the Filter parameter to get the jobs that match an OData filter. If you supply a job schedule ID or PSCloudJobSchedule instance, only the jobs under that job schedule will be returned. + The Get-AzureRMBatchJob cmdlet gets the Azure Batch jobs under the Batch account specified by the BatchAccountContext parameter. You can use the Id parameter to get a single job, or you can use the Filter parameter to get the jobs that match an OData filter. If you supply a job schedule ID or PSCloudJobSchedule instance, only the jobs under that job schedule will be returned. - Get-AzureBatchJob + Get-AzureRMBatchJob Filter @@ -1064,13 +1064,13 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchJob + Get-AzureRMBatchJob Id @@ -1088,17 +1088,17 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchJob + Get-AzureRMBatchJob JobSchedule - Specifies the PSCloudJobSchedule object representing the job schedule which contains the jobs. Use the Get-AzureBatchJobSchedule cmdlet to get a PSCloudJobSchedule object. + Specifies the PSCloudJobSchedule object representing the job schedule which contains the jobs. Use the Get-AzureRMBatchJobSchedule cmdlet to get a PSCloudJobSchedule object. PSCloudJobSchedule @@ -1126,7 +1126,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1136,7 +1136,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1172,7 +1172,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc JobSchedule - Specifies the PSCloudJobSchedule object representing the job schedule which contains the jobs. Use the Get-AzureBatchJobSchedule cmdlet to get a PSCloudJobSchedule object. + Specifies the PSCloudJobSchedule object representing the job schedule which contains the jobs. Use the Get-AzureRMBatchJobSchedule cmdlet to get a PSCloudJobSchedule object. PSCloudJobSchedule @@ -1260,7 +1260,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobsc - PS C:\>Get-AzureBatchJob -Id "Job01" -BatchContext $Context + PS C:\>Get-AzureRMBatchJob -Id "Job01" -BatchContext $Context CommonEnvironmentSettings : Constraints : Microsoft.Azure.Commands.Batch.Models.PSJobConstraints CreationTime : 7/25/2015 9:12:07 PM @@ -1299,7 +1299,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - PS C:\>Get-AzureBatchJob -JobScheduleId "MyJobSchedule" -Filter "state eq 'active'" -BatchContext $Context + PS C:\>Get-AzureRMBatchJob -JobScheduleId "MyJobSchedule" -Filter "state eq 'active'" -BatchContext $Context CommonEnvironmentSettings : Constraints : Microsoft.Azure.Commands.Batch.Models.PSJobConstraints CreationTime : 7/25/2015 9:15:44 PM @@ -1338,7 +1338,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - PS C:\>Get-AzureBatchJobSchedule -Id "MyJobSchedule" -BatchContext $Context | Get-AzureBatchJob -BatchContext $Context + PS C:\>Get-AzureRMBatchJobSchedule -Id "MyJobSchedule" -BatchContext $Context | Get-AzureRMBatchJob -BatchContext $Context CommonEnvironmentSettings : Constraints : Microsoft.Azure.Commands.Batch.Models.PSJobConstraints CreationTime : 7/25/2015 9:15:44 PM @@ -1374,15 +1374,15 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule - Remove-AzureBatchJob + Remove-AzureRMBatchJob @@ -1393,7 +1393,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent Gets a Batch node file. @@ -1405,11 +1405,11 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - The Get-AzureBatchNodeFileContent cmdlet gets an Azure Batch node file and saves it as a file or to a stream. + The Get-AzureRMBatchNodeFileContent cmdlet gets an Azure Batch node file and saves it as a file or to a stream. - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent Name @@ -1441,7 +1441,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1454,7 +1454,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent Profile @@ -1465,7 +1465,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1499,7 +1499,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent PoolId @@ -1531,7 +1531,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1544,7 +1544,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent PoolId @@ -1576,7 +1576,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1589,11 +1589,11 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent InputObject - Specifies the file that this cmdlet gets, as a PSNodeFile object. To obtain a node file object, use the Get-AzureBatchNodeFile cmdlet. + Specifies the file that this cmdlet gets, as a PSNodeFile object. To obtain a node file object, use the Get-AzureRMBatchNodeFile cmdlet. PSNodeFile @@ -1607,7 +1607,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1620,11 +1620,11 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent InputObject - Specifies the file that this cmdlet gets, as a PSNodeFile object. To obtain a node file object, use the Get-AzureBatchNodeFile cmdlet. + Specifies the file that this cmdlet gets, as a PSNodeFile object. To obtain a node file object, use the Get-AzureRMBatchNodeFile cmdlet. PSNodeFile @@ -1638,7 +1638,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1655,7 +1655,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -1703,7 +1703,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ InputObject - Specifies the file that this cmdlet gets, as a PSNodeFile object. To obtain a node file object, use the Get-AzureBatchNodeFile cmdlet. + Specifies the file that this cmdlet gets, as a PSNodeFile object. To obtain a node file object, use the Get-AzureRMBatchNodeFile cmdlet. PSNodeFile @@ -1816,10 +1816,10 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - PS C:\>Get-AzureBatchNodeFileContent -JobId "Job01" -TaskId "Task01" -Name "StdOut.txt" -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFileContent -JobId "Job01" -TaskId "Task01" -Name "StdOut.txt" -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context - This command gets the node file that is named StdOut.txt, and saves it to the E:\PowerShell\StdOut.txt file path on the local computer. The StdOut.txt node file is associated with task that has the ID Task01 for the job that has the ID Job01. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. + This command gets the node file that is named StdOut.txt, and saves it to the E:\PowerShell\StdOut.txt file path on the local computer. The StdOut.txt node file is associated with task that has the ID Task01 for the job that has the ID Job01. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. @@ -1835,10 +1835,10 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - PS C:\>Get-AzureBatchNodeFile -JobId "Job02" -TaskId "Task02" -Name "StdErr.txt" -BatchContext $Context | Get-AzureBatchNodeFileContent -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFile -JobId "Job02" -TaskId "Task02" -Name "StdErr.txt" -BatchContext $Context | Get-AzureRMBatchNodeFileContent -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context - This command gets the node file that is named StdErr.txt by using the Get-AzureBatchNodeFile cmdlet. The command passes that file to the current cmdlet by using the pipeline operator. The current cmdlet saves that file to the E:\PowerShell\StdOut.txt file path on the local computer. The StdOut.txt node file is associated with the task that has the ID Task02 for the job that has the ID Job02. + This command gets the node file that is named StdErr.txt by using the Get-AzureRMBatchNodeFile cmdlet. The command passes that file to the current cmdlet by using the pipeline operator. The current cmdlet saves that file to the E:\PowerShell\StdOut.txt file path on the local computer. The StdOut.txt node file is associated with the task that has the ID Task02 for the job that has the ID Job02. @@ -1855,7 +1855,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ PS C:\>$Stream = New-Object -TypeName "System.IO.MemoryStream" -PS C:\> Get-AzureBatchNodeFileContent -JobId "Job03" -TaskId "Task11" -Name "stdout.txt" -DestinationStream $Stream -BatchContext $Context +PS C:\> Get-AzureRMBatchNodeFileContent -JobId "Job03" -TaskId "Task11" -Name "stdout.txt" -DestinationStream $Stream -BatchContext $Context The first command creates a stream by using the New-Object cmdlet, and then stores it in the $Stream variable. @@ -1875,7 +1875,7 @@ PS C:\> Get-AzureBatchNodeFileContent -JobId "Job03" -TaskId "Task11" -Name " - PS C:\>Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "Startup\StdOut.txt" -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "Startup\StdOut.txt" -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context This command gets the node file Startup\StdOut.txt from the compute node that has the ID ComputeNode01 in the pool that has the ID Pool01. The command saves the file to the E:\PowerShell\StdOut.txt file path on the local computer. @@ -1894,10 +1894,10 @@ PS C:\> Get-AzureBatchNodeFileContent -JobId "Job03" -TaskId "Task11" -Name " - PS C:\>Get-AzureBatchNodeFile -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "Startup\StdOut.txt" -BatchContext $Context | Get-AzureBatchNodeFileContent -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFile -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "Startup\StdOut.txt" -BatchContext $Context | Get-AzureRMBatchNodeFileContent -DestinationPath "E:\PowerShell\StdOut.txt" -BatchContext $Context - This command gets the node file Startup\StdOut.txt by using Get-AzureBatchNodeFile from the compute node that has the ID ComputeNode01. The compute node is in the pool that has the ID Pool01. The command passes that node file to the current cmdlet. That cmdlet saves the file to the E:\PowerShell\StdOut.txt file path on the local computer. + This command gets the node file Startup\StdOut.txt by using Get-AzureRMBatchNodeFile from the compute node that has the ID ComputeNode01. The compute node is in the pool that has the ID Pool01. The command passes that node file to the current cmdlet. That cmdlet saves the file to the E:\PowerShell\StdOut.txt file path on the local computer. @@ -1914,7 +1914,7 @@ PS C:\> Get-AzureBatchNodeFileContent -JobId "Job03" -TaskId "Task11" -Name " PS C:\>$Stream = New-Object -TypeName "System.IO.MemoryStream" -PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "startup\stdout.txt" -DestinationStream $Stream -BatchContext $Context +PS C:\> Get-AzureRMBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "startup\stdout.txt" -DestinationStream $Stream -BatchContext $Context The first command creates a stream by using the New-Object cmdlet, and then stores it in the $Stream variable. @@ -1931,11 +1931,11 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile @@ -1946,7 +1946,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile Gets the properties of Batch node files. @@ -1958,11 +1958,11 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput - The Get-AzureBatchNodeFile cmdlet gets the properties of the Azure Batch node files of a task or compute node. To narrow your results, you can specify a filter. If you specify a task, but not a filter, this cmdlet returns properties for all node files for that task. If you specify a compute node, but not a filter, this cmdlet returns properties for all node files for that compute node. + The Get-AzureRMBatchNodeFile cmdlet gets the properties of the Azure Batch node files of a task or compute node. To narrow your results, you can specify a filter. If you specify a task, but not a filter, this cmdlet returns properties for all node files for that task. If you specify a compute node, but not a filter, this cmdlet returns properties for all node files for that compute node. - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile PoolId @@ -1994,13 +1994,13 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile Filter @@ -2031,7 +2031,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2051,7 +2051,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile Name @@ -2069,7 +2069,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2089,11 +2089,11 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile Task - Specifies the task, as a PSCloudTask object, with which the node files are associated. To obtain a task object, use the Get-AzureBatchTask cmdlet. + Specifies the task, as a PSCloudTask object, with which the node files are associated. To obtain a task object, use the Get-AzureRMBatchTask cmdlet. PSCloudTask @@ -2127,13 +2127,13 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile PoolId @@ -2178,17 +2178,17 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile ComputeNode - Specifies the compute node, as a PSComputeNode object, that contains the Batch node files. To obtain a compute node object, use the Get-AzureBatchComputeNode cmdlet. + Specifies the compute node, as a PSComputeNode object, that contains the Batch node files. To obtain a compute node object, use the Get-AzureRMBatchComputeNode cmdlet. PSComputeNode @@ -2222,7 +2222,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2232,7 +2232,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2244,7 +2244,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput ComputeNode - Specifies the compute node, as a PSComputeNode object, that contains the Batch node files. To obtain a compute node object, use the Get-AzureBatchComputeNode cmdlet. + Specifies the compute node, as a PSComputeNode object, that contains the Batch node files. To obtain a compute node object, use the Get-AzureRMBatchComputeNode cmdlet. PSComputeNode @@ -2352,7 +2352,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput Task - Specifies the task, as a PSCloudTask object, with which the node files are associated. To obtain a task object, use the Get-AzureBatchTask cmdlet. + Specifies the task, as a PSCloudTask object, with which the node files are associated. To obtain a task object, use the Get-AzureRMBatchTask cmdlet. PSCloudTask @@ -2416,7 +2416,7 @@ PS C:\> Get-AzureBatchNodeFileContent -PoolId "Pool01" -ComputeNodeId "Comput - PS C:\>Get-AzureBatchNodeFile -JobId "Job-000001" -TaskId "Task26" -Name "Stdout.txt" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFile -JobId "Job-000001" -TaskId "Task26" -Name "Stdout.txt" -BatchContext $Context IsDirectory Name Properties Url ----------- ---- ---------- --- @@ -2424,7 +2424,7 @@ IsDirectory Name Properties Url False StdOut.txt Microsoft.Azure.Commands.Batch.Models.PSFile... https://cmdletexample.westus.Batch.contoso... - This command gets the properties of the StdOut.txt node file associated with the task that has the ID Task26 in the job that has the ID Job-000001. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. + This command gets the properties of the StdOut.txt node file associated with the task that has the ID Task26 in the job that has the ID Job-000001. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. @@ -2440,7 +2440,7 @@ False StdOut.txt Microsoft.Azure.Commands.Batch.Models.PSFile... https://cmdl - PS C:\>Get-AzureBatchNodeFile -JobId "Job-00002" -TaskId "Task26" -Filter "startswith(name,'St')" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFile -JobId "Job-00002" -TaskId "Task26" -Filter "startswith(name,'St')" -BatchContext $Context IsDirectory Name Properties Url ----------- ---- ---------- --- @@ -2465,7 +2465,7 @@ False StdOut.txt Microsoft.Azure.Commands.Batch.Models.PSFile... https://cmdlet - PS C:\>Get-AzureBatchTask "Job-00003" "Task31" -BatchContext $Context | Get-AzureBatchNodeFile -Recursive -BatchContext $Context + PS C:\>Get-AzureRMBatchTask "Job-00003" "Task31" -BatchContext $Context | Get-AzureRMBatchNodeFile -Recursive -BatchContext $Context IsDirectory Name Properties Url ----------- ---- ---------- --- @@ -2494,7 +2494,7 @@ False wd\newFile.txt Microsoft.Azure.Commands.Batch.Models.PSFile... https://c - PS C:\>Get-AzureBatchNodeFile -PoolId "Pool22" -ComputeNodeId "ComputeNode01" -Name "Startup\StdOut.txt" -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFile -PoolId "Pool22" -ComputeNodeId "ComputeNode01" -Name "Startup\StdOut.txt" -BatchContext $Context IsDirectory Name Properties Url ----------- ---- ---------- --- False startup\stdout.txt Microsoft.Azure.Commands.Batch.Models.PSFile... https://cmdletexample.westus.Batch.contoso... @@ -2516,7 +2516,7 @@ False startup\stdout.txt Microsoft.Azure.Commands.Batch.Models.PSFile - PS C:\>Get-AzureBatchNodeFile -PoolId "Pool22" -ComputeNodeId "ComputeNode01" -Filter "startswith(name,'startup')" -Recursive -BatchContext $Context + PS C:\>Get-AzureRMBatchNodeFile -PoolId "Pool22" -ComputeNodeId "ComputeNode01" -Filter "startswith(name,'startup')" -Recursive -BatchContext $Context IsDirectory Name Properties Url ----------- ---- ---------- --- True startup https://cmdletexample.westus.Batch.contoso... @@ -2542,7 +2542,7 @@ True startup\wd - PS C:\>Get-AzureBatchComputeNode "Pool22" -Id "ComputeNode01" -BatchContext $Context | Get-AzureBatchNodeFile -BatchContext $Context + PS C:\>Get-AzureRMBatchComputeNode "Pool22" -Id "ComputeNode01" -BatchContext $Context | Get-AzureRMBatchNodeFile -BatchContext $Context IsDirectory Name Properties Url ----------- ---- ---------- --- True shared https://cmdletexample.westus.Batch.contoso... @@ -2563,15 +2563,15 @@ True workitems https://cmdletexample.westus.Batch.c - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode - Get-AzureBatchTask + Get-AzureRMBatchTask @@ -2582,7 +2582,7 @@ True workitems https://cmdletexample.westus.Batch.c - Get-AzureBatchPool + Get-AzureRMBatchPool Gets Batch pools under the specified Batch account. @@ -2594,11 +2594,11 @@ True workitems https://cmdletexample.westus.Batch.c - The Get-AzureBatchPool cmdlet gets the Azure Batch pools under the Batch account specified with the BatchContext parameter. You can use the Id parameter to get a single pool, or you can use the Filter parameter to get the pools that match an OData filter. + The Get-AzureRMBatchPool cmdlet gets the Azure Batch pools under the Batch account specified with the BatchContext parameter. You can use the Id parameter to get a single pool, or you can use the Filter parameter to get the pools that match an OData filter. - Get-AzureBatchPool + Get-AzureRMBatchPool Filter @@ -2623,13 +2623,13 @@ True workitems https://cmdletexample.westus.Batch.c BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchPool + Get-AzureRMBatchPool Id @@ -2647,7 +2647,7 @@ True workitems https://cmdletexample.westus.Batch.c BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2657,7 +2657,7 @@ True workitems https://cmdletexample.westus.Batch.c BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2757,7 +2757,7 @@ True workitems https://cmdletexample.westus.Batch.c - PS C:\>Get-AzureBatchPool -Id "MyPool" -BatchContext $Context + PS C:\>Get-AzureRMBatchPool -Id "MyPool" -BatchContext $Context AllocationState : Resizing AllocationStateTransitionTime : 7/25/2015 9:30:28 PM AutoScaleEnabled : False @@ -2805,7 +2805,7 @@ VirtualMachineSize : small - PS C:\>Get-AzureBatchPool -Filter "startswith(id,'My')" -BatchContext $Context + PS C:\>Get-AzureRMBatchPool -Filter "startswith(id,'My')" -BatchContext $Context AllocationState : Resizing AllocationStateTransitionTime : 7/25/2015 9:30:28 PM AutoScaleEnabled : False @@ -2849,15 +2849,15 @@ VirtualMachineSize : small - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - New-AzureBatchPool + New-AzureRMBatchPool - Remove-AzureBatchPool + Remove-AzureRMBatchPool @@ -2868,7 +2868,7 @@ VirtualMachineSize : small - Get-AzureBatchRemoteDesktopProtocolFile + Get-AzureRMBatchRemoteDesktopProtocolFile Gets an RDP file from a compute node. @@ -2880,11 +2880,11 @@ VirtualMachineSize : small - The Get-AzureBatchRemoteDesktopProtocolFile cmdlet gets a Remote Desktop Protocol (RDP) file from a compute node and saves it as a file or to a user supplied stream. + The Get-AzureRMBatchRemoteDesktopProtocolFile cmdlet gets a Remote Desktop Protocol (RDP) file from a compute node and saves it as a file or to a user supplied stream. - Get-AzureBatchRemoteDesktopProtocolFile + Get-AzureRMBatchRemoteDesktopProtocolFile PoolId @@ -2909,7 +2909,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2922,7 +2922,7 @@ VirtualMachineSize : small - Get-AzureBatchRemoteDesktopProtocolFile + Get-AzureRMBatchRemoteDesktopProtocolFile PoolId @@ -2947,7 +2947,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2960,11 +2960,11 @@ VirtualMachineSize : small - Get-AzureBatchRemoteDesktopProtocolFile + Get-AzureRMBatchRemoteDesktopProtocolFile ComputeNode - Specifies a compute node, as a PSComputeNode object, to which the .rdp file points. To obtain a compute node object, use the Get-AzureBatchComputeNode cmdlet. + Specifies a compute node, as a PSComputeNode object, to which the .rdp file points. To obtain a compute node object, use the Get-AzureRMBatchComputeNode cmdlet. PSComputeNode @@ -2978,7 +2978,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -2991,11 +2991,11 @@ VirtualMachineSize : small - Get-AzureBatchRemoteDesktopProtocolFile + Get-AzureRMBatchRemoteDesktopProtocolFile ComputeNode - Specifies a compute node, as a PSComputeNode object, to which the .rdp file points. To obtain a compute node object, use the Get-AzureBatchComputeNode cmdlet. + Specifies a compute node, as a PSComputeNode object, to which the .rdp file points. To obtain a compute node object, use the Get-AzureRMBatchComputeNode cmdlet. PSComputeNode @@ -3009,7 +3009,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -3026,7 +3026,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -3038,7 +3038,7 @@ VirtualMachineSize : small ComputeNode - Specifies a compute node, as a PSComputeNode object, to which the .rdp file points. To obtain a compute node object, use the Get-AzureBatchComputeNode cmdlet. + Specifies a compute node, as a PSComputeNode object, to which the .rdp file points. To obtain a compute node object, use the Get-AzureRMBatchComputeNode cmdlet. PSComputeNode @@ -3151,10 +3151,10 @@ VirtualMachineSize : small - PS C:\>Get-AzureBatchRemoteDesktopProtocolFile -PoolId "Pool06" -ComputeNodeId "ComputeNode01" -DestinationPath "C:\PowerShell\ComputeNode01.rdp" -BatchContext $Context + PS C:\>Get-AzureRMBatchRemoteDesktopProtocolFile -PoolId "Pool06" -ComputeNodeId "ComputeNode01" -DestinationPath "C:\PowerShell\ComputeNode01.rdp" -BatchContext $Context - This command gets an RDP file from the compute node that has the ID ComputeNode01 in the pool that has the ID Pool06. The command saves the .rdp file as C:\PowerShell\MyComputeNode.rdp. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. + This command gets an RDP file from the compute node that has the ID ComputeNode01 in the pool that has the ID Pool06. The command saves the .rdp file as C:\PowerShell\MyComputeNode.rdp. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. @@ -3170,7 +3170,7 @@ VirtualMachineSize : small - PS C:\>Get-AzureBatchComputeNode -PoolId "Pool06" -Id "ComputeNode02" -BatchContext $Context | Get-AzureBatchRemoteDesktopProtocolFile -DestinationPath "C:\PowerShell\MyComputeNode02.rdp" -BatchContext $Context + PS C:\>Get-AzureRMBatchComputeNode -PoolId "Pool06" -Id "ComputeNode02" -BatchContext $Context | Get-AzureRMBatchRemoteDesktopProtocolFile -DestinationPath "C:\PowerShell\MyComputeNode02.rdp" -BatchContext $Context This command gets the compute node that has the ID ComputeNode02 in the pool that has the ID Pool06. The command passes that compute node to the current cmdlet by using the pipeline operator. The current cmdlet gets an .rpd file from the compute node, and then saves the contents as a file that is named C:\PowerShell\MyComputeNode02.rdp. @@ -3190,7 +3190,7 @@ VirtualMachineSize : small PS C:\>$Stream = New-Object -TypeName "System.IO.MemoryStream" - PS C:\> Get-AzureBatchRemoteDesktopProtocolFile "Pool06" -ComputeNodeId "ComputeNode03" -DestinationStream $Stream -BatchContext $Context + PS C:\> Get-AzureRMBatchRemoteDesktopProtocolFile "Pool06" -ComputeNodeId "ComputeNode03" -DestinationStream $Stream -BatchContext $Context The first command creates a stream by using the New-Object cmdlet, and then stores it in the $Stream variable. @@ -3207,11 +3207,11 @@ VirtualMachineSize : small - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode @@ -3222,7 +3222,7 @@ VirtualMachineSize : small - Get-AzureBatchTask + Get-AzureRMBatchTask Gets the Batch tasks for the specified job. @@ -3234,11 +3234,11 @@ VirtualMachineSize : small - The Get-AzureBatchTask cmdlet gets the Azure Batch tasks for the job specified by either the JobId parameter or the Job parameter. You can use the Id parameter to get a single task, or you can use the Filter parameter to get the tasks that match an OData filter. + The Get-AzureRMBatchTask cmdlet gets the Azure Batch tasks for the job specified by either the JobId parameter or the Job parameter. You can use the Id parameter to get a single task, or you can use the Filter parameter to get the tasks that match an OData filter. - Get-AzureBatchTask + Get-AzureRMBatchTask JobId @@ -3270,13 +3270,13 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchTask + Get-AzureRMBatchTask JobId @@ -3301,17 +3301,17 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Get-AzureBatchTask + Get-AzureRMBatchTask Job - Specifies the PSCloudJob object representing the job which contains the tasks. Use the Get-AzureBatchJob cmdlet to get a PSCloudJob object. + Specifies the PSCloudJob object representing the job which contains the tasks. Use the Get-AzureRMBatchJob cmdlet to get a PSCloudJob object. PSCloudJob @@ -3339,7 +3339,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -3349,7 +3349,7 @@ VirtualMachineSize : small BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -3385,7 +3385,7 @@ VirtualMachineSize : small Job - Specifies the PSCloudJob object representing the job which contains the tasks. Use the Get-AzureBatchJob cmdlet to get a PSCloudJob object. + Specifies the PSCloudJob object representing the job which contains the tasks. Use the Get-AzureRMBatchJob cmdlet to get a PSCloudJob object. PSCloudJob @@ -3473,7 +3473,7 @@ VirtualMachineSize : small - PS C:\>Get-AzureBatchTask -JobId "Job01" -Id "MyTask" -BatchContext $Context + PS C:\>Get-AzureRMBatchTask -JobId "Job01" -Id "MyTask" -BatchContext $Context AffinityInformation : CommandLine : cmd /c dir /s ComputeNodeInformation : Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation @@ -3511,7 +3511,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - PS C:\>Get-AzureBatchTask -JobId "Job02" -Filter "state eq 'completed'" -BatchContext $Context + PS C:\>Get-AzureRMBatchTask -JobId "Job02" -Filter "state eq 'completed'" -BatchContext $Context AffinityInformation : CommandLine : cmd /c dir /s ComputeNodeInformation : Microsoft.Azure.Commands.Batch.Models.PSComputeNodeInformation @@ -3564,19 +3564,19 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchJob + Get-AzureRMBatchJob - New-AzureBatchTask + New-AzureRMBatchTask - Remove-AzureBatchTask + Remove-AzureRMBatchTask @@ -3587,7 +3587,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - New-AzureBatchAccountKey + New-AzureRMBatchAccountKey Regenerates the specified key of the specified Batch account. @@ -3599,11 +3599,11 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - The New-AzureBatchAccountKey cmdlet regenerates the specified key of the specified Azure Batch account. The cmdlet outputs a BatchAccountContext object with its PrimaryAccountKey and SecondaryAccountKey properties populated with the latest access keys. + The New-AzureRMBatchAccountKey cmdlet regenerates the specified key of the specified Azure Batch account. The cmdlet outputs a BatchAccountContext object with its PrimaryAccountKey and SecondaryAccountKey properties populated with the latest access keys. - New-AzureBatchAccountKey + New-AzureRMBatchAccountKey AccountName @@ -3729,7 +3729,7 @@ Url : https://cmdletexample.westus.batch.azure.com/jobs/ - PS C:\>New-AzureBatchAccountKey -AccountName "CmdletExample" -KeyType "Primary" + PS C:\>New-AzureRMBatchAccountKey -AccountName "CmdletExample" -KeyType "Primary" AccountName Location ResourceGroupName Tags TaskTenantUrl ----------- -------- ----------------- ---- ------------- cmdletexample westus CmdletExample https://batch.core.contoso.net @@ -3748,7 +3748,7 @@ cmdletexample westus CmdletExample https: - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys @@ -3759,7 +3759,7 @@ cmdletexample westus CmdletExample https: - New-AzureBatchAccount + New-AzureRMBatchAccount Creates a new Batch account. @@ -3771,11 +3771,11 @@ cmdletexample westus CmdletExample https: - The New-AzureBatchAccount cmdlet creates a new Azure Batch account under the specified resource group and location. + The New-AzureRMBatchAccount cmdlet creates a new Azure Batch account under the specified resource group and location. - New-AzureBatchAccount + New-AzureRMBatchAccount AccountName @@ -3917,7 +3917,7 @@ cmdletexample westus CmdletExample https: - PS C:\>New-AzureBatchAccount -AccountName "cmdletexample" -ResourceGroupName "CmdletExampleRG" -Location "WestUS" + PS C:\>New-AzureRMBatchAccount -AccountName "cmdletexample" -ResourceGroupName "CmdletExampleRG" -Location "WestUS" AccountName Location ResourceGroupName Tags TaskTenantUrl ----------- -------- ----------------- ---- ------------- cmdletexample WestUS CmdletExampleRG https://batch.core.contoso.net @@ -3936,15 +3936,15 @@ cmdletexample WestUS CmdletExampleRG https: - Get-AzureBatchAccount + Get-AzureRMBatchAccount - Remove-AzureBatchAccount + Remove-AzureRMBatchAccount - Set-AzureBatchAccount + Set-AzureRMBatchAccount @@ -3955,7 +3955,7 @@ cmdletexample WestUS CmdletExampleRG https: - New-AzureBatchComputeNodeUser + New-AzureRMBatchComputeNodeUser Creates a user account on a Batch compute node. @@ -3967,11 +3967,11 @@ cmdletexample WestUS CmdletExampleRG https: - The New-AzureBatchComputeNodeUser cmdlet creates a user account on an Azure Batch compute node. + The New-AzureRMBatchComputeNodeUser cmdlet creates a user account on an Azure Batch compute node. - New-AzureBatchComputeNodeUser + New-AzureRMBatchComputeNodeUser PoolId @@ -4009,7 +4009,7 @@ cmdletexample WestUS CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4029,7 +4029,7 @@ cmdletexample WestUS CmdletExampleRG https: - New-AzureBatchComputeNodeUser + New-AzureRMBatchComputeNodeUser ComputeNode @@ -4060,7 +4060,7 @@ cmdletexample WestUS CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4084,7 +4084,7 @@ cmdletexample WestUS CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4233,7 +4233,7 @@ cmdletexample WestUS CmdletExampleRG https: - PS C:\>New-AzureBatchComputeNodeUser -PoolId "MyPool01" -ComputeNodeId "ComputeNode01" -Name "TestUser" -Password "Password" -ExpiryTime ([DateTime]::Now.AddDays(7)) -IsAdmin -BatchContext $Context + PS C:\>New-AzureRMBatchComputeNodeUser -PoolId "MyPool01" -ComputeNodeId "ComputeNode01" -Name "TestUser" -Password "Password" -ExpiryTime ([DateTime]::Now.AddDays(7)) -IsAdmin -BatchContext $Context This command creates a user account on the compute node that has the ID ComputeNode01. The node is in the pool that has the ID MyPool01. The user name is TestUser, the password is Password, the account expires in seven days, and the account is has administrative credentials. @@ -4252,10 +4252,10 @@ cmdletexample WestUS CmdletExampleRG https: - PS C:\>Get-AzureBatchComputeNode "MyPool01" -ComputeNodeId "ComputeNode01" -BatchContext $Context | New-AzureBatchComputeNodeUser -Name "TestUser" -Password "Password" -BatchContext $Context + PS C:\>Get-AzureRMBatchComputeNode "MyPool01" -ComputeNodeId "ComputeNode01" -BatchContext $Context | New-AzureRMBatchComputeNodeUser -Name "TestUser" -Password "Password" -BatchContext $Context - This command gets the compute node named ComputeNode01 by using the Get-AzureBatchComputeNode cmdlet. That node is in the pool that has the ID MyPool01. The command passes that compute node to the current cmdlet by using the pipeline operator. The command creates a user account that has the user name TestUserand the password Password. + This command gets the compute node named ComputeNode01 by using the Get-AzureRMBatchComputeNode cmdlet. That node is in the pool that has the ID MyPool01. The command passes that compute node to the current cmdlet by using the pipeline operator. The command creates a user account that has the user name TestUserand the password Password. @@ -4268,15 +4268,15 @@ cmdletexample WestUS CmdletExampleRG https: - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode - Remove-AzureBatchComputeNodeUser + Remove-AzureRMBatchComputeNodeUser @@ -4287,7 +4287,7 @@ cmdletexample WestUS CmdletExampleRG https: - New-AzureBatchJobSchedule + New-AzureRMBatchJobSchedule Creates a job schedule in the Batch service. @@ -4299,11 +4299,11 @@ cmdletexample WestUS CmdletExampleRG https: - The New-AzureBatchJobSchedule cmdlet creates a job schedule in the Azure Batch service. The BatchAccountContext parameter specifies the account in which this cmdlet creates the schedule. + The New-AzureRMBatchJobSchedule cmdlet creates a job schedule in the Azure Batch service. The BatchAccountContext parameter specifies the account in which this cmdlet creates the schedule. - New-AzureBatchJobSchedule + New-AzureRMBatchJobSchedule Id @@ -4335,7 +4335,7 @@ cmdletexample WestUS CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4359,7 +4359,7 @@ cmdletexample WestUS CmdletExampleRG https: BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4489,11 +4489,11 @@ PS C:\> $Schedule.RecurrenceInterval = [TimeSpan]::FromDays(1) PS C:\> $JobSpecification = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSJobSpecification" PS C:\> $JobSpecification.PoolInformation = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation" PS C:\> $JobSpecification.PoolInformation.PoolId = "ContosoPool06" -PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -JobSpecification $JobSpecification -BatchContext $Context +PS C:\> New-AzureRMBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -JobSpecification $JobSpecification -BatchContext $Context This example creates a job schedule. The first five commands create and modify PSSchedule, PSJobSpecification, and PSPoolInformation objects. The commands use the New-Object cmdlet and standard Azure PowerShell syntax. The commands store these objects in the $Schedule and $JobSpecification variables. - The final command creates a job schedule that has the ID JobSchedule17. This schedule creates jobs with a recurrence interval of one day. The jobs run on the pool that has the ID ContosoPool06, as specified in the fifth command. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. + The final command creates a job schedule that has the ID JobSchedule17. This schedule creates jobs with a recurrence interval of one day. The jobs run on the pool that has the ID ContosoPool06, as specified in the fifth command. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. @@ -4506,15 +4506,15 @@ PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -Jo - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule - Remove-AzureBatchJobSchedule + Remove-AzureRMBatchJobSchedule @@ -4525,7 +4525,7 @@ PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -Jo - New-AzureBatchJob + New-AzureRMBatchJob Creates a job in the Batch service. @@ -4537,11 +4537,11 @@ PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -Jo - The New-AzureBatchJob cmdlet creates a job in the Azure Batch service in the account specified by the BatchAccountContext parameter. + The New-AzureRMBatchJob cmdlet creates a job in the Azure Batch service in the account specified by the BatchAccountContext parameter. - New-AzureBatchJob + New-AzureRMBatchJob Id @@ -4615,7 +4615,7 @@ PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -Jo BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4632,7 +4632,7 @@ PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -Jo BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4819,12 +4819,12 @@ PS C:\> New-AzureBatchJobSchedule -Id "JobSchedule17" -Schedule $Schedule -Jo PS C:\>$PoolInformation = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSPoolInformation" PS C:\> $PoolInformation.PoolId = "Pool22" -PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformation -BatchContext $Context +PS C:\> New-AzureRMBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformation -BatchContext $Context The first command creates a PSPoolInformation object by using the New-Object cmdlet. The command stores that object in the $PoolInformation variable. The second command assigns the ID Pool22 to the PoolId property of the object in $PoolInformation. - The final command creates a job that has the ID ContosoJob35. Tasks added to the job run on the pool that has the ID Pool22. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. + The final command creates a job that has the ID ContosoJob35. Tasks added to the job run on the pool that has the ID Pool22. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. @@ -4837,15 +4837,15 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule - Remove-AzureBatchJob + Remove-AzureRMBatchJob @@ -4856,7 +4856,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - New-AzureBatchPool + New-AzureRMBatchPool Creates a new pool in the Batch service under the specified account. @@ -4868,11 +4868,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The New-AzureBatchPool cmdlet creates a new pool in the Azure Batch service under the account specified by the BatchContext parameter. + The New-AzureRMBatchPool cmdlet creates a new pool in the Azure Batch service under the account specified by the BatchContext parameter. - New-AzureBatchPool + New-AzureRMBatchPool Id @@ -4952,7 +4952,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -4972,7 +4972,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - New-AzureBatchPool + New-AzureRMBatchPool Id @@ -5059,7 +5059,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -5095,7 +5095,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -5316,7 +5316,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>New-AzureBatchPool -Id "MyPool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -TargetDedicated 3 -BatchContext $Context + PS C:\>New-AzureRMBatchPool -Id "MyPool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -TargetDedicated 3 -BatchContext $Context This command creates a new pool with id MyPool using the TargetDedicated parameter set. The target allocation is three compute nodes. The pool will use small virtual machines imaged with the latest operating system version of family four. @@ -5335,7 +5335,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>New-AzureBatchPool -Id "AutoScalePool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -AutoScaleFormula '$TargetDedicated=2;' -BatchContext $Context + PS C:\>New-AzureRMBatchPool -Id "AutoScalePool" -VirtualMachineSize "small" -OSFamily "4" -TargetOSVersion "*" -AutoScaleFormula '$TargetDedicated=2;' -BatchContext $Context This command creates a new pool with ID AutoScalePool using the AutoScale parameter set. The pool will use small virtual machines imaged with the latest operating system version of family four, and the target number of compute nodes will be determined by the Autoscale formula. @@ -5351,15 +5351,15 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchPool + Get-AzureRMBatchPool - Remove-AzureBatchPool + Remove-AzureRMBatchPool @@ -5370,7 +5370,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - New-AzureBatchTask + New-AzureRMBatchTask Creates a new Batch task under the specified job. @@ -5382,11 +5382,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The New-AzureBatchTask cmdlet creates a new Azure Batch task under the job specified by the JobId parameter or the Job parameter. + The New-AzureRMBatchTask cmdlet creates a new Azure Batch task under the job specified by the JobId parameter or the Job parameter. - New-AzureBatchTask + New-AzureRMBatchTask AffinityInformation @@ -5438,7 +5438,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -5465,7 +5465,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - New-AzureBatchTask + New-AzureRMBatchTask AffinityInformation @@ -5497,7 +5497,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio Job - Specifies the PSCloudJob object representing the job to create the task under. Use the Get-AzureBatchJob cmdlet to get a PSCloudJob object. + Specifies the PSCloudJob object representing the job to create the task under. Use the Get-AzureRMBatchJob cmdlet to get a PSCloudJob object. PSCloudJob @@ -5524,7 +5524,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -5560,7 +5560,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -5632,7 +5632,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio Job - Specifies the PSCloudJob object representing the job to create the task under. Use the Get-AzureBatchJob cmdlet to get a PSCloudJob object. + Specifies the PSCloudJob object representing the job to create the task under. Use the Get-AzureRMBatchJob cmdlet to get a PSCloudJob object. PSCloudJob @@ -5733,7 +5733,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>New-AzureBatchTask -JobId "Job-000001" -Id "MyTask" -CommandLine "cmd /c dir /s" -BatchContext $Context + PS C:\>New-AzureRMBatchTask -JobId "Job-000001" -Id "MyTask" -CommandLine "cmd /c dir /s" -BatchContext $Context This command creates a new task with ID MyTask under job Job-000001. The task will run the command-line "cmd /c dir /s". @@ -5752,7 +5752,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Get-AzureBatchJob -Id "Job-000001" -BatchContext $Context | New-AzureBatchTask -Id "MyTask2" -CommandLine "cmd /c echo hello > newFile.txt" -RunElevated -BatchContext $Context + PS C:\>Get-AzureRMBatchJob -Id "Job-000001" -BatchContext $Context | New-AzureRMBatchTask -Id "MyTask2" -CommandLine "cmd /c echo hello > newFile.txt" -RunElevated -BatchContext $Context This command creates a new task with ID MyTask2 under job Job-000001. The task will run the command-line "cmd /c echo hello > newFile.txt" with elevated permissions. @@ -5768,19 +5768,19 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchJob + Get-AzureRMBatchJob - Get-AzureBatchTask + Get-AzureRMBatchTask - Remove-AzureBatchTask + Remove-AzureRMBatchTask @@ -5791,7 +5791,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Remove-AzureBatchAccount + Remove-AzureRMBatchAccount Removes the specified Batch account. @@ -5803,11 +5803,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The Remove-AzureBatchAccount cmdlet removes the specified Azure Batch account. You will be prompted for confirmation unless you use the Force parameter. + The Remove-AzureRMBatchAccount cmdlet removes the specified Azure Batch account. You will be prompted for confirmation unless you use the Force parameter. - Remove-AzureBatchAccount + Remove-AzureRMBatchAccount AccountName @@ -5930,7 +5930,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Remove-AzureBatchAccount -AccountName "cmdletexample" + PS C:\>Remove-AzureRMBatchAccount -AccountName "cmdletexample" This command removes the batch account named cmdletexample. The user is prompted for confirmation before the delete operation takes place. @@ -5946,15 +5946,15 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccount + Get-AzureRMBatchAccount - New-AzureBatchAccount + New-AzureRMBatchAccount - Set-AzureBatchAccount + Set-AzureRMBatchAccount @@ -5965,7 +5965,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Remove-AzureBatchComputeNodeUser + Remove-AzureRMBatchComputeNodeUser Deletes a user account from a Batch compute node. @@ -5977,11 +5977,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The Remove-AzureBatchComputeNodeUser cmdlet deletes a user account from an Azure Batch compute node. + The Remove-AzureRMBatchComputeNodeUser cmdlet deletes a user account from an Azure Batch compute node. - Remove-AzureBatchComputeNodeUser + Remove-AzureRMBatchComputeNodeUser PoolId @@ -6019,7 +6019,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6029,7 +6029,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6142,7 +6142,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Remove-AzureBatchComputeNodeUser -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "User14" -Force -BatchContext $Context + PS C:\>Remove-AzureRMBatchComputeNodeUser -PoolId "Pool01" -ComputeNodeId "ComputeNode01" -Name "User14" -Force -BatchContext $Context This command deletes the user named User14 from compute node named ComputeNode01. The compute node is in the pool named Pool01. This command specifies the Force parameter. Therefore, the command does not prompt you for confirmation. @@ -6158,11 +6158,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - New-AzureBatchComputeNodeUser + New-AzureRMBatchComputeNodeUser @@ -6173,7 +6173,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Remove-AzureBatchJobSchedule + Remove-AzureRMBatchJobSchedule Removes a Batch job schedule. @@ -6185,11 +6185,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The Remove-AzureBatchJobSchedule cmdlet removes an Azure Batch job schedule. This cmdlet prompts you for confirmation before it removes a schedule. + The Remove-AzureRMBatchJobSchedule cmdlet removes an Azure Batch job schedule. This cmdlet prompts you for confirmation before it removes a schedule. - Remove-AzureBatchJobSchedule + Remove-AzureRMBatchJobSchedule Id @@ -6213,7 +6213,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6223,7 +6223,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6312,10 +6312,10 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Remove-AzureBatchJobSchedule "JobSchedule17" -BatchContext $Context + PS C:\>Remove-AzureRMBatchJobSchedule "JobSchedule17" -BatchContext $Context - This command deletes the job schedule that has the ID JobSchedule17. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. This command prompts you before it removes the schedule. + This command deletes the job schedule that has the ID JobSchedule17. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. This command prompts you before it removes the schedule. @@ -6331,10 +6331,10 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Get-AzureBatchJobSchedule -Id "JobSchedule23" -BatchContext $Context | Remove-AzureBatchJobSchedule -Force -BatchContext $Context + PS C:\>Get-AzureRMBatchJobSchedule -Id "JobSchedule23" -BatchContext $Context | Remove-AzureRMBatchJobSchedule -Force -BatchContext $Context - This command gets the job schedule that has the ID JobSchedule23 by using the Get-AzureBatchJobSchedule cmdlet. The command passes that schedule to the current cmdlet by using the pipeline operator. The command removes that schedule. The command specifies the Force parameter. Therefore, it does not prompt you for confirmation. + This command gets the job schedule that has the ID JobSchedule23 by using the Get-AzureRMBatchJobSchedule cmdlet. The command passes that schedule to the current cmdlet by using the pipeline operator. The command removes that schedule. The command specifies the Force parameter. Therefore, it does not prompt you for confirmation. @@ -6347,11 +6347,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule - New-AzureBatchJobSchedule + New-AzureRMBatchJobSchedule @@ -6362,7 +6362,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Remove-AzureBatchJob + Remove-AzureRMBatchJob Deletes the specified Batch job. @@ -6374,11 +6374,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The Remove-AzureBatchJob cmdlet deletes the specified Azure Batch job. You will be prompted for confirmation unless you use the Force parameter. + The Remove-AzureRMBatchJob cmdlet deletes the specified Azure Batch job. You will be prompted for confirmation unless you use the Force parameter. - Remove-AzureBatchJob + Remove-AzureRMBatchJob Id @@ -6402,7 +6402,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6412,7 +6412,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6501,7 +6501,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Remove-AzureBatchJob -Id "Job-000001" -BatchContext $Context + PS C:\>Remove-AzureRMBatchJob -Id "Job-000001" -BatchContext $Context This command deletes the job with ID Job-000001. The user is prompted for confirmation before the delete operation takes place. @@ -6520,7 +6520,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Get-AzureBatchJob -Id "Job-000002" -BatchContext $Context | Remove-AzureBatchJob -Force -BatchContext $Context + PS C:\>Get-AzureRMBatchJob -Id "Job-000002" -BatchContext $Context | Remove-AzureRMBatchJob -Force -BatchContext $Context This command deletes the job with ID Job-000002. Since the Force parameter is present, the confirmation prompt is suppressed. @@ -6536,11 +6536,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchJob + Get-AzureRMBatchJob @@ -6551,7 +6551,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Remove-AzureBatchPool + Remove-AzureRMBatchPool Deletes the specified Batch pool. @@ -6563,11 +6563,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The Remove-AzureBatchPool cmdlet deletes the specified Azure Batch pool. You will be prompted for confirmation unless you use the Force parameter. + The Remove-AzureRMBatchPool cmdlet deletes the specified Azure Batch pool. You will be prompted for confirmation unless you use the Force parameter. - Remove-AzureBatchPool + Remove-AzureRMBatchPool Id @@ -6591,7 +6591,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6601,7 +6601,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6690,7 +6690,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Remove-AzureBatchPool -Id "MyPool" -BatchContext $Context + PS C:\>Remove-AzureRMBatchPool -Id "MyPool" -BatchContext $Context This command deletes the pool with ID MyPool. The user is prompted for confirmation before the delete operation takes place. @@ -6709,7 +6709,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Get-AzureBatchPool -BatchContext $Context | Remove-AzureBatchPool -Force -BatchContext $Context + PS C:\>Get-AzureRMBatchPool -BatchContext $Context | Remove-AzureRMBatchPool -Force -BatchContext $Context This command deletes all Batch pools. Since the Force parameter is present, the confirmation prompt is suppressed. @@ -6725,15 +6725,15 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchPool + Get-AzureRMBatchPool - New-AzureBatchPool + New-AzureRMBatchPool - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys @@ -6744,7 +6744,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Remove-AzureBatchTask + Remove-AzureRMBatchTask Deletes the specified Batch task. @@ -6756,11 +6756,11 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - The Remove-AzureBatchTask cmdlet deletes the specified Azure Batch task. You will be prompted for confirmation unless you use the Force parameter. + The Remove-AzureRMBatchTask cmdlet deletes the specified Azure Batch task. You will be prompted for confirmation unless you use the Force parameter. - Remove-AzureBatchTask + Remove-AzureRMBatchTask JobId @@ -6791,17 +6791,17 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext - Remove-AzureBatchTask + Remove-AzureRMBatchTask InputObject - Specifies the PSCloudTask object representing the task to delete. Use the Get-AzureBatchTask cmdlet to get a PSCloudTask object. + Specifies the PSCloudTask object representing the task to delete. Use the Get-AzureRMBatchTask cmdlet to get a PSCloudTask object. PSCloudTask @@ -6821,7 +6821,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6831,7 +6831,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio BatchContext - Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. + Specifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContext @@ -6867,7 +6867,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio InputObject - Specifies the PSCloudTask object representing the task to delete. Use the Get-AzureBatchTask cmdlet to get a PSCloudTask object. + Specifies the PSCloudTask object representing the task to delete. Use the Get-AzureRMBatchTask cmdlet to get a PSCloudTask object. PSCloudTask @@ -6944,7 +6944,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Remove-AzureBatchTask -JobId "Job-000001" -Id "MyTask" -BatchContext $Context + PS C:\>Remove-AzureRMBatchTask -JobId "Job-000001" -Id "MyTask" -BatchContext $Context This command deletes the task with ID MyTask in job Job-000001. The user is prompted for confirmation before the delete operation takes place. @@ -6963,7 +6963,7 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - PS C:\>Get-AzureBatchTask "Job-000001" "MyTask2" -BatchContext $Context | Remove-AzureBatchTask -Force -BatchContext $Context + PS C:\>Get-AzureRMBatchTask "Job-000001" "MyTask2" -BatchContext $Context | Remove-AzureRMBatchTask -Force -BatchContext $Context This command deletes the task with id MyTask2 in job Job-000001. Since the Force parameter is present, the confirmation prompt is suppressed. @@ -6979,15 +6979,15 @@ PS C:\> New-AzureBatchJob -Id "ContosoJob35" -PoolInformation $PoolInformatio - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys - Get-AzureBatchTask + Get-AzureRMBatchTask - New-AzureBatchTask + New-AzureRMBatchTask @@ -7008,80 +7008,80 @@ Switch-AzureMode AzureResourceManager The following cmdlets are the Azure Batch cmdlets in the Azure module: Name Description - Get-AzureBatchAccount + Get-AzureRMBatchAccount Gets a Batch account under the current subscription. - Get-AzureBatchAccountKeys + Get-AzureRMBatchAccountKeys Gets the specified key of the specified Batch accounts under the current subscription. - Get-AzureBatchComputeNode + Get-AzureRMBatchComputeNode Gets Batch compute nodes from a pool. - Get-AzureBatchJob + Get-AzureRMBatchJob Gets Batch jobs under the specified Batch account or job schedule. - Get-AzureBatchJobSchedule + Get-AzureRMBatchJobSchedule Gets Batch job schedules. - Get-AzureBatchNodeFile + Get-AzureRMBatchNodeFile Gets the properties of Batch node files. - Get-AzureBatchNodeFileContent + Get-AzureRMBatchNodeFileContent Gets a Batch node file. - Get-AzureBatchPool + Get-AzureRMBatchPool Gets Batch pools under the specified Batch account. - Get-AzureBatchRemoteDesktopProtocolFile + Get-AzureRMBatchRemoteDesktopProtocolFile Gets an RDP file from a compute node. - Get-AzureBatchTask + Get-AzureRMBatchTask Gets the Batch tasks for the specified job. - New-AzureBatchAccount + New-AzureRMBatchAccount Creates a new Batch account. - New-AzureBatchAccountKey + New-AzureRMBatchAccountKey Regenerates the specified key of the specified Batch account. - New-AzureBatchComputeNodeUser + New-AzureRMBatchComputeNodeUser Creates a user account on a Batch compute node. - New-AzureBatchJob + New-AzureRMBatchJob Creates a job in the Batch service. - New-AzureBatchJobSchedule + New-AzureRMBatchJobSchedule Creates a job schedule in the Batch service. - New-AzureBatchPool + New-AzureRMBatchPool Creates a new pool in the Batch service under the specified account. - New-AzureBatchTask + New-AzureRMBatchTask Creates a new Batch task under the specified job. - Remove-AzureBatchAccount + Remove-AzureRMBatchAccount Removes the specified Batch account. - Remove-AzureBatchComputeNodeUser + Remove-AzureRMBatchComputeNodeUser Deletes a user account from a Batch compute node. - Remove-AzureBatchJob + Remove-AzureRMBatchJob Deletes the specified Batch job. - Remove-AzureBatchJobSchedule + Remove-AzureRMBatchJobSchedule Removes a Batch job schedule. - Remove-AzureBatchPool + Remove-AzureRMBatchPool Deletes the specified Batch pool. - Remove-AzureBatchTask + Remove-AzureRMBatchTask Deletes the specified Batch task. - Set-AzureBatchAccount + Set-AzureRMBatchAccount Updates the specified Batch account. - Start-AzureBatchPoolResize + Start-AzureRMBatchPoolResize Starts to resize a pool. - Stop-AzureBatchPoolResize + Stop-AzureRMBatchPoolResize Stops a pool resize operation. For more information about, or for the syntax of, any of the cmdlets, use the Get-Help <cmdlet name> cmdlet, where <cmdlet name> is the name of the cmdlet that you want to research. For more detailed information, you can run any of the following cmdlets: ● Get-Help <cmdlet name> -Detailed ● Get-Help <cmdlet name> -Examples ● Get-Help <cmdlet name> -Full Azure Cmdlet Reference - Azure Resource Manager CmdletsUsing Windows Powershell with Resource ManagerSet-AzureBatchAccountUpdates the specified Batch account.SetAzureBatchAccountThe Set-AzureBatchAccount cmdlet updates the specified Azure Batch account. Currently, only tags can be updated.Set-AzureBatchAccountAccountNameSpecifies the name of the existing Batch account to update.StringTagSpecifies tags in an array of hash tables to set on the account.Hashtable[]ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileResourceGroupNameSpecifies the resource group of the account being updated.StringAccountNameSpecifies the name of the existing Batch account to update.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the resource group of the account being updated.StringStringnoneTagSpecifies tags in an array of hash tables to set on the account.Hashtable[]Hashtable[]noneBatchAccountContextExample 1: Update the tags on an existing Batch accountPS C:\>Set-AzureBatchAccount -AccountName "cmdletexample" -Tag @(@{Name = "tag1";Value = "value1"},@{Name = "tag2";Value = "value2"}) + Azure Resource Manager CmdletsUsing Windows Powershell with Resource ManagerSet-AzureRMBatchAccountUpdates the specified Batch account.SetAzureBatchAccountThe Set-AzureRMBatchAccount cmdlet updates the specified Azure Batch account. Currently, only tags can be updated.Set-AzureRMBatchAccountAccountNameSpecifies the name of the existing Batch account to update.StringTagSpecifies tags in an array of hash tables to set on the account.Hashtable[]ProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileResourceGroupNameSpecifies the resource group of the account being updated.StringAccountNameSpecifies the name of the existing Batch account to update.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResourceGroupNameSpecifies the resource group of the account being updated.StringStringnoneTagSpecifies tags in an array of hash tables to set on the account.Hashtable[]Hashtable[]noneBatchAccountContextExample 1: Update the tags on an existing Batch accountPS C:\>Set-AzureRMBatchAccount -AccountName "cmdletexample" -Tag @(@{Name = "tag1";Value = "value1"},@{Name = "tag2";Value = "value2"}) AccountName Location ResourceGroupName Tags TaskTenantUrl ----------- -------- ----------------- ---- ------------- cmdletexample westus cmdletexamplerg {System.Collection https://cmdletexample.westus.batch.azure.com s.Hashtable, Syste m.Collections.Hash table} -This command updates the tags on the cmdletexample account.Get-AzureBatchAccountNew-AzureBatchAccountRemove-AzureBatchAccountRMAzure_Batch_CmdletsStart-AzureBatchPoolResizeStarts to resize a pool.StartAzureBatchPoolResizeThe Start-AzureBatchPoolResize cmdlet starts an Azure Batch resize operation on a pool.Start-AzureBatchPoolResizeIdSpecifies the ID of the pool that this cmdlet resizes.StringComputeNodeDeallocationOptionSpecifies a deallocation option for the resizing operation that this cmdlet starts.ComputeNodeDeallocationOptionProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileResizeTimeoutSpecifies a time-out period for the resizing operation. If the pool does not reach the target size by this time, the resize operation stops.TimeSpanBatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. BatchAccountContextTargetDedicatedSpecifies the target number of dedicated compute nodes.Int32BatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet. BatchAccountContextBatchAccountContextnoneComputeNodeDeallocationOptionSpecifies a deallocation option for the resizing operation that this cmdlet starts.ComputeNodeDeallocationOptionComputeNodeDeallocationOptionnoneIdSpecifies the ID of the pool that this cmdlet resizes.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResizeTimeoutSpecifies a time-out period for the resizing operation. If the pool does not reach the target size by this time, the resize operation stops.TimeSpanTimeSpannoneTargetDedicatedSpecifies the target number of dedicated compute nodes.Int32Int32noneExample 1: Resize a pool to 12 nodesPS C:\>Start-AzureBatchPoolResize -Id "ContosoPool06" -TargetDedicated 12 -BatchContext $Context -This command starts a resize operation on the pool that has the ID ContosoPool06. The target for the operation is 12 dedicated compute nodes. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable. Example 2: Resize a pool using a deallocation optionPS C:\>Get-AzureBatchPool -Id "ContosoPool06" -BatchContext $Context | Start-AzureBatchPoolResize -TargetDedicated 5 -ResizeTimeout ([TimeSpan]::FromHours(1)) -ComputeNodeDeallocationOption ([Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]::Terminate) -BatchContext $Context -This cmdlet resizes a pool to five dedicated compute nodes. The command gets the pool that has the ID ContosoPool06 by using the Get-AzureBatchPool cmdlet. The command passes that pool object to the current cmdlet by using the pipeline operator. The command starts a resize operation on the pool. The target is five dedicated compute nodes. The command specifies time-out period of one hour. The command specifies a deallocation option of Terminate.Get-AzureBatchAccountKeysGet-AzureBatchPoolStop-AzureBatchPoolResizeRMAzure_Batch_CmdletsStop-AzureBatchPoolResizeStops a pool resize operation.StopAzureBatchPoolResizeThe Stop-AzureBatchPoolResize cmdlet stops an Azure Batch resize operation on a pool.Stop-AzureBatchPoolResizeIdSpecifies the ID of the pool for which this cmdlet stops a resizing operation.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileBatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet.BatchAccountContextBatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureBatchAccountKeys cmdlet.BatchAccountContextBatchAccountContextnoneIdSpecifies the ID of the pool for which this cmdlet stops a resizing operation.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneExample 1: Stop resizing a poolPS C:\>Stop-AzureBatchPoolResize -Id "ContosoPool06" -BatchContext $Context -This command stops a resize operation on the pool that has the ID ContosoPool06. Use the Get-AzureBatchAccountKeys cmdlet to assign a context to the $Context variable.Example 2: Stop resizing a pool by using the pipelinePS C:\>Get-AzureBatchPool -Id "ContosoPool06" -BatchContext $Context | Stop-AzureBatchPoolResize -BatchContext $Context -This example stops resizing a pool by using the pipeline operator. The command gets the pool that has the ID ContosoPool06 by using the Get-AzureBatchPool cmdlet. The command passes that pool object to the current cmdlet. The command stops the resize operation on that pool. Get-AzureBatchAccountKeysGet-AzureBatchPoolStart-AzureBatchPoolResizeRMAzure_Batch_Cmdlets +This command updates the tags on the cmdletexample account.Get-AzureRMBatchAccountNew-AzureRMBatchAccountRemove-AzureRMBatchAccountRMAzure_Batch_CmdletsStart-AzureRMBatchPoolResizeStarts to resize a pool.StartAzureBatchPoolResizeThe Start-AzureRMBatchPoolResize cmdlet starts an Azure Batch resize operation on a pool.Start-AzureRMBatchPoolResizeIdSpecifies the ID of the pool that this cmdlet resizes.StringComputeNodeDeallocationOptionSpecifies a deallocation option for the resizing operation that this cmdlet starts.ComputeNodeDeallocationOptionProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileResizeTimeoutSpecifies a time-out period for the resizing operation. If the pool does not reach the target size by this time, the resize operation stops.TimeSpanBatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContextTargetDedicatedSpecifies the target number of dedicated compute nodes.Int32BatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet. BatchAccountContextBatchAccountContextnoneComputeNodeDeallocationOptionSpecifies a deallocation option for the resizing operation that this cmdlet starts.ComputeNodeDeallocationOptionComputeNodeDeallocationOptionnoneIdSpecifies the ID of the pool that this cmdlet resizes.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneResizeTimeoutSpecifies a time-out period for the resizing operation. If the pool does not reach the target size by this time, the resize operation stops.TimeSpanTimeSpannoneTargetDedicatedSpecifies the target number of dedicated compute nodes.Int32Int32noneExample 1: Resize a pool to 12 nodesPS C:\>Start-AzureRMBatchPoolResize -Id "ContosoPool06" -TargetDedicated 12 -BatchContext $Context +This command starts a resize operation on the pool that has the ID ContosoPool06. The target for the operation is 12 dedicated compute nodes. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable. Example 2: Resize a pool using a deallocation optionPS C:\>Get-AzureRMBatchPool -Id "ContosoPool06" -BatchContext $Context | Start-AzureRMBatchPoolResize -TargetDedicated 5 -ResizeTimeout ([TimeSpan]::FromHours(1)) -ComputeNodeDeallocationOption ([Microsoft.Azure.Batch.Common.ComputeNodeDeallocationOption]::Terminate) -BatchContext $Context +This cmdlet resizes a pool to five dedicated compute nodes. The command gets the pool that has the ID ContosoPool06 by using the Get-AzureRMBatchPool cmdlet. The command passes that pool object to the current cmdlet by using the pipeline operator. The command starts a resize operation on the pool. The target is five dedicated compute nodes. The command specifies time-out period of one hour. The command specifies a deallocation option of Terminate.Get-AzureRMBatchAccountKeysGet-AzureRMBatchPoolStop-AzureRMBatchPoolResizeRMAzure_Batch_CmdletsStop-AzureRMBatchPoolResizeStops a pool resize operation.StopAzureBatchPoolResizeThe Stop-AzureRMBatchPoolResize cmdlet stops an Azure Batch resize operation on a pool.Stop-AzureRMBatchPoolResizeIdSpecifies the ID of the pool for which this cmdlet stops a resizing operation.StringProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileBatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet.BatchAccountContextBatchContextSpecifies the BatchAccountContext instance that this cmdlet uses to interact with the Batch service. To obtain a BatchAccountContext object that contains access keys for your subscription, use the Get-AzureRMBatchAccountKeys cmdlet.BatchAccountContextBatchAccountContextnoneIdSpecifies the ID of the pool for which this cmdlet stops a resizing operation.StringStringnoneProfileSpecifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.AzureProfileAzureProfilenoneExample 1: Stop resizing a poolPS C:\>Stop-AzureRMBatchPoolResize -Id "ContosoPool06" -BatchContext $Context +This command stops a resize operation on the pool that has the ID ContosoPool06. Use the Get-AzureRMBatchAccountKeys cmdlet to assign a context to the $Context variable.Example 2: Stop resizing a pool by using the pipelinePS C:\>Get-AzureRMBatchPool -Id "ContosoPool06" -BatchContext $Context | Stop-AzureRMBatchPoolResize -BatchContext $Context +This example stops resizing a pool by using the pipeline operator. The command gets the pool that has the ID ContosoPool06 by using the Get-AzureRMBatchPool cmdlet. The command passes that pool object to the current cmdlet. The command stops the resize operation on that pool. Get-AzureRMBatchAccountKeysGet-AzureRMBatchPoolStart-AzureRMBatchPoolResizeRMAzure_Batch_Cmdlets - Enable-AzureBatchAutoScale + Enable-AzureRMBatchAutoScale Enables automatic scaling on the specified pool. @@ -7099,7 +7099,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Enable-AzureBatchAutoScale + Enable-AzureRMBatchAutoScale Id @@ -7117,7 +7117,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7141,7 +7141,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7223,7 +7223,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: $formula = 'totalNodes=($CPUPercent.GetSamplePercent(TimeInterval_Minute*0,TimeInterval_Minute*10)<0.7?5:(min($CPUPercent.GetSample(TimeInterval_Minute*0, TimeInterval_Minute*10))>0.8?($CurrentDedicated*1.1):$CurrentDedicated));$TargetDedicated=min(100,totalNodes);'; - Enable-AzureBatchAutoScale "myPool" $formula -BatchContext $context + Enable-AzureRMBatchAutoScale "myPool" $formula -BatchContext $context Description @@ -7288,7 +7288,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7312,7 +7312,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7426,7 +7426,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Disable-AzureBatchAutoScale + Disable-AzureRMBatchAutoScale Disables automatic scaling on the specified pool. @@ -7444,7 +7444,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Disable-AzureBatchAutoScale + Disable-AzureRMBatchAutoScale Id @@ -7455,7 +7455,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7466,7 +7466,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7547,7 +7547,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Disable-AzureBatchAutoScale "myPool" -BatchContext $context + Disable-AzureRMBatchAutoScale "myPool" -BatchContext $context Description @@ -7576,7 +7576,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Restart-AzureBatchComputeNode + Restart-AzureRMBatchComputeNode Reboots the specified compute node. @@ -7594,7 +7594,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Restart-AzureBatchComputeNode + Restart-AzureRMBatchComputeNode PoolId @@ -7612,7 +7612,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7625,7 +7625,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Restart-AzureBatchComputeNode + Restart-AzureRMBatchComputeNode ComputeNode @@ -7636,7 +7636,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7654,7 +7654,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7774,7 +7774,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Restart-AzureBatchComputeNode -PoolId "myPool" -Id "tvm-3257026573_2-20150813t200938z" -BatchContext $context + Restart-AzureRMBatchComputeNode -PoolId "myPool" -Id "tvm-3257026573_2-20150813t200938z" -BatchContext $context Description @@ -7800,7 +7800,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Get-AzureBatchComputeNode -PoolId "myPool" -BatchContext $context | Restart-AzureBatchComputeNode -BatchContext $context + Get-AzureRMBatchComputeNode -PoolId "myPool" -BatchContext $context | Restart-AzureRMBatchComputeNode -BatchContext $context Description @@ -7829,7 +7829,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Reset-AzureBatchComputeNode + Reset-AzureRMBatchComputeNode Reinstalls the operating system on the specified compute node. @@ -7847,7 +7847,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Reset-AzureBatchComputeNode + Reset-AzureRMBatchComputeNode PoolId @@ -7865,7 +7865,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7878,7 +7878,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Reset-AzureBatchComputeNode + Reset-AzureRMBatchComputeNode ComputeNode @@ -7889,7 +7889,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -7907,7 +7907,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8027,7 +8027,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Reset-AzureBatchComputeNode -PoolId "myPool" -Id "tvm-3257026573_2-20150813t200938z" -BatchContext $context + Reset-AzureRMBatchComputeNode -PoolId "myPool" -Id "tvm-3257026573_2-20150813t200938z" -BatchContext $context Description @@ -8053,7 +8053,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Get-AzureBatchComputeNode -PoolId "myPool" -BatchContext $context | Reset-AzureBatchComputeNode -BatchContext $context + Get-AzureRMBatchComputeNode -PoolId "myPool" -BatchContext $context | Reset-AzureRMBatchComputeNode -BatchContext $context Description @@ -8082,7 +8082,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Set-AzureBatchPoolOSVersion + Set-AzureRMBatchPoolOSVersion Changes the operating system version of the specified pool. @@ -8100,7 +8100,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Set-AzureBatchPoolOSVersion + Set-AzureRMBatchPoolOSVersion Id @@ -8118,7 +8118,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8129,7 +8129,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8223,7 +8223,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Set-AzureBatchPoolOSVersion -Id "myPool" -TargetOSVersion "WA-GUEST-OS-4.20_201505-01" -BatchContext $context + Set-AzureRMBatchPoolOSVersion -Id "myPool" -TargetOSVersion "WA-GUEST-OS-4.20_201505-01" -BatchContext $context Description @@ -8252,7 +8252,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Enable-AzureBatchJobSchedule + Enable-AzureRMBatchJobSchedule Enables the specified job schedule. @@ -8270,7 +8270,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Enable-AzureBatchJobSchedule + Enable-AzureRMBatchJobSchedule Id @@ -8281,7 +8281,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8292,7 +8292,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8373,7 +8373,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Enable-AzureBatchJobSchedule "myJobSchedule" -BatchContext $context + Enable-AzureRMBatchJobSchedule "myJobSchedule" -BatchContext $context Description @@ -8402,7 +8402,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Disable-AzureBatchJobSchedule + Disable-AzureRMBatchJobSchedule Disables the specified job schedule @@ -8420,7 +8420,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Disable-AzureBatchJobSchedule + Disable-AzureRMBatchJobSchedule Id @@ -8431,7 +8431,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8442,7 +8442,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8523,7 +8523,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Disable-AzureBatchJobSchedule "myJobSchedule" -BatchContext $context + Disable-AzureRMBatchJobSchedule "myJobSchedule" -BatchContext $context Description @@ -8552,7 +8552,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Enable-AzureBatchJob + Enable-AzureRMBatchJob Enables the specified job. @@ -8570,7 +8570,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Enable-AzureBatchJob + Enable-AzureRMBatchJob Id @@ -8581,7 +8581,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8592,7 +8592,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8673,7 +8673,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Enable-AzureBatchJob "myJob" -BatchContext $context + Enable-AzureRMBatchJob "myJob" -BatchContext $context Description @@ -8702,7 +8702,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Disable-AzureBatchJob + Disable-AzureRMBatchJob Disables the specified job. @@ -8720,7 +8720,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Disable-AzureBatchJob + Disable-AzureRMBatchJob Id @@ -8738,7 +8738,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8749,7 +8749,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8843,7 +8843,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Disable-AzureBatchJob "myJob" Terminate -BatchContext $context + Disable-AzureRMBatchJob "myJob" Terminate -BatchContext $context Description @@ -8872,7 +8872,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Stop-AzureBatchJobSchedule + Stop-AzureRMBatchJobSchedule Terminates the specified job schedule. @@ -8890,7 +8890,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Stop-AzureBatchJobSchedule + Stop-AzureRMBatchJobSchedule Id @@ -8901,7 +8901,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8912,7 +8912,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -8993,7 +8993,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Stop-AzureBatchJobSchedule "myJobSchedule" -BatchContext $context + Stop-AzureRMBatchJobSchedule "myJobSchedule" -BatchContext $context Description @@ -9022,7 +9022,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Stop-AzureBatchJob + Stop-AzureRMBatchJob Terminates the specified job. @@ -9040,7 +9040,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Stop-AzureBatchJob + Stop-AzureRMBatchJob Id @@ -9058,7 +9058,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -9069,7 +9069,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -9163,7 +9163,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Stop-AzureBatchJob "myJob" "No more tasks to run" -BatchContext $context + Stop-AzureRMBatchJob "myJob" "No more tasks to run" -BatchContext $context Description @@ -9192,7 +9192,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Stop-AzureBatchTask + Stop-AzureRMBatchTask Terminates the specified task. @@ -9210,7 +9210,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: - Stop-AzureBatchTask + Stop-AzureRMBatchTask JobId @@ -9228,24 +9228,24 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext - Stop-AzureBatchTask + Stop-AzureRMBatchTask Task - The PSCloudTask object representing the task to terminate. Use the Get-AzureBatchTask cmdlet to get a PSCloudTask object. + The PSCloudTask object representing the task to terminate. Use the Get-AzureRMBatchTask cmdlet to get a PSCloudTask object. PSCloudTask BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -9256,7 +9256,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: BatchContext - The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. + The BatchAccountContext instance to use when interacting with the Batch service. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its access keys populated. BatchAccountContext @@ -9269,7 +9269,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: Task - The PSCloudTask object representing the task to terminate. Use the Get-AzureBatchTask cmdlet to get a PSCloudTask object. + The PSCloudTask object representing the task to terminate. Use the Get-AzureRMBatchTask cmdlet to get a PSCloudTask object. PSCloudTask @@ -9363,7 +9363,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Stop-AzureBatchTask "myJob" "myTask" -BatchContext $context + Stop-AzureRMBatchTask "myJob" "myTask" -BatchContext $context Description @@ -9388,7 +9388,7 @@ cmdletexample westus cmdletexamplerg {System.Collection https: C:\PS> - Get-AzureBatchTask "myJob" "myTask" -BatchContext $context | Stop-AzureBatchTask -BatchContext $context + Get-AzureRMBatchTask "myJob" "myTask" -BatchContext $context | Stop-AzureRMBatchTask -BatchContext $context Description diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.Designer.cs b/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.Designer.cs index 474e706a0b57..9d43a9b21518 100644 --- a/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.Designer.cs +++ b/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.Designer.cs @@ -511,7 +511,7 @@ internal static string InvalidTagFormatNotUniqueName { } /// - /// Looks up a localized string similar to The current KeyInUse on this BatchAccountContext is the {0} key, but this key is not populated on the BatchAccountContext object. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its keys populated.. + /// Looks up a localized string similar to The current KeyInUse on this BatchAccountContext is the {0} key, but this key is not populated on the BatchAccountContext object. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its keys populated.. /// internal static string KeyNotPresent { get { diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.resx b/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.resx index 5e7a2083d568..5aa094f4ee29 100644 --- a/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.resx +++ b/src/ResourceManager/AzureBatch/Commands.Batch/Properties/Resources.resx @@ -268,7 +268,7 @@ Invalid tag format. Ensure that each tag has a unique name. Example: @{Name = "tagName1"; Value = "tagValue1"}, @{Name = "tagName2"; Value = "tagValue2"} - The current KeyInUse on this BatchAccountContext is the {0} key, but this key is not populated on the BatchAccountContext object. Use the Get-AzureBatchAccountKeys cmdlet to get a BatchAccountContext object with its keys populated. + The current KeyInUse on this BatchAccountContext is the {0} key, but this key is not populated on the BatchAccountContext object. Use the Get-AzureRMBatchAccountKeys cmdlet to get a BatchAccountContext object with its keys populated. Checking if account already exists diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/GetAzureVMDscExtensionCommand.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/GetAzureVMDscExtensionCommand.cs index 7abfa39e3bb2..1d94d1acae02 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/GetAzureVMDscExtensionCommand.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/GetAzureVMDscExtensionCommand.cs @@ -40,8 +40,8 @@ public class GetAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdlet [Parameter( Position = 2, ValueFromPipelineByPropertyName = true, - HelpMessage = "Name of the ARM resource that represents the extension. The Set-AzureVMDscExtension cmdlet sets this name to " + - "'Microsoft.Powershell.DSC', which is the same value used by Get-AzureVMDscExtension. Specify this parameter only if you changed " + + HelpMessage = "Name of the ARM resource that represents the extension. The Set-AzureRMVMDscExtension cmdlet sets this name to " + + "'Microsoft.Powershell.DSC', which is the same value used by Get-AzureRMVMDscExtension. Specify this parameter only if you changed " + "the default name in the Set cmdlet or used a different resource name in an ARM template.")] [ValidateNotNullOrEmpty] public string Name { get; set; } diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/PublishAzureVMDscConfigurationCommand.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/PublishAzureVMDscConfigurationCommand.cs index 63de4830b891..d9edd8a084b9 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/PublishAzureVMDscConfigurationCommand.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/PublishAzureVMDscConfigurationCommand.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Commands.Compute.Extension.DSC /// /// Uploads a Desired State Configuration script to Azure blob storage, which /// later can be applied to Azure Virtual Machines using the - /// Set-AzureVMDscExtension cmdlet. + /// Set-AzureRMVMDscExtension cmdlet. /// [Cmdlet( VerbsData.Publish, @@ -73,7 +73,7 @@ public class PublishAzureVMDscConfigurationCommand : DscExtensionPublishCmdletCo /// /// Path to a local ZIP file to write the configuration archive to. - /// When using this parameter, Publish-AzureVMDscConfiguration creates a + /// When using this parameter, Publish-AzureRMVMDscConfiguration creates a /// local ZIP archive instead of uploading it to blob storage.. /// [Alias("ConfigurationArchivePath")] @@ -96,10 +96,10 @@ public class PublishAzureVMDscConfigurationCommand : DscExtensionPublishCmdletCo public string StorageEndpointSuffix { get; set; } /// - /// By default Publish-AzureVMDscConfiguration will not overwrite any existing blobs. + /// By default Publish-AzureRMVMDscConfiguration will not overwrite any existing blobs. /// Use -Force to overwrite them. /// - [Parameter(HelpMessage = "By default Publish-AzureVMDscConfiguration will not overwrite any existing blobs")] + [Parameter(HelpMessage = "By default Publish-AzureRMVMDscConfiguration will not overwrite any existing blobs")] public SwitchParameter Force { get; set; } /// @@ -117,7 +117,7 @@ public class PublishAzureVMDscConfigurationCommand : DscExtensionPublishCmdletCo ValueFromPipelineByPropertyName = true, HelpMessage = "Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration " + "archive and then passed to the configuration function. It gets overwritten by the configuration data path " + - "provided through the Set-AzureVMDscExtension cmdlet")] + "provided through the Set-AzureRMVMDscExtension cmdlet")] [ValidateNotNullOrEmpty] public string ConfigurationDataPath { get; set; } diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/RemoveAzureVMDscExtensionCommand.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/RemoveAzureVMDscExtensionCommand.cs index 3178c22a67cb..7c6cfdafa52b 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/RemoveAzureVMDscExtensionCommand.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/RemoveAzureVMDscExtensionCommand.cs @@ -39,8 +39,8 @@ public class RemoveAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdle [Parameter( Position = 2, ValueFromPipelineByPropertyName = true, - HelpMessage = "Name of the ARM resource that represents the extension. The Set-AzureVMDscExtension cmdlet sets this name to " + - "'Microsoft.Powershell.DSC', which is the same value used by Get-AzureVMDscExtension. Specify this parameter only if you changed " + + HelpMessage = "Name of the ARM resource that represents the extension. The Set-AzureRMVMDscExtension cmdlet sets this name to " + + "'Microsoft.Powershell.DSC', which is the same value used by Get-AzureRMVMDscExtension. Specify this parameter only if you changed " + "the default name in the Set cmdlet or used a different resource name in an ARM template.")] [ValidateNotNullOrEmpty] public string Name { get; set; } diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs index b4ccf5e7f6a1..063b809aafd3 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/DSC/SetAzureVMDscExtensionCommand.cs @@ -51,7 +51,7 @@ public class SetAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdlet /// /// The name of the configuration archive that was previously uploaded by - /// Publish-AzureVMDSCConfiguration. This parameter must specify only the name + /// Publish-AzureRMVMDSCConfiguration. This parameter must specify only the name /// of the file, without any path. /// A null value or empty string indicate that the VM extension should install DSC, /// but not start any configuration @@ -62,7 +62,7 @@ public class SetAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdlet Position = 5, ValueFromPipelineByPropertyName = true, ParameterSetName = AzureBlobDscExtensionParamSet, - HelpMessage = "The name of the configuration file that was previously uploaded by Publish-AzureVMDSCConfiguration")] + HelpMessage = "The name of the configuration file that was previously uploaded by Publish-AzureRMVMDSCConfiguration")] [AllowEmptyString] [AllowNull] public string ArchiveBlobName { get; set; } @@ -146,7 +146,7 @@ public class SetAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdlet public string ConfigurationData { get; set; } /// - /// The specific version of the DSC extension that Set-AzureVMDSCExtension will + /// The specific version of the DSC extension that Set-AzureRMVMDSCExtension will /// apply the settings to. /// [Alias("HandlerVersion")] @@ -154,13 +154,13 @@ public class SetAzureVMDscExtensionCommand : VirtualMachineExtensionBaseCmdlet Mandatory = true, Position = 1, ValueFromPipelineByPropertyName = true, - HelpMessage = "The version of the DSC extension that Set-AzureVMDSCExtension will apply the settings to. " + + HelpMessage = "The version of the DSC extension that Set-AzureRMVMDSCExtension will apply the settings to. " + "Allowed format N.N")] [ValidateNotNullOrEmpty] public string Version { get; set; } /// - /// By default Set-AzureVMDscExtension will not overwrite any existing blobs. Use -Force to overwrite them. + /// By default Set-AzureRMVMDscExtension will not overwrite any existing blobs. Use -Force to overwrite them. /// [Parameter( HelpMessage = "Use this parameter to overwrite any existing blobs")] diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/GetAzureVMSqlServerExtensionCommand.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/GetAzureVMSqlServerExtensionCommand.cs index 8fc3ad197451..50a3454e86b8 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/GetAzureVMSqlServerExtensionCommand.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/GetAzureVMSqlServerExtensionCommand.cs @@ -51,8 +51,8 @@ public class GetAzureVMSqlServerExtensionCommand : VirtualMachineExtensionBaseCm [Parameter( Position = 2, ValueFromPipelineByPropertyName = true, - HelpMessage = "Name of the ARM resource that represents the extension. The Set-AzureVMSqlServerExtension cmdlet sets this name to " + - "'Microsoft.SqlServer.Management.SqlIaaSAgent', which is the same value used by Get-AzureVMSqlServerExtension. Specify this parameter only if you changed " + + HelpMessage = "Name of the ARM resource that represents the extension. The Set-AzureRMVMSqlServerExtension cmdlet sets this name to " + + "'Microsoft.SqlServer.Management.SqlIaaSAgent', which is the same value used by Get-AzureRMVMSqlServerExtension. Specify this parameter only if you changed " + "the default name in the Set cmdlet or used a different resource name in an ARM template.")] [ValidateNotNullOrEmpty] public string Name { get; set; } diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/SetAzureVMSqlServerExtensionCommand.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/SetAzureVMSqlServerExtensionCommand.cs index e5c2daee8ada..e0a62f538fa6 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/SetAzureVMSqlServerExtensionCommand.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/SetAzureVMSqlServerExtensionCommand.cs @@ -27,14 +27,14 @@ namespace Microsoft.Azure.Commands.Compute public class SetAzureSqlServerExtensionCommand : VirtualMachineExtensionBaseCmdlet { /// - /// The specific version of the SqlServer extension that Set-AzureVMSqlServerExtension will + /// The specific version of the SqlServer extension that Set-AzureRMVMSqlServerExtension will /// apply the settings to. /// [Alias("HandlerVersion")] [Parameter( Position = 1, ValueFromPipelineByPropertyName = true, - HelpMessage = "The version of the SqlServer extension that Set-AzureVMSqlServerExtension will apply the settings to. " + + HelpMessage = "The version of the SqlServer extension that Set-AzureRMVMSqlServerExtension will apply the settings to. " + "Allowed format N.N")] [ValidateNotNullOrEmpty] public string Version { get; set; } diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/VirtualMachineSqlServerExtensionContext.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/VirtualMachineSqlServerExtensionContext.cs index c172036af9e1..3b7f37fd88bb 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/VirtualMachineSqlServerExtensionContext.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Extension/SqlServer/VirtualMachineSqlServerExtensionContext.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Compute { /// - /// SQL VM Extension's context object used by Get-AzureVMSqlServerExtension + /// SQL VM Extension's context object used by Get-AzureRMVMSqlServerExtension /// public class VirtualMachineSqlServerExtensionContext : PSVirtualMachineExtension { diff --git a/src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml b/src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml index 1d0553d15f17..50f41e5e8578 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml +++ b/src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.dll-Help.xml @@ -4,7 +4,7 @@ - Add-AzureVMAdditionalUnattendContent + Add-AzureRMVMAdditionalUnattendContent Adds information to the unattended Windows Setup answer file. @@ -16,15 +16,15 @@ - The Add-AzureVMAdditionalUnattendContent cmdlet adds information to the unattended Windows Setup answer file. Specify additional base 64 encoded XML formatted information that this cmdlet adds to the unattend.xml file. + The Add-AzureRMVMAdditionalUnattendContent cmdlet adds information to the unattended Windows Setup answer file. Specify additional base 64 encoded XML formatted information that this cmdlet adds to the unattend.xml file. - Add-AzureVMAdditionalUnattendContent + Add-AzureRMVMAdditionalUnattendContent VM - Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -97,7 +97,7 @@ VM - Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -150,18 +150,18 @@ - PS C:\>$AvailabilitySet = Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id + PS C:\>$AvailabilitySet = Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" +PS C:\> $VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id PS C:\> $Credential = Get-Credential -PS C:\> $VirtualMachine = Set-AzureVMOperatingSystem -VM $VirtualMachine -Windows -ComputerName "Contoso26" -Credential $Credential +PS C:\> $VirtualMachine = Set-AzureRMVMOperatingSystem -VM $VirtualMachine -Windows -ComputerName "Contoso26" -Credential $Credential PS C:\> $AucContent = "<UserAccounts><AdministratorPassword><Value>" + "Password" + "</Value><PlainText>true</PlainText></AdministratorPassword></UserAccounts>"; -PS C:\> $VirtualMachine = Add-AzureVMAdditionalUnattendContent -VM $VirtualMachine -Content $AucContent -SettingName "AutoLogon" +PS C:\> $VirtualMachine = Add-AzureRMVMAdditionalUnattendContent -VM $VirtualMachine -Content $AucContent -SettingName "AutoLogon" The first command gets the availability set named AvailablitySet03 in the resource group named ResourceGroup11, and then stores that object in the $AvailabilitySet variable. The second command creates a virtual machine object, and then stores it in the $VirtualMachine variable. The command assigns a name and size to the virtual machine. The virtual machine belongs to the availability set stored in $AvailabilitySet. The third command creates a credential object by using the Get-Credential cmdlet, and then stores the result in the $Credential variable. The command prompts you for a user name and password. For more information, type Get-Help Get-Credential. - The fourth command uses the Set-AzureVMOperatingSystem cmdlet to configure the virtual machine stored in $VirtualMachine. + The fourth command uses the Set-AzureRMVMOperatingSystem cmdlet to configure the virtual machine stored in $VirtualMachine. The fifth command assigns content to the $AucContent variable. The content includes a password. The final command adds the content stored in $AucContent to the unattend.xml file. @@ -176,22 +176,22 @@ PS C:\> $VirtualMachine = Add-AzureVMAdditionalUnattendContent -VM $VirtualMa - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - Set-AzureVMOperatingSystem + Set-AzureRMVMOperatingSystem - New-AzureVMConfig + New-AzureRMVMConfig - Add-AzureVMDataDisk + Add-AzureRMVMDataDisk Adds a data disk to a virtual machine. @@ -203,15 +203,15 @@ PS C:\> $VirtualMachine = Add-AzureVMAdditionalUnattendContent -VM $VirtualMa - The Add-AzureVMDataDisk cmdlet adds a data disk to a virtual machine. You can add a data disk when you create a virtual machine, or you can add a data disk to an existing virtual machine. + The Add-AzureRMVMDataDisk cmdlet adds a data disk to a virtual machine. You can add a data disk when you create a virtual machine, or you can add a data disk to an existing virtual machine. - Add-AzureVMDataDisk + Add-AzureRMVMDataDisk VM - Specifies the local virtual machine object to which to add a data disk. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the local virtual machine object to which to add a data disk. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -400,7 +400,7 @@ The default value is ReadWrite. Changing this value causes the virtual machine t VM - Specifies the local virtual machine object to which to add a data disk. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the local virtual machine object to which to add a data disk. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -453,13 +453,13 @@ The default value is ReadWrite. Changing this value causes the virtual machine t - PS C:\>$VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" + PS C:\>$VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" PS C:\> $DataDiskVhdUri01 = "https://contoso.blob.core.windows.net/test/data1.vhd" PS C:\> $DataDiskVhdUri02 = "https://contoso.blob.core.windows.net/test/data2.vhd" PS C:\> $DataDiskVhdUri03 = "https://contoso.blob.core.windows.net/test/data3.vhd" -PS C:\> $VirtualMachine = Add-AzureVMDataDisk -VM $VirtualMachine -Name 'DataDisk1' -Caching 'ReadOnly' -DiskSizeInGB 10 -Lun 0 -VhdUri $DataDiskVhdUri1 -CreateOption Empty -PS C:\> $VirtualMachine = Add-AzureVMDataDisk -VM $VirtualMachine -Name 'DataDisk2' -Caching 'ReadOnly' -DiskSizeInGB 11 -Lun 1 -VhdUri $DataDiskVhdUri2 -CreateOption Empty -PS C:\> $VirtualMachine = Add-AzureVMDataDisk -VM $VirtualMachine -Name 'DataDisk3' -Caching 'ReadOnly' -DiskSizeInGB 12 -Lun 2 -VhdUri $DataDiskVhdUri3 -CreateOption Empty +PS C:\> $VirtualMachine = Add-AzureRMVMDataDisk -VM $VirtualMachine -Name 'DataDisk1' -Caching 'ReadOnly' -DiskSizeInGB 10 -Lun 0 -VhdUri $DataDiskVhdUri1 -CreateOption Empty +PS C:\> $VirtualMachine = Add-AzureRMVMDataDisk -VM $VirtualMachine -Name 'DataDisk2' -Caching 'ReadOnly' -DiskSizeInGB 11 -Lun 1 -VhdUri $DataDiskVhdUri2 -CreateOption Empty +PS C:\> $VirtualMachine = Add-AzureRMVMDataDisk -VM $VirtualMachine -Name 'DataDisk3' -Caching 'ReadOnly' -DiskSizeInGB 12 -Lun 2 -VhdUri $DataDiskVhdUri3 -CreateOption Empty @@ -481,13 +481,13 @@ PS C:\> $VirtualMachine = Add-AzureVMDataDisk -VM $VirtualMachine -Name 'Data - PS C:\>$VirtualMachine = Get-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -PS C:\> Add-AzureVMDataDisk -VM $VirtualMachine -Name "disk1" -VhdUri "https://contoso.blob.core.windows.net/vhds/diskstandard03.vhd" -LUN 0 -Caching ReadOnly -DiskSizeinGB 1 -CreateOption Empty -PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -VM $VirtualMachine + PS C:\>$VirtualMachine = Get-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" +PS C:\> Add-AzureRMVMDataDisk -VM $VirtualMachine -Name "disk1" -VhdUri "https://contoso.blob.core.windows.net/vhds/diskstandard03.vhd" -LUN 0 -Caching ReadOnly -DiskSizeinGB 1 -CreateOption Empty +PS C:\> Update-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -VM $VirtualMachine - The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureVM cmdlet. The command stores the virtual machine in the $VirtualMachine variable. + The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureRMVM cmdlet. The command stores the virtual machine in the $VirtualMachine variable. The second command adds a data disk to the virtual machine stored in $VirtualMachine. The final command updates the state of the virtual machine stored in $VirtualMachine in ResourceGroup11. @@ -502,22 +502,22 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - Remove-AzureVMDataDisk + Remove-AzureRMVMDataDisk - Get-AzureVM + Get-AzureRMVM - New-AzureVMConfig + New-AzureRMVMConfig - Add-AzureVMNetworkInterface + Add-AzureRMVMNetworkInterface Adds a network interface to a virtual machine. @@ -529,22 +529,22 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - The Add-AzureVMNetworkInterface cmdlet adds a network interface to a virtual machine. You can add an interface when you create a virtual machine or add one to an existing virtual machine. + The Add-AzureRMVMNetworkInterface cmdlet adds a network interface to a virtual machine. You can add an interface when you create a virtual machine or add one to an existing virtual machine. - Add-AzureVMNetworkInterface + Add-AzureRMVMNetworkInterface VM - Specifies a local virtual machine object to which to add a network interface. To create a virtual machine, use the New-AzureVMConfig cmdlet. To obtain an existing virtual machine, use the Get-AzureVM cmdlet. + Specifies a local virtual machine object to which to add a network interface. To create a virtual machine, use the New-AzureRMVMConfig cmdlet. To obtain an existing virtual machine, use the Get-AzureRMVM cmdlet. PSVirtualMachine Id - Specifies the ID of a network interface to add to a virtual machine. To obtain a network interface, use the Get-AzureNetworkInterface cmdlet. + Specifies the ID of a network interface to add to a virtual machine. To obtain a network interface, use the Get-AzureRMNetworkInterface cmdlet. String @@ -567,7 +567,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac Id - Specifies the ID of a network interface to add to a virtual machine. To obtain a network interface, use the Get-AzureNetworkInterface cmdlet. + Specifies the ID of a network interface to add to a virtual machine. To obtain a network interface, use the Get-AzureRMNetworkInterface cmdlet. String @@ -603,7 +603,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac VM - Specifies a local virtual machine object to which to add a network interface. To create a virtual machine, use the New-AzureVMConfig cmdlet. To obtain an existing virtual machine, use the Get-AzureVM cmdlet. + Specifies a local virtual machine object to which to add a network interface. To create a virtual machine, use the New-AzureRMVMConfig cmdlet. To obtain an existing virtual machine, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -656,8 +656,8 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - PS C:\>$VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -PS C:\> Add-AzureVMNetworkInterface -VM $VirtualMachine -Id "/subscriptions/46fc8ea4-2de6-4179-8ab1-365da4121af4/resourceGroups/contoso/providers/Microsoft.Network/networkInterfaces/sshNIC" + PS C:\>$VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" +PS C:\> Add-AzureRMVMNetworkInterface -VM $VirtualMachine -Id "/subscriptions/46fc8ea4-2de6-4179-8ab1-365da4121af4/resourceGroups/contoso/providers/Microsoft.Network/networkInterfaces/sshNIC" The first command creates a virtual machine object, and then stores it in the $VirtualMachine variable. The command assigns a name and size to the virtual machine. @@ -677,12 +677,12 @@ PS C:\> Add-AzureVMNetworkInterface -VM $VirtualMachine -Id "/subscriptions/4 - PS C:\>$VirtualMachine = Get-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -PS C:\> Add-AzureVMNetworkInterface -VM $VirtualMachine -Id "/subscriptions/46fc8ea4-2de6-4179-8ab1-365da4121af4/resourceGroups/contoso/providers/Microsoft.Network/networkInterfaces/sshNIC" -PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name " VirtualMachine07" -VM $VirtualMachine + PS C:\>$VirtualMachine = Get-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" +PS C:\> Add-AzureRMVMNetworkInterface -VM $VirtualMachine -Id "/subscriptions/46fc8ea4-2de6-4179-8ab1-365da4121af4/resourceGroups/contoso/providers/Microsoft.Network/networkInterfaces/sshNIC" +PS C:\> Update-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name " VirtualMachine07" -VM $VirtualMachine - The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureVM cmldet. The command stores the virtual machine in the $VirtualMachine variable. + The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureRMVM cmldet. The command stores the virtual machine in the $VirtualMachine variable. The second command adds a network interface to the virtual machine stored in $VirtualMachine. The final command updates the state of the virtual machine stored in $VirtualMachine in ResourceGroup11. @@ -697,22 +697,22 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name " VirtualMa - New-AzureVMConfig + New-AzureRMVMConfig - Get-AzureVM + Get-AzureRMVM - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - Add-AzureVMSecret + Add-AzureRMVMSecret Adds a secret to a virtual machine. @@ -724,15 +724,15 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name " VirtualMa - The Add-AzureVMSecret cmdlet adds a secret to a virtual machine. This value lets you add a certificate to the virtual machine. The secret needs to be stored in a Key Vault. For more information about Key Vault, see What is Azure Key Vault? (https://azure.microsoft.com/en-us/documentation/articles/key-vault-whatis/) in the Azure library. For more information about the cmdlets, see Azure Key Vault Cmdlets (https://msdn.microsoft.com/library/azure/dn868052.aspx) in the Microsoft Developer Network library or type Get-Help Set-AzureKeyVaultSecret. + The Add-AzureRMVMSecret cmdlet adds a secret to a virtual machine. This value lets you add a certificate to the virtual machine. The secret needs to be stored in a Key Vault. For more information about Key Vault, see What is Azure Key Vault? (https://azure.microsoft.com/en-us/documentation/articles/key-vault-whatis/) in the Azure library. For more information about the cmdlets, see Azure Key Vault Cmdlets (https://msdn.microsoft.com/library/azure/dn868052.aspx) in the Microsoft Developer Network library or type Get-Help Set-AzureRMKeyVaultSecret. - Add-AzureVMSecret + Add-AzureRMVMSecret VM - Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -832,7 +832,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name " VirtualMa VM - Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -885,24 +885,24 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name " VirtualMa - PS C:\>$VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id + PS C:\>$VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id PS C:\> $Credential = Get-Credential -PS C:\> $VirtualMachine = Set-AzureVMOperatingSystem -VM $VirtualMachine -Windows -ComputerName "Contoso26" -Credential $Credential +PS C:\> $VirtualMachine = Set-AzureRMVMOperatingSystem -VM $VirtualMachine -Windows -ComputerName "Contoso26" -Credential $Credential PS C:\> $SourceVaultId = "/subscriptions/46f8cea4-2de6-4179-8ab1-365da4211af4/resourceGroups/vault/providers/Microsoft.KeyVault/vaults/keyvault" PS C:\> $CertificateStore01 = "My" PS C:\> $CertificateUrl01 = "https://contosovault.vault.azure.net/secrets/514ceb769c984379a7e0230bdd703272" -PS C:\> $VirtualMachine = Add-AzureVMSecret -VM $VirtualMachine -SourceVaultId $SourceVaultId -CertificateStore $CertificateStore01 -CertificateUrl $CertificateUrl01 +PS C:\> $VirtualMachine = Add-AzureRMVMSecret -VM $VirtualMachine -SourceVaultId $SourceVaultId -CertificateStore $CertificateStore01 -CertificateUrl $CertificateUrl01 The first command creates a virtual machine object, and then stores it in the $VirtualMachine variable. The command assigns a name and size to the virtual machine. The third command creates a credential object by using the Get-Credential cmdlet, and then stores the result in the $Credential variable. The command prompts you for a user name and password. For more information, type Get-Help Get-Credential. - The fourth command uses the Set-AzureVMOperatingSystem cmdlet to configure the virtual machine stored in $VirtualMachine. + The fourth command uses the Set-AzureRMVMOperatingSystem cmdlet to configure the virtual machine stored in $VirtualMachine. The fifth command assigns a source vault ID to the $SourceVaultId variable for later use. The command assumes that the $SubscriptionId variable has an appropriate value. The sixth command assigns a value to the $CertificateStore01 variable for later use. The seventh command assigns a URL for a certificate store. - The eighth command adds a secret to the virtual machine stored in $VirtualMachine. The SourceVaultId parameter specifies the Key Vault. The command specifies the name of the certificate store and the URL of the certificate. You can run the Add-AzureVMSecret repeatedly to add secrets for other certificates. + The eighth command adds a secret to the virtual machine stored in $VirtualMachine. The SourceVaultId parameter specifies the Key Vault. The command specifies the name of the certificate store and the URL of the certificate. You can run the Add-AzureRMVMSecret repeatedly to add secrets for other certificates. @@ -918,7 +918,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSecret -VM $VirtualMachine -SourceVaultI - Add-AzureVMSshPublicKey + Add-AzureRMVMSshPublicKey Adds the public keys for SSH for a virtual machine. @@ -930,15 +930,15 @@ PS C:\> $VirtualMachine = Add-AzureVMSecret -VM $VirtualMachine -SourceVaultI - The Add-AzureVMSshPublicKey cmdlet adds the public keys that you can use to connect to a virtual machine over Secure Shell (SSH). + The Add-AzureRMVMSshPublicKey cmdlet adds the public keys that you can use to connect to a virtual machine over Secure Shell (SSH). - Add-AzureVMSshPublicKey + Add-AzureRMVMSshPublicKey VM - Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -1005,7 +1005,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSecret -VM $VirtualMachine -SourceVaultI VM - Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the virtual machine object that this cmdlet modifies. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -1058,11 +1058,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSecret -VM $VirtualMachine -SourceVaultI - PS C:\>$VirtualMachine = Get-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyData "MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSq12Ib3DQEB21QUAMEUxCzAJBgNV" -Path "/home/admin/.ssh/authorized_keys" + PS C:\>$VirtualMachine = Get-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" +PS C:\> $VirtualMachine = Add-AzureRMVMSshPublicKey -VM $VirtualMachine -KeyData "MIIDszCCApugAwIBAgIJALBV9YJCF/tAMA0GCSq12Ib3DQEB21QUAMEUxCzAJBgNV" -Path "/home/admin/.ssh/authorized_keys" - The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureVM cmdlet. The command stores the virtual machine in the $VirtualMachine variable. + The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureRMVM cmdlet. The command stores the virtual machine in the $VirtualMachine variable. The second command adds the public key to the location on VirtualMachine07 that the Path parameter specifies. @@ -1076,14 +1076,14 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVM + Get-AzureRMVM - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet Gets Azure availability sets in a resource group. @@ -1095,11 +1095,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureAvailabilitySet cmdlet gets Azure availability sets in a resource group. Specify the name of a specific availability set to get. + The Get-AzureRMAvailabilitySet cmdlet gets Azure availability sets in a resource group. Specify the name of a specific availability set to get. - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet ResourceGroupName @@ -1204,7 +1204,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" + PS C:\>Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" This command gets the availability set named AvailablitySet03 in the resource group named ResourceGroup11. @@ -1223,7 +1223,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" + PS C:\>Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" This command gets all the availability sets in the resource group named ResourceGroup11. @@ -1239,18 +1239,18 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - New-AzureAvailabilitySet + New-AzureRMAvailabilitySet - Remove-AzureAvailabilitySet + Remove-AzureRMAvailabilitySet - Get-AzureRemoteDesktopFile + Get-AzureRMRemoteDesktopFile Gets an .rdp file. @@ -1262,11 +1262,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureRemoteDesktopFile cmdlet gets a Remote Desktop Protocol (.rdp) file. + The Get-AzureRMRemoteDesktopFile cmdlet gets a Remote Desktop Protocol (.rdp) file. - Get-AzureRemoteDesktopFile + Get-AzureRMRemoteDesktopFile ResourceGroupName @@ -1386,7 +1386,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureRemoteDesktopFile -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -LocalPath "D:\RemoteDesktopFile07.rdp" + PS C:\>Get-AzureRMRemoteDesktopFile -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -LocalPath "D:\RemoteDesktopFile07.rdp" This command gets the Remote Desktop file for the virtual machine named VirtualMachine07. The command stores the result in the file named D:\RemoteDesktopFile07.rdp. @@ -1405,7 +1405,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMAccessExtension + Get-AzureRMVMAccessExtension Gets information about the VMAccess extension. @@ -1417,11 +1417,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMAccessExtension cmdlet gets information about the Virtual Machine Access (VMAccess) Virtual Machine Extension. + The Get-AzureRMVMAccessExtension cmdlet gets information about the Virtual Machine Access (VMAccess) Virtual Machine Extension. - Get-AzureVMAccessExtension + Get-AzureRMVMAccessExtension ResourceGroupName @@ -1563,7 +1563,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>$VMAccessExtension = Get-AzureVMAccessExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -Name "ContosoTest" + PS C:\>$VMAccessExtension = Get-AzureRMVMAccessExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -Name "ContosoTest" This command gets the VMAccess extension named ContosoTest for the virtual machine named VirtualMachine07. @@ -1582,7 +1582,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>$VMAccessExtension = Get-AzureVMAccessExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine0" -Name "ContosoTest" -Status + PS C:\>$VMAccessExtension = Get-AzureRMVMAccessExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine0" -Name "ContosoTest" -Status This command gets the instance view of the VMAccess extension named ContosoTest for the virtual machine named VirtualMachine07. @@ -1598,22 +1598,22 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Remove-AzureVMAccessExtension + Remove-AzureRMVMAccessExtension - Set-AzureVMAccessExtension + Set-AzureRMVMAccessExtension - Get-AzureVMExtension + Get-AzureRMVMExtension - Get-AzureVMCustomScriptExtension + Get-AzureRMVMCustomScriptExtension Gets information about a custom script extension. @@ -1625,11 +1625,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMCustomScriptExtension cmdlet gets information about a custom script Virtual Machine Extension on a virtual machine. + The Get-AzureRMVMCustomScriptExtension cmdlet gets information about a custom script Virtual Machine Extension on a virtual machine. - Get-AzureVMCustomScriptExtension + Get-AzureRMVMCustomScriptExtension ResourceGroupName @@ -1771,7 +1771,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>$VMCustomScriptExtension = Get-AzureVMCustomScriptExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -Name "ContosoCustomScript" + PS C:\>$VMCustomScriptExtension = Get-AzureRMVMCustomScriptExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -Name "ContosoCustomScript" This command gets the custom script extension named ContosoCustomScript for the virtual machine named VirtualMachine07. @@ -1790,7 +1790,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>$VMCustomScriptExtension = Get-AzureVMCustomScriptExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -Name "ContosoCustomScript" -Status + PS C:\>$VMCustomScriptExtension = Get-AzureRMVMCustomScriptExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -Name "ContosoCustomScript" -Status This command gets the instance view of the custom script extension named ContosoCustomScript for the virtual machine named VirtualMachine07. @@ -1806,22 +1806,22 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMExtension + Get-AzureRMVMExtension - Get-AzureVMExtensionImage + Get-AzureRMVMExtensionImage - Get-AzureVMAccessExtension + Get-AzureRMVMAccessExtension - Get-AzureVMExtensionImageDetail + Get-AzureRMVMExtensionImageDetail This cmdlet has been deprecated. @@ -1833,11 +1833,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - This Get-AzureVMExtensionImageDetail cmdlet has been deprecated. + This Get-AzureRMVMExtensionImageDetail cmdlet has been deprecated. - Get-AzureVMExtensionImageDetail + Get-AzureRMVMExtensionImageDetail FilterExpression @@ -2003,7 +2003,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMExtensionImageType + Get-AzureRMVMExtensionImageType Gets the type of an Azure extension. @@ -2015,11 +2015,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMExtensionImageType cmdlet gets the type of an Azure extension. + The Get-AzureRMVMExtensionImageType cmdlet gets the type of an Azure extension. - Get-AzureVMExtensionImageType + Get-AzureRMVMExtensionImageType Profile @@ -2037,7 +2037,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the name of a publisher of an extension. To obtain an extension publisher, use the Get-AzureVMImagePublisher cmdlet. This cmdlet gets the type for an extension from the publisher that this parameter specifies. + Specifies the name of a publisher of an extension. To obtain an extension publisher, use the Get-AzureRMVMImagePublisher cmdlet. This cmdlet gets the type for an extension from the publisher that this parameter specifies. String @@ -2071,7 +2071,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the name of a publisher of an extension. To obtain an extension publisher, use the Get-AzureVMImagePublisher cmdlet. This cmdlet gets the type for an extension from the publisher that this parameter specifies. + Specifies the name of a publisher of an extension. To obtain an extension publisher, use the Get-AzureRMVMImagePublisher cmdlet. This cmdlet gets the type for an extension from the publisher that this parameter specifies. String @@ -2124,7 +2124,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMExtensionImageType -Location "Central US" -PublisherName "Fabrikam" + PS C:\>Get-AzureRMVMExtensionImageType -Location "Central US" -PublisherName "Fabrikam" This command gets the extension image type for the specified publisher and location. @@ -2140,14 +2140,14 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMExtensionImage + Get-AzureRMVMExtensionImage - Get-AzureVMExtensionImage + Get-AzureRMVMExtensionImage Gets all versions for an Azure extension. @@ -2159,11 +2159,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMExtensionImage cmdlet gets all versions for an Azure extension. + The Get-AzureRMVMExtensionImage cmdlet gets all versions for an Azure extension. - Get-AzureVMExtensionImage + Get-AzureRMVMExtensionImage FilterExpression @@ -2196,14 +2196,14 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the name of an extension publisher. To obtain an extension publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the name of an extension publisher. To obtain an extension publisher, use the Get-AzureRMVMImagePublisher cmdlet. String Type - Specifies the type of the extension. To obtain an extension type, use the Get-AzureVMExtensionImageType cmdlet. + Specifies the type of the extension. To obtain an extension type, use the Get-AzureRMVMExtensionImageType cmdlet. String @@ -2249,7 +2249,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the name of an extension publisher. To obtain an extension publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the name of an extension publisher. To obtain an extension publisher, use the Get-AzureRMVMImagePublisher cmdlet. String @@ -2261,7 +2261,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat Type - Specifies the type of the extension. To obtain an extension type, use the Get-AzureVMExtensionImageType cmdlet. + Specifies the type of the extension. To obtain an extension type, use the Get-AzureRMVMExtensionImageType cmdlet. String @@ -2327,7 +2327,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMExtensionImage -Location "Central US" -PublisherName "Fabrikam" -Type "FabrikamEndpointProtection" + PS C:\>Get-AzureRMVMExtensionImage -Location "Central US" -PublisherName "Fabrikam" -Type "FabrikamEndpointProtection" This command gets all the versions of the extension image for the specified location, publisher, and type. @@ -2343,26 +2343,26 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMExtensionImageType + Get-AzureRMVMExtensionImageType - Get-AzureVMImage + Get-AzureRMVMImage - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher - Get-AzureVMExtensionImageType + Get-AzureRMVMExtensionImageType - Get-AzureVMExtension + Get-AzureRMVMExtension Gets properties of Virtual Machine Extensions installed on a virtual machine. @@ -2374,11 +2374,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMExtension cmdlet gets properties of Virtual Machine Extensions installed on a virtual machine. Specify the name of an extension for which to get properties. To get only the instance view of an extension, specify the Status parameter. + The Get-AzureRMVMExtension cmdlet gets properties of Virtual Machine Extensions installed on a virtual machine. Specify the name of an extension for which to get properties. To get only the instance view of an extension, specify the Status parameter. - Get-AzureVMExtension + Get-AzureRMVMExtension ResourceGroupName @@ -2520,7 +2520,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine22" -Name "CustomScriptExtension" + PS C:\>Get-AzureRMVMExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine22" -Name "CustomScriptExtension" This command gets properties for the extension named CustomScriptExtension on the virtual machine named VirtualMachine22 in the resource group ResourceGroup11. @@ -2539,7 +2539,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine22" -Name "CustomScriptExtension" -Status + PS C:\>Get-AzureRMVMExtension -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine22" -Name "CustomScriptExtension" -Status This command gets the instance view for the extension named CustomScriptExtension on the virtual machine named VirtualMachine22 in the resource group ResourceGroup11. @@ -2555,18 +2555,18 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Remove-AzureVMExtension + Remove-AzureRMVMExtension - Set-AzureVMExtension + Set-AzureRMVMExtension - Get-AzureVMImageDetail + Get-AzureRMVMImageDetail This cmdlet has been deprecated. @@ -2578,11 +2578,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMImageDetail cmdlet has been deprecated. + The Get-AzureRMVMImageDetail cmdlet has been deprecated. - Get-AzureVMImageDetail + Get-AzureRMVMImageDetail Profile @@ -2748,7 +2748,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer Gets VMImage offer types. @@ -2760,11 +2760,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMImageOffer cmdlet gets the VMImage offer types. + The Get-AzureRMVMImageOffer cmdlet gets the VMImage offer types. - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer Profile @@ -2782,7 +2782,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureRMVMImagePublisher cmdlet. String @@ -2816,7 +2816,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureRMVMImagePublisher cmdlet. String @@ -2869,7 +2869,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMImageOffer -Location "Central US" -PublisherName "Fabrikam" + PS C:\>Get-AzureRMVMImageOffer -Location "Central US" -PublisherName "Fabrikam" This command gets the offer types for the specified publisher in the Central US region. @@ -2885,26 +2885,26 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMImage + Get-AzureRMVMImage - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher - Get-AzureVMImageSku + Get-AzureRMVMImageSku - Save-AzureVMImage + Save-AzureRMVMImage - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher Gets the VMImage publishers. @@ -2916,11 +2916,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMImagePublisher cmdlet gets the VMImage publishers. + The Get-AzureRMVMImagePublisher cmdlet gets the VMImage publishers. - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher Profile @@ -3006,7 +3006,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMImagePublisher -Location "Central US" + PS C:\>Get-AzureRMVMImagePublisher -Location "Central US" This command gets the publishers of VMImage instances for the Central US region within your profile. @@ -3022,26 +3022,26 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMImage + Get-AzureRMVMImage - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer - Get-AzureVMImageSku + Get-AzureRMVMImageSku - Save-AzureVMImage + Save-AzureRMVMImage - Get-AzureVMImageSku + Get-AzureRMVMImageSku Gets VMImage SKUs. @@ -3053,11 +3053,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMImageSku cmdlet gets VMImage SKUs. + The Get-AzureRMVMImageSku cmdlet gets VMImage SKUs. - Get-AzureVMImageSku + Get-AzureRMVMImageSku Profile @@ -3181,7 +3181,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMImageSku -Location "Central US" -PublisherName "Fabrikam" -Offer "LinuxServer" + PS C:\>Get-AzureRMVMImageSku -Location "Central US" -PublisherName "Fabrikam" -Offer "LinuxServer" This command gets the SKUs for the specified publisher and offer. @@ -3197,26 +3197,26 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMImage + Get-AzureRMVMImage - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher - Save-AzureVMImage + Save-AzureRMVMImage - Get-AzureVMImage + Get-AzureRMVMImage Gets all the versions of a VMImage. @@ -3228,11 +3228,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMImage cmdlet gets all the versions of a VMImage. + The Get-AzureRMVMImage cmdlet gets all the versions of a VMImage. - Get-AzureVMImage + Get-AzureRMVMImage FilterExpression @@ -3257,27 +3257,27 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat Offer - Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureVMImageOffer cmdlet. + Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureRMVMImageOffer cmdlet. System.String PublisherName - Specifies the publisher of a VMImage. To obtain an image publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the publisher of a VMImage. To obtain an image publisher, use the Get-AzureRMVMImagePublisher cmdlet. System.String Skus - Specifies a VMImage SKU. To obtain an SKU, use the Get-AzureVMImageSku cmdlet. + Specifies a VMImage SKU. To obtain an SKU, use the Get-AzureRMVMImageSku cmdlet. System.String - Get-AzureVMImage + Get-AzureRMVMImage Profile @@ -3295,21 +3295,21 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat Offer - Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureVMImageOffer cmdlet. + Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureRMVMImageOffer cmdlet. System.String PublisherName - Specifies the publisher of a VMImage. To obtain an image publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the publisher of a VMImage. To obtain an image publisher, use the Get-AzureRMVMImagePublisher cmdlet. System.String Skus - Specifies a VMImage SKU. To obtain an SKU, use the Get-AzureVMImageSku cmdlet. + Specifies a VMImage SKU. To obtain an SKU, use the Get-AzureRMVMImageSku cmdlet. System.String @@ -3351,7 +3351,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat Offer - Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureVMImageOffer cmdlet. + Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureRMVMImageOffer cmdlet. System.String @@ -3375,7 +3375,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat PublisherName - Specifies the publisher of a VMImage. To obtain an image publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the publisher of a VMImage. To obtain an image publisher, use the Get-AzureRMVMImagePublisher cmdlet. System.String @@ -3387,7 +3387,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat Skus - Specifies a VMImage SKU. To obtain an SKU, use the Get-AzureVMImageSku cmdlet. + Specifies a VMImage SKU. To obtain an SKU, use the Get-AzureRMVMImageSku cmdlet. System.String @@ -3453,7 +3453,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMImage -Location "Central US" -PublisherName "Canonical" -Offer "UbuntuServer" -Skus "15.04-DAILY" + PS C:\>Get-AzureRMVMImage -Location "Central US" -PublisherName "Canonical" -Offer "UbuntuServer" -Skus "15.04-DAILY" This command gets all the versions of VMImage that match the specified values. @@ -3469,26 +3469,26 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher - Get-AzureVMImageSku + Get-AzureRMVMImageSku - Save-AzureVMImage + Save-AzureRMVMImage - Get-AzureVMSize + Get-AzureRMVMSize Gets available virtual machine sizes. @@ -3500,11 +3500,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMSize cmdlet gets available virtual machine sizes. + The Get-AzureRMVMSize cmdlet gets available virtual machine sizes. - Get-AzureVMSize + Get-AzureRMVMSize ResourceGroupName @@ -3528,7 +3528,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMSize + Get-AzureRMVMSize Location @@ -3545,7 +3545,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVMSize + Get-AzureRMVMSize ResourceGroupName @@ -3670,7 +3670,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMSize -Location "Central US" + PS C:\>Get-AzureRMVMSize -Location "Central US" @@ -3690,7 +3690,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMSize -ResourceGroupName "ResourceGroup03" -AvailabilitySetName "AvailabilitySet17" + PS C:\>Get-AzureRMVMSize -ResourceGroupName "ResourceGroup03" -AvailabilitySetName "AvailabilitySet17" @@ -3710,7 +3710,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMSize -ResourceGroupName "ResourceGroup03" -VMName "VirtualMachine12" + PS C:\>Get-AzureRMVMSize -ResourceGroupName "ResourceGroup03" -VMName "VirtualMachine12" @@ -3727,14 +3727,14 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVM + Get-AzureRMVM - Get-AzureVMUsage + Get-AzureRMVMUsage Gets the virtual machine core count usage for a location. @@ -3746,11 +3746,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVMUsage cmdlet gets the virtual machine core count usage for a location. + The Get-AzureRMVMUsage cmdlet gets the virtual machine core count usage for a location. - Get-AzureVMUsage + Get-AzureRMVMUsage Location @@ -3836,7 +3836,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVMUsage -Location "Central US" + PS C:\>Get-AzureRMVMUsage -Location "Central US" This command gets the virtual machine core count usage for the location Central US. @@ -3855,7 +3855,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVM + Get-AzureRMVM Gets the properties of a virtual machine. @@ -3867,11 +3867,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The Get-AzureVM cmdlet gets the model view and instance view of an Azure virtual machine. The model view is the user specified properties of the virtual machine. The instance view is the instance level status of the virtual machine. To get only the instance view of a virtual machine, specify the Status parameter. + The Get-AzureRMVM cmdlet gets the model view and instance view of an Azure virtual machine. The model view is the user specified properties of the virtual machine. The instance view is the instance level status of the virtual machine. To get only the instance view of a virtual machine, specify the Status parameter. - Get-AzureVM + Get-AzureRMVM ResourceGroupName @@ -3901,7 +3901,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVM + Get-AzureRMVM NextLink @@ -3918,7 +3918,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVM + Get-AzureRMVM Profile @@ -3928,7 +3928,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureVM + Get-AzureRMVM ResourceGroupName @@ -4050,7 +4050,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" + PS C:\>Get-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" This command gets the model view and instance view properties of the virtual machine named VirtualMachine07. @@ -4069,7 +4069,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Status + PS C:\>Get-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Status This command gets properties of the virtual machine named VirtualMachine07. This command specifies the Status parameter. Therefore, the command gets only the instance view properties. @@ -4088,7 +4088,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\> Get-AzureVM -ResourceGroupName "ResourceGroup11" + PS C:\> Get-AzureRMVM -ResourceGroupName "ResourceGroup11" This command gets properties for all the virtual machines in the resource group named ResourceGroup11. @@ -4107,7 +4107,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>Get-AzureVM + PS C:\>Get-AzureRMVM @@ -4124,34 +4124,34 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - New-AzureVM + New-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM - Start-AzureVM + Start-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM - Update-AzureVM + Update-AzureRMVM - New-AzureAvailabilitySet + New-AzureRMAvailabilitySet Creates an Azure availability set. @@ -4163,11 +4163,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The New-AzureAvailabilitySet cmdlet creates an Azure availability set. + The New-AzureRMAvailabilitySet cmdlet creates an Azure availability set. - New-AzureAvailabilitySet + New-AzureRMAvailabilitySet ResourceGroupName @@ -4329,7 +4329,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>New-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -Location "West US" + PS C:\>New-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -Location "West US" This command creates an availability set named AvailablitySet03 in the resource group named ResourceGroup11. @@ -4345,18 +4345,18 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - Remove-AzureAvailabilitySet + Remove-AzureRMAvailabilitySet - New-AzureVMConfig + New-AzureRMVMConfig Creates a configurable virtual machine object. @@ -4368,11 +4368,11 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - The New-AzureVMConfig cmdlet creates a configurable local virtual machine object for Azure. Configure a virtual machine object by using other cmdlets, such as Set-AzureVMOperatingSystem, Set-AzureVMSourceImage, Add-AzureVMNetworkInterface, and Set-AzureVMOSDisk. + The New-AzureRMVMConfig cmdlet creates a configurable local virtual machine object for Azure. Configure a virtual machine object by using other cmdlets, such as Set-AzureRMVMOperatingSystem, Set-AzureRMVMSourceImage, Add-AzureRMVMNetworkInterface, and Set-AzureRMVMOSDisk. - New-AzureVMConfig + New-AzureRMVMConfig VMName @@ -4390,7 +4390,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat AvailabilitySetId - Specifies the ID of an availability set. To obtain an availability set object, use the Get-AzureAvailabilitySet cmdlet. The availability set object contains an ID property. + Specifies the ID of an availability set. To obtain an availability set object, use the Get-AzureRMAvailabilitySet cmdlet. The availability set object contains an ID property. String @@ -4407,7 +4407,7 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat AvailabilitySetId - Specifies the ID of an availability set. To obtain an availability set object, use the Get-AzureAvailabilitySet cmdlet. The availability set object contains an ID property. + Specifies the ID of an availability set. To obtain an availability set object, use the Get-AzureRMAvailabilitySet cmdlet. The availability set object contains an ID property. String @@ -4496,8 +4496,8 @@ PS C:\> $VirtualMachine = Add-AzureVMSshPublicKey -VM $VirtualMachine -KeyDat - PS C:\>$AvailabilitySet = Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id + PS C:\>$AvailabilitySet = Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" +PS C:\> $VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id The first command gets the availability set named AvailablitySet03 in the resource group named ResourceGroup11, and then stores that object in the $AvailabilitySet variable. @@ -4514,26 +4514,26 @@ PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSiz - Update-AzureVM + Update-AzureRMVM - Set-AzureVMOperatingSystem + Set-AzureRMVMOperatingSystem - Set-AzureVMSourceImage + Set-AzureRMVMSourceImage - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - New-AzureVM + New-AzureRMVM Creates a virtual machine. @@ -4545,11 +4545,11 @@ PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSiz - The New-AzureVM cmdlet creates a virtual machine in Azure. This cmdlet takes a virtual machine object as input. Use the New-AzureVMConfig cmdlet to create a virtual machine object. Configure the virtual machine object by using other cmdlets, such as Set-AzureVMOperatingSystem, Set-AzureVMSourceImage, Add-AzureVMNetworkInterface, and Set-AzureVMOSDisk. + The New-AzureRMVM cmdlet creates a virtual machine in Azure. This cmdlet takes a virtual machine object as input. Use the New-AzureRMVMConfig cmdlet to create a virtual machine object. Configure the virtual machine object by using other cmdlets, such as Set-AzureRMVMOperatingSystem, Set-AzureRMVMSourceImage, Add-AzureRMVMNetworkInterface, and Set-AzureRMVMOSDisk. - New-AzureVM + New-AzureRMVM Name @@ -4589,7 +4589,7 @@ PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSiz VM - Specifies a local virtual machine to create. To obtain a virtual machine object, use the New-AzureVMConfig cmdlet. Configure the virtual machine by using other cmdlets, such as Set-AzureVMOperatingSystem, Set-AzureVMSourceImage, and Add-AzureVMNetworkInterface. + Specifies a local virtual machine to create. To obtain a virtual machine object, use the New-AzureRMVMConfig cmdlet. Configure the virtual machine by using other cmdlets, such as Set-AzureRMVMOperatingSystem, Set-AzureRMVMSourceImage, and Add-AzureRMVMNetworkInterface. PSVirtualMachine @@ -4660,7 +4660,7 @@ PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSiz VM - Specifies a local virtual machine to create. To obtain a virtual machine object, use the New-AzureVMConfig cmdlet. Configure the virtual machine by using other cmdlets, such as Set-AzureVMOperatingSystem, Set-AzureVMSourceImage, and Add-AzureVMNetworkInterface. + Specifies a local virtual machine to create. To obtain a virtual machine object, use the New-AzureRMVMConfig cmdlet. Configure the virtual machine by using other cmdlets, such as Set-AzureRMVMOperatingSystem, Set-AzureRMVMSourceImage, and Add-AzureRMVMNetworkInterface. PSVirtualMachine @@ -4736,30 +4736,30 @@ $VMSize = "Standard_A2" $OSDiskName = $VMName + "osDisk" # Resource Group -New-AzureResourceGroup -Name $ResourceGroupName -Location $Location +New-AzureRMResourceGroup -Name $ResourceGroupName -Location $Location # Storage -$StorageAccount = New-AzureStorageAccount -ResourceGroupName $ResourceGroupName -Name $StorageName -Type $StorageType -Location $Location +$StorageAccount = New-AzureRMStorageAccount -ResourceGroupName $ResourceGroupName -Name $StorageName -Type $StorageType -Location $Location # Network -$PIp = New-AzurePublicIpAddress -Name $InterfaceName -ResourceGroupName $ResourceGroupName -Location $Location -AllocationMethod Dynamic -$SubnetConfig = New-AzureVirtualNetworkSubnetConfig -Name $Subnet1Name -AddressPrefix $VNetSubnetAddressPrefix -$VNet = New-AzureVirtualNetwork -Name $VNetName -ResourceGroupName $ResourceGroupName -Location $Location -AddressPrefix $VNetAddressPrefix -Subnet $SubnetConfig -$Interface = New-AzureNetworkInterface -Name $InterfaceName -ResourceGroupName $ResourceGroupName -Location $Location -SubnetId $VNet.Subnets[0].Id -PublicIpAddressId $PIp.Id +$PIp = New-AzureRMPublicIpAddress -Name $InterfaceName -ResourceGroupName $ResourceGroupName -Location $Location -AllocationMethod Dynamic +$SubnetConfig = New-AzureRMVirtualNetworkSubnetConfig -Name $Subnet1Name -AddressPrefix $VNetSubnetAddressPrefix +$VNet = New-AzureRMVirtualNetwork -Name $VNetName -ResourceGroupName $ResourceGroupName -Location $Location -AddressPrefix $VNetAddressPrefix -Subnet $SubnetConfig +$Interface = New-AzureRMNetworkInterface -Name $InterfaceName -ResourceGroupName $ResourceGroupName -Location $Location -SubnetId $VNet.Subnets[0].Id -PublicIpAddressId $PIp.Id # Compute ## Setup local VM object $Credential = Get-Credential -$VirtualMachine = New-AzureVMConfig -VMName $VMName -VMSize $VMSize -$VirtualMachine = Set-AzureVMOperatingSystem -VM $VirtualMachine -Windows -ComputerName $ComputerName -Credential $Credential -ProvisionVMAgent -EnableAutoUpdate -$VirtualMachine = Set-AzureVMSourceImage -VM $VirtualMachine -PublisherName MicrosoftWindowsServer -Offer WindowsServer -Skus 2012-R2-Datacenter -Version "latest" -$VirtualMachine = Add-AzureVMNetworkInterface -VM $VirtualMachine -Id $Interface.Id +$VirtualMachine = New-AzureRMVMConfig -VMName $VMName -VMSize $VMSize +$VirtualMachine = Set-AzureRMVMOperatingSystem -VM $VirtualMachine -Windows -ComputerName $ComputerName -Credential $Credential -ProvisionVMAgent -EnableAutoUpdate +$VirtualMachine = Set-AzureRMVMSourceImage -VM $VirtualMachine -PublisherName MicrosoftWindowsServer -Offer WindowsServer -Skus 2012-R2-Datacenter -Version "latest" +$VirtualMachine = Add-AzureRMVMNetworkInterface -VM $VirtualMachine -Id $Interface.Id $OSDiskUri = $StorageAccount.PrimaryEndpoints.Blob.ToString() + "vhds/" + $OSDiskName + ".vhd" -$VirtualMachine = Set-AzureVMOSDisk -VM $VirtualMachine -Name $OSDiskName -VhdUri $OSDiskUri -CreateOption FromImage +$VirtualMachine = Set-AzureRMVMOSDisk -VM $VirtualMachine -Name $OSDiskName -VhdUri $OSDiskUri -CreateOption FromImage ## Create the VM in Azure -New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $VirtualMachine +New-AzureRMVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $VirtualMachine @@ -4777,58 +4777,58 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - Get-AzureVM + Get-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM - Start-AzureVM + Start-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM - Update-AzureVM + Update-AzureRMVM - Add-AzureVMDataDisk + Add-AzureRMVMDataDisk - Add-AzureVMNetworkInterface + Add-AzureRMVMNetworkInterface - New-AzureVMConfig + New-AzureRMVMConfig - Set-AzureVMOperatingSystem + Set-AzureRMVMOperatingSystem - Set-AzureVMSourceImage + Set-AzureRMVMSourceImage - Set-AzureVMOSDisk + Set-AzureRMVMOSDisk - Remove-AzureAvailabilitySet + Remove-AzureRMAvailabilitySet Removes an availability set from Azure. @@ -4840,11 +4840,11 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - The Remove-AzureAvailabilitySet cmdlet removes an availability set from Azure. + The Remove-AzureRMAvailabilitySet cmdlet removes an availability set from Azure. - Remove-AzureAvailabilitySet + Remove-AzureRMAvailabilitySet ResourceGroupName @@ -4967,7 +4967,7 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - PS C:\>Remove-AzureAvailabilitySet -Name "AvailabilitySet03" -ResourceGroupName "ResourceGroup11" + PS C:\>Remove-AzureRMAvailabilitySet -Name "AvailabilitySet03" -ResourceGroupName "ResourceGroup11" This command removes an availability set named AvailablitySet03 in the resource group named ResourceGroup11. @@ -4983,18 +4983,18 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - New-AzureAvailabilitySet + New-AzureRMAvailabilitySet - Remove-AzureVMAccessExtension + Remove-AzureRMVMAccessExtension Removes the VMAccess extension from a virtual machine. @@ -5006,11 +5006,11 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - The Remove-AzureVMAccessExtension cmdlet removes the Virtual Machine Access (VMAccess) Virtual Machine Extension from a virtual machine. + The Remove-AzureRMVMAccessExtension cmdlet removes the Virtual Machine Access (VMAccess) Virtual Machine Extension from a virtual machine. - Remove-AzureVMAccessExtension + Remove-AzureRMVMAccessExtension ResourceGroupName @@ -5165,22 +5165,22 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - Get-AzureVMAccessExtension + Get-AzureRMVMAccessExtension - Set-AzureVMAccessExtension + Set-AzureRMVMAccessExtension - Remove-AzureVMExtension + Remove-AzureRMVMExtension - Remove-AzureVMCustomScriptExtension + Remove-AzureRMVMCustomScriptExtension Removes a custom script extension from a virtual machine. @@ -5192,11 +5192,11 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - The Remove-AzureVMCustomScriptExtension cmdlet removes a custom script Virtual Machine Extension from a virtual machine. + The Remove-AzureRMVMCustomScriptExtension cmdlet removes a custom script Virtual Machine Extension from a virtual machine. - Remove-AzureVMCustomScriptExtension + Remove-AzureRMVMCustomScriptExtension ResourceGroupName @@ -5351,18 +5351,18 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - Get-AzureVMCustomScriptExtension + Get-AzureRMVMCustomScriptExtension - Set-AzureVMCustomScriptExtension + Set-AzureRMVMCustomScriptExtension - Remove-AzureVMDataDisk + Remove-AzureRMVMDataDisk Removes a data disk from a virtual machine. @@ -5374,15 +5374,15 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - The Remove-AzureVMDataDisk cmdlet removes a data disk from a virtual machine. + The Remove-AzureRMVMDataDisk cmdlet removes a data disk from a virtual machine. - Remove-AzureVMDataDisk + Remove-AzureRMVMDataDisk VM - Specifies the local virtual machine object from which to remove a data disk. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the local virtual machine object from which to remove a data disk. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -5430,7 +5430,7 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu VM - Specifies the local virtual machine object from which to remove a data disk. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the local virtual machine object from which to remove a data disk. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -5483,12 +5483,12 @@ New-AzureVM -ResourceGroupName $ResourceGroupName -Location $Location -VM $Virtu - PS C:\>$VirtualMachine = Get-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -PS C:\> Remove-AzureVMDataDisk -VM $VirtualMachine -Name "disk3" -PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -VM $VirtualMachine + PS C:\>$VirtualMachine = Get-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" +PS C:\> Remove-AzureRMVMDataDisk -VM $VirtualMachine -Name "disk3" +PS C:\> Update-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -VM $VirtualMachine - The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureVM cmdlet. The command stores the virtual machine in the $VirtualMachine variable. + The first command gets the virtual machine named VirtualMachine07 by using the Get-AzureRMVM cmdlet. The command stores the virtual machine in the $VirtualMachine variable. The second command removes the data disk named disk3 from the virtual machine stored in $VirtualMachine. The final command updates the state of the virtual machine stored in $VirtualMachine in ResourceGroup11. @@ -5503,18 +5503,18 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - Add-AzureVMDataDisk + Add-AzureRMVMDataDisk - Get-AzureVM + Get-AzureRMVM - Remove-AzureVMExtension + Remove-AzureRMVMExtension Removes an extension from a virtual machine. @@ -5526,11 +5526,11 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - The Remove-AzureVMExtension cmdlet removes an extension from the Virtual Machine Extensions of a virtual machine. + The Remove-AzureRMVMExtension cmdlet removes an extension from the Virtual Machine Extensions of a virtual machine. - Remove-AzureVMExtension + Remove-AzureRMVMExtension ResourceGroupName @@ -5672,7 +5672,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - PS C:\>Remove-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Name "ContosoTest" -VMName "VirtualMachine22" + PS C:\>Remove-AzureRMVMExtension -ResourceGroupName "ResourceGroup11" -Name "ContosoTest" -VMName "VirtualMachine22" This command removes the extension named ContosoTest from the virtual machine named VirtualMachine22 in ResourceGroup11. @@ -5688,18 +5688,18 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - Get-AzureVMExtension + Get-AzureRMVMExtension - Set-AzureVMExtension + Set-AzureRMVMExtension - Remove-AzureVMNetworkInterface + Remove-AzureRMVMNetworkInterface Removes a network interface from a virtual machine. @@ -5711,15 +5711,15 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - The Remove-AzureVMNetworkInterface cmdlet removes a network interface from a virtual machine. + The Remove-AzureRMVMNetworkInterface cmdlet removes a network interface from a virtual machine. - Remove-AzureVMNetworkInterface + Remove-AzureRMVMNetworkInterface VM - Specifies the virtual machine from which this cmdlet removes a network interface. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the virtual machine from which this cmdlet removes a network interface. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -5767,7 +5767,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac VM - Specifies the virtual machine from which this cmdlet removes a network interface. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the virtual machine from which this cmdlet removes a network interface. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -5829,14 +5829,14 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - Get-AzureVM + Get-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM Removes a virtual machine from Azure. @@ -5848,11 +5848,11 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - The Remove-AzureVM cmdlet removes a virtual machine from Azure. + The Remove-AzureRMVM cmdlet removes a virtual machine from Azure. - Remove-AzureVM + Remove-AzureRMVM ResourceGroupName @@ -5975,7 +5975,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - PS C:\>Remove-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" + PS C:\>Remove-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" This command removes the virtual machine named VirtualMachine07 in the resource group ResourceGroup11. @@ -5991,34 +5991,34 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - Get-AzureVM + Get-AzureRMVM - New-AzureVM + New-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM - Start-AzureVM + Start-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM - Update-AzureVM + Update-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM Restarts an Azure virtual machine. @@ -6030,11 +6030,11 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - The Restart-AzureVM cmdlet restarts an Azure virtual machine. + The Restart-AzureRMVM cmdlet restarts an Azure virtual machine. - Restart-AzureVM + Restart-AzureRMVM ResourceGroupName @@ -6139,7 +6139,7 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - PS C:\>Restart-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" + PS C:\>Restart-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" This command restarts the virtual machine named VirtualMachine07 in ResourceGroup11. @@ -6155,34 +6155,34 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - Get-AzureVM + Get-AzureRMVM - New-AzureVM + New-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM - Start-AzureVM + Start-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM - Update-AzureVM + Update-AzureRMVM - Save-AzureVMImage + Save-AzureRMVMImage Captures a virtual machine as a VMImage. @@ -6194,12 +6194,12 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - The Save-AzureVMImage cmdlet captures a virtual machine as a VMImage. Before you create a virtual machine image, sysprep the virtual machine, and then mark it as generalized by using the Set-AzureVM cmdlet. + The Save-AzureRMVMImage cmdlet captures a virtual machine as a VMImage. Before you create a virtual machine image, sysprep the virtual machine, and then mark it as generalized by using the Set-AzureRMVM cmdlet. The output of this cmdlet is a JavaScript Object Notation (JSON) template. You can deploy virtual machines from your captured image. - Save-AzureVMImage + Save-AzureRMVMImage ResourceGroupName @@ -6360,8 +6360,8 @@ PS C:\> Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMac - PS C:\>Set-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Generalized -PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -DestinationContainerName "VMContainer01" -VHDNamePrefix "VM07" + PS C:\>Set-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Generalized +PS C:\> Save-AzureRMVMImage -ResourceGroupName "ResourceGroup11" -VMName "VirtualMachine07" -DestinationContainerName "VMContainer01" -VHDNamePrefix "VM07" The first marks the virtual machine named VirtualMachine07 as generalized. @@ -6378,30 +6378,30 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - Get-AzureVMImage + Get-AzureRMVMImage - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher - Get-AzureVMImageSku + Get-AzureRMVMImageSku - Set-AzureVM + Set-AzureRMVM - Set-AzureVMAccessExtension + Set-AzureRMVMAccessExtension Adds the VMAccess extension to a virtual machine. @@ -6413,11 +6413,11 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - The Set-AzureVMAccessExtension cmdlet adds the Virtual Machine Access (VMAccess) Virtual Machine Extension to a virtual machine. VMAccess can reset the virtual machine user name and password. + The Set-AzureRMVMAccessExtension cmdlet adds the Virtual Machine Access (VMAccess) Virtual Machine Extension to a virtual machine. VMAccess can reset the virtual machine user name and password. - Set-AzureVMAccessExtension + Set-AzureRMVMAccessExtension ResourceGroupName @@ -6442,7 +6442,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu TypeHandlerVersion - Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. + Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureRMVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. String @@ -6540,7 +6540,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu TypeHandlerVersion - Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. + Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureRMVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. String @@ -6617,7 +6617,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - PS C:\> Set-AzureVMAccessExtension -ResourceGroupName "ResrouceGroup11" -Location "Central US" -VMName "VirtualMachine07" -Name "ContosoTest" -TypeHandlerVersion "2.0" -UserName "PFuller" -Password "Password" + PS C:\> Set-AzureRMVMAccessExtension -ResourceGroupName "ResrouceGroup11" -Location "Central US" -VMName "VirtualMachine07" -Name "ContosoTest" -TypeHandlerVersion "2.0" -UserName "PFuller" -Password "Password" This command adds a VMAccess extension for the virtual machine named VirtualMachine07 in ResrouceGroup11. The command specifies the name and type handler version for VMAccess. @@ -6633,26 +6633,26 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - Get-AzureVMAccessExtension + Get-AzureRMVMAccessExtension - Remove-AzureVMAccessExtension + Remove-AzureRMVMAccessExtension - Set-AzureVMExtension + Set-AzureRMVMExtension - Get-AzureVMExtensionImage + Get-AzureRMVMExtensionImage - Set-AzureVMCustomScriptExtension + Set-AzureRMVMCustomScriptExtension Adds a custom script extension to a virtual machine. @@ -6664,11 +6664,11 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - The Set-AzureVMCustomScriptExtension cmdlet adds a custom script Virtual Machine Extension to a virtual machine. This extension allows you to run your own scripts on the virtual machine. + The Set-AzureRMVMCustomScriptExtension cmdlet adds a custom script Virtual Machine Extension to a virtual machine. This extension allows you to run your own scripts on the virtual machine. - Set-AzureVMCustomScriptExtension + Set-AzureRMVMCustomScriptExtension ResourceGroupName @@ -6714,7 +6714,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu TypeHandlerVersion - Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. + Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureRMVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. String @@ -6762,7 +6762,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - Set-AzureVMCustomScriptExtension + Set-AzureRMVMCustomScriptExtension ResourceGroupName @@ -6794,7 +6794,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu TypeHandlerVersion - Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. + Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureRMVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. String @@ -6976,7 +6976,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu TypeHandlerVersion - Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. + Specifies the version of the extension to use for this virtual machine. To obtain the version, run the Get-AzureRMVMExtensionImage cmdlet with a value of Microsoft.Compute for the PublisherName parameter and VMAccessAgent for the Type parameter. String @@ -7041,7 +7041,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - PS C:\>Set-AzureVMCustomScriptExtension -ResourceGroupName "ResourceGroup11" -Location "Central US" -VMName "VirtualMachine07" -Name "contosotest" -TypeHandlerVersion "1.1" -StorageAccountName "contoso" -StorageAccountKey <StorageKey> -FileName "contososcript.exe" -ContainerName "scripts" + PS C:\>Set-AzureRMVMCustomScriptExtension -ResourceGroupName "ResourceGroup11" -Location "Central US" -VMName "VirtualMachine07" -Name "contosotest" -TypeHandlerVersion "1.1" -StorageAccountName "contoso" -StorageAccountKey <StorageKey> -FileName "contososcript.exe" -ContainerName "scripts" This command adds a custom script to the virtual machine named VirtualMachine07. The script file is contososcript.exe. @@ -7057,18 +7057,18 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - Get-AzureVMCustomScriptExtension + Get-AzureRMVMCustomScriptExtension - Remove-AzureVMCustomScriptExtension + Remove-AzureRMVMCustomScriptExtension - Set-AzureVMExtension + Set-AzureRMVMExtension Updates extension properties or adds an extension to a virtual machine. @@ -7080,11 +7080,11 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - The Set-AzureVMExtension cmdlet updates properties for existing Virtual Machine Extensions or adds an extension to a virtual machine. + The Set-AzureRMVMExtension cmdlet updates properties for existing Virtual Machine Extensions or adds an extension to a virtual machine. - Set-AzureVMExtension + Set-AzureRMVMExtension ResourceGroupName @@ -7157,7 +7157,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu - Set-AzureVMExtension + Set-AzureRMVMExtension ResourceGroupName @@ -7421,7 +7421,7 @@ PS C:\> Save-AzureVMImage -ResourceGroupName "ResourceGroup11" -VMName "Virtu PS C:\>$Settings = @{"fileUris" = "[]"; "commandToExecute" = ""}; PS C:\> $ProtectedSettings = @{"storageAccountName" = $stoname; "storageAccountKey" = $stokey}; -PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location "West US" -VMName "VirtualMachine22" -Name "ContosoTest" -Publisher "Contoso.Compute" -Type "CustomScriptExtension" -TypeHandlerVersion "1.1" -Settings $Settings -ProtectedSettings $ProtectedSettings; +PS C:\> Set-AzureRMVMExtension -ResourceGroupName "ResourceGroup11" -Location "West US" -VMName "VirtualMachine22" -Name "ContosoTest" -Publisher "Contoso.Compute" -Type "CustomScriptExtension" -TypeHandlerVersion "1.1" -Settings $Settings -ProtectedSettings $ProtectedSettings; The first two commands use standard Windows PowerShell® syntax to create hash tables, and then stores those hash tables in the $Settings and $ProtectedSettings variables. For more information, type Get-Help about_Hash_Tables. The second command includes two values previously created and stored in variables. @@ -7443,7 +7443,7 @@ PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location " PS C:\>$SettingsString = '{"fileUris":[],"commandToExecute":""}'; PS C:\> $ProtectedSettingsString = '{"storageAccountName":"' + $stoname + '","storageAccountKey":"' + $stokey + '"}'; -PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location "West US" -VMName "VirtualMachine22" -Name "CustomScriptExtension" -Publisher "Contoso.Compute" -Type "CustomScriptExtension" -TypeHandlerVersion "1.1" -SettingString $SettingsString -ProtectedSettingString $ProtectedSettingsString ; +PS C:\> Set-AzureRMVMExtension -ResourceGroupName "ResourceGroup11" -Location "West US" -VMName "VirtualMachine22" -Name "CustomScriptExtension" -Publisher "Contoso.Compute" -Type "CustomScriptExtension" -TypeHandlerVersion "1.1" -SettingString $SettingsString -ProtectedSettingString $ProtectedSettingsString ; The first two commands create strings that contain settings, and then stores them in the $SettingsString and $ProtectedSettingsString variables. @@ -7460,18 +7460,18 @@ PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location " - Get-AzureVMExtension + Get-AzureRMVMExtension - Remove-AzureVMExtension + Remove-AzureRMVMExtension - Set-AzureVMOperatingSystem + Set-AzureRMVMOperatingSystem Sets operating system properties for a virtual machine. @@ -7483,15 +7483,15 @@ PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location " - The Set-AzureVMOperatingSystem cmdlet sets operating system properties for a virtual machine. You can specify logon credentials computer name, and operating system type. + The Set-AzureRMVMOperatingSystem cmdlet sets operating system properties for a virtual machine. You can specify logon credentials computer name, and operating system type. - Set-AzureVMOperatingSystem + Set-AzureRMVMOperatingSystem VM - Specifies the local virtual machine object on which to set operating system properties. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the local virtual machine object on which to set operating system properties. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -7569,11 +7569,11 @@ PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location " - Set-AzureVMOperatingSystem + Set-AzureRMVMOperatingSystem VM - Specifies the local virtual machine object on which to set operating system properties. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the local virtual machine object on which to set operating system properties. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -7731,7 +7731,7 @@ PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location " VM - Specifies the local virtual machine object on which to set operating system properties. To obtain a virtual machine object, use the Get-AzureVM cmdlet. Create a virtual machine object by using the New-AzureVMConfig cmdlet. + Specifies the local virtual machine object on which to set operating system properties. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. Create a virtual machine object by using the New-AzureRMVMConfig cmdlet. PSVirtualMachine @@ -7834,20 +7834,20 @@ PS C:\> Set-AzureVMExtension -ResourceGroupName "ResourceGroup11" -Location " PS C:\>$SecurePassword = ConvertTo-SecureString "password" -AsPlainText -Force PS C:\> $Credential = New-Object System.Management.Automation.PSCredential ("FullerP", $SecurePassword); -PS C:\> $AvailabilitySet = Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id +PS C:\> $AvailabilitySet = Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" +PS C:\> $VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id PS C:\> $ComputerName = "ContosoVM122" PS C:\> $WinRMCertUrl = "http://keyVaultName.vault.azure.net/secrets/secretName/secretVersion" PS C:\> $TimeZone = "Pacific Standard Time" PS C:\> $CustomData = "echo 'Hello World'" -PS C:\> $VirtualMachine = Set-AzureVMOperatingSystem -VM $$VirtualMachine -Windows -ComputerName $ComputerName -Credential $Credential -CustomData $CustomData -WinRMHttp -WinRMHttps -WinRMCertificateUrl $WinRMCertUrl -ProvisionVMAgent -EnableAutoUpdate -TimeZone $TimeZone +PS C:\> $VirtualMachine = Set-AzureRMVMOperatingSystem -VM $$VirtualMachine -Windows -ComputerName $ComputerName -Credential $Credential -CustomData $CustomData -WinRMHttp -WinRMHttps -WinRMCertificateUrl $WinRMCertUrl -ProvisionVMAgent -EnableAutoUpdate -TimeZone $TimeZone The first command converts a password to a secure string, and then stores it in the $SecurePassword variable. For more information, type Get-Help ConvertTo-SecureString. The second command creates a credential for the user FullerP and the password stored in $SecurePassword, and then stores the credential in the $Credential variable. For more information, type Get-Help New-Object. The third command gets the availability set named AvailablitySet03 in the resource group named ResourceGroup11, and then stores that object in the $AvailabilitySet variable. The fourth command creates a virtual machine object, and then stores it in the $VirtualMachine variable. The command assigns a name and size to the virtual machine. The virtual machine belongs to the availability set stored in $AvailabilitySet. - The next four commands assign values to variables to use in the following command. Because you could specify these strings directly in the Set-AzureVMOperatingSystem command, this approach is used only for readability. However, you might use an approach such as this in scripts. + The next four commands assign values to variables to use in the following command. Because you could specify these strings directly in the Set-AzureRMVMOperatingSystem command, this approach is used only for readability. However, you might use an approach such as this in scripts. The final command sets operating system properties for the virtual machine stored in $VirtualMachine. The command uses the credentials stored in $Credential. The command uses variables assigned in previous commands for some parameters. @@ -7861,18 +7861,18 @@ PS C:\> $VirtualMachine = Set-AzureVMOperatingSystem -VM $$VirtualMachine -Wi - Get-AzureVM + Get-AzureRMVM - New-AzureVMConfig + New-AzureRMVMConfig - Set-AzureVMOSDisk + Set-AzureRMVMOSDisk Sets the operating system disk properties on a virtual machine. @@ -7884,15 +7884,15 @@ PS C:\> $VirtualMachine = Set-AzureVMOperatingSystem -VM $$VirtualMachine -Wi - The Set-AzureVMOSDisk cmdlet set the operating system disk properties on a virtual machine. + The Set-AzureRMVMOSDisk cmdlet set the operating system disk properties on a virtual machine. - Set-AzureVMOSDisk + Set-AzureRMVMOSDisk VM - Specifies the local virtual machine object on which to set operating system disk properties. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the local virtual machine object on which to set operating system disk properties. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -7968,11 +7968,11 @@ The default value is ReadWrite. Changing the caching value causes the virtual ma - Set-AzureVMOSDisk + Set-AzureRMVMOSDisk VM - Specifies the local virtual machine object on which to set operating system disk properties. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the local virtual machine object on which to set operating system disk properties. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -8151,7 +8151,7 @@ The default value is ReadWrite. Changing the caching value causes the virtual ma VM - Specifies the local virtual machine object on which to set operating system disk properties. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + Specifies the local virtual machine object on which to set operating system disk properties. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. PSVirtualMachine @@ -8216,9 +8216,9 @@ The default value is ReadWrite. Changing the caching value causes the virtual ma - PS C:\>$AvailabilitySet = Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id -PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vhd" -Caching ReadWrite + PS C:\>$AvailabilitySet = Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" +PS C:\> $VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id +PS C:\> Set-AzureRMVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vhd" -Caching ReadWrite The first command gets the availability set named AvailablitySet03 in the resource group named ResourceGroup11, and then stores that object in the $AvailabilitySet variable. @@ -8236,22 +8236,22 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh - Get-AzureVM + Get-AzureRMVM - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - New-AzureVMConfig + New-AzureRMVMConfig - Set-AzureVMSourceImage + Set-AzureRMVMSourceImage Specifies the platform image for a virtual machine. @@ -8263,11 +8263,11 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh - The Set-AzureVMSourceImage cmdlet specifies the platform image to use for a virtual machine. + The Set-AzureRMVMSourceImage cmdlet specifies the platform image to use for a virtual machine. - Set-AzureVMSourceImage + Set-AzureRMVMSourceImage VM @@ -8291,7 +8291,7 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh - Set-AzureVMSourceImage + Set-AzureRMVMSourceImage VM @@ -8302,21 +8302,21 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh PublisherName - Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureRMVMImagePublisher cmdlet. System.String Offer - Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureVMImageOffer cmdlet. + Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureRMVMImageOffer cmdlet. System.String Skus - Specfies a VMImage SKU. To obtain SKUs, use the Get-AzureVMImageSku cmdlet. + Specfies a VMImage SKU. To obtain SKUs, use the Get-AzureRMVMImageSku cmdlet. System.String @@ -8352,7 +8352,7 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh Offer - Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureVMImageOffer cmdlet. + Specifies the type of VMImage offer. To obtain an image offer, use the Get-AzureRMVMImageOffer cmdlet. System.String @@ -8376,7 +8376,7 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh PublisherName - Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureVMImagePublisher cmdlet. + Specifies the name of a publisher of a VMImage. To obtain a publisher, use the Get-AzureRMVMImagePublisher cmdlet. System.String @@ -8388,7 +8388,7 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh Skus - Specfies a VMImage SKU. To obtain SKUs, use the Get-AzureVMImageSku cmdlet. + Specfies a VMImage SKU. To obtain SKUs, use the Get-AzureRMVMImageSku cmdlet. System.String @@ -8465,15 +8465,15 @@ PS C:\> Set-AzureVMOSDisk -VM $VirtualMachine -Name "OsDisk02" -VhdUri "os.vh - PS C:\>AvailabilitySet = Get-AzureAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" -PS C:\> $VirtualMachine = New-AzureVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id -PS C:\> Set-AzureVMSourceImage -VM $VirtualMachine -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Skus "2012-R2-Datacenter" -Version "latest" + PS C:\>AvailabilitySet = Get-AzureRMAvailabilitySet -ResourceGroupName "ResourceGroup11" -Name "AvailabilitySet03" +PS C:\> $VirtualMachine = New-AzureRMVMConfig -VMName "VirtualMachine07" -VMSize "Standard_A1" -AvailabilitySetID $AvailabilitySet.Id +PS C:\> Set-AzureRMVMSourceImage -VM $VirtualMachine -PublisherName "MicrosoftWindowsServer" -Offer "WindowsServer" -Skus "2012-R2-Datacenter" -Version "latest" The first command gets the availability set named AvailablitySet03 in the resource group named ResourceGroup11, and then stores that object in the $AvailabilitySet variable. The second command creates a virtual machine object, and then stores it in the $VirtualMachine variable. The command assigns a name and size to the virtual machine. The virtual machine belongs to the availability set stored in $AvailabilitySet. - The final command sets values for publisher name, offer, SKU, and version. The Get-AzureVMImagePublisher, Get-AzureVMImageOffer, Get-AzureVMImageSku, and Get-AzureVMImage cmdlets can discover these settings. + The final command sets values for publisher name, offer, SKU, and version. The Get-AzureRMVMImagePublisher, Get-AzureRMVMImageOffer, Get-AzureRMVMImageSku, and Get-AzureRMVMImage cmdlets can discover these settings. @@ -8489,12 +8489,12 @@ PS C:\> Set-AzureVMSourceImage -VM $VirtualMachine -PublisherName "MicrosoftW - PS C:\>$Publisher = (Get-AzureVMImagePublisher -Location "Central US") | select -ExpandProperty PublisherName | where { $_ -like '*Microsoft*Windows*Server' } -PS C:\> $Offer = (Get-AzureVMImageOffer -Location "Central US" -PublisherName $Publisher[0]) | select -ExpandProperty Offer | where { $_ -like '*Windows*' } -PS C:\> $Sku = (Get-AzureVMImageSku -Location "Central US" -PublisherName $Publisher[0] -Offer $Offer[0]) | select -ExpandProperty Skus -PS C:\> $Versions = (Get-AzureVMImage -Location "Central US" -Offer -Offer $Offer[0] -PublisherName $Publisher[0] -Skus $Sku[0]) | select -ExpandProperty Version -PS C:\> $VMImage = Get-AzureVMImage -Location "Central US" -Offer -Offer $Offer[0] -PublisherName $Publisher[0] -Skus $Sku[0] -Version $Versions[0] -PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -ImageReference $VMImage + PS C:\>$Publisher = (Get-AzureRMVMImagePublisher -Location "Central US") | select -ExpandProperty PublisherName | where { $_ -like '*Microsoft*Windows*Server' } +PS C:\> $Offer = (Get-AzureRMVMImageOffer -Location "Central US" -PublisherName $Publisher[0]) | select -ExpandProperty Offer | where { $_ -like '*Windows*' } +PS C:\> $Sku = (Get-AzureRMVMImageSku -Location "Central US" -PublisherName $Publisher[0] -Offer $Offer[0]) | select -ExpandProperty Skus +PS C:\> $Versions = (Get-AzureRMVMImage -Location "Central US" -Offer -Offer $Offer[0] -PublisherName $Publisher[0] -Skus $Sku[0]) | select -ExpandProperty Version +PS C:\> $VMImage = Get-AzureRMVMImage -Location "Central US" -Offer -Offer $Offer[0] -PublisherName $Publisher[0] -Skus $Sku[0] -Version $Versions[0] +PS C:\> $VirtualMachine07 = Set-AzureRMVMSourceImage -VM $VirtualMachine07 -ImageReference $VMImage This example sets source image settings by using the image reference method. @@ -8510,34 +8510,34 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureAvailabilitySet + Get-AzureRMAvailabilitySet - New-AzureVMConfig + New-AzureRMVMConfig - Get-AzureVMImagePublisher + Get-AzureRMVMImagePublisher - Get-AzureVMImageOffer + Get-AzureRMVMImageOffer - Get-AzureVMImageSku + Get-AzureRMVMImageSku - Get-AzureVMImage + Get-AzureRMVMImage - Set-AzureVM + Set-AzureRMVM Marks a virtual machine as generalized. @@ -8549,11 +8549,11 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - The Set-AzureVM cmdlet marks a virtual machine as generalized. Before you run this cmdlet, log on to the virtual machine and use Sysprep to prepare the hard disk. + The Set-AzureRMVM cmdlet marks a virtual machine as generalized. Before you run this cmdlet, log on to the virtual machine and use Sysprep to prepare the hard disk. - Set-AzureVM + Set-AzureRMVM ResourceGroupName @@ -8676,7 +8676,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - PS C:\>Set-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Generalized + PS C:\>Set-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -Generalized This command marks the virtual machine named VirtualMachine07 as generalized. @@ -8692,14 +8692,14 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureVM + Get-AzureRMVM - Start-AzureVM + Start-AzureRMVM Starts an Azure virtual machine. @@ -8711,11 +8711,11 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - The Start-AzureVM cmdlet starts an Azure virtual machine. + The Start-AzureRMVM cmdlet starts an Azure virtual machine. - Start-AzureVM + Start-AzureRMVM ResourceGroupName @@ -8820,7 +8820,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - PS C:\>Start-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" + PS C:\>Start-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" This command starts the virtual machine named VirtualMachine07 in ResourceGroup11. @@ -8836,34 +8836,34 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureVM + Get-AzureRMVM - New-AzureVM + New-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM - Update-AzureVM + Update-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM Stops an Azure virtual machine. @@ -8875,11 +8875,11 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - The Stop-AzureVM cmdlet stops an Azure virtual machine. + The Stop-AzureRMVM cmdlet stops an Azure virtual machine. - Stop-AzureVM + Stop-AzureRMVM ResourceGroupName @@ -9020,7 +9020,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - PS C:\>Stop-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" + PS C:\>Stop-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" This command stops the virtual machine named VirtualMachine07 in ResourceGroup11. @@ -9036,34 +9036,34 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureVM + Get-AzureRMVM - New-AzureVM + New-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM - Start-AzureVM + Start-AzureRMVM - Update-AzureVM + Update-AzureRMVM - Update-AzureVM + Update-AzureRMVM Updates the state of an Azure virtual machine. @@ -9075,11 +9075,11 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - The Update-AzureVM cmdlet updates the state of an Azure virtual machine to the state of a virtual machine object. + The Update-AzureRMVM cmdlet updates the state of an Azure virtual machine to the state of a virtual machine object. - Update-AzureVM + Update-AzureRMVM Name @@ -9112,7 +9112,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima VM - Specifies a local virtual machine object. To obtain a virtual machine object, use the Get-AzureVM cmdlet. This virtual machine object contains the updated state for the virtual machine. + Specifies a local virtual machine object. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. This virtual machine object contains the updated state for the virtual machine. PSVirtualMachine @@ -9171,7 +9171,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima VM - Specifies a local virtual machine object. To obtain a virtual machine object, use the Get-AzureVM cmdlet. This virtual machine object contains the updated state for the virtual machine. + Specifies a local virtual machine object. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. This virtual machine object contains the updated state for the virtual machine. PSVirtualMachine @@ -9224,10 +9224,10 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - PS C:\>Update-AzureVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -VM $VirtualMachine + PS C:\>Update-AzureRMVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07" -VM $VirtualMachine - This command updates the virtual machine named VirtualMachine07 in ResourceGroup11. The command updates it by using another virtual machine object, stored in the $VirtualMachine variable. To obtain a virtual machine object, use the Get-AzureVM cmdlet. + This command updates the virtual machine named VirtualMachine07 in ResourceGroup11. The command updates it by using another virtual machine object, stored in the $VirtualMachine variable. To obtain a virtual machine object, use the Get-AzureRMVM cmdlet. @@ -9240,31 +9240,31 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureVM + Get-AzureRMVM - New-AzureVM + New-AzureRMVM - Remove-AzureVM + Remove-AzureRMVM - Restart-AzureVM + Restart-AzureRMVM - Start-AzureVM + Start-AzureRMVM - Stop-AzureVM + Stop-AzureRMVM - New-AzureVMConfig + New-AzureRMVMConfig @@ -9274,7 +9274,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Remove-AzureVMDscExtension + Remove-AzureRMVMDscExtension Removes DSC extension handler from a VM in a resource group @@ -9290,7 +9290,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Remove-AzureVMDscExtension + Remove-AzureRMVMDscExtension ResourceGroupName @@ -9308,7 +9308,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima Name - Name of the ARM resource that represents the extension. The Set-AzureVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Remove-AzureVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template + Name of the ARM resource that represents the extension. The Set-AzureRMVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Remove-AzureRMVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template String @@ -9342,7 +9342,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima Name - Name of the ARM resource that represents the extension. The Set-AzureVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Remove-AzureVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template + Name of the ARM resource that represents the extension. The Set-AzureRMVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Remove-AzureRMVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template String @@ -9392,11 +9392,11 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima PS C:\> - PS C:\> Remove-AzureVMDscExtension –ResouceGroupName Name -VMName VM -Name DSC + PS C:\> Remove-AzureRMVMDscExtension –ResouceGroupName Name -VMName VM -Name DSC Description ----------- - Removes the extension (Name - 'DSC') on virtual machine 'VM'. Specify Name parameter only when you changed its default value 'Microsoft.Powershell.DSC' to something else ('DSC' in this case) either through Set-AzureVMDscExtension cmdlet or an ARM template. + Removes the extension (Name - 'DSC') on virtual machine 'VM'. Specify Name parameter only when you changed its default value 'Microsoft.Powershell.DSC' to something else ('DSC' in this case) either through Set-AzureRMVMDscExtension cmdlet or an ARM template. @@ -9417,7 +9417,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureVMDscExtension + Get-AzureRMVMDscExtension Gets the settings of the DSC extension on a particular VM @@ -9435,7 +9435,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima - Get-AzureVMDscExtension + Get-AzureRMVMDscExtension ResourceGroupName @@ -9453,7 +9453,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima Name - Name of the ARM resource that represents the extension. The Set-AzureVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Get-AzureVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template. + Name of the ARM resource that represents the extension. The Set-AzureRMVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Get-AzureRMVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template. String @@ -9496,7 +9496,7 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima Name - Name of the ARM resource that represents the extension. The Set-AzureVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Get-AzureVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template. + Name of the ARM resource that represents the extension. The Set-AzureRMVMDscExtension cmdlet sets this name to 'Microsoft.Powershell.DSC', which is the same value used by Get-AzureRMVMDscExtension. Specify this parameter only if you changed the default name in the Set cmdlet or used a different resource name in an ARM template. String @@ -9574,11 +9574,11 @@ PS C:\> $VirtualMachine07 = Set-AzureVMSourceImage -VM $VirtualMachine07 -Ima C:\PS> -Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' +Get-AzureRMVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' Description ----------- - Retrieves the settings of extension (Name - 'DSC') on virtual machine 'VM'. Specify Name parameter only when you changed its default value 'Microsoft.Powershell.DSC' to something else ('DSC' in this case) either through Set-AzureVMDscExtension cmdlet or an ARM template. + Retrieves the settings of extension (Name - 'DSC') on virtual machine 'VM'. Specify Name parameter only when you changed its default value 'Microsoft.Powershell.DSC' to something else ('DSC' in this case) either through Set-AzureRMVMDscExtension cmdlet or an ARM template. @@ -9602,7 +9602,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' - Set-AzureVMDSCExtension + Set-AzureRMVMDSCExtension Configure the Windows PowerShell Desired State Configuration extension on a VM. @@ -9620,11 +9620,11 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' - Set-AzureVMDSCExtension + Set-AzureRMVMDSCExtension ArchiveBlobName - The name of the configuration file that was previously uploaded by Publish-AzureVMDSCConfiguration + The name of the configuration file that was previously uploaded by Publish-AzureRMVMDSCConfiguration string @@ -9652,7 +9652,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' Version - The version of the DSC extension that Set-AzureVMDSCExtension will apply the settings to. Allowed format N.N + The version of the DSC extension that Set-AzureRMVMDSCExtension will apply the settings to. Allowed format N.N string @@ -9694,7 +9694,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' Force - By default Set-AzureVMDscExtension will not overwrite any existing blobs. Use -Force to overwrite them + By default Set-AzureRMVMDscExtension will not overwrite any existing blobs. Use -Force to overwrite them @@ -9743,7 +9743,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' ArchiveBlobName - The name of the configuration file that was previously uploaded by Publish-AzureVMDSCConfiguration + The name of the configuration file that was previously uploaded by Publish-AzureRMVMDSCConfiguration string @@ -9803,7 +9803,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' Force - By default Set-AzureVMDscExtension will not overwrite any existing blobs. Use -Force to overwrite them + By default Set-AzureRMVMDscExtension will not overwrite any existing blobs. Use -Force to overwrite them SwitchParameter @@ -9887,7 +9887,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' Version - The version of the DSC extension that Set-AzureVMDSCExtension will apply the settings to. Allowed format N.N + The version of the DSC extension that Set-AzureRMVMDSCExtension will apply the settings to. Allowed format N.N string @@ -10000,13 +10000,13 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' C:\PS> - Set-AzureVMDscExtension -ResourceGroupName Name -VMName VM -ArchiveBlobName Sample.ps1.zip -ArchiveStorageAccountName Stg -ConfigurationName ConfigName -Version 1.10 -Location 'West US' + Set-AzureRMVMDscExtension -ResourceGroupName Name -VMName VM -ArchiveBlobName Sample.ps1.zip -ArchiveStorageAccountName Stg -ConfigurationName ConfigName -Version 1.10 -Location 'West US' Description ----------- - Sets the extension on the 'VM' to download Sample.ps1.zip (from the 'Stg' storage account and the default container 'windows-powershell-dsc') that was previously uploaded using Publish-AzureVMDscConfiguration cmdlet and invokes configuration 'ConfigName'. + Sets the extension on the 'VM' to download Sample.ps1.zip (from the 'Stg' storage account and the default container 'windows-powershell-dsc') that was previously uploaded using Publish-AzureRMVMDscConfiguration cmdlet and invokes configuration 'ConfigName'. @@ -10027,12 +10027,12 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' C:\PS> - Set-AzureVMDscExtension -ResourceGroupName Name -VMName vm -ArchiveBlobName Sample.ps1.zip -ArchiveStorageAccountName Stg -ConfigurationName ConfigName -ConfigurationArgument @{arg="val"} -ArchiveContainerName WindowsPowerShellDSC -ConfigurationData SampleData.psd1 -Version 1.10 -Location 'West US' + Set-AzureRMVMDscExtension -ResourceGroupName Name -VMName vm -ArchiveBlobName Sample.ps1.zip -ArchiveStorageAccountName Stg -ConfigurationName ConfigName -ConfigurationArgument @{arg="val"} -ArchiveContainerName WindowsPowerShellDSC -ConfigurationData SampleData.psd1 -Version 1.10 -Location 'West US' Description ----------- - Sets the extension on the VM to download Sample.ps1.zip (from the 'Stg' storage account and container 'WindowsPowerShellDSC' ) that was previously uploaded using Publish-AzureVMDscConfiguration cmdlet and invokes configuration 'ConfigName' with configuration data and arguments. + Sets the extension on the VM to download Sample.ps1.zip (from the 'Stg' storage account and container 'WindowsPowerShellDSC' ) that was previously uploaded using Publish-AzureRMVMDscConfiguration cmdlet and invokes configuration 'ConfigName' with configuration data and arguments. @@ -10053,12 +10053,12 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' C:\PS> - Set-AzureVMDscExtension -ResourceGroupName Name -VMName vm -ArchiveBlobName Sample.ps1.zip -ArchiveStorageAccountName Stg -ConfigurationName ConfigName -ConfigurationArgument @{arg="val"} -ArchiveContainerName WindowsPowerShellDSC -ConfigurationData SampleData.psd1 -Version 1.10 -Location 'West US' -AutoUpdate + Set-AzureRMVMDscExtension -ResourceGroupName Name -VMName vm -ArchiveBlobName Sample.ps1.zip -ArchiveStorageAccountName Stg -ConfigurationName ConfigName -ConfigurationArgument @{arg="val"} -ArchiveContainerName WindowsPowerShellDSC -ConfigurationData SampleData.psd1 -Version 1.10 -Location 'West US' -AutoUpdate Description ----------- - Sets the extension on the VM to download Sample.ps1.zip (from the 'Stg' storage account and container 'WindowsPowerShellDSC' ) that was previously uploaded using Publish-AzureVMDscConfiguration cmdlet and invokes configuration 'ConfigName' with configuration data and arguments. Also, enables auto update of extension handler to the latest version as and when it is available. + Sets the extension on the VM to download Sample.ps1.zip (from the 'Stg' storage account and container 'WindowsPowerShellDSC' ) that was previously uploaded using Publish-AzureRMVMDscConfiguration cmdlet and invokes configuration 'ConfigName' with configuration data and arguments. Also, enables auto update of extension handler to the latest version as and when it is available. @@ -10082,10 +10082,10 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' - Publish-AzureVMDscConfiguration + Publish-AzureRMVMDscConfiguration - Uploads a Desired State Configuration script to Azure blob storage, which later can be applied to Azure Virtual Machines using the Set-AzureVMDscExtension cmdlet. + Uploads a Desired State Configuration script to Azure blob storage, which later can be applied to Azure Virtual Machines using the Set-AzureRMVMDscExtension cmdlet. @@ -10095,12 +10095,12 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' - Uploads a Desired State Configuration script to Azure blob storage, which later can be applied to Azure Virtual Machines using the Set-AzureVMDscExtension cmdlet. + Uploads a Desired State Configuration script to Azure blob storage, which later can be applied to Azure Virtual Machines using the Set-AzureRMVMDscExtension cmdlet. - Publish-AzureVMDscConfiguration + Publish-AzureRMVMDscConfiguration ConfigurationPath @@ -10125,14 +10125,14 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' ConfigurationDataPath - Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration archive and then passed to the configuration function. It gets overwritten by the configuration data path provided through the Set-AzureVMDscExtension cmdlet + Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration archive and then passed to the configuration function. It gets overwritten by the configuration data path provided through the Set-AzureRMVMDscExtension cmdlet string Force - By default Publish-AzureVMDscConfiguration will not overwrite any existing blobs or files. Use -Force to overwrite them. + By default Publish-AzureRMVMDscConfiguration will not overwrite any existing blobs or files. Use -Force to overwrite them. @@ -10155,7 +10155,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' - Publish-AzureVMDscConfiguration + Publish-AzureRMVMDscConfiguration ConfigurationPath @@ -10194,14 +10194,14 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' ConfigurationDataPath - Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration archive and then passed to the configuration function. It gets overwritten by the configuration data path provided through the Set-AzureVMDscExtension cmdlet + Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration archive and then passed to the configuration function. It gets overwritten by the configuration data path provided through the Set-AzureRMVMDscExtension cmdlet string Force - By default Publish-AzureVMDscConfiguration will not overwrite any existing blobs or files. Use -Force to overwrite them. + By default Publish-AzureRMVMDscConfiguration will not overwrite any existing blobs or files. Use -Force to overwrite them. @@ -10248,7 +10248,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' ConfigurationDataPath - Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration archive and then passed to the configuration function. It gets overwritten by the configuration data path provided through the Set-AzureVMDscExtension cmdlet + Path to a .psd1 file that specifies the data for the Configuration. This is added to the configuration archive and then passed to the configuration function. It gets overwritten by the configuration data path provided through the Set-AzureRMVMDscExtension cmdlet string @@ -10284,7 +10284,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' Force - By default Publish-AzureVMDscConfiguration will not overwrite any existing blobs or files. Use -Force to overwrite them. + By default Publish-AzureRMVMDscConfiguration will not overwrite any existing blobs or files. Use -Force to overwrite them. SwitchParameter @@ -10435,7 +10435,7 @@ Get-AzureVMDscExtension -ResourceGroupName Name -VMName VM -Name 'DSC' C:\PS> -Publish-AzureVMDscConfiguration .\MyConfiguration.ps1 +Publish-AzureRMVMDscConfiguration .\MyConfiguration.ps1 Description ----------- @@ -10460,7 +10460,7 @@ Publish-AzureVMDscConfiguration .\MyConfiguration.ps1 C:\PS> -Publish-AzureVMDscConfiguration .\MyConfiguration.ps1 -OutputArchivePath .\MyConfiguration.ps1.zip +Publish-AzureRMVMDscConfiguration .\MyConfiguration.ps1 -OutputArchivePath .\MyConfiguration.ps1.zip Description ----------- @@ -10485,7 +10485,7 @@ Publish-AzureVMDscConfiguration .\MyConfiguration.ps1 -OutputArchivePath .\MyCon C:\PS> -Publish-AzureVMDscConfiguration -ConfigurationPath 'C:\Sample.ps1 -SkipDependencyDetection +Publish-AzureRMVMDscConfiguration -ConfigurationPath 'C:\Sample.ps1 -SkipDependencyDetection Description ----------- @@ -10510,7 +10510,7 @@ Publish-AzureVMDscConfiguration -ConfigurationPath 'C:\Sample.ps1 -SkipDependenc C:\PS> -Publish-AzureVMDscConfiguration -ConfigurationPath C:\Sample.ps1 -ConfigurationDataPath 'C:\SampleData.psd1' +Publish-AzureRMVMDscConfiguration -ConfigurationPath C:\Sample.ps1 -ConfigurationDataPath 'C:\SampleData.psd1' Description ----------- @@ -10535,7 +10535,7 @@ Publish-AzureVMDscConfiguration -ConfigurationPath C:\Sample.ps1 -ConfigurationD C:\PS> -Publish-AzureVMDscConfiguration -ConfigurationPath "C:\Sample.ps1" -AdditionalPath @("C:\ContentDir1", "C:\File.txt") -ConfigurationDataPath "C:\SampleData.psd1" +Publish-AzureRMVMDscConfiguration -ConfigurationPath "C:\Sample.ps1" -AdditionalPath @("C:\ContentDir1", "C:\File.txt") -ConfigurationDataPath "C:\SampleData.psd1" Description ----------- diff --git a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs index bc261e67223f..0bf1ce4c84f4 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs +++ b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.Designer.cs @@ -133,7 +133,7 @@ public static string AzureVMDscCreateArchiveAction { } /// - /// Looks up a localized string similar to Can not find your azure storage credential. Please specify an storage context using the -StorageContext parameter, or set the current storage account using "Set-AzureSubscription", or set the "AZURE_STORAGE_CONNECTION_STRING" environment variable.. + /// Looks up a localized string similar to Can not find your azure storage credential. Please specify an storage context using the -StorageContext parameter, or set the current storage account using "Set-AzureRMSubscription", or set the "AZURE_STORAGE_CONNECTION_STRING" environment variable.. /// public static string AzureVMDscDefaultStorageCredentialsNotFound { get { @@ -252,7 +252,7 @@ public static string CustomScriptExtensionTryToUseTheFirstSpecifiedFileAsRunScri } /// - /// Looks up a localized string similar to A data disk, {0}, is not currently assigned for this VM. Use Add-AzureVMDataDisk to add it.. + /// Looks up a localized string similar to A data disk, {0}, is not currently assigned for this VM. Use Add-AzureRMVMDataDisk to add it.. /// public static string DataDiskNotAssignedForVM { get { @@ -779,7 +779,7 @@ public static string PublishVMDscExtensionUploadArchiveConfigFileNotExist1 { } /// - /// Looks up a localized string similar to No current subscription has been designated. Use Select-AzureSubscription -Current <subscriptionName> to set the current subscription.. + /// Looks up a localized string similar to No current subscription has been designated. Use Select-AzureRMSubscription -Current <subscriptionName> to set the current subscription.. /// public static string StorageCredentialsFactoryCurrentSubscriptionNotSet { get { diff --git a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx index 706607059977..5e45726e6a8e 100644 --- a/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx +++ b/src/ResourceManager/Compute/Commands.Compute/Properties/Resources.resx @@ -236,7 +236,7 @@ The file needs to be a PowerShell script (.ps1 or .psm1). {0} = minimal required PS version, {1} = current PS version - Can not find your azure storage credential. Please specify an storage context using the -StorageContext parameter, or set the current storage account using "Set-AzureSubscription", or set the "AZURE_STORAGE_CONNECTION_STRING" environment variable. + Can not find your azure storage credential. Please specify an storage context using the -StorageContext parameter, or set the current storage account using "Set-AzureRMSubscription", or set the "AZURE_STORAGE_CONNECTION_STRING" environment variable. List of required modules: [{0}]. @@ -357,10 +357,10 @@ The file needs to be a PowerShell script (.ps1 or .psm1). Uploading - No current subscription has been designated. Use Select-AzureSubscription -Current <subscriptionName> to set the current subscription. + No current subscription has been designated. Use Select-AzureRMSubscription -Current <subscriptionName> to set the current subscription. - A data disk, {0}, is not currently assigned for this VM. Use Add-AzureVMDataDisk to add it. + A data disk, {0}, is not currently assigned for this VM. Use Add-AzureRMVMDataDisk to add it. Cannot deserialize settings string from Sql Server extension. Updating your Azure PowerShell SDK to the latest version may solve this problem. Settings string: diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/Microsoft.Azure.Commands.DataFactories.dll-Help.xml b/src/ResourceManager/DataFactories/Commands.DataFactories/Microsoft.Azure.Commands.DataFactories.dll-Help.xml index 8c513316ffee..af77e46e84a6 100644 --- a/src/ResourceManager/DataFactories/Commands.DataFactories/Microsoft.Azure.Commands.DataFactories.dll-Help.xml +++ b/src/ResourceManager/DataFactories/Commands.DataFactories/Microsoft.Azure.Commands.DataFactories.dll-Help.xml @@ -3,7 +3,7 @@ - Get-AzureDataFactory + Get-AzureRMDataFactory Gets information about Data Factory. @@ -15,12 +15,12 @@ - The Get-AzureDataFactory cmdlet gets information about data factories in an Azure resource group. If you specify the name of a data factory, this cmdlet gets information about that data factory. If you do not specify a name, this cmdlet gets information about all of the data factories in an Azure resource group. + The Get-AzureRMDataFactory cmdlet gets information about data factories in an Azure resource group. If you specify the name of a data factory, this cmdlet gets information about that data factory. If you do not specify a name, this cmdlet gets information about all of the data factories in an Azure resource group. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactory + Get-AzureRMDataFactory ResourceGroupName @@ -96,7 +96,7 @@ - PS C:\> Get-AzureDataFactory -ResourceGroupName "ADF" + PS C:\> Get-AzureRMDataFactory -ResourceGroupName "ADF" DataFactoryName : WikiADF ResourceGroupName : ADF Location : WestUS @@ -124,7 +124,7 @@ - PS C:\> $DataFactory = Get-AzureDataFactory -ResourceGroupName "ADF" -Name "WikiADF" + PS C:\> $DataFactory = Get-AzureRMDataFactory -ResourceGroupName "ADF" -Name "WikiADF" DataFactoryName : WikiADF ResourceGroupName : ADF Location : westus @@ -143,18 +143,18 @@ - New-AzureDataFactory + New-AzureRMDataFactory - Remove-AzureDataFactory + Remove-AzureRMDataFactory - Get-AzureDataFactoryGateway + Get-AzureRMDataFactoryGateway Gets information about logical gateways in Data Factory. @@ -166,13 +166,13 @@ - The Get-AzureDataFactoryGateway cmdlet gets information about logical gateways in Azure Data Factory. If you specify the name of a gateway, this cmdlet gets information about that gateway. If you do not specify a name, this cmdlet gets information about all gateways for a data factory. + The Get-AzureRMDataFactoryGateway cmdlet gets information about logical gateways in Azure Data Factory. If you specify the name of a gateway, this cmdlet gets information about that gateway. If you do not specify a name, this cmdlet gets information about all gateways for a data factory. If you want to add an on-premises MicrosoftSQL Server as a linked service to a data factory, you must install a gateway on your on-premises computer. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactoryGateway + Get-AzureRMDataFactoryGateway ResourceGroupName @@ -196,7 +196,7 @@ - Get-AzureDataFactoryGateway + Get-AzureRMDataFactoryGateway DataFactory @@ -296,7 +296,7 @@ - PS C:\> Get-AzureDataFactoryGateway -ResourceGroupName "ADF" -DataFactoryName "WikiADF" + PS C:\> Get-AzureRMDataFactoryGateway -ResourceGroupName "ADF" -DataFactoryName "WikiADF" Name : gateway1 Description : Version : 1.3.5338.1 @@ -332,7 +332,7 @@ - PS C:\> Get-AzureDataFactoryGateway -ResourceGroupName "ADF" -Name "Gateway01" -DataFactoryName "WikiADF" + PS C:\> Get-AzureRMDataFactoryGateway -ResourceGroupName "ADF" -Name "Gateway01" -DataFactoryName "WikiADF" Name : Gateway01 Description : Version : 1.3.5338.1 @@ -355,22 +355,22 @@ - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway - Remove-AzureDataFactoryGateway + Remove-AzureRMDataFactoryGateway - Set-AzureDataFactoryGateway + Set-AzureRMDataFactoryGateway - Get-AzureDataFactoryHub + Get-AzureRMDataFactoryHub Gets information about hubs in Data Factory. @@ -382,12 +382,12 @@ - The Get-AzureDataFactoryHub cmdlet gets information about hubs in Azure Data Factory. If you specify the name of a hub, this cmdlet gets information about that hub. If you do not specify a name, this cmdlet gets information about all of the hubs in a data factory. + The Get-AzureRMDataFactoryHub cmdlet gets information about hubs in Azure Data Factory. If you specify the name of a hub, this cmdlet gets information about that hub. If you do not specify a name, this cmdlet gets information about all of the hubs in a data factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactoryHub + Get-AzureRMDataFactoryHub ResourceGroupName @@ -411,7 +411,7 @@ - Get-AzureDataFactoryHub + Get-AzureRMDataFactoryHub DataFactory @@ -515,7 +515,7 @@ - PS C:\>Get-AzureDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" + PS C:\>Get-AzureRMDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" @@ -533,7 +533,7 @@ - PS C:\>Get-AzureDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" -Name "MyDataHub" + PS C:\>Get-AzureRMDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" -Name "MyDataHub" @@ -553,18 +553,18 @@ - New-AzureDataFactoryHub + New-AzureRMDataFactoryHub - Remove-AzureDataFactoryHub + Remove-AzureRMDataFactoryHub - Get-AzureDataFactoryLinkedService + Get-AzureRMDataFactoryLinkedService Gets information about linked services in Data Factory. @@ -576,12 +576,12 @@ - The Get-AzureDataFactoryLinkedService cmdlet gets information about linked services in Azure Data Factory. If you specify the name of a linked service, this cmdlet gets information about that linked service. If you do not specify a name, this cmdlet gets information about all the linked services in the data factory. + The Get-AzureRMDataFactoryLinkedService cmdlet gets information about linked services in Azure Data Factory. If you specify the name of a linked service, this cmdlet gets information about that linked service. If you do not specify a name, this cmdlet gets information about all the linked services in the data factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactoryLinkedService + Get-AzureRMDataFactoryLinkedService ResourceGroupName @@ -605,7 +605,7 @@ - Get-AzureDataFactoryLinkedService + Get-AzureRMDataFactoryLinkedService DataFactory @@ -705,10 +705,10 @@ - PS C:\> Get-AzureDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" | Format-List + PS C:\> Get-AzureRMDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" | Format-List - PS C:\>$df = Get-AzureDataFactory -ResourceGroupName ADF -Name WikiADFGet-AzureDataFactoryLinkedService -DataFactory $df | format-list + PS C:\>$df = Get-AzureRMDataFactory -ResourceGroupName ADF -Name WikiADFGet-AzureRMDataFactoryLinkedService -DataFactory $df | format-list LinkedServiceName : HDILinkedService ResourceGroupName : ADF DataFactoryName : WikiADF @@ -750,7 +750,7 @@ - PS C:\> Get-AzureDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "HDILinkedService" + PS C:\> Get-AzureRMDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "HDILinkedService" LinkedServiceName ResourceGroupName DataFactoryName Properties ----------------- ----------------- --------------- ---------- HDILinkedService ADF WikiADF Microsoft.DataFactories.HDInsightBYOCAsset @@ -770,10 +770,10 @@ - PS C:\>$DataFactory = Get-AzureDataFactory -ResourceGroupName "ADF" -Name "ContosoFactory"PS C:\> Get-AzureDataFactoryLinkedService -DataFactory $DataFactory | Format-Table -Property LinkedServiceName, DataFactoryName, ResourceGroupName + PS C:\>$DataFactory = Get-AzureRMDataFactory -ResourceGroupName "ADF" -Name "ContosoFactory"PS C:\> Get-AzureRMDataFactoryLinkedService -DataFactory $DataFactory | Format-Table -Property LinkedServiceName, DataFactoryName, ResourceGroupName - The first command uses the Get-AzureDataFactory cmdlet to get the data factory named ContosoFactory, and then stores it in the $DataFactory variable. + The first command uses the Get-AzureRMDataFactory cmdlet to get the data factory named ContosoFactory, and then stores it in the $DataFactory variable. The second command gets information about the linked service for the data factory stored in $DataFactory, and then passes that information to the Format-Table cmdlet by using the pipeline operator. The Format-Table cmdlet formats the output as a dataset with the specified properties as dataset columns. @@ -785,18 +785,18 @@ - New-AzureDataFactoryLinkedService + New-AzureRMDataFactoryLinkedService - Remove-AzureDataFactoryLinkedService + Remove-AzureRMDataFactoryLinkedService - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline Gets information about pipelines in Data Factory. @@ -808,12 +808,12 @@ - The Get-AzureDataFactoryPipeline cmdlet gets information about pipelines in Azure Data Factory. If you specify the name of a pipeline, this cmdlet gets information about that pipeline. If you do not specify a name, this cmdlet gets information about all the pipelines in the data factory. + The Get-AzureRMDataFactoryPipeline cmdlet gets information about pipelines in Azure Data Factory. If you specify the name of a pipeline, this cmdlet gets information about that pipeline. If you do not specify a name, this cmdlet gets information about all the pipelines in the data factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline ResourceGroupName @@ -837,7 +837,7 @@ - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline DataFactory @@ -937,10 +937,10 @@ - PS C:\> Get-AzureDataFactoryPipeline -ResourceGroupName "ADF" -DataFactoryName "WikiADF" + PS C:\> Get-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -DataFactoryName "WikiADF" - PS C:\>$df = Get-AzureDataFactory -ResourceGroupName ADF -Name WikiADFGet-AzureDataFactoryPipeline -DataFactory $df + PS C:\>$df = Get-AzureRMDataFactory -ResourceGroupName ADF -Name WikiADFGet-AzureRMDataFactoryPipeline -DataFactory $df PipelineName ResourceGroupName DataFactoryName Properties ------------ ----------------- --------------- ---------- DPWikisample ADF WikiADF Microsoft.DataFactories.PipelineProperties @@ -961,7 +961,7 @@ - PS C:\> Get-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" | Format-List + PS C:\> Get-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" | Format-List PipelineName : DPWikisample ResourceGroupName : ADF DataFactoryName : WikiADF @@ -982,7 +982,7 @@ - PS C:\> (Get-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name DPWikisample -DataFactoryName "WikiADF").Properties + PS C:\> (Get-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name DPWikisample -DataFactoryName "WikiADF").Properties Activities : {WikiHiveActivity, BlobToSqlCopyActivity} Description : DP Wikipedia Sample Pipelines End : 6/6/2014 8:00:00 AM @@ -1005,7 +1005,7 @@ - PS C:\> (Get-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF").Properties.Activities + PS C:\> (Get-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF").Properties.Activities Transformation : Microsoft.DataFactories.HDInsightActivityProperties Description : Inputs : {DAWikipediaClickEvents} @@ -1037,7 +1037,7 @@ - PS C:\> (Get-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF").Properties.RuntimeInfo + PS C:\> (Get-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF").Properties.RuntimeInfo DeploymentTime -------------- 6/5/2014 10:36:46 PM @@ -1057,7 +1057,7 @@ - PS C:\> (Get-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF11").Properties.Activities[0].Inputs | Format-List + PS C:\> (Get-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF11").Properties.Activities[0].Inputs | Format-List EndTime : Length : Name : DAWikipediaClickEvents @@ -1075,30 +1075,30 @@ - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline - Get-AzureDataFactoryRun + Get-AzureRMDataFactoryRun Gets runs for a data slice of a dataset in Data Factory. @@ -1110,7 +1110,7 @@ - The Get-AzureDataFactoryRun cmdlet gets the runs for a data slice of a dataset in Azure Data Factory. A dataset in a data factory is composed of slices over the time axis. The width of a slice is determined by the schedule, either hourly or daily. A run is a unit of processing for a slice. There could be one or more runs for a slice in case of retries or in case you rerun your slice due to failures. A slice is identified by its start time. To obtain the start time of a slice, use the Get-AzureDataFactorySlice cmdlet. + The Get-AzureRMDataFactoryRun cmdlet gets the runs for a data slice of a dataset in Azure Data Factory. A dataset in a data factory is composed of slices over the time axis. The width of a slice is determined by the schedule, either hourly or daily. A run is a unit of processing for a slice. There could be one or more runs for a slice in case of retries or in case you rerun your slice due to failures. A slice is identified by its start time. To obtain the start time of a slice, use the Get-AzureRMDataFactorySlice cmdlet. For example, to get a run for the following slice, use the start time 2015-04-02T20:00:00. @@ -1127,7 +1127,7 @@ - Get-AzureDataFactoryRun + Get-AzureRMDataFactoryRun ResourceGroupName @@ -1161,7 +1161,7 @@ - Get-AzureDataFactoryRun + Get-AzureRMDataFactoryRun DataFactory @@ -1286,7 +1286,7 @@ - PS C:\> Get-AzureDataFactoryRun -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -DatasetName "DAWikiAggregatedData" -StartDateTime 2014-05-21T16:00:00Z + PS C:\> Get-AzureRMDataFactoryRun -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -DatasetName "DAWikiAggregatedData" -StartDateTime 2014-05-21T16:00:00Z Id : a7c4913c-9623-49b3-ae1e-3e45e2b68819 ResourceGroupName : ADF @@ -1319,14 +1319,14 @@ - Get-AzureDataFactorySlice + Get-AzureRMDataFactorySlice - Get-AzureDataFactorySlice + Get-AzureRMDataFactorySlice Gets data slices for a dataset in Data Factory. @@ -1338,7 +1338,7 @@ - The Get-AzureDataFactorySlice cmdlet gets data slices for a dataset in Azure Data Factory. Specify a start time and an end time to define a range of data slices to view. + The Get-AzureRMDataFactorySlice cmdlet gets data slices for a dataset in Azure Data Factory. Specify a start time and an end time to define a range of data slices to view. The status of a data slice is one of the following values: @@ -1353,12 +1353,12 @@ -- Retry Validation. Data Factory retries the validation of the slice. -- Failed Validation. Validation of the slice failed. - For each of the slices, you can see more information about the run that produces the slice by using the Get-AzureDataFactoryRun cmdlet. + For each of the slices, you can see more information about the run that produces the slice by using the Get-AzureRMDataFactoryRun cmdlet. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactorySlice + Get-AzureRMDataFactorySlice ResourceGroupName @@ -1402,7 +1402,7 @@ - Get-AzureDataFactorySlice + Get-AzureRMDataFactorySlice DataFactory @@ -1552,7 +1552,7 @@ - PS C:\> Get-AzureDataFactorySlice -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -DatasetName "DAWikiAggregatedData" -StartDateTime 2014-05-20T10:00:00Z + PS C:\> Get-AzureRMDataFactorySlice -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -DatasetName "DAWikiAggregatedData" -StartDateTime 2014-05-20T10:00:00Z ResourceGroupName : ADF DataFactoryName : WikiADF @@ -1600,7 +1600,7 @@ periodMultiplier: 1 } - Some of the results are Ready and others are PendingExecution. Ready slices have already run. The pending slices are waiting to run at the end of each hour in the interval that the Set-AzureDataFactoryPipelineActivePeriod cmdlet specifies. In this example, both start and end periods for the pipeline and the slice have a value of one day (24 hours). + Some of the results are Ready and others are PendingExecution. Ready slices have already run. The pending slices are waiting to run at the end of each hour in the interval that the Set-AzureRMDataFactoryPipelineActivePeriod cmdlet specifies. In this example, both start and end periods for the pipeline and the slice have a value of one day (24 hours). @@ -1611,22 +1611,22 @@ - Set-AzureDataFactorySliceStatus + Set-AzureRMDataFactorySliceStatus - Get-AzureDataFactoryRun + Get-AzureRMDataFactoryRun - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod - Get-AzureDataFactoryDataset + Get-AzureRMDataFactoryDataset Gets information about datasets in Data Factory. @@ -1638,12 +1638,12 @@ - The Get-AzureDataFactoryDataset cmdlet gets information about datasets in Azure Data Factory. If you specify the name of a dataset, this cmdlet gets information about that dataset. If you do not specify a name, this cmdlet gets information about all the datasets in the data factory. + The Get-AzureRMDataFactoryDataset cmdlet gets information about datasets in Azure Data Factory. If you specify the name of a dataset, this cmdlet gets information about that dataset. If you do not specify a name, this cmdlet gets information about all the datasets in the data factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Get-AzureDataFactoryDataset + Get-AzureRMDataFactoryDataset ResourceGroupName @@ -1667,7 +1667,7 @@ - Get-AzureDataFactoryDataset + Get-AzureRMDataFactoryDataset DataFactory @@ -1767,7 +1767,7 @@ - PS C:\> Get-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" + PS C:\> Get-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" DatasetName : DACuratedWikiData ResourceGroupName : ADF DataFactoryName : WikiADF @@ -1807,7 +1807,7 @@ - PS C:\> Get-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" + PS C:\> Get-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" DatasetName : DAWikipediaClickEvents ResourceGroupName : ADF DataFactoryName : WikiADF @@ -1831,7 +1831,7 @@ - PS C:\> (Get-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents").Location + PS C:\> (Get-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents").Location BlobPath : wikidatagateway/wikisampledatain/ FilenamePrefix : Format : @@ -1839,7 +1839,7 @@ PartitionBy : {} - This command gets information for the dataset named DAWikipediaClickEvents in the data factory named WikiADF, and then uses standard dot notation to view the Location associated with that dataset. Alternatively, assign the output of the Get-AzureDataFactoryDataset cmdlet to a variable, and then use dot notation to view the Location property associated with the dataset object stored in that variable. + This command gets information for the dataset named DAWikipediaClickEvents in the data factory named WikiADF, and then uses standard dot notation to view the Location associated with that dataset. Alternatively, assign the output of the Get-AzureRMDataFactoryDataset cmdlet to a variable, and then use dot notation to view the Location property associated with the dataset object stored in that variable. @@ -1850,18 +1850,18 @@ - New-AzureDataFactoryDataset + New-AzureRMDataFactoryDataset - Remove-AzureDataFactoryDataset + Remove-AzureRMDataFactoryDataset - New-AzureDataFactory + New-AzureRMDataFactory Creates a data factory. @@ -1873,7 +1873,7 @@ - The New-AzureDataFactory cmdlet creates a data factory with the specified resource group name and location. + The New-AzureRMDataFactory cmdlet creates a data factory with the specified resource group name and location. Perform these operations in the following order: @@ -1886,7 +1886,7 @@ - New-AzureDataFactory + New-AzureRMDataFactory ResourceGroupName @@ -2026,7 +2026,7 @@ - PS C:\> New-AzureDataFactory -ResourceGroupName "ADF" -Name "WikiADF" -Location "WestUS" + PS C:\> New-AzureRMDataFactory -ResourceGroupName "ADF" -Name "WikiADF" -Location "WestUS" DataFactoryName : WikiADF ResourceGroupName : ADF Location : WestUS @@ -2045,18 +2045,18 @@ - Get-AzureDataFactory + Get-AzureRMDataFactory - Remove-AzureDataFactory + Remove-AzureRMDataFactory - New-AzureDataFactoryEncryptValue + New-AzureRMDataFactoryEncryptValue Encrypts sensitive data. @@ -2068,12 +2068,12 @@ - The New-AzureDataFactoryEncryptValue cmdlet encrypts sensitive data, such as a password or a MicrosoftSQL Server connection string, and returns an encrypted value. + The New-AzureRMDataFactoryEncryptValue cmdlet encrypts sensitive data, such as a password or a MicrosoftSQL Server connection string, and returns an encrypted value. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - New-AzureDataFactoryEncryptValue + New-AzureRMDataFactoryEncryptValue ResourceGroupName @@ -2146,7 +2146,7 @@ - New-AzureDataFactoryEncryptValue + New-AzureRMDataFactoryEncryptValue DataFactory @@ -2382,7 +2382,7 @@ PS C:\>$Value = ConvertTo-SecureString 'Data Source=ContosoServer;Initial Catalog=catelog;user id =user123;password=password123' -AsPlainText -Force - PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesSqlLinkedService + PS C:\>New-AzureRMDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesSqlLinkedService data source=ContosoServer;initial catalog=catelog;EncryptedCredential=KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XAXyE/H+f3JydTkdg5t2g1eC/VtyF3NAD3idYnhrAphPJmO0pCaG5nH2IY48L3XJi7wabrlrGF+ieiWh1bwdgdxrW+t2jWPnLvT/ENUXtcevpx/dmTGKagH8TU9HLcoL1CAanb7Vkpga1B/uzRxBnVdsdtfvBzxG2M810tj1WzL8lFzA1mO5GbB0+ge116y0scL1vxjerjl5Muv0r0scG3lhj+IF0sXUMITFvhQwOIqweR052E6JlfJu+mTNFLCCkpw1iV+rhRhKqJF752dBuWjzI1EoyQUE17oK4OevkquuhUbfJmzj9BhGKQ+VkndAZiSw19FEGSC7JzoUe/XWEs/FJYrQCCXIeNS94J9/VzN6KPYJR1pzAYCtnhq+p8Q== @@ -2407,7 +2407,7 @@ PS C:\>$Credential = Get-Credential - PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesSqlLinkedService + PS C:\>New-AzureRMDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesSqlLinkedService data source=ContosoServer;initial catalog=catelog;EncryptedCredential=KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XAXyE/H+f3JydTkdg5t2g1eC/VtyF3NAD3idYnhrAphPJmO0pCaG5nH2IY48L3XJi7wabrlrGF+ieiWh1bwdgdxrW+t2jWPnLvT/ENUXtcevpx/dmTGKagH8TU9HLcoL1CAanb7Vkpga1B/uzRxBnVdsdtfvBzxG2M810tj1WzL8lFzA1mO5GbB0+ge116y0scL1vxjerjl5Muv0r0scG3lhj+IF0sXUMITFvhQwOIqweR052E6JlfJu+mTNFLCCkpw1iV+rhRhKqJF752dBuWjzI1EoyQUE17oK4OevkquuhUbfJmzj9BhGKQ+VkndAZiw19FEGSC7JzoUe/XWEs/FJYrQCCXIeNS94J9/VzN6KPYJR1pzAYCtnhq+p8Q== @@ -2429,7 +2429,7 @@ PS C:\> $Value = ConvertTo-SecureString '\\servername' -AsPlainText -Force PS C:\> $Credential = Get-Credential - PS C:\> New-AzureDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesFileSystemLinkedService + PS C:\> New-AzureRMDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesFileSystemLinkedService KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XAXyE/H+f3JydTkdg5t2g1eC/VtyF3NAD3idYnhrAphPJmO0pCaG5nH2IY48L3XJi7wabrlrGF+ieiWh1bwdgdxrW+t2jWPnLvT/ENUXtcevpx/dmTGKagH8TU9HLcoL1CAanb7Vkpga1B/uzRxBnVdsdtfvBzxG2M810tj1WzL8lFzA1mO5GbB0+ge116y0scL1vxjerjl5Muv0r0scG3lhj+IF0sXUMITFvhQwOIqweR052E6JlfJu+mTNFLCCkpw1iV+rhRhKqJF752dBuWjzI1EoyQUE17oK4OevkquuhUbfJmzj9BhGKQ+VkndAZiSw19FEGSC7JzoUe/XWEs/FJYrQCCXIeNS94J9/VzN6KPYJR1pzAYCtnhq+p8Q== @@ -2452,7 +2452,7 @@ PS C:\>$Value = ConvertTo-SecureString 'UID=user123;PWD=password123;AuthMode=mode1;Token=token1' -AsPlainText -Force - PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesOdbcLinkedService -nonCredentialValue "Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;" -AuthenticationType "Basic" + PS C:\>New-AzureRMDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Type OnPremisesOdbcLinkedService -nonCredentialValue "Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;" -AuthenticationType "Basic" Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;EncryptedCredential=KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XAXyE/H+f3JydTkdg5t2g1eC/VtyF3NAD3idYnhrAphPJmO0pCaG5nH2IY48L3XJi7wabrlrGF+ieiWh1bwdgdxrW+t2jWPnLvT/ENUXtcevpx/dmTGKagH8TU9HLcoL1CAanb7Vkpga1B/uzRxBnVdsdtfvBzxG2M810tj1WzL8lFzA1mO5GbB0+ge116y0scL1vxjerjl5Muv0r0scG3lhj+IF0sXUMITFvhQwOIqweR052E6JlfJu+mTNFLCCkpw1iV+rhRhKqJF752dBuWjzI1EoyQUE17oK4OevkquuhUbfJmzj9BhGKQ+VkndAZiSw19FEGSC7JzoUe/XWEs/FJYrQCCXIeNS94J9/VzN6KPYJR1pzAYCtnhq+p8Q== @@ -2477,7 +2477,7 @@ PS C:\>$Credential = Get-Credential - PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesOdbcLinkedService -nonCredentialValue "Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;" -AuthenticationType "Windows" + PS C:\>New-AzureRMDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesOdbcLinkedService -nonCredentialValue "Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;" -AuthenticationType "Windows" Driver=CustomizedDriver;Server=ContosoServer;Database=ContosoDatabase;EncryptedCredential=KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XAXyE/H+f3JydTkdg5t2g1eC/VtyF3NAD3idYnhrAphPJmO0pCaG5nH2IY48L3XJi7wabrlrGF+ieiWh1bwdgdxrW+t2jWPnLvT/ENUXtcevpx/dmTGKagH8TU9HLcoL1CAanb7Vkpga1B/uzRxBnVdsdtfvBzxG2M810tj1WzL8lFzA1mO5GbB0+ge116y0scL1vxjerjl5Muv0r0scG3lhj+IF0sXUMITFvhQwOIqweR052E6JlfJu+mTNFLCCkpw1iV+rhRhKqJF752dBuWjzI1EoyQUE17oK4OevkquuhUbfJmzj9BhGKQ+VkndAZiw19FEGSC7JzoUe/XWEs/FJYrQCCXIeNS94J9/VzN6KPYJR1pzAYCtnhq+p8Q== @@ -2500,7 +2500,7 @@ PS C:\>$Credential = Get-Credential - PS C:\>New-AzureDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesPostgreSqlLinkedService -AuthenticationType "Windows" -Server "ContosoServer" -Database "ContosoDatabase" + PS C:\>New-AzureRMDataFactoryEncryptValue -DataFactoryName "WikiADF" -GatewayName "WikiGateway" -ResourceGroupName "ADF" -Value $Value -Credential $Credential -Type OnPremisesPostgreSqlLinkedService -AuthenticationType "Windows" -Server "ContosoServer" -Database "ContosoDatabase" KAAAAAABAAAQAAAAQUU5MUVBNzY4QkFCQkI3MEUwRTMxOUNFNkM0MjRDOTVDNDk3RTcyRi8XA== @@ -2523,7 +2523,7 @@ - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway Creates a gateway for Data Factory. @@ -2535,12 +2535,12 @@ - The New-AzureDataFactoryGateway cmdlet creates a gateway in Azure Data Factory. + The New-AzureRMDataFactoryGateway cmdlet creates a gateway in Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway ResourceGroupName @@ -2571,7 +2571,7 @@ - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway DataFactory @@ -2690,7 +2690,7 @@ - PS C:\> New-AzureDataFactoryGateway -ResourceGroupName "ADF" -Name "ContosoGateway" -DataFactoryName "WikiADF" -Description "my gateway" + PS C:\> New-AzureRMDataFactoryGateway -ResourceGroupName "ADF" -Name "ContosoGateway" -DataFactoryName "WikiADF" -Description "my gateway" Name : ContosoGateway Description : my gateway Version : @@ -2713,18 +2713,18 @@ - Remove-AzureDataFactoryGateway + Remove-AzureRMDataFactoryGateway - Set-AzureDataFactoryGateway + Set-AzureRMDataFactoryGateway - New-AzureDataFactoryGatewayKey + New-AzureRMDataFactoryGatewayKey Creates a gateway key for Data Factory. @@ -2737,13 +2737,13 @@ - The New-AzureDataFactoryGatewayKey cmdlet creates a gateway key for a specified Azure Data Factory gateway. You register the gateway with a cloud service by using this key. + The New-AzureRMDataFactoryGatewayKey cmdlet creates a gateway key for a specified Azure Data Factory gateway. You register the gateway with a cloud service by using this key. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - New-AzureDataFactoryGatewayKey + New-AzureRMDataFactoryGatewayKey ResourceGroupName @@ -2769,7 +2769,7 @@ - New-AzureDataFactoryGatewayKey + New-AzureRMDataFactoryGatewayKey DataFactory @@ -2873,7 +2873,7 @@ - PS C:\> New-AzureDataFactoryGatewayKey -ResourceGroupName "ADF" -GatewayName "ContosoGateway" -DataFactoryName "WikiADF" | Format-List + PS C:\> New-AzureRMDataFactoryGatewayKey -ResourceGroupName "ADF" -GatewayName "ContosoGateway" -DataFactoryName "WikiADF" | Format-List Gateway Key : ADF#40cbb3d9-2736-4794-a8a6-e6b839b4894f@a2d875ce-c9d7-4b8b-ad65-dd3ebbb9a940@8c0d1801-e863-44af-82e6-fb2f0c00f2ae@xz#Y9R0NhAeH3u7wgnrJyiWj4Y/QIhH4fFilIdzZgwsVQA= @@ -2889,14 +2889,14 @@ - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway - New-AzureDataFactoryHub + New-AzureRMDataFactoryHub Creates a hub for Data Factory. @@ -2908,12 +2908,12 @@ - The New-AzureDataFactoryHub cmdlet creates a hub for Azure Data Factory in the specified Azure resource group and in the specified data factory with the specified file definition. After you create the hub, you can use it to store and manage linked services in a group, and you can add pipelines to the hub. + The New-AzureRMDataFactoryHub cmdlet creates a hub for Azure Data Factory in the specified Azure resource group and in the specified data factory with the specified file definition. After you create the hub, you can use it to store and manage linked services in a group, and you can add pipelines to the hub. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - New-AzureDataFactoryHub + New-AzureRMDataFactoryHub ResourceGroupName @@ -2950,7 +2950,7 @@ - New-AzureDataFactoryHub + New-AzureRMDataFactoryHub DataFactory @@ -3091,7 +3091,7 @@ - PS C:\>New-AzureDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" -Name "ContosoDataHub" -File "C:\Hub.json" + PS C:\>New-AzureRMDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" -Name "ContosoDataHub" -File "C:\Hub.json" @@ -3110,18 +3110,18 @@ - Get-AzureDataFactoryHub + Get-AzureRMDataFactoryHub - Remove-AzureDataFactoryHub + Remove-AzureRMDataFactoryHub - New-AzureDataFactoryLinkedService + New-AzureRMDataFactoryLinkedService Links a data store or a cloud service to Data Factory. @@ -3133,7 +3133,7 @@ - The New-AzureDataFactoryLinkedService cmdlet links a data store or a cloud service to Azure Data Factory. If you specify a name for a linked service that already exists, this cmdlet prompts you for confirmation before it replaces the linked service. If you specify the Force parameter, the cmdlet replaces the existing linked service without confirmation. + The New-AzureRMDataFactoryLinkedService cmdlet links a data store or a cloud service to Azure Data Factory. If you specify a name for a linked service that already exists, this cmdlet prompts you for confirmation before it replaces the linked service. If you specify the Force parameter, the cmdlet replaces the existing linked service without confirmation. Perform these operations in the following order: @@ -3146,7 +3146,7 @@ - New-AzureDataFactoryLinkedService + New-AzureRMDataFactoryLinkedService ResourceGroupName @@ -3185,7 +3185,7 @@ - New-AzureDataFactoryLinkedService + New-AzureRMDataFactoryLinkedService DataFactory @@ -3324,7 +3324,7 @@ - PS C:\> New-AzureDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "LinkedServiceCuratedWikiData" -File "C:\\samples\\WikiSample\\LinkedServiceCuratedWikiData.json" | Format-List + PS C:\> New-AzureRMDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "LinkedServiceCuratedWikiData" -File "C:\\samples\\WikiSample\\LinkedServiceCuratedWikiData.json" | Format-List LinkedServiceName : LinkedServiceCuratedWikiData ResourceGroupName : ADF DataFactoryName : WikiADF @@ -3342,18 +3342,18 @@ - Get-AzureDataFactoryLinkedService + Get-AzureRMDataFactoryLinkedService - Remove-AzureDataFactoryLinkedService + Remove-AzureRMDataFactoryLinkedService - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline Creates a pipeline in Data Factory. @@ -3365,7 +3365,7 @@ - The New-AzureDataFactoryPipeline cmdlet creates a pipeline in Azure Data Factory. If you specify a name for a pipeline that already exists, the cmdlet prompts you for confirmation before it replaces the pipeline. If you specify the Force parameter, the cmdlet replaces the existing pipeline without confirmation. + The New-AzureRMDataFactoryPipeline cmdlet creates a pipeline in Azure Data Factory. If you specify a name for a pipeline that already exists, the cmdlet prompts you for confirmation before it replaces the pipeline. If you specify the Force parameter, the cmdlet replaces the existing pipeline without confirmation. Perform these operations in the following order: @@ -3379,7 +3379,7 @@ - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline ResourceGroupName @@ -3420,7 +3420,7 @@ - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline DataFactory @@ -3563,7 +3563,7 @@ - PS C:\> New-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" -File "C:\DPWikisample.json" + PS C:\> New-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" -File "C:\DPWikisample.json" PipelineName : DPWikisample ResourceGroupName : ADF DataFactoryName : WikiADF11 @@ -3581,30 +3581,30 @@ - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline - New-AzureDataFactoryDataset + New-AzureRMDataFactoryDataset Creates a dataset in Data Factory. @@ -3616,7 +3616,7 @@ - The New-AzureDataFactoryDataset cmdlet creates a dataset in Azure Data Factory. If you specify a name for a dataset that already exists, this cmdlet prompts you for confirmation before it replaces the dataset. If you specify the Force parameter, the cmdlet replaces the existing dataset without confirmation. + The New-AzureRMDataFactoryDataset cmdlet creates a dataset in Azure Data Factory. If you specify a name for a dataset that already exists, this cmdlet prompts you for confirmation before it replaces the dataset. If you specify the Force parameter, the cmdlet replaces the existing dataset without confirmation. Perform these operations in the following order: @@ -3630,7 +3630,7 @@ - New-AzureDataFactoryDataset + New-AzureRMDataFactoryDataset ResourceGroupName @@ -3667,7 +3667,7 @@ - New-AzureDataFactoryDataset + New-AzureRMDataFactoryDataset DataFactory @@ -3804,7 +3804,7 @@ - PS C:\> New-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json" + PS C:\> New-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json" DatasetName : DAWikipediaClickEvents ResourceGroupName : ADF DataFactoryName : WikiADF @@ -3828,7 +3828,7 @@ - PS C:\> $Dataset = New-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json"PS C:\> $Dataset.Availability + PS C:\> $Dataset = New-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json"PS C:\> $Dataset.Availability AnchorDateTime : Frequency : Hour Interval : 1 @@ -3851,7 +3851,7 @@ - PS C:\> $Dataset = New-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json"PS C:\> $Dataset.Location + PS C:\> $Dataset = New-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json"PS C:\> $Dataset.Location BlobPath : wikidatagateway/wikisampledatain/ FilenamePrefix : Format : @@ -3874,7 +3874,7 @@ - PS C:\> $Dataset = New-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json"PS C:\> $Dataset.Policy.Validation | Format-List $dataset.Location + PS C:\> $Dataset = New-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikipediaClickEvents" -File "C:\\samples\\WikiSample\\DA_WikipediaClickEvents.json"PS C:\> $Dataset.Policy.Validation | Format-List $dataset.Location BlobPath : wikidatagateway/wikisampledatain/ FilenamePrefix : @@ -3898,18 +3898,18 @@ - Get-AzureDataFactoryDataset + Get-AzureRMDataFactoryDataset - Remove-AzureDataFactoryDataset + Remove-AzureRMDataFactoryDataset - Remove-AzureDataFactory + Remove-AzureRMDataFactory Removes a data factory. @@ -3921,12 +3921,12 @@ - The Remove-AzureDataFactory cmdlet removes a data factory. + The Remove-AzureRMDataFactory cmdlet removes a data factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Remove-AzureDataFactory + Remove-AzureRMDataFactory ResourceGroupName @@ -3951,7 +3951,7 @@ - Remove-AzureDataFactory + Remove-AzureRMDataFactory DataFactory @@ -4052,7 +4052,7 @@ - PS C:\> Remove-AzureDataFactory -Name "WikiADF" -ResourceGroupName "ADF" + PS C:\> Remove-AzureRMDataFactory -Name "WikiADF" -ResourceGroupName "ADF" Confirm Are you sure you want to remove data factory 'WikiADF' in resource group 'ADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y @@ -4070,18 +4070,18 @@ - Get-AzureDataFactory + Get-AzureRMDataFactory - New-AzureDataFactory + New-AzureRMDataFactory - Remove-AzureDataFactoryGateway + Remove-AzureRMDataFactoryGateway Removes a gateway from Data Factory. @@ -4093,12 +4093,12 @@ - The Remove-AzureDataFactoryGateway cmdlet removes the specified gateway from Azure Data Factory. + The Remove-AzureRMDataFactoryGateway cmdlet removes the specified gateway from Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Remove-AzureDataFactoryGateway + Remove-AzureRMDataFactoryGateway ResourceGroupName @@ -4128,7 +4128,7 @@ - Remove-AzureDataFactoryGateway + Remove-AzureRMDataFactoryGateway DataFactory @@ -4246,7 +4246,7 @@ - PS C:\> Remove-AzureDataFactoryGateway -Name "ContosoGateway" -DataFactoryName "WikiADF" -ResourceGroupName "ADF" + PS C:\> Remove-AzureRMDataFactoryGateway -Name "ContosoGateway" -DataFactoryName "WikiADF" -ResourceGroupName "ADF" Confirm Are you sure you want to remove gateway 'ContosoGateway' in data factory 'WikiADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is Y): Y @@ -4264,22 +4264,22 @@ - Get-AzureDataFactoryGateway + Get-AzureRMDataFactoryGateway - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway - Set-AzureDataFactoryGateway + Set-AzureRMDataFactoryGateway - Remove-AzureDataFactoryHub + Remove-AzureRMDataFactoryHub Removes a hub from Data Factory. @@ -4291,12 +4291,12 @@ - The Remove-AzureDataFactoryHub cmdlet removes a hub from Azure Data Factory in the specified Azure resource group and in the specified data factory. If you remove a hub, all linked services and pipelines in the hub are also removed. + The Remove-AzureRMDataFactoryHub cmdlet removes a hub from Azure Data Factory in the specified Azure resource group and in the specified data factory. If you remove a hub, all linked services and pipelines in the hub are also removed. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Remove-AzureDataFactoryHub + Remove-AzureRMDataFactoryHub ResourceGroupName @@ -4326,7 +4326,7 @@ - Remove-AzureDataFactoryHub + Remove-AzureRMDataFactoryHub DataFactory @@ -4448,7 +4448,7 @@ - PS C:\>Remove-AzureDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" -Name "ContosoDataHub" + PS C:\>Remove-AzureRMDataFactoryHub -ResourceGroupName "ADFResourceGroup" -DataFactoryName "ADFDataFactory" -Name "ContosoDataHub" @@ -4467,18 +4467,18 @@ - New-AzureDataFactoryHub + New-AzureRMDataFactoryHub - Get-AzureDataFactoryHub + Get-AzureRMDataFactoryHub - Remove-AzureDataFactoryLinkedService + Remove-AzureRMDataFactoryLinkedService Removes a linked service from Data Factory. @@ -4490,12 +4490,12 @@ - The Remove-AzureDataFactoryLinkedService cmdlet removes a linked service from Azure Data Factory. + The Remove-AzureRMDataFactoryLinkedService cmdlet removes a linked service from Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Remove-AzureDataFactoryLinkedService + Remove-AzureRMDataFactoryLinkedService ResourceGroupName @@ -4527,7 +4527,7 @@ - Remove-AzureDataFactoryLinkedService + Remove-AzureRMDataFactoryLinkedService DataFactory @@ -4649,7 +4649,7 @@ - PS C:\> Remove-AzureDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "LinkedServiceTest" + PS C:\> Remove-AzureRMDataFactoryLinkedService -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "LinkedServiceTest" Confirm Are you sure you want to remove linked service 'LinkedServiceTest' in data factory 'WikiADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y @@ -4667,18 +4667,18 @@ - Get-AzureDataFactoryLinkedService + Get-AzureRMDataFactoryLinkedService - New-AzureDataFactoryLinkedService + New-AzureRMDataFactoryLinkedService - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline Removes a pipeline from Data Factory. @@ -4690,12 +4690,12 @@ - The Remove-AzureDataFactoryPipeline cmdlet removes a pipeline from Azure Data Factory. + The Remove-AzureRMDataFactoryPipeline cmdlet removes a pipeline from Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline ResourceGroupName @@ -4725,7 +4725,7 @@ - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline DataFactory @@ -4843,7 +4843,7 @@ - PS C:\> Remove-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" + PS C:\> Remove-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" Confirm Are you sure you want to remove pipeline 'DPWikisample' in data factory 'WikiADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y @@ -4861,30 +4861,30 @@ - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline - Remove-AzureDataFactoryDataset + Remove-AzureRMDataFactoryDataset Removes a dataset from Data Factory. @@ -4896,12 +4896,12 @@ - The Remove-AzureDataFactoryDataset cmdlet removes a dataset from Azure Data Factory. + The Remove-AzureRMDataFactoryDataset cmdlet removes a dataset from Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Remove-AzureDataFactoryDataset + Remove-AzureRMDataFactoryDataset ResourceGroupName @@ -4931,7 +4931,7 @@ - Remove-AzureDataFactoryDataset + Remove-AzureRMDataFactoryDataset DataFactory @@ -5049,7 +5049,7 @@ - PS C:\> Remove-AzureDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikiAggregatedData" + PS C:\> Remove-AzureRMDataFactoryDataset -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -Name "DAWikiAggregatedData" Confirm Are you sure you want to remove dataset 'DAWikiAggregatedData' in data factory 'WikiADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y @@ -5067,18 +5067,18 @@ - Get-AzureDataFactoryDataset + Get-AzureRMDataFactoryDataset - New-AzureDataFactoryDataset + New-AzureRMDataFactoryDataset - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline Resumes a suspended pipeline in Data Factory. @@ -5090,12 +5090,12 @@ - The Resume-AzureDataFactoryPipeline cmdlet resumes a suspended pipeline in Azure Data Factory. + The Resume-AzureRMDataFactoryPipeline cmdlet resumes a suspended pipeline in Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline ResourceGroupName @@ -5125,7 +5125,7 @@ - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline DataFactory @@ -5243,14 +5243,14 @@ - PS C:\> Resume-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" + PS C:\> Resume-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikisample" -DataFactoryName "WikiADF" Confirm Are you sure you want to resume pipeline 'DPWikisample' in data factory 'WikiADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y True - This command resumes the pipeline named DPWikisample in the data factory named WikiADF. Use the Suspend-AzureDataFactoryPipeline cmdlet to suspend a pipeline. The command returns a value of $True. + This command resumes the pipeline named DPWikisample in the data factory named WikiADF. Use the Suspend-AzureRMDataFactoryPipeline cmdlet to suspend a pipeline. The command returns a value of $True. @@ -5261,30 +5261,30 @@ - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline - Save-AzureDataFactoryLog + Save-AzureRMDataFactoryLog Downloads log files from HDInsight processing. @@ -5297,14 +5297,14 @@ You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - The Save-AzureDataFactoryLog cmdlet downloads log files associated with Azure HDInsight processing of Pig or Hive projects or for custom activities to your local hard drive. You first run the Get-AzureDataFactoryRun cmdlet to get an ID for an activity run for a data slice, and then use that ID to retrieve log files from the binary large object (BLOB) storage associated with the HDInsight cluster. + The Save-AzureRMDataFactoryLog cmdlet downloads log files associated with Azure HDInsight processing of Pig or Hive projects or for custom activities to your local hard drive. You first run the Get-AzureRMDataFactoryRun cmdlet to get an ID for an activity run for a data slice, and then use that ID to retrieve log files from the binary large object (BLOB) storage associated with the HDInsight cluster. If you do not specify –DownloadLogs parameter, the cmdlet just returns the location of log files. If you specify –DownloadLogs parameter without specifying an output directory (-Output parameter), the log files are downloaded to the default Documents folder. If you specify –DownloadLogs parameter along with an output folder (-Output), the log files are downloaded to the specified folder. - Save-AzureDataFactoryLog + Save-AzureRMDataFactoryLog DataFactory @@ -5315,7 +5315,7 @@ Id - Specifies the ID of the activity run for the data slice. Use the Get-AzureDataFactoryRun cmdlet to get an ID. + Specifies the ID of the activity run for the data slice. Use the Get-AzureRMDataFactoryRun cmdlet to get an ID. String @@ -5334,7 +5334,7 @@ - Save-AzureDataFactoryLog + Save-AzureRMDataFactoryLog ResourceGroupName @@ -5352,7 +5352,7 @@ Id - Specifies the ID of the activity run for the data slice. Use the Get-AzureDataFactoryRun cmdlet to get an ID. + Specifies the ID of the activity run for the data slice. Use the Get-AzureRMDataFactoryRun cmdlet to get an ID. String @@ -5411,7 +5411,7 @@ Id - Specifies the ID of the activity run for the data slice. Use the Get-AzureDataFactoryRun cmdlet to get an ID. + Specifies the ID of the activity run for the data slice. Use the Get-AzureRMDataFactoryRun cmdlet to get an ID. String @@ -5482,7 +5482,7 @@ - PS C:\>Save-AzureDataFactoryLog -ResourceGroupName "ADF" -DataFactoryName "LogProcessingFactory" -Id "841b77c9-d56c-48d1-99a3-8c16c3e77d39" -DownloadLogs -Output "C:\Test" + PS C:\>Save-AzureRMDataFactoryLog -ResourceGroupName "ADF" -DataFactoryName "LogProcessingFactory" -Id "841b77c9-d56c-48d1-99a3-8c16c3e77d39" -DownloadLogs -Output "C:\Test" @@ -5500,7 +5500,7 @@ - PS C:\>Save-AzureDataFactoryLog -ResourceGroupName "ADF" -DataFactoryName "LogProcessingFactory" -Id "841b77c9-d56c-48d1-99a3-8c16c3e77d39" -DownloadLogs + PS C:\>Save-AzureRMDataFactoryLog -ResourceGroupName "ADF" -DataFactoryName "LogProcessingFactory" -Id "841b77c9-d56c-48d1-99a3-8c16c3e77d39" -DownloadLogs @@ -5518,7 +5518,7 @@ - PS C:\>Save-AzureDataFactoryLog -ResourceGroupName "ADF" -DataFactoryName "LogProcessingFactory" -Id "841b77c9-d56c-48d1-99a3-8c16c3e77d39" + PS C:\>Save-AzureRMDataFactoryLog -ResourceGroupName "ADF" -DataFactoryName "LogProcessingFactory" -Id "841b77c9-d56c-48d1-99a3-8c16c3e77d39" @@ -5537,34 +5537,34 @@ - Get-AzureDataFactoryRun + Get-AzureRMDataFactoryRun - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline - Set-AzureDataFactoryGateway + Set-AzureRMDataFactoryGateway Sets the description for a gateway in Data Factory. @@ -5576,12 +5576,12 @@ - The Set-AzureDataFactoryGateway cmdlet sets the description for the specified gateway in Azure Data Factory. + The Set-AzureRMDataFactoryGateway cmdlet sets the description for the specified gateway in Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Set-AzureDataFactoryGateway + Set-AzureRMDataFactoryGateway ResourceGroupName @@ -5612,7 +5612,7 @@ - Set-AzureDataFactoryGateway + Set-AzureRMDataFactoryGateway DataFactory @@ -5731,7 +5731,7 @@ - PS C:\> Set-AzureDataFactoryGateway -ResourceGroupName "ADF" -Name "ContosoGateway" -DataFactoryName "WikiADF" -Description "my gateway" + PS C:\> Set-AzureRMDataFactoryGateway -ResourceGroupName "ADF" -Name "ContosoGateway" -DataFactoryName "WikiADF" -Description "my gateway" Name : ContosoGateway Description : my gateway Version : 1.3.5338.1 @@ -5755,22 +5755,22 @@ - Get-AzureDataFactoryGateway + Get-AzureRMDataFactoryGateway - New-AzureDataFactoryGateway + New-AzureRMDataFactoryGateway - Remove-AzureDataFactoryGateway + Remove-AzureRMDataFactoryGateway - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod Configures the active period for data slices. @@ -5782,13 +5782,13 @@ - The Set-AzureDataFactoryPipelineActivePeriod cmdlet configures the active period for the data slices that are processed by a pipeline in Azure Data Factory. If you use the Set-AzureDataFactorySliceStatus cmdlet to modify the status of slices for a dataset, make sure that the start time and end time for a slice are in the active period of the pipeline. + The Set-AzureRMDataFactoryPipelineActivePeriod cmdlet configures the active period for the data slices that are processed by a pipeline in Azure Data Factory. If you use the Set-AzureRMDataFactorySliceStatus cmdlet to modify the status of slices for a dataset, make sure that the start time and end time for a slice are in the active period of the pipeline. After you create a pipeline, you can specify the period in which data processing occurs. Specifying the active period for a pipeline defines the time duration in which the data slices are processed based on the Availability properties that were defined for each Data Factory dataset. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod ResourceGroupName @@ -5850,7 +5850,7 @@ - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod DataFactory @@ -6052,7 +6052,7 @@ - PS C:\> Set-AzureDataFactoryPipelineActivePeriod -ResourceGroupName "ADF" -PipelineName "DPWikisample" -DataFactoryName "WikiADF" -StartDateTime 2014-05-21T16:00:00Z -EndDateTime 2014-05-22T16:00:00Z + PS C:\> Set-AzureRMDataFactoryPipelineActivePeriod -ResourceGroupName "ADF" -PipelineName "DPWikisample" -DataFactoryName "WikiADF" -StartDateTime 2014-05-21T16:00:00Z -EndDateTime 2014-05-22T16:00:00Z Confirm Are you sure you want to set pipeline 'DPWikisample' active period from '05/21/2014 16:00:00' to @@ -6072,18 +6072,18 @@ - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline - Set-AzureDataFactorySliceStatus + Set-AzureRMDataFactorySliceStatus - Set-AzureDataFactorySliceStatus + Set-AzureRMDataFactorySliceStatus Sets the status of slices for a dataset in Data Factory. @@ -6095,12 +6095,12 @@ - The Set-AzureDataFactorySliceStatus cmdlet sets the status of slices for a dataset in Azure Data Factory. + The Set-AzureRMDataFactorySliceStatus cmdlet sets the status of slices for a dataset in Azure Data Factory. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Set-AzureDataFactorySliceStatus + Set-AzureRMDataFactorySliceStatus ResourceGroupName @@ -6168,7 +6168,7 @@ - Set-AzureDataFactorySliceStatus + Set-AzureRMDataFactorySliceStatus DataFactory @@ -6376,7 +6376,7 @@ - PS C:\> Set-AzureDataFactorySliceStatus -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -DatasetName "DAWikiAggregatedData" -StartDateTime 2014-05-21T16:00:00Z -EndDateTime 2014-05-21T20:00:00Z -Status "PendingExecution" -UpdateType "UpstreamInPipeline" + PS C:\> Set-AzureRMDataFactorySliceStatus -ResourceGroupName "ADF" -DataFactoryName "WikiADF" -DatasetName "DAWikiAggregatedData" -StartDateTime 2014-05-21T16:00:00Z -EndDateTime 2014-05-21T20:00:00Z -Status "PendingExecution" -UpdateType "UpstreamInPipeline" True @@ -6391,14 +6391,14 @@ - Get-AzureDataFactorySlice + Get-AzureRMDataFactorySlice - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline Suspends a pipeline in Data Factory. @@ -6410,12 +6410,12 @@ - The Suspend-AzureDataFactoryPipeline cmdlet suspends a pipeline in Azure Data Factory. You can resume the pipeline by using the Resume-AzureDataFactoryPipeline cmdlet. + The Suspend-AzureRMDataFactoryPipeline cmdlet suspends a pipeline in Azure Data Factory. You can resume the pipeline by using the Resume-AzureRMDataFactoryPipeline cmdlet. You must be in AzureResourceManager mode to run Azure Data Factory cmdlets. To switch to AzureResourceManager mode, type Switch-AzureMode AzureResourceManager. - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline ResourceGroupName @@ -6445,7 +6445,7 @@ - Suspend-AzureDataFactoryPipeline + Suspend-AzureRMDataFactoryPipeline DataFactory @@ -6563,7 +6563,7 @@ - PS C:\> Suspend-AzureDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikiSample" -DataFactoryName "WikiADF" + PS C:\> Suspend-AzureRMDataFactoryPipeline -ResourceGroupName "ADF" -Name "DPWikiSample" -DataFactoryName "WikiADF" Confirm Are you sure you want to suspend pipeline 'DPWikisample' in data factory 'WikiADF'? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y @@ -6581,23 +6581,23 @@ - Get-AzureDataFactoryPipeline + Get-AzureRMDataFactoryPipeline - New-AzureDataFactoryPipeline + New-AzureRMDataFactoryPipeline - Remove-AzureDataFactoryPipeline + Remove-AzureRMDataFactoryPipeline - Resume-AzureDataFactoryPipeline + Resume-AzureRMDataFactoryPipeline - Set-AzureDataFactoryPipelineActivePeriod + Set-AzureRMDataFactoryPipelineActivePeriod diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.Designer.cs b/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.Designer.cs index 89515c7d0ef0..125e804f7aca 100644 --- a/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.Designer.cs +++ b/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.Designer.cs @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Looks up a localized string similar to The data factory object provided is invalid. Use Get-AzureDataFactory to retrieve a specific data factory object, or use New-AzureDataFactory to create a new data factory object.. + /// Looks up a localized string similar to The data factory object provided is invalid. Use Get-AzureRMDataFactory to retrieve a specific data factory object, or use New-AzureRMDataFactory to create a new data factory object.. /// internal static string DataFactoryArgumentInvalid { get { @@ -218,7 +218,7 @@ internal static string DownloadLogCompleted { } /// - /// Looks up a localized string similar to EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Get-AzureDataFactorySlice command if you want to specify EndDateTime.. + /// Looks up a localized string similar to EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Get-AzureRMDataFactorySlice command if you want to specify EndDateTime.. /// internal static string EndDateTimeNotSpecifiedForGetSlice { get { @@ -227,7 +227,7 @@ internal static string EndDateTimeNotSpecifiedForGetSlice { } /// - /// Looks up a localized string similar to EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Set-AzureDataFactorySliceStatus command if you want to specify EndDateTime.. + /// Looks up a localized string similar to EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Set-AzureRMDataFactorySliceStatus command if you want to specify EndDateTime.. /// internal static string EndDateTimeNotSpecifiedForSetSliceStatus { get { diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.resx b/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.resx index 3c2635950062..8b9ab9943090 100644 --- a/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.resx +++ b/src/ResourceManager/DataFactories/Commands.DataFactories/Properties/Resources.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - The data factory object provided is invalid. Use Get-AzureDataFactory to retrieve a specific data factory object, or use New-AzureDataFactory to create a new data factory object. + The data factory object provided is invalid. Use Get-AzureRMDataFactory to retrieve a specific data factory object, or use New-AzureRMDataFactory to create a new data factory object. Are you sure you want to remove the gateway '{0}' in the data factory '{1}'? @@ -256,9 +256,9 @@ Are you sure you want to continue? For data factory naming restrictions, please see http://msdn.microsoft.com/en-us/library/dn835027.aspx - EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Get-AzureDataFactorySlice command if you want to specify EndDateTime. + EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Get-AzureRMDataFactorySlice command if you want to specify EndDateTime. - EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Set-AzureDataFactorySliceStatus command if you want to specify EndDateTime. + EndDateTime is not specified and is set to 48 hours from StartDateTime (by default). Please use -EndDateTime parameter in Set-AzureRMDataFactorySliceStatus command if you want to specify EndDateTime. \ No newline at end of file diff --git a/src/ResourceManager/Dns/Commands.Dns/Microsoft.Azure.Commands.Dns.dll-Help.xml b/src/ResourceManager/Dns/Commands.Dns/Microsoft.Azure.Commands.Dns.dll-Help.xml index 18045fedb3bd..f2f1d2252756 100644 --- a/src/ResourceManager/Dns/Commands.Dns/Microsoft.Azure.Commands.Dns.dll-Help.xml +++ b/src/ResourceManager/Dns/Commands.Dns/Microsoft.Azure.Commands.Dns.dll-Help.xml @@ -3,7 +3,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Adds a DNS record to a record set. @@ -15,13 +15,13 @@ - The Add-AzureDnsRecordConfig cmdlet adds a Domain Name System (DNS) record to a RecordSet object. The RecordSet object is an offline object, and changes to it do not change the DNS responses until after you run the Set-AzureDnsRecordSet cmdlet to persist the change to the Microsoft Azure DNS service. + The Add-AzureRMDnsRecordConfig cmdlet adds a Domain Name System (DNS) record to a RecordSet object. The RecordSet object is an offline object, and changes to it do not change the DNS responses until after you run the Set-AzureRMDnsRecordSet cmdlet to persist the change to the Microsoft Azure DNS service. You cannot remove SOA records. You can pass the RecordSet object to this cmdlet as a parameter or by using the pipeline operator. - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -45,7 +45,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -76,7 +76,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -100,7 +100,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -124,7 +124,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -148,7 +148,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -193,7 +193,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -217,7 +217,7 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig Profile @@ -422,7 +422,7 @@ - You can pipe a RecordSet object to this cmdlet. This is an offline representation of the RecordSet, and changes to it do not change DNS responses until after you run the Set-AzureDnsRecordSet cmdlet. + You can pipe a RecordSet object to this cmdlet. This is an offline representation of the RecordSet, and changes to it do not change DNS responses until after you run the Set-AzureRMDnsRecordSet cmdlet. @@ -450,7 +450,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -RecordSet $RecordSet -Ipv4Address "172.16.0.0" + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -RecordSet $RecordSet -Ipv4Address "172.16.0.0" This command adds an IPv4 address as an A record to the record set stored in the $RecordSet variable. @@ -469,7 +469,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -RecordSet $RecordSet -Ipv6Address "2001:DB80:4009:1803::1005" + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -RecordSet $RecordSet -Ipv6Address "2001:DB80:4009:1803::1005" This command adds an IPv6 address as an AAAA record to the record set stored in the $RecordSet variable. @@ -488,7 +488,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -RecordSet $RecordSet -Cname "contoso.com" + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -RecordSet $RecordSet -Cname "contoso.com" This command adds contoso.com as a CNAME record to the record set stored in the $RecordSet variable. @@ -507,7 +507,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -Exchange "mail.microsoft.com" -Preference 5 -RecordSet $RecordSet + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -Exchange "mail.microsoft.com" -Preference 5 -RecordSet $RecordSet This command adds the specified mail exchange server as an MX record to the record set stored in the $RecordSet variable. @@ -526,7 +526,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -Nsdname "contoso.myzone.com" -RecordSet $RecordSet + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -Nsdname "contoso.myzone.com" -RecordSet $RecordSet This command adds a name server as an NS record to the record set stored in the $RecordSet variable. @@ -545,7 +545,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -Port 8080 -Priority 0 -RecordSet $RecordSet -Target "target.example.com" -Weight 5 + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -Port 8080 -Priority 0 -RecordSet $RecordSet -Target "target.example.com" -Weight 5 This command adds the specified service locator as an SRV record to the record set stored in the $RecordSet variable. @@ -564,7 +564,7 @@ - PS C:\>$RecordSet = Add-AzureDnsRecordConfig -RecordSet $RecordSet -Value "This is a TXT Record" + PS C:\>$RecordSet = Add-AzureRMDnsRecordConfig -RecordSet $RecordSet -Value "This is a TXT Record" This command adds a TXT record to the record set stored in the $RecordSet variable. @@ -580,22 +580,22 @@ - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet Gets a DNS record set. @@ -607,13 +607,13 @@ - The Get-AzureDnsRecordSet cmdlet gets the Domain Name System (DNS) record set with the specified name and type, in the specified zone. If you do not specify the Name parameter, this cmdlet returns all record sets of the specified type in the zone. + The Get-AzureRMDnsRecordSet cmdlet gets the Domain Name System (DNS) record set with the specified name and type, in the specified zone. If you do not specify the Name parameter, this cmdlet returns all record sets of the specified type in the zone. If you do not specify the RecordType parameter, this cmdlet returns record sets of all types. You can use the pipeline operator to pass a DnsZone object to this cmdlet, or you can pass a DnsZone object as the Zone parameter, or alternatively you can specify the zone by name. - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet EndsWith @@ -662,7 +662,7 @@ - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet EndsWith @@ -854,7 +854,7 @@ - PS C:\>$RecordSet = Get-AzureDnsRecordSet -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -Name "www" -RecordType A + PS C:\>$RecordSet = Get-AzureRMDnsRecordSet -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -Name "www" -RecordType A This command gets the record set of record type A named www in the specified resource group and zone, and then stores it in the $RecordSet variable. Because the RecordType parameter is specified, only one RecordSet object is returned. @@ -873,7 +873,7 @@ - PS C:\>$RecordSet = Get-AzureDnsRecordSet -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -RecordType A + PS C:\>$RecordSet = Get-AzureRMDnsRecordSet -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -RecordType A This command gets all of record sets of record type A in the resource group named MyResourceGroup in the zone named myzone.com, and then stores them in the $RecordSet variable. @@ -892,7 +892,7 @@ - PS C:\>$RecordSet = Get-AzureDnsRecordSet -Name "www" -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" + PS C:\>$RecordSet = Get-AzureRMDnsRecordSet -Name "www" -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" This command gets all of the record sets named www in the resource group named MyResourceGroup in the zone named myzone.com, and then stores them in the $RecordSet variable. @@ -908,22 +908,22 @@ - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet - Get-AzureDnsZone + Get-AzureRMDnsZone Gets a DNS zone. @@ -935,11 +935,11 @@ - The Get-AzureDnsZone cmdlet gets a Domain Name System (DNS) zone from the specified resource group. If you specify the Name parameter, a single DnsZone object is returned. If you do not specify the Name parameter, an array containing all of the zones in the specified resource group is returned. You can use the DnsZone object to update the zone, for example you can add RecordSet objects to it. + The Get-AzureRMDnsZone cmdlet gets a Domain Name System (DNS) zone from the specified resource group. If you specify the Name parameter, a single DnsZone object is returned. If you do not specify the Name parameter, an array containing all of the zones in the specified resource group is returned. You can use the DnsZone object to update the zone, for example you can add RecordSet objects to it. - Get-AzureDnsZone + Get-AzureRMDnsZone EndsWith @@ -1059,7 +1059,7 @@ - PS C:\>$Zone = Get-AzureDnsZone -ResourceGroupName "MyResourceGroup" -Name "myzone.com" + PS C:\>$Zone = Get-AzureRMDnsZone -ResourceGroupName "MyResourceGroup" -Name "myzone.com" This command gets the zone named myzone.com from the specified resource group, and then stores it in the $Zone variable. @@ -1078,7 +1078,7 @@ - PS C:\>$Zone = Get-AzureDnsZone -ResourceGroupName "MyResourceGroup" + PS C:\>$Zone = Get-AzureRMDnsZone -ResourceGroupName "MyResourceGroup" This command gets all of the zones in the specified resource group, and then stores it in the $Zone variable. @@ -1094,22 +1094,22 @@ - New-AzureDnsZone + New-AzureRMDnsZone - Remove-AzureDnsZone + Remove-AzureRMDnsZone - Set-AzureDnsZone + Set-AzureRMDnsZone - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet Creates a DNS record set. @@ -1121,13 +1121,13 @@ - The New-AzureDnsRecordSet cmdlet creates a new Domain Name System (DNS) record set with the specified name and type in the specified zone. A RecordSet is a set of DNS records with the same name and type. Note that the name is relative to the zone and not the fully qualified name. + The New-AzureRMDnsRecordSet cmdlet creates a new Domain Name System (DNS) record set with the specified name and type in the specified zone. A RecordSet is a set of DNS records with the same name and type. Note that the name is relative to the zone and not the fully qualified name. You can use the pipeline operator to pass a DnsZone object to this cmdlet, or you can pass a DnsZone object as the Zone parameter, or alternatively you can specify the zone by name. If a matching RecordSet already exists, you must specify the Overwrite parameter, otherwise the cmdlet will not create a new RecordSet. - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet Force @@ -1212,7 +1212,7 @@ - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet Force @@ -1462,7 +1462,7 @@ - PS C:\>$RecordSet = New-AzureDnsRecordSet -Name "www" -RecordType A -ResourceGroupName "MyResourceGroup" -TTL 3600 -ZoneName "myzone.com" + PS C:\>$RecordSet = New-AzureRMDnsRecordSet -Name "www" -RecordType A -ResourceGroupName "MyResourceGroup" -TTL 3600 -ZoneName "myzone.com" This command creates a new RecordSet named www as type A in the zone named myzone.com with a TTL of 3600 seconds. @@ -1483,22 +1483,22 @@ - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet - New-AzureDnsZone + New-AzureRMDnsZone Creates a new DNS zone. @@ -1510,11 +1510,11 @@ - The New-AzureDnsZone cmdlet creates a new Domain Name System (DNS) zone in the specified resource group. You must specify a unique name for the Name parameter or the cmdlet will return an error. After the zone is created, use the New-AzureDnsRecordSet cmdlet to create record sets in the zone. + The New-AzureRMDnsZone cmdlet creates a new Domain Name System (DNS) zone in the specified resource group. You must specify a unique name for the Name parameter or the cmdlet will return an error. After the zone is created, use the New-AzureRMDnsRecordSet cmdlet to create record sets in the zone. - New-AzureDnsZone + New-AzureRMDnsZone Profile @@ -1634,7 +1634,7 @@ - PS C:\>$Zone = New-AzureDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" + PS C:\>$Zone = New-AzureRMDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" This command creates a new DNS zone named myzone.com in the specified resource group, and then stores it in the $Zone variable. @@ -1655,22 +1655,22 @@ - Get-AzureDnsZone + Get-AzureRMDnsZone - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet - Remove-AzureDnsZone + Remove-AzureRMDnsZone - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Removes a DNS record from a record set. @@ -1682,13 +1682,13 @@ - The Remove-AzureDnsRecordConfig cmdlet removes a Domain Name System (DNS) record from a record set. The RecordSet object is an offline object, and changes to it do not change the DNS responses until after you run the Set-AzureDnsRecordSet cmdlet to persist the change to the Microsoft Azure DNS service. + The Remove-AzureRMDnsRecordConfig cmdlet removes a Domain Name System (DNS) record from a record set. The RecordSet object is an offline object, and changes to it do not change the DNS responses until after you run the Set-AzureRMDnsRecordSet cmdlet to persist the change to the Microsoft Azure DNS service. To remove a record, all the fields for that record type must match exactly. You cannot add or remove SOA records. You can pass the RecordSet object to this cmdlet as a parameter or by using the pipeline operator. - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1712,7 +1712,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1743,7 +1743,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1767,7 +1767,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1791,7 +1791,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1815,7 +1815,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1860,7 +1860,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -1884,7 +1884,7 @@ - Remove-AzureDnsRecordConfig + Remove-AzureRMDnsRecordConfig Profile @@ -2089,7 +2089,7 @@ - You can pipe a DnsRecordSet object to this cmdlet. This is an offline representation of the record set and updates to it do not change DNS responses until after you run Set-AzureDnsRecordSet. + You can pipe a DnsRecordSet object to this cmdlet. This is an offline representation of the record set and updates to it do not change DNS responses until after you run Set-AzureRMDnsRecordSet. @@ -2117,7 +2117,7 @@ - PS C:\>$RecordSet = Remove-AzureDnsRecordConfig -RecordSet $RecordSet -Ipv4Address "172.16.0.0" + PS C:\>$RecordSet = Remove-AzureRMDnsRecordConfig -RecordSet $RecordSet -Ipv4Address "172.16.0.0" This command removes the A records with the specified IP address from the record set stored in $RecordSet. @@ -2136,7 +2136,7 @@ - PS C:\>$RecordSet = Remove-AzureDnsRecordConfig -Port 8080 -Priority 0 -RecordSet $RecordSet -Target "target.example.com" -Weight 5 + PS C:\>$RecordSet = Remove-AzureRMDnsRecordConfig -Port 8080 -Priority 0 -RecordSet $RecordSet -Target "target.example.com" -Weight 5 This command removes SRV records from the $RecordSet variable where Port=8080, Priority=0, Weight=5, and Target=target.example.com. @@ -2152,22 +2152,22 @@ - Add-AzureDnsRecordConfig + Add-AzureRMDnsRecordConfig - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet Deletes a record set. @@ -2179,12 +2179,12 @@ - The Remove-AzureDnsRecordSet cmdlet deletes the specified record set from the specified zone. You cannot delete SOA and NS records that are automatically created. + The Remove-AzureRMDnsRecordSet cmdlet deletes the specified record set from the specified zone. You cannot delete SOA and NS records that are automatically created. You can pass a RecordSet object to this cmdlet by using the pipeline operator or as a parameter. To identify a record set by name and type without using a RecordSet object, you must pass the zone as a DnsZone object to this cmdlet by using the pipeline operator or as a parameter, or alternatively you can specify the ZoneName parameter. - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet Force @@ -2248,7 +2248,7 @@ - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet Force @@ -2319,7 +2319,7 @@ - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet Force @@ -2526,8 +2526,8 @@ - PS C:\>$RecordSet = Get-AzureDnsRecordSet -Name "www" -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet + PS C:\>$RecordSet = Get-AzureRMDnsRecordSet -Name "www" -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" +PS C:\> Remove-AzureRMDnsRecordSet -RecordSet $RecordSet The first command gets the specified record set, and then stores it in the $RecordSet variable. @@ -2544,22 +2544,22 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet - Remove-AzureDnsZone + Remove-AzureRMDnsZone Removes a DNS zone from a resource group. @@ -2571,12 +2571,12 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - The Remove-AzureDnsZone cmdlet removes a Domain Name System (DNS) zone from a specified resource group. Before you run this cmdlet, you must first remove all record sets from the zone that you want to remove. + The Remove-AzureRMDnsZone cmdlet removes a Domain Name System (DNS) zone from a specified resource group. Before you run this cmdlet, you must first remove all record sets from the zone that you want to remove. You can pass a DnsZone object to this cmdlet as a parameter or by using the pipeline operator, or alternatively you can specify its name. - Remove-AzureDnsZone + Remove-AzureRMDnsZone Force @@ -2613,7 +2613,7 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - Remove-AzureDnsZone + Remove-AzureRMDnsZone Force @@ -2775,7 +2775,7 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - PS C:\>Remove-AzureDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" + PS C:\>Remove-AzureRMDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" This command removes the zone named myzone.com from the resource group named MyResourceGroup. @@ -2791,22 +2791,22 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - Get-AzureDnsZone + Get-AzureRMDnsZone - New-AzureDnsZone + New-AzureRMDnsZone - Set-AzureDnsZone + Set-AzureRMDnsZone - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet Updates a DNS record set. @@ -2818,12 +2818,12 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - The Set-AzureDnsRecordSet cmdlet updates a RecordSet from an offline RecordSet object. If the Etag has changed since the last get, the call will fail unless the Overwrite switch is specified. + The Set-AzureRMDnsRecordSet cmdlet updates a RecordSet from an offline RecordSet object. If the Etag has changed since the last get, the call will fail unless the Overwrite switch is specified. You can pass a RecordSet as a parameter or by using the pipeline operator. - Set-AzureDnsRecordSet + Set-AzureRMDnsRecordSet Overwrite @@ -2923,16 +2923,16 @@ PS C:\> Remove-AzureDnsRecordSet -RecordSet $RecordSet - PS C:\>$RecordSet = Get-AzureDnsRecordSet -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -Name "www" -RecordType A -PS C:\> $RecordSet = $RecordSet | Add-AzureDnsRecordConfig -Ipv4Address "172.16.0.0" -PS C:\> $RecordSet = $RecordSet | Add-AzureDnsRecordConfig -Ipv4Address "172.31.255.255" -PS C:\> $RecordSet | Set-AzureDnsRecordSet + PS C:\>$RecordSet = Get-AzureRMDnsRecordSet -ResourceGroupName "MyResourceGroup" -ZoneName "myzone.com" -Name "www" -RecordType A +PS C:\> $RecordSet = $RecordSet | Add-AzureRMDnsRecordConfig -Ipv4Address "172.16.0.0" +PS C:\> $RecordSet = $RecordSet | Add-AzureRMDnsRecordConfig -Ipv4Address "172.31.255.255" +PS C:\> $RecordSet | Set-AzureRMDnsRecordSet - The first command uses the Get-AzureDnsRecordset cmdlet to get the specified record set, and then stores it in the $RecordSet variable. - The second command uses the pipeline operator to pass $RecordSet to the Add-AzureDnsRecordConfig cmdlet to add an IP address as an A record, and then stores it in $RecordSet. - The third command uses the pipeline operator to pass $RecordSet to the Add-AzureDnsRecordConfig cmdlet to add another IP address as an A record, and then stores it in $RecordSet. - The final command uses the pipeline operator to pass $RecordSet to the Set-AzureDnsRecordSet cmdlet to propagate the update. + The first command uses the Get-AzureRMDnsRecordset cmdlet to get the specified record set, and then stores it in the $RecordSet variable. + The second command uses the pipeline operator to pass $RecordSet to the Add-AzureRMDnsRecordConfig cmdlet to add an IP address as an A record, and then stores it in $RecordSet. + The third command uses the pipeline operator to pass $RecordSet to the Add-AzureRMDnsRecordConfig cmdlet to add another IP address as an A record, and then stores it in $RecordSet. + The final command uses the pipeline operator to pass $RecordSet to the Set-AzureRMDnsRecordSet cmdlet to propagate the update. @@ -2948,14 +2948,14 @@ PS C:\> $RecordSet | Set-AzureDnsRecordSet - PS C:\>$RecordSet = Get-AzureDnsRecordSet -Name "@" -RecordType SOA -Zone $Zone + PS C:\>$RecordSet = Get-AzureRMDnsRecordSet -Name "@" -RecordType SOA -Zone $Zone PS C:\> $RecordSet.Records[0].Email = "bob@test.com" -PS C:\> Set-AzureDnsRecordSet -RecordSet $RecordSet +PS C:\> Set-AzureRMDnsRecordSet -RecordSet $RecordSet - The first command uses the Get-AzureDnsRecordset cmdlet to get the specified record set, and then stores it in the $RecordSet variable. + The first command uses the Get-AzureRMDnsRecordset cmdlet to get the specified record set, and then stores it in the $RecordSet variable. The second command updates the specified SOA record in $RecordSet. - The final command uses the Set-AzureDnsRecordSet cmdlet to propagate the update in $RecordSet. + The final command uses the Set-AzureRMDnsRecordSet cmdlet to propagate the update in $RecordSet. @@ -2968,22 +2968,22 @@ PS C:\> Set-AzureDnsRecordSet -RecordSet $RecordSet - Get-AzureDnsRecordSet + Get-AzureRMDnsRecordSet - New-AzureDnsRecordSet + New-AzureRMDnsRecordSet - Remove-AzureDnsRecordSet + Remove-AzureRMDnsRecordSet - Set-AzureDnsZone + Set-AzureRMDnsZone Updates a DNS zone. @@ -2995,11 +2995,11 @@ PS C:\> Set-AzureDnsRecordSet -RecordSet $RecordSet - The Set-AzureDnsZone cmdlet updates the specified DnsZone. This cmdlet does not update the RecordSet objects in the zone. You can pass a DnsZone object as a parameter or by using the pipeline operator, or alternatively you can specify the zone by name. + The Set-AzureRMDnsZone cmdlet updates the specified DnsZone. This cmdlet does not update the RecordSet objects in the zone. You can pass a DnsZone object as a parameter or by using the pipeline operator, or alternatively you can specify the zone by name. - Set-AzureDnsZone + Set-AzureRMDnsZone Profile @@ -3030,7 +3030,7 @@ PS C:\> Set-AzureDnsRecordSet -RecordSet $RecordSet - Set-AzureDnsZone + Set-AzureRMDnsZone Overwrite @@ -3166,14 +3166,14 @@ PS C:\> Set-AzureDnsRecordSet -RecordSet $RecordSet - PS C:\>$Zone = Get-AzureDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" + PS C:\>$Zone = Get-AzureRMDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" PS C:\> $Zone.Tags = @(@{"Name"="Dept"; "Value"="Electrical"}) -PS C:\> $Zone | Set-AzureDnsZone +PS C:\> $Zone | Set-AzureRMDnsZone The first command gets the zone named myzone.com from the specified resource group, and then stores it in the $Zone variable. The second command updates the tags for $Zone. - The final command passes $Zone to the Set-AzureDnsZone cmdlet by using the pipeline operator. + The final command passes $Zone to the Set-AzureRMDnsZone cmdlet by using the pipeline operator. @@ -3189,7 +3189,7 @@ PS C:\> $Zone | Set-AzureDnsZone - PS C:\>Set-AzureDNSZone -ResourceGroupName "MyResourceGroup" -Name "myzone.com" -Tag @(@{"Name"="Dept"; "Value"="Electrical"}) + PS C:\>Set-AzureRMDNSZone -ResourceGroupName "MyResourceGroup" -Name "myzone.com" -Tag @(@{"Name"="Dept"; "Value"="Electrical"}) This command updates the tags for the zone named myzone.com without first explicitly getting the zone. @@ -3210,15 +3210,15 @@ PS C:\> $Zone | Set-AzureDnsZone - Get-AzureDnsZone + Get-AzureRMDnsZone - New-AzureDnsZone + New-AzureRMDnsZone - Remove-AzureDnsZone + Remove-AzureRMDnsZone diff --git a/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.Designer.cs b/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.Designer.cs index 2c7c1df37007..9eff97ccc1d4 100644 --- a/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.Designer.cs +++ b/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.Designer.cs @@ -169,7 +169,7 @@ internal static string Success { } /// - /// Looks up a localized string similar to Record set '{0}' was created in zone '{1}'.The record set is empty. Use Add-AzureDnsRecordConfig to add {2} records to it and Set-AzureDnsRecordSet to save your changes.. + /// Looks up a localized string similar to Record set '{0}' was created in zone '{1}'.The record set is empty. Use Add-AzureRMDnsRecordConfig to add {2} records to it and Set-AzureRMDnsRecordSet to save your changes.. /// internal static string Success_NewRecordSet { get { @@ -178,7 +178,7 @@ internal static string Success_NewRecordSet { } /// - /// Looks up a localized string similar to Zone '{0}' was created in resource group '{1}'. The SOA and authoritative NS records for this zone have been created automatically. Use Get-AzureDnsRecordSet to retrieve them. + /// Looks up a localized string similar to Zone '{0}' was created in resource group '{1}'. The SOA and authoritative NS records for this zone have been created automatically. Use Get-AzureRMDnsRecordSet to retrieve them. /// internal static string Success_NewZone { get { @@ -187,7 +187,7 @@ internal static string Success_NewZone { } /// - /// Looks up a localized string similar to Record added. Use Set-AzureDnsRecordSet to save your change to this record set.. + /// Looks up a localized string similar to Record added. Use Set-AzureRMDnsRecordSet to save your change to this record set.. /// internal static string Success_RecordAdded { get { @@ -196,7 +196,7 @@ internal static string Success_RecordAdded { } /// - /// Looks up a localized string similar to Record removed. Use Set-AzureDnsRecordSet to save your change to this record set.. + /// Looks up a localized string similar to Record removed. Use Set-AzureRMDnsRecordSet to save your change to this record set.. /// internal static string Success_RecordRemoved { get { diff --git a/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.resx b/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.resx index 2d164af739ed..199a99e97acf 100644 --- a/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.resx +++ b/src/ResourceManager/Dns/Commands.Dns/Properties/Resources.resx @@ -154,16 +154,16 @@ Success! - Record set '{0}' was created in zone '{1}'.The record set is empty. Use Add-AzureDnsRecordConfig to add {2} records to it and Set-AzureDnsRecordSet to save your changes. + Record set '{0}' was created in zone '{1}'.The record set is empty. Use Add-AzureRMDnsRecordConfig to add {2} records to it and Set-AzureRMDnsRecordSet to save your changes. - Zone '{0}' was created in resource group '{1}'. The SOA and authoritative NS records for this zone have been created automatically. Use Get-AzureDnsRecordSet to retrieve them + Zone '{0}' was created in resource group '{1}'. The SOA and authoritative NS records for this zone have been created automatically. Use Get-AzureRMDnsRecordSet to retrieve them - Record added. Use Set-AzureDnsRecordSet to save your change to this record set. + Record added. Use Set-AzureRMDnsRecordSet to save your change to this record set. - Record removed. Use Set-AzureDnsRecordSet to save your change to this record set. + Record removed. Use Set-AzureRMDnsRecordSet to save your change to this record set. After you create {2} records in this record set you will be able to query them in DNS using the FQDN '{0}.{1}.' diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/InvokeHiveCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/InvokeHiveCommand.cs index 1046841aaa2f..95588fc5414d 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/InvokeHiveCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/InvokeHiveCommand.cs @@ -124,7 +124,7 @@ protected override void ProcessRecord() { throw new NullReferenceException( string.Format( - "The cluster or resource group specified is null. Please use the Use-AzureHDInsightCluster command to connect to a cluster.")); + "The cluster or resource group specified is null. Please use the Use-AzureRMHDInsightCluster command to connect to a cluster.")); } //get hive job diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml index 7e6235eb876c..e2989745672b 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml @@ -2,7 +2,7 @@ - Add-AzureHDInsightConfigValues + Add-AzureRMHDInsightConfigValues Adds a Hadoop configuration value customization and/or a Hive shared library customization to the Microsoft Azure HDInsight cluster configuration. @@ -18,7 +18,7 @@ - Add-AzureHDInsightConfigValues + Add-AzureRMHDInsightConfigValues Config @@ -348,7 +348,7 @@ - Add-AzureHDInsightMetastore + Add-AzureRMHDInsightMetastore Adds a SQL Database account to the Microsoft Azure HDInsight cluster configuration. @@ -360,11 +360,11 @@ - Adds a SQL Database to the HDInsight configuration created by the New-AzureHDInsightClusterConfig cmdlet. + Adds a SQL Database to the HDInsight configuration created by the New-AzureRMHDInsightClusterConfig cmdlet. - Add-AzureHDInsightMetastore + Add-AzureRMHDInsightMetastore Config @@ -523,7 +523,7 @@ - Add-AzureHDInsightScriptAction + Add-AzureRMHDInsightScriptAction Adds a SQL Database account to the Microsoft Azure HDInsight cluster configuration. @@ -535,11 +535,11 @@ - Adds a SQL Database account to the HDInsight configuration created by the New-AzureHDInsightClusterConfig cmdlet. + Adds a SQL Database account to the HDInsight configuration created by the New-AzureRMHDInsightClusterConfig cmdlet. - Add-AzureHDInsightScriptAction + Add-AzureRMHDInsightScriptAction Config @@ -698,7 +698,7 @@ - Add-AzureHDInsightStorage + Add-AzureRMHDInsightStorage Adds a Microsoft Azure Blob Storage account entry to a target HDInsight configuration. @@ -710,11 +710,11 @@ - Adds a Microsoft Azure Blob Storage account entry to the HDInsight configuration created by the New-AzureHDInsightClusterConfig cmdlet. + Adds a Microsoft Azure Blob Storage account entry to the HDInsight configuration created by the New-AzureRMHDInsightClusterConfig cmdlet. - Add-AzureHDInsightStorage + Add-AzureRMHDInsightStorage Config @@ -835,7 +835,7 @@ - Get-AzureHDInsightCluster + Get-AzureRMHDInsightCluster Retrieves and lists all of the Microsoft Azure HDInsight clusters associated with the current subscription or retrieves a specific named cluster. @@ -851,7 +851,7 @@ - Get-AzureHDInsightCluster + Get-AzureRMHDInsightCluster ResourceGroupName @@ -953,7 +953,7 @@ - Get-AzureHDInsightJob + Get-AzureRMHDInsightJob Retrieves the Azure HDInsight jobs from a cluster and lists them in reverse chronological order. @@ -969,7 +969,7 @@ - Get-AzureHDInsightJob + Get-AzureRMHDInsightJob ResourceGroupName @@ -1109,7 +1109,7 @@ - Get-AzureHDInsightJobOutput + Get-AzureRMHDInsightJobOutput Retrieves the log output for a job from the storage account associated with a specified cluster. @@ -1125,7 +1125,7 @@ - Get-AzureHDInsightJobOutput + Get-AzureRMHDInsightJobOutput ResourceGroupName @@ -1322,7 +1322,7 @@ - Get-AzureHDInsightProperties + Get-AzureRMHDInsightProperties Retrieves properties specific to a Microsoft Azure HDInsight service. @@ -1338,7 +1338,7 @@ - Get-AzureHDInsightProperties + Get-AzureRMHDInsightProperties Location @@ -1421,7 +1421,7 @@ - Grant-AzureHDInsightHttpServicesAccess + Grant-AzureRMHDInsightHttpServicesAccess Grants HTTP access to the cluster. @@ -1437,7 +1437,7 @@ - Grant-AzureHDInsightHttpServicesAccess + Grant-AzureRMHDInsightHttpServicesAccess ResourceGroupName @@ -1558,7 +1558,7 @@ - Grant-AzureHDInsightRdpServicesAccess + Grant-AzureRMHDInsightRdpServicesAccess Grants RDP access to the cluster. @@ -1574,7 +1574,7 @@ - Grant-AzureHDInsightRdpServicesAccess + Grant-AzureRMHDInsightRdpServicesAccess ResourceGroupName @@ -1726,7 +1726,7 @@ - Submits Hive queries to the HDInsight cluster, shows progress of the query execution, and retrieves query results in one operation. The Use-AzureHDInsightCluster cmdlet needs to be used before calling Invoke-Hive to specify which HDInsight cluster the query will be submitted to. + Submits Hive queries to the HDInsight cluster, shows progress of the query execution, and retrieves query results in one operation. The Use-AzureRMHDInsightCluster cmdlet needs to be used before calling Invoke-Hive to specify which HDInsight cluster the query will be submitted to. @@ -2003,7 +2003,7 @@ - New-AzureHDInsightCluster + New-AzureRMHDInsightCluster Creates a new Microsoft Azure HDInsight cluster for the current subscription. @@ -2015,11 +2015,11 @@ - Creates a new Microsoft Azure HDInsight cluster using the specified parameters or configuration created using the New-AzureHDInsightClusterConfig cmdlet. + Creates a new Microsoft Azure HDInsight cluster using the specified parameters or configuration created using the New-AzureRMHDInsightClusterConfig cmdlet. - New-AzureHDInsightCluster + New-AzureRMHDInsightCluster Location @@ -2577,7 +2577,7 @@ - New-AzureHDInsightClusterConfig + New-AzureRMHDInsightClusterConfig Creates a non-persisted configuration that describes a Microsoft Azure HDInsight cluster configuration. @@ -2593,7 +2593,7 @@ - New-AzureHDInsightClusterConfig + New-AzureRMHDInsightClusterConfig DefaultStorageAccountName @@ -2809,7 +2809,7 @@ - New-AzureHDInsightHiveJobDefinition + New-AzureRMHDInsightHiveJobDefinition Defines a new Hive job. @@ -2825,7 +2825,7 @@ - New-AzureHDInsightHiveJobDefinition + New-AzureRMHDInsightHiveJobDefinition Arguments @@ -3041,7 +3041,7 @@ - New-AzureHDInsightMapReduceJobDefinition + New-AzureRMHDInsightMapReduceJobDefinition Defines a new Map Reduce job. @@ -3057,7 +3057,7 @@ - New-AzureHDInsightMapReduceJobDefinition + New-AzureRMHDInsightMapReduceJobDefinition Arguments @@ -3273,7 +3273,7 @@ - New-AzureHDInsightPigJobDefinition + New-AzureRMHDInsightPigJobDefinition Defines a new Pig job. @@ -3289,7 +3289,7 @@ - New-AzureHDInsightPigJobDefinition + New-AzureRMHDInsightPigJobDefinition Arguments @@ -3448,7 +3448,7 @@ - New-AzureHDInsightStreamingMapReduceJobDefinition + New-AzureRMHDInsightStreamingMapReduceJobDefinition Defines a new Streaming Map Reduce job. @@ -3464,7 +3464,7 @@ - New-AzureHDInsightStreamingMapReduceJobDefinition + New-AzureRMHDInsightStreamingMapReduceJobDefinition Arguments @@ -3699,7 +3699,7 @@ - Remove-AzureHDInsightCluster + Remove-AzureRMHDInsightCluster Deletes the specified HDInsight cluster from your Microsoft Azure subscription. @@ -3715,7 +3715,7 @@ - Remove-AzureHDInsightCluster + Remove-AzureRMHDInsightCluster ResourceGroupName @@ -3817,7 +3817,7 @@ - Revoke-AzureHDInsightHttpServicesAccess + Revoke-AzureRMHDInsightHttpServicesAccess Disables HTTP access to the cluster. @@ -3833,7 +3833,7 @@ - Revoke-AzureHDInsightHttpServicesAccess + Revoke-AzureRMHDInsightHttpServicesAccess ResourceGroupName @@ -3935,7 +3935,7 @@ - Revoke-AzureHDInsightRdpServicesAccess + Revoke-AzureRMHDInsightRdpServicesAccess Disables RDP access to the cluster. @@ -3951,7 +3951,7 @@ - Revoke-AzureHDInsightRdpServicesAccess + Revoke-AzureRMHDInsightRdpServicesAccess ResourceGroupName @@ -4053,7 +4053,7 @@ - Set-AzureHDInsightClusterSize + Set-AzureRMHDInsightClusterSize Sets the size of the specified cluster to the requested size. @@ -4069,7 +4069,7 @@ - Set-AzureHDInsightClusterSize + Set-AzureRMHDInsightClusterSize ResourceGroupName @@ -4190,7 +4190,7 @@ - Set-AzureHDInsightDefaultStorage + Set-AzureRMHDInsightDefaultStorage Sets default storage account setting in the HDInsight cluster configuration object. @@ -4206,7 +4206,7 @@ - Set-AzureHDInsightDefaultStorage + Set-AzureRMHDInsightDefaultStorage Config @@ -4327,7 +4327,7 @@ - Start-AzureHDInsightJob + Start-AzureRMHDInsightJob Starts an Azure HDInsight job on a specified cluster. @@ -4343,7 +4343,7 @@ - Start-AzureHDInsightJob + Start-AzureRMHDInsightJob ResourceGroupName @@ -4483,7 +4483,7 @@ - Stop-AzureHDInsightJob + Stop-AzureRMHDInsightJob Stops running an Azure HDInsight job on a specified cluster. @@ -4499,7 +4499,7 @@ - Stop-AzureHDInsightJob + Stop-AzureRMHDInsightJob ResourceGroupName @@ -4639,7 +4639,7 @@ - Use-AzureHDInsightCluster + Use-AzureRMHDInsightCluster Selects Azure HDInsight cluster that will be used by the Invoke-Hive cmdlet for job submission. @@ -4655,7 +4655,7 @@ - Use-AzureHDInsightCluster + Use-AzureRMHDInsightCluster ResourceGroupName @@ -4776,7 +4776,7 @@ - Wait-AzureHDInsightJob + Wait-AzureRMHDInsightJob Awaits the completion or failure of the HDInsight job and shows its progress. @@ -4792,7 +4792,7 @@ - Wait-AzureHDInsightJob + Wait-AzureRMHDInsightJob ResourceGroupName diff --git a/src/ResourceManager/Insights/Commands.Insights/InsightsClientCmdletBase.cs b/src/ResourceManager/Insights/Commands.Insights/InsightsClientCmdletBase.cs index 571f228e5c71..47c98208f499 100644 --- a/src/ResourceManager/Insights/Commands.Insights/InsightsClientCmdletBase.cs +++ b/src/ResourceManager/Insights/Commands.Insights/InsightsClientCmdletBase.cs @@ -40,7 +40,7 @@ public IInsightsClient InsightsClient { if (this.insightsClient == null) { - // The premise is that a command to establish a context (like Add-AzureAccount) has been called before this command in order to have a correct CurrentContext + // The premise is that a command to establish a context (like Add-AzureRMAccount) has been called before this command in order to have a correct CurrentContext this.insightsClient = AzureSession.ClientFactory.CreateClient(DefaultProfile.Context, AzureEnvironment.Endpoint.ResourceManager); } diff --git a/src/ResourceManager/Insights/Commands.Insights/ManagementCmdletBase.cs b/src/ResourceManager/Insights/Commands.Insights/ManagementCmdletBase.cs index 474dcc1f0af8..509dd71c9754 100644 --- a/src/ResourceManager/Insights/Commands.Insights/ManagementCmdletBase.cs +++ b/src/ResourceManager/Insights/Commands.Insights/ManagementCmdletBase.cs @@ -39,7 +39,7 @@ public IInsightsManagementClient InsightsManagementClient { if (this.insightsManagementClient == null) { - // The premise is that a command to establish a context (like Add-AzureAccount) has been called before this command in order to have a correct CurrentContext + // The premise is that a command to establish a context (like Add-AzureRMAccount) has been called before this command in order to have a correct CurrentContext this.insightsManagementClient = AzureSession.ClientFactory.CreateClient(DefaultProfile.Context, AzureEnvironment.Endpoint.ResourceManager); } diff --git a/src/ResourceManager/Insights/Commands.Insights/Microsoft.Azure.Commands.Insights.dll-Help.xml b/src/ResourceManager/Insights/Commands.Insights/Microsoft.Azure.Commands.Insights.dll-Help.xml index 83e7fae0c811..91af89cb7735 100644 --- a/src/ResourceManager/Insights/Commands.Insights/Microsoft.Azure.Commands.Insights.dll-Help.xml +++ b/src/ResourceManager/Insights/Commands.Insights/Microsoft.Azure.Commands.Insights.dll-Help.xml @@ -2729,7 +2729,7 @@ Tags : {[$type, Microsoft.WindowsAzure.Management.Common.Storage.CasePrese - Get-AzureCorrelationIdLog + Get-AzureRMCorrelationIdLog Gets the operations associated with a CorrelationId @@ -2745,7 +2745,7 @@ Tags : {[$type, Microsoft.WindowsAzure.Management.Common.Storage.CasePrese - Get-AzureCorrelationIdLog + Get-AzureRMCorrelationIdLog CorrelationId @@ -2927,7 +2927,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureCorrelationIdLog -CorrelationId 60c694d0-e46f-4c12-bed1-9b7aef541c23 + PS C:\>Get-AzureRMCorrelationIdLog -CorrelationId 60c694d0-e46f-4c12-bed1-9b7aef541c23 This command lists all the operations associated to the given CorrelationId that took place in the last hour. @@ -2947,7 +2947,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureCorrelationIdLog -CorrelationId 60c694d0-e46f-4c12-bed1-9b7aef541c23 -StartTime 2015-01-15T04:30:00 + PS C:\>Get-AzureRMCorrelationIdLog -CorrelationId 60c694d0-e46f-4c12-bed1-9b7aef541c23 -StartTime 2015-01-15T04:30:00 This command lists all the operations associated to the given CorrelationId that took place on or after 2015-01-01T10:30 local time. @@ -2967,7 +2967,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureCorrelationIdLog -CorrelationId 60c694d0-e46f-4c12-bed1-9b7aef541c23 -StartTime 2015-01-15T04:30:00 -EndTime 2015-01-15T12:30:00 + PS C:\>Get-AzureRMCorrelationIdLog -CorrelationId 60c694d0-e46f-4c12-bed1-9b7aef541c23 -StartTime 2015-01-15T04:30:00 -EndTime 2015-01-15T12:30:00 This command lists all the operations associated to the given CorrelationId that took place on or after 2015-01-01T10:30 local time, but before 2015-01-01T11:30 local time. @@ -2989,19 +2989,19 @@ The value must be earlier than StartTime, but not more than 15 days. http://go.microsoft.com/fwlink/?LinkID=397618 - Get-AzureSubscriptionIdLog + Get-AzureRMSubscriptionIdLog - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog - Get-AzureResourceLog + Get-AzureRMResourceLog - Get-AzureResourceProviderLog + Get-AzureRMResourceProviderLog @@ -3009,7 +3009,7 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog Gets the operations associated with a Resource Group @@ -3025,7 +3025,7 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog ResourceGroup @@ -3207,7 +3207,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceGroupLog -ResourceGroup Default-Web-CentralUS + PS C:\>Get-AzureRMResourceGroupLog -ResourceGroup Default-Web-CentralUS This command lists all the operations associated to the given Resource Group that took place in the last hour. @@ -3227,7 +3227,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceGroupLog -ResourceGroup Default-Web-CentralUS -StartTime 2015-01-01T10:30 + PS C:\>Get-AzureRMResourceGroupLog -ResourceGroup Default-Web-CentralUS -StartTime 2015-01-01T10:30 This command lists all the operations associated to the given Resource Group that took place on or after 2015-01-01T10:30 local time. @@ -3247,7 +3247,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceGroupLog -ResourceGroup Default-Web-CentralUS -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 + PS C:\>Get-AzureRMResourceGroupLog -ResourceGroup Default-Web-CentralUS -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 This command lists all the operations associated to the given Resource Group that took place on or after 2015-01-01T10:30 local time, but before 2015-01-01T11:30 local time. @@ -3269,19 +3269,19 @@ The value must be earlier than StartTime, but not more than 15 days. http://go.microsoft.com/fwlink/?LinkID=397618 - Get-AzureSubscriptionIdLog + Get-AzureRMSubscriptionIdLog - Get-AzureCorrelationIdLog + Get-AzureRMCorrelationIdLog - Get-AzureResourceLog + Get-AzureRMResourceLog - Get-AzureResourceProviderLog + Get-AzureRMResourceProviderLog @@ -3293,7 +3293,7 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureResourceLog + Get-AzureRMResourceLog Gets the operations associated with a ResourceId @@ -3309,7 +3309,7 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureResourceLog + Get-AzureRMResourceLog ResourceId @@ -3491,7 +3491,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceLog -ResourceId /subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/resourcegroups/Default-Web-CentralUS/providers/Microsoft.Web/serverFarms/Default1 + PS C:\>Get-AzureRMResourceLog -ResourceId /subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/resourcegroups/Default-Web-CentralUS/providers/Microsoft.Web/serverFarms/Default1 This command lists all the operations associated to the given ResourceId that took place in the last hour. @@ -3511,7 +3511,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceLog -ResourceId /subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/resourcegroups/Default-Web-CentralUS/providers/Microsoft.Web/serverFarms/Default1 -StartTime 2015-01-01T10:30 + PS C:\>Get-AzureRMResourceLog -ResourceId /subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/resourcegroups/Default-Web-CentralUS/providers/Microsoft.Web/serverFarms/Default1 -StartTime 2015-01-01T10:30 This command lists all the operations associated to the given ResourceId that took place on or after 2015-01-01T10:30 local time. @@ -3531,7 +3531,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceLog -ResourceId /subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/resourcegroups/Default-Web-CentralUS/providers/Microsoft.Web/serverFarms/Default1 -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 + PS C:\>Get-AzureRMResourceLog -ResourceId /subscriptions/623d50f1-4fa8-4e46-a967-a9214aed43ab/resourcegroups/Default-Web-CentralUS/providers/Microsoft.Web/serverFarms/Default1 -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 This command lists all the operations associated to the given ResourceId that took place on or after 2015-01-01T10:30 local time, but before 2015-01-01T11:30 local time. @@ -3553,19 +3553,19 @@ The value must be earlier than StartTime, but not more than 15 days. http://go.microsoft.com/fwlink/?LinkID=397618 - Get-AzureSubscriptionIdLog + Get-AzureRMSubscriptionIdLog - Get-AzureCorrelationIdLog + Get-AzureRMCorrelationIdLog - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog - Get-AzureResourceProviderLog + Get-AzureRMResourceProviderLog @@ -3573,9 +3573,9 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureResourceProviderLog + Get-AzureRMResourceProviderLog - Gets the operations associated with a Resource Provider (RP) for Azure Resource Manager (ARM). You can use the Get-AzureProvider command to list out the ARM Resource Providers that are available. By default, this command retrieves Resource Provider log entries for the last hour, however you can specify custom start and end times to get log entries from a specific time period. + Gets the operations associated with a Resource Provider (RP) for Azure Resource Manager (ARM). You can use the Get-AzureRMProvider command to list out the ARM Resource Providers that are available. By default, this command retrieves Resource Provider log entries for the last hour, however you can specify custom start and end times to get log entries from a specific time period. @@ -3589,11 +3589,11 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureResourceProviderLog + Get-AzureRMResourceProviderLog ResourceProvider - Specifies a filter by ResourceProvider. This parameter is mandatory. To discover a list of Resource Providers, use the Get-AzureProvider command. + Specifies a filter by ResourceProvider. This parameter is mandatory. To discover a list of Resource Providers, use the Get-AzureRMProvider command. String @@ -3636,7 +3636,7 @@ The default is EndTime minus one hour. Profile - In-memory profile (AzureProfile). You can create an Azure Profile by using the New-AzureProfile command. + In-memory profile (AzureProfile). You can create an Azure Profile by using the New-AzureRMProfile command. AzureProfile @@ -3770,7 +3770,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceProviderLog -ResourceProvider Microsoft.Web + PS C:\>Get-AzureRMResourceProviderLog -ResourceProvider Microsoft.Web This command lists all the operations associated to the given Resource Provider that took place in the last hour. @@ -3790,7 +3790,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceProviderLog -ResourceProvider Microsoft.Web -StartTime 2015-01-01T10:30 + PS C:\>Get-AzureRMResourceProviderLog -ResourceProvider Microsoft.Web -StartTime 2015-01-01T10:30 This command lists all the operations associated to the given Resource Provider that took place on or after 2015-01-01T10:30 local time. @@ -3810,7 +3810,7 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureResourceProviderLog -ResourceProvider Microsoft.Web -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 + PS C:\>Get-AzureRMResourceProviderLog -ResourceProvider Microsoft.Web -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 This command lists all the operations associated to the given Resource Provider that took place on or after 2015-01-01T10:30 local time, but before 2015-01-01T11:30 local time. @@ -3832,19 +3832,19 @@ The value must be earlier than StartTime, but not more than 15 days. http://go.microsoft.com/fwlink/?LinkID=397618 - Get-AzureSubscriptionIdLog + Get-AzureRMSubscriptionIdLog - Get-AzureCorrelationIdLog + Get-AzureRMCorrelationIdLog - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog - Get-AzureResourceLog + Get-AzureRMResourceLog @@ -3852,7 +3852,7 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureSubscriptionIdLog + Get-AzureRMSubscriptionIdLog Gets the operations associated with the current subscriptionId @@ -3868,7 +3868,7 @@ The value must be earlier than StartTime, but not more than 15 days. - Get-AzureSubscriptionIdLog + Get-AzureRMSubscriptionIdLog StartTime @@ -4031,9 +4031,9 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureSubscriptionIdLog + PS C:\>Get-AzureRMSubscriptionIdLog - This command lists all the operations associated to the user's subscriptionId (see Add-AzureAccount for details) that took place in the last hour. + This command lists all the operations associated to the user's subscriptionId (see Add-AzureRMAccount for details) that took place in the last hour. @@ -4051,9 +4051,9 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureSubscriptionIdLog -StartTime 2015-01-01T10:30 + PS C:\>Get-AzureRMSubscriptionIdLog -StartTime 2015-01-01T10:30 - This command lists all the operations associated to the user's subscriptionId (see Add-AzureAccount for details) that took place on or after 2015-01-01T10:30 local time. + This command lists all the operations associated to the user's subscriptionId (see Add-AzureRMAccount for details) that took place on or after 2015-01-01T10:30 local time. @@ -4071,9 +4071,9 @@ The value must be earlier than StartTime, but not more than 15 days. PS C:\> - PS C:\>Get-AzureSubscriptionIdLog -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 + PS C:\>Get-AzureRMSubscriptionIdLog -StartTime 2015-01-01T10:30 -EndTime 2015-01-01T11:30 - This command lists all the operations associated to the user's subscriptionId (see Add-AzureAccount for details) that took place on or after 2015-01-01T10:30 local time, but before 2015-01-01T11:30 local time. + This command lists all the operations associated to the user's subscriptionId (see Add-AzureRMAccount for details) that took place on or after 2015-01-01T10:30 local time, but before 2015-01-01T11:30 local time. @@ -4093,19 +4093,19 @@ The value must be earlier than StartTime, but not more than 15 days. http://go.microsoft.com/fwlink/?LinkID=397618 - Get-AzureCorrelationIdLog + Get-AzureRMCorrelationIdLog - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog - Get-AzureResourceLog + Get-AzureRMResourceLog - Get-AzureResourceProviderLog + Get-AzureRMResourceProviderLog diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/ScenarioTests/KeyVaultManagementTests.cs b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/ScenarioTests/KeyVaultManagementTests.cs index 0598ef5bfb24..7038c464e550 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/ScenarioTests/KeyVaultManagementTests.cs +++ b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/ScenarioTests/KeyVaultManagementTests.cs @@ -50,7 +50,7 @@ private void Initialize() } - #region New-AzureKeyVault + #region New-AzureRMKeyVault [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] @@ -121,7 +121,7 @@ public void TestCreateVaultPositionalParams() #endregion - #region Get-AzureKeyVault + #region Get-AzureRMKeyVault [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] @@ -193,7 +193,7 @@ public void TestGetVaultFromUnknownResourceGroupFails() #endregion - #region Get-AzureKeyVault (list) + #region Get-AzureRMKeyVault (list) [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] @@ -249,7 +249,7 @@ public void TestListVaultsByUnknownResourceGroupFails() } #endregion - #region Remove-AzureKeyVault + #region Remove-AzureRMKeyVault [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] @@ -279,7 +279,7 @@ public void TestDeleteUnknownVaultFails() #endregion - #region Set-AzureKeyVaultAccessPolicy & Remove-AzureKeyVaultAccessPolicy + #region Set-AzureRMKeyVaultAccessPolicy & Remove-AzureRMKeyVaultAccessPolicy [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/NewAzureKeyVault.cs b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/NewAzureKeyVault.cs index ad26fe6dd922..4e4fdf7acc8e 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/NewAzureKeyVault.cs +++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/NewAzureKeyVault.cs @@ -59,7 +59,7 @@ public class NewAzureKeyVault : KeyVaultManagementCmdletBase [Parameter(Mandatory = true, Position = 2, ValueFromPipelineByPropertyName = true, - HelpMessage = "Specifies the Azure region in which to create the key vault. Use the command Get-AzureLocation to see your choices. For more information, type Get-Help Get-AzureLocation.")] + HelpMessage = "Specifies the Azure region in which to create the key vault. Use the command Get-AzureRMLocation to see your choices. For more information, type Get-Help Get-AzureRMLocation.")] [ValidateNotNullOrEmpty()] public string Location { get; set; } diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/SetAzureKeyVaultKeyAttribute.cs b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/SetAzureKeyVaultKeyAttribute.cs index 5d6f3c14625e..76ff7d6fbd0e 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/SetAzureKeyVaultKeyAttribute.cs +++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands/SetAzureKeyVaultKeyAttribute.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Commands.KeyVault /// /// Update attribute of a key vault key. /// - [Alias("Set-AzureKeyVaultKey")] + [Alias("Set-AzureRMKeyVaultKey")] [Cmdlet(VerbsCommon.Set, "AzureRMKeyVaultKeyAttribute", HelpUri = Constants.KeyVaultHelpUri)] [OutputType(typeof(KeyBundle))] public class SetAzureKeyVaultKeyAttribute : KeyVaultCmdletBase diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Microsoft.Azure.Commands.KeyVault.dll-help.xml b/src/ResourceManager/KeyVault/Commands.KeyVault/Microsoft.Azure.Commands.KeyVault.dll-help.xml index cb563bd75660..ed356779cd56 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault/Microsoft.Azure.Commands.KeyVault.dll-help.xml +++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Microsoft.Azure.Commands.KeyVault.dll-help.xml @@ -3,7 +3,7 @@ - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey Creates a key in a vault or imports a key into a vault. @@ -15,7 +15,7 @@ - The Add-AzureKeyVaultKey cmdlet creates a key in an Azure Key Vault, or imports a key into a vault. Use this cmdlet to add keys by using any of the following methods: + The Add-AzureRMKeyVaultKey cmdlet creates a key in an Azure Key Vault, or imports a key into a vault. Use this cmdlet to add keys by using any of the following methods: -- Create a key in a hardware security module (HSM) in the Azure Key Vault service. -- Create a key in software in the Azure Key Vault service. @@ -31,7 +31,7 @@ Note: To import a key from your own hardware security module, you must first gen - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey VaultName @@ -132,7 +132,7 @@ Note: To import a key from your own hardware security module, you must first gen - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey VaultName @@ -409,7 +409,7 @@ Note: To import a key from your own hardware security module, you must first gen - PS C:\>Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITSoftware" -Destination "Software" + PS C:\>Add-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITSoftware" -Destination "Software" This command creates a software-protected key named ITSoftware in the vault named Contoso. @@ -428,7 +428,7 @@ Note: To import a key from your own hardware security module, you must first gen - PS C:\>Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITHsm" -Destination "HSM" + PS C:\>Add-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITHsm" -Destination "HSM" This command creates an HSM-protected key in the key vault named Contoso. @@ -451,13 +451,13 @@ Note: To import a key from your own hardware security module, you must first gen PS C:\> $Expires = (Get-Date).AddYears(2).ToUniversalTime() PS C:\> $NotBefore = (Get-Date).ToUniversalTime() PS C:\> $Tags = @{'Severity' = 'high'; 'Accounting' = null} -PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITHsmNonDefault" -Destination "HSM" -Expires $Expires -NotBefore $NotBefore -KeyOps $KeyOperations �Disable -Tags $Tags +PS C:\> Add-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITHsmNonDefault" -Destination "HSM" -Expires $Expires -NotBefore $NotBefore -KeyOps $KeyOperations �Disable -Tags $Tags The first command stores the values decrypt and verify in the $KeyOperations variable. The second command creates a DateTime object, defined in UTC, by using the Get-Date cmdlet. That object specifies a time two years in the future. The command stores that date in the $Expires variable. For more information, type Get-Help Get-Date. The third command creates a DateTime object by using the Get-Date cmdlet. That object specifies current UTC time. The command stores that date in the $NotBefore variable. - The final command creates a key named ITHsmNonDefault that is an HSM-protected key. The command specifies values for allowed key operations stored $KeyOperations. The command specifies times for the Expires and NotBefore parameters created in the previous commands, and tags for high severity and IT. The new key is disabled. You can enable it by using the Set-AzureKeyVaultKey cmdlet. + The final command creates a key named ITHsmNonDefault that is an HSM-protected key. The command specifies values for allowed key operations stored $KeyOperations. The command specifies times for the Expires and NotBefore parameters created in the previous commands, and tags for high severity and IT. The new key is disabled. You can enable it by using the Set-AzureRMKeyVaultKey cmdlet. @@ -473,7 +473,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITHsmNonDefault" -De - PS C:\>Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITByok" -KeyFilePath "C:\Contoso\ITByok.byok" -Destination "HSM" + PS C:\>Add-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITByok" -KeyFilePath "C:\Contoso\ITByok.byok" -Destination "HSM" This command imports the key named ITByok from the location that the KeyFilePath parameter specifies. The imported key is an HSM-protected key. @@ -494,7 +494,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITHsmNonDefault" -De PS C:\>$Password = ConvertTo-SecureString -String "Password" -AsPlainText -Force -PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfx" -KeyFilePath "C:\Contoso\ITPfx.pfx" -KeyFilePassword $Password +PS C:\> Add-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITPfx" -KeyFilePath "C:\Contoso\ITPfx.pfx" -KeyFilePassword $Password The first command converts a string into a secure string by using the ConvertTo-SecureString cmdlet, and then stores that string in the $Password variable. For more information, type Get-Help ConvertTo-SecureString. @@ -517,7 +517,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfx" -KeyFilePath PS C:\>$Password = ConvertTo-SecureString -String "password" -AsPlainText -Force PS C:\> $Expires = (Get-Date).AddYears(2).ToUniversalTime() PS C:\> $Tags = @{ 'Severity' = 'high'; 'Accounting' = null } -PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destination "HSM" -KeyFilePath "C:\Contoso\ITPfx.pfx" -KeyFilePassword $Password -Expires $Expires -Tags $Tags +PS C:\> Add-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destination "HSM" -KeyFilePath "C:\Contoso\ITPfx.pfx" -KeyFilePassword $Password -Expires $Expires -Tags $Tags The first command converts a string into a secure string by using the ConvertTo-SecureString cmdlet, and then stores that string in the $Password variable. @@ -540,26 +540,26 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=520396 - Backup-AzureKeyVaultKey + Backup-AzureRMKeyVaultKey - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey - Set-AzureKeyVaultKeyAttribute + Set-AzureRMKeyVaultKeyAttribute - Backup-AzureKeyVaultKey + Backup-AzureRMKeyVaultKey Backs up a key in a vault. @@ -571,15 +571,15 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Backup-AzureKeyVaultKey cmdlet backs up a specified key in a vault by downloading it and storing it in a file. If there are multiple versions of the key, all versions are included in the backup. Because the downloaded content is encrypted, it cannot be used outside of Azure Key Vault. You can restore a backed-up key to any key vault in the subscription that it was backed up from. + The Backup-AzureRMKeyVaultKey cmdlet backs up a specified key in a vault by downloading it and storing it in a file. If there are multiple versions of the key, all versions are included in the backup. Because the downloaded content is encrypted, it cannot be used outside of Azure Key Vault. You can restore a backed-up key to any key vault in the subscription that it was backed up from. Typical reasons to use this cmdlet are: -- You want to escrow a copy of your key, so that you have an offline copy in case you accidentally delete your key in your key vault. - -- You created a key using Azure Key Vault and now want to clone the key into a different Azure region, so that you can use it from all instances of your distributed application. Use the Backup-AzureKeyVaultKey cmdlet to retrieve the key in encrypted format and then use the Restore-AzureKeyVaultKey cmdlet and specify a key vault in the second region. + -- You created a key using Azure Key Vault and now want to clone the key into a different Azure region, so that you can use it from all instances of your distributed application. Use the Backup-AzureRMKeyVaultKey cmdlet to retrieve the key in encrypted format and then use the Restore-AzureRMKeyVaultKey cmdlet and specify a key vault in the second region. - Backup-AzureKeyVaultKey + Backup-AzureRMKeyVaultKey VaultName @@ -703,7 +703,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Backup-AzureKeyVaultKey -VaultName "MyKeyVault" -Name "MyKey" + PS C:\>Backup-AzureRMKeyVaultKey -VaultName "MyKeyVault" -Name "MyKey" This command retrieves the key named MyKey from the vault named MyKeyVault and saves a backup of that key to a file that is automatically named for you, and displays the file name. @@ -722,7 +722,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Backup-AzureKeyVaultKey -VaultName "MyKeyVault" -Name "MyKey" -OutputFile "C:\Backup.blob" + PS C:\>Backup-AzureRMKeyVaultKey -VaultName "MyKeyVault" -Name "MyKey" -OutputFile "C:\Backup.blob" This command retrieves the key named MyKey from the vault named MyKeyVault and saves a backup of that key to a file named Backup.blob. @@ -742,26 +742,26 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=522259 - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey - Restore-AzureKeyVaultKey + Restore-AzureRMKeyVaultKey - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey Gets the keys in a vault. @@ -773,11 +773,11 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Get-AzureKeyVaultKey cmdlet gets the keys in an Azure Key Vault. This cmdlet gets a specific Microsoft.Azure.Commands.KeyVault.Models.KeyBundle or a list of all KeyBundle objects in a vault. + The Get-AzureRMKeyVaultKey cmdlet gets the keys in an Azure Key Vault. This cmdlet gets a specific Microsoft.Azure.Commands.KeyVault.Models.KeyBundle or a list of all KeyBundle objects in a vault. - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey Name @@ -801,7 +801,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey VaultName @@ -832,7 +832,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey VaultName @@ -953,7 +953,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultKey -VaultName "Contoso" + PS C:\>Get-AzureRMKeyVaultKey -VaultName "Contoso" This command gets all the keys in the vault named Contoso. @@ -972,7 +972,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultKey -VaultName "Contoso" -KeyName "ITPfx" + PS C:\>Get-AzureRMKeyVaultKey -VaultName "Contoso" -KeyName "ITPfx" This command gets the current version of the key named ITPfx in the vault named Contoso. @@ -991,7 +991,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultKey -VaultName "Contoso" -KeyName "ITPfx" -IncludeVersions + PS C:\>Get-AzureRMKeyVaultKey -VaultName "Contoso" -KeyName "ITPfx" -IncludeVersions This command gets all versions the key named ITPfx in the vault named Contoso. @@ -1010,7 +1010,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>$Key = Get-AzureKeyVaultKey -VaultName "Contoso" -KeyName "ITPfx" �Version "5A12A276385949DB8B5F82AFEE85CAED" + PS C:\>$Key = Get-AzureRMKeyVaultKey -VaultName "Contoso" -KeyName "ITPfx" �Version "5A12A276385949DB8B5F82AFEE85CAED" This command gets a specific version of the key named ITPfx in the vault named Contoso. After running this command, you can inspect various properties of the key by navigating the $Key object. @@ -1030,22 +1030,22 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=521395 - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey - Set-AzureKeyVaultKeyAttribute + Set-AzureRMKeyVaultKeyAttribute - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret Gets the secrets in a vault. @@ -1057,11 +1057,11 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Get-AzureKeyVaultSecret cmdlet gets secrets in an Azure Key Vault. This cmdlet gets a specific secret or all the secrets in a vault. + The Get-AzureRMKeyVaultSecret cmdlet gets secrets in an Azure Key Vault. This cmdlet gets a specific secret or all the secrets in a vault. - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret Name @@ -1085,7 +1085,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret VaultName @@ -1116,7 +1116,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret VaultName @@ -1237,7 +1237,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultSecret -VaultName "Contoso" + PS C:\>Get-AzureRMKeyVaultSecret -VaultName "Contoso" This command gets the current versions of all secrets in the vault named Contoso. @@ -1256,7 +1256,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -IncludeVersions + PS C:\>Get-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -IncludeVersions This command gets all versions of the secret named ITSecret in the vault named Contoso. @@ -1275,7 +1275,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" + PS C:\>Get-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" This command gets the current version of the secret named ITSecret in the vault named Contoso. @@ -1294,7 +1294,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" �Version "6A12A286385949DB8B5F82AFEF85CAE9" + PS C:\>Get-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" �Version "6A12A286385949DB8B5F82AFEF85CAE9" This command gets a specific version of the secret named ITSecret in the vault named Contoso. @@ -1314,18 +1314,18 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=521396 - Remove-AzureKeyVaultSecret + Remove-AzureRMKeyVaultSecret - Set-AzureKeyVaultSecret + Set-AzureRMKeyVaultSecret - Get-AzureKeyVault + Get-AzureRMKeyVault Gets Azure Key Vault instances. @@ -1337,12 +1337,12 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Get-AzureKeyVault cmdlet gets information about the Azure Key Vault instances in a subscription. You can view all key vault instances in a subscription, or filter your results by a resource group or a particular key vault. + The Get-AzureRMKeyVault cmdlet gets information about the Azure Key Vault instances in a subscription. You can view all key vault instances in a subscription, or filter your results by a resource group or a particular key vault. Note that although specifying the resource group is optional for this cmdlet when you get a single key vault, you should do so for better performance. - Get-AzureKeyVault + Get-AzureRMKeyVault VaultName @@ -1366,7 +1366,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Get-AzureKeyVault + Get-AzureRMKeyVault ResourceGroupName @@ -1383,7 +1383,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Get-AzureKeyVault + Get-AzureRMKeyVault Profile @@ -1487,7 +1487,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVault + PS C:\>Get-AzureRMKeyVault This command gets all the key vaults in your current subscription. @@ -1506,7 +1506,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>$MyVault = Get-AzureKeyVault -VaultName "Contoso03Vault" + PS C:\>$MyVault = Get-AzureRMKeyVault -VaultName "Contoso03Vault" This command gets the key vault named Contoso03Vault in your current subscription, and then stores it in the $MyVault variable. You can inspect the properties of $MyVault to get details about the key vault. @@ -1525,7 +1525,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVault -ResourceGroupName "ContosoPayRollResourceGroup" + PS C:\>Get-AzureRMKeyVault -ResourceGroupName "ContosoPayRollResourceGroup" This command gets all the key vaults in the resource group named ContosoPayRollResourceGroup. @@ -1545,18 +1545,18 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=522254 - New-AzureKeyVault + New-AzureRMKeyVault - Remove-AzureKeyVault + Remove-AzureRMKeyVault - New-AzureKeyVault + New-AzureRMKeyVault Creates an Azure Key Vault instance. @@ -1568,11 +1568,11 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The New-AzureKeyVault cmdlet creates an Azure Key Vault instance in the specified resource group. This cmdlet also grants permissions to the currently logged on user to add, remove, or list keys and secrets in the vault. + The New-AzureRMKeyVault cmdlet creates an Azure Key Vault instance in the specified resource group. This cmdlet also grants permissions to the currently logged on user to add, remove, or list keys and secrets in the vault. - New-AzureKeyVault + New-AzureRMKeyVault VaultName @@ -1590,7 +1590,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina Location - Specifies the Azure region in which to create the key vault. Use the command Get-AzureLocation to see your choices. For more information, type Get-Help Get-AzureLocation. + Specifies the Azure region in which to create the key vault. Use the command Get-AzureRMLocation to see your choices. For more information, type Get-Help Get-AzureRMLocation. String @@ -1642,7 +1642,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina Location - Specifies the Azure region in which to create the key vault. Use the command Get-AzureLocation to see your choices. For more information, type Get-Help Get-AzureLocation. + Specifies the Azure region in which to create the key vault. Use the command Get-AzureRMLocation to see your choices. For more information, type Get-Help Get-AzureRMLocation. String @@ -1753,7 +1753,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>New-AzureKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" -Location "East US" + PS C:\>New-AzureRMKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" -Location "East US" This command creates a key vault named Contoso03Vault, in the Azure region East US. The command adds the key vault to the resource group named Group14. Because the command does not specify a value for the SKU parameter, it creates a Standard key vault. @@ -1772,7 +1772,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>New-AzureKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" -Location "East US" -Sku "Premium" + PS C:\>New-AzureRMKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" -Location "East US" -Sku "Premium" This command creates a key vault, just like the previous example. However, it specifies a value of Premium for the SKU parameter to create a Premium key vault. @@ -1792,18 +1792,18 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=522255 - Get-AzureKeyVault + Get-AzureRMKeyVault - Remove-AzureKeyVault + Remove-AzureRMKeyVault - Remove-AzureKeyVaultAccessPolicy + Remove-AzureRMKeyVaultAccessPolicy Removes all permissions for a user or application from the Azure Key Vault. @@ -1815,12 +1815,12 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Remove-AzureKeyVaultAccessPolicy cmdlet removes all permissions for a user or application or for all users and applications from the Azure Key Vault. Even if you remove all permissions, the owner of the Azure subscription that contains the vault can add permissions to the key vault. + The Remove-AzureRMKeyVaultAccessPolicy cmdlet removes all permissions for a user or application or for all users and applications from the Azure Key Vault. Even if you remove all permissions, the owner of the Azure subscription that contains the vault can add permissions to the key vault. Note that although specifying the resource group is optional for this cmdlet, you should do so for better performance. - Remove-AzureKeyVaultAccessPolicy + Remove-AzureRMKeyVaultAccessPolicy ResourceGroupName @@ -1849,7 +1849,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Remove-AzureKeyVaultAccessPolicy + Remove-AzureRMKeyVaultAccessPolicy VaultName @@ -1892,7 +1892,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Remove-AzureKeyVaultAccessPolicy + Remove-AzureRMKeyVaultAccessPolicy VaultName @@ -1935,7 +1935,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Remove-AzureKeyVaultAccessPolicy + Remove-AzureRMKeyVaultAccessPolicy VaultName @@ -2117,7 +2117,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" + PS C:\>Remove-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" This command removes all the permissions that a user PattiFuller@contoso.com has on the key vault named Contoso03Vault. @@ -2136,7 +2136,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ServicePrincipalName "http://payroll.contoso.com" + PS C:\>Remove-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ServicePrincipalName "http://payroll.contoso.com" This command removes all the permissions that an application has on the vault named Contoso03Vault. This example identifies the application by using the service principal name registered in Azure Active Directory, http://payroll.contoso.com. @@ -2155,7 +2155,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ObjectID 34595082-9346-41b6-8d6b-295a2808b8db + PS C:\>Remove-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ObjectID 34595082-9346-41b6-8d6b-295a2808b8db This command removes all the permissions that an application has on the vault named Contoso03Vault. This example identifies the application by the object ID of the service principal. @@ -2175,14 +2175,14 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=522258 - Set-AzureKeyVaultAccessPolicy + Set-AzureRMKeyVaultAccessPolicy - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey Deletes a key in a vault. @@ -2194,11 +2194,11 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Remove-AzureKeyVaultKey cmdlet deletes a key in an Azure Key Vault. This cmdlet has a value of high for the ConfirmImpact property. + The Remove-AzureRMKeyVaultKey cmdlet deletes a key in an Azure Key Vault. This cmdlet has a value of high for the ConfirmImpact property. - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey VaultName @@ -2336,7 +2336,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultKey -VaultName "Contoso" -Name "ITSoftware" + PS C:\>Remove-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITSoftware" This command removes the key named ITSoftware from the vault named Contoso. @@ -2355,7 +2355,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultKey -VaultName "Contoso" -Name "ITSoftware" -Force -Confirm:$False + PS C:\>Remove-AzureRMKeyVaultKey -VaultName "Contoso" -Name "ITSoftware" -Force -Confirm:$False This command removes the key named ITSoftware from the vault named Contoso. The command specifies the Force and Confirm parameters, and, therefore, the cmdlet does not prompt you for confirmation. @@ -2374,7 +2374,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Get-AzureKeyVaultKey -VaultName "Contoso" | Where-Object {$_.Attributes.Enabled -eq $False} | Remove-AzureKeyVaultKey + PS C:\>Get-AzureRMKeyVaultKey -VaultName "Contoso" | Where-Object {$_.Attributes.Enabled -eq $False} | Remove-AzureRMKeyVaultKey This command gets all the keys in the vault named Contoso, and passes them to the Where-Object cmdlet by using the pipeline operator. That cmdlet passes the keys that have a value of $False for the Enabled attribute to the current cmdlet. That cmdlet removes those keys. @@ -2394,22 +2394,22 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=521397 - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey - Set-AzureKeyVaultKeyAttribute + Set-AzureRMKeyVaultKeyAttribute - Remove-AzureKeyVaultSecret + Remove-AzureRMKeyVaultSecret Deletes a secret in a vault. @@ -2421,11 +2421,11 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Remove-AzureKeyVaultSecret cmdlet deletes a secret in an Azure Key Vault. This cmdlet has a value of high for the ConfirmImpact property. + The Remove-AzureRMKeyVaultSecret cmdlet deletes a secret in an Azure Key Vault. This cmdlet has a value of high for the ConfirmImpact property. - Remove-AzureKeyVaultSecret + Remove-AzureRMKeyVaultSecret VaultName @@ -2563,7 +2563,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultSecret -VaultName "Contoso" -Name "FinanceSecret" + PS C:\>Remove-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "FinanceSecret" This command removes the secret named FinanceSecret from the vault named Contoso. @@ -2582,7 +2582,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVaultSecret -VaultName "Contoso" -Name "FinanceSecret" -Force -Confirm:$False + PS C:\>Remove-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "FinanceSecret" -Force -Confirm:$False This command removes the secret named FinanceSecret from the vault named Contoso. The command specifies the Force and Confirm parameters, and, therefore, the cmdlet does not prompt you for confirmation. @@ -2602,18 +2602,18 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=521398 - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret - Set-AzureKeyVaultSecret + Set-AzureRMKeyVaultSecret - Remove-AzureKeyVault + Remove-AzureRMKeyVault Deletes an Azure Key Vault instance. @@ -2625,12 +2625,12 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Remove-AzureKeyVault cmdlet deletes the specified Azure Key Vault instance. It also deletes all keys and secrets contained in that instance. + The Remove-AzureRMKeyVault cmdlet deletes the specified Azure Key Vault instance. It also deletes all keys and secrets contained in that instance. Note that although specifying the resource group is optional for this cmdlet, you should so for better performance. - Remove-AzureKeyVault + Remove-AzureRMKeyVault VaultName @@ -2752,7 +2752,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVault -VaultName "Contoso03Vault" + PS C:\>Remove-AzureRMKeyVault -VaultName "Contoso03Vault" This command removes the key vault named Contoso03Vault from your current subscription. @@ -2771,7 +2771,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Remove-AzureKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" + PS C:\>Remove-AzureRMKeyVault -VaultName "Contoso03Vault" -ResourceGroupName "Group14" This command removes the key vault named Contoso03Vault from the named resource group. If you do not specify the resource group name, the cmdlet searches for the named key vault to delete in your current subscription. @@ -2791,18 +2791,18 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=522256 - Get-AzureKeyVault + Get-AzureRMKeyVault - New-AzureKeyVault + New-AzureRMKeyVault - Restore-AzureKeyVaultKey + Restore-AzureRMKeyVaultKey Creates a key in in a vault from a backed-up key. @@ -2814,12 +2814,12 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Restore-AzureKeyVaultKey cmdlets creates a key in the specified key vault. This key is a replica of the backed-up key in the input file and has the same name as the original key. If the key vault already has a key by the same name, this cmdlet fails instead of overwriting the original key. If the backup contains multiple versions of a key, all versions are restored. + The Restore-AzureRMKeyVaultKey cmdlets creates a key in the specified key vault. This key is a replica of the backed-up key in the input file and has the same name as the original key. If the key vault already has a key by the same name, this cmdlet fails instead of overwriting the original key. If the backup contains multiple versions of a key, all versions are restored. The key vault that you restore the key into can be different from the key vault that you backed up the key from. However, the key vault must use the same subscription and be in an Azure region in the same geography (for example, North America). See the Microsoft Azure Trust Center (https://azure.microsoft.com/support/trust-center/) for the mapping of Azure regions to geographies. - Restore-AzureKeyVaultKey + Restore-AzureRMKeyVaultKey VaultName @@ -2924,7 +2924,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Restore-AzureKeyVaultKey -VaultName "MyKeyVault" -InputFile "C:\Backup.blob" + PS C:\>Restore-AzureRMKeyVaultKey -VaultName "MyKeyVault" -InputFile "C:\Backup.blob" This command restores a key, including all of its versions, from the backup file named Backup.blob into the key vault named MyKeyVault. @@ -2944,26 +2944,26 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina http://go.microsoft.com/fwlink/?LinkId=522260 - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey - Backup-AzureKeyVaultKey + Backup-AzureRMKeyVaultKey - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey - Set-AzureKeyVaultAccessPolicy + Set-AzureRMKeyVaultAccessPolicy Grants or modifies existing permissions for a user or application to perform operations with the Azure Key Vault. @@ -2975,7 +2975,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - The Set-AzureKeyVaultAccessPolicy cmdlet grants or modifies existing permissions for a user or application to perform the specified operations with the Azure Key Vault. It does not modify the permissions that other users or applications have on the key vault. + The Set-AzureRMKeyVaultAccessPolicy cmdlet grants or modifies existing permissions for a user or application to perform the specified operations with the Azure Key Vault. It does not modify the permissions that other users or applications have on the key vault. The following directories must all be the same Azure directory: -- The Azure directory in which the key vault owner's user account resides. @@ -2989,7 +2989,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Set-AzureKeyVaultAccessPolicy + Set-AzureRMKeyVaultAccessPolicy VaultName @@ -3090,7 +3090,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Set-AzureKeyVaultAccessPolicy + Set-AzureRMKeyVaultAccessPolicy VaultName @@ -3191,7 +3191,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Set-AzureKeyVaultAccessPolicy + Set-AzureRMKeyVaultAccessPolicy VaultName @@ -3292,7 +3292,7 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - Set-AzureKeyVaultAccessPolicy + Set-AzureRMKeyVaultAccessPolicy VaultName @@ -3513,9 +3513,9 @@ PS C:\> Add-AzureKeyVaultKey -VaultName "Contoso" -Name "ITPfxToHSM" -Destina - PS C:\>Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" -PermissionsToKeys create,import,delete,list -PermissionsToSecrets set,delete -PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" -PermissionsToSecrets set,delete,get -PassThru -PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" -PermissionsToKeys @() -PassThru + PS C:\>Set-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" -PermissionsToKeys create,import,delete,list -PermissionsToSecrets set,delete +PS C:\> Set-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" -PermissionsToSecrets set,delete,get -PassThru +PS C:\> Set-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrincipalName "PattiFuller@contoso.com" -PermissionsToKeys @() -PassThru The first command grants permissions for a user in your Azure Active Directory, PattiFuller@contoso.com, to perform operations on keys and secrets with a key vault named Contoso03Vault. @@ -3536,7 +3536,7 @@ PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrinci - PS C:\>Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ServicePrincipalName "http://payroll.contoso.com" -PermissionsToSecrets "get,set" + PS C:\>Set-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ServicePrincipalName "http://payroll.contoso.com" -PermissionsToSecrets "get,set" This command grants permissions for an application for a vault named Contoso03Vault. The ServicePrincipalName parameter specifies the application. The application must be registered in your Azure Active Directory. The value of the ServicePrincipalName parameter must be either the service principal name of the application or the application ID GUID. This example specifies the service principal name http://payroll.contoso.com, and the command grants the application permissions to read and write secrets. @@ -3555,7 +3555,7 @@ PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrinci - PS C:\>Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ObjectId 34595082-9346-41b6-8d6b-295a2808b8db -PermissionsToSecrets "get,set" + PS C:\>Set-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" -ObjectId 34595082-9346-41b6-8d6b-295a2808b8db -PermissionsToSecrets "get,set" This command grants the application permissions to read and write secrets. This example specifies the application using the object ID of the service principal of the application. @@ -3574,7 +3574,7 @@ PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrinci - PS C:\>Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" �ResourceGroupName "Group14" -EnabledForDeployment + PS C:\>Set-AzureRMKeyVaultAccessPolicy -VaultName "Contoso03Vault" �ResourceGroupName "Group14" -EnabledForDeployment This command grants the permissions for secrets to be retrieved from the Contoso03Vault vault by the Microsoft.Compute resource provider. @@ -3594,14 +3594,14 @@ PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrinci http://go.microsoft.com/fwlink/?LinkId=522257 - Remove-AzureKeyVaultAccessPolicy + Remove-AzureRMKeyVaultAccessPolicy - Set-AzureKeyVaultKeyAttribute + Set-AzureRMKeyVaultKeyAttribute Updates the attributes of a key in a vault. @@ -3613,11 +3613,11 @@ PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrinci - The Set-AzureKeyVaultKeyAttribute cmdlet updates the editable attributes of a key in an Azure Key Vault. + The Set-AzureRMKeyVaultKeyAttribute cmdlet updates the editable attributes of a key in an Azure Key Vault. - Set-AzureKeyVaultKeyAttribute + Set-AzureRMKeyVaultKeyAttribute VaultName @@ -3875,7 +3875,7 @@ PS C:\> Set-AzureKeyVaultAccessPolicy -VaultName "Contoso03Vault" -UserPrinci PS C:\>$Expires = (Get-Date).AddYears(2).ToUniversalTime() PS C:\> $Tags = @{'Severity' = 'high'; 'Accounting' = null} -PS C:\> Set-AzureKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" -Expires $Expires -Enable $True -Tags $Tags -PassThru +PS C:\> Set-AzureRMKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" -Expires $Expires -Enable $True -Tags $Tags -PassThru The first command creates a DateTime object by using the Get-Date cmdlet. That object specifies a time two years in the future. The command stores that date in the $Expires variable. For more information, type Get-Help Get-Date. @@ -3896,7 +3896,7 @@ PS C:\> Set-AzureKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" - PS C:\>Set-AzureKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" �Version "7EEA45C6EE50490B9C3176F80AC1A0DG" �Tags @{} + PS C:\>Set-AzureRMKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" �Version "7EEA45C6EE50490B9C3176F80AC1A0DG" �Tags @{} This commands deletes all tags for a specific version of a key named ITSoftware. @@ -3916,22 +3916,22 @@ PS C:\> Set-AzureKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" http://go.microsoft.com/fwlink/?LinkId=521399 - Add-AzureKeyVaultKey + Add-AzureRMKeyVaultKey - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey - Remove-AzureKeyVaultKey + Remove-AzureRMKeyVaultKey - Set-AzureKeyVaultSecretAttribute + Set-AzureRMKeyVaultSecretAttribute Updates attributes of a secret in a vault. @@ -3943,11 +3943,11 @@ PS C:\> Set-AzureKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" - The Set-AzureKeyVaultSecretAttribute cmdlet updates editable attributes of a secret in an Azure Key Vault. + The Set-AzureRMKeyVaultSecretAttribute cmdlet updates editable attributes of a secret in an Azure Key Vault. - Set-AzureKeyVaultSecretAttribute + Set-AzureRMKeyVaultSecretAttribute VaultName @@ -4186,7 +4186,7 @@ PS C:\> Set-AzureKeyVaultKeyAttribute -VaultName "Contoso" -Name "ITSoftware" PS C:\> $Nbf = (Get-Date).ToUniversalTime() PS C:\> $Tags = @{ "Severity" = "medium"; "HR" = null} PS C:\> $ContentType= "xml" -PS C:\> Set-AzureKeyVaultSecretAttribute -VaultName "ContosoVault" -Name "HR" -Expires $Expires -NotBefore $Nbf -ContentType $ContentType -Enable $True -Tags $Tags -PassThru +PS C:\> Set-AzureRMKeyVaultSecretAttribute -VaultName "ContosoVault" -Name "HR" -Expires $Expires -NotBefore $Nbf -ContentType $ContentType -Enable $True -Tags $Tags -PassThru The first four commands define attributes for the expiry date, the NotBefore date, tags, and context type, and store the attributes in variables. @@ -4206,7 +4206,7 @@ PS C:\> Set-AzureKeyVaultSecretAttribute -VaultName "ContosoVault" -Name "HR" - PS C:\>Set-AzureKeyVaultSecretAttribute -VaultName "ContosoVault" -Name "HR" -Version "9EEA45C6EE50490B9C3176A80AC1A0DF" -ContentType "" -Tags -@{} + PS C:\>Set-AzureRMKeyVaultSecretAttribute -VaultName "ContosoVault" -Name "HR" -Version "9EEA45C6EE50490B9C3176A80AC1A0DF" -ContentType "" -Tags -@{} This command deletes the tags and the content type for the specified version of the secret named HR in the vault named Contoso. @@ -4227,12 +4227,12 @@ PS C:\> Set-AzureKeyVaultSecretAttribute -VaultName "ContosoVault" -Name "HR" PS C:\>$Vault = "ContosoVault" PS C:\> $Prefix = "IT" -PS C:\> Get-AzureKeyVaultSecret $Vault | Where-Object {$_.Name -like $Prefix + '*'} | Set-AzureKeyVaultSecretAttribute -Enable $False +PS C:\> Get-AzureRMKeyVaultSecret $Vault | Where-Object {$_.Name -like $Prefix + '*'} | Set-AzureRMKeyVaultSecretAttribute -Enable $False The first command stores the string value Contoso in the $Vault variable. The second command stores the string value IT in the $Prefix variable. - The third command uses the Get-AzureKeyVaultSecret cmdlet to get the secrets in the specified vault, and then passes those secrets to the Where-Object cmdlet. The Where-Object cmdlet filters the secrets for names that begin with the characters IT. The command pipes the secrets that match the filter to the Set-AzureKeyVaultSecretAttribute cmdlet, which disables them. + The third command uses the Get-AzureRMKeyVaultSecret cmdlet to get the secrets in the specified vault, and then passes those secrets to the Where-Object cmdlet. The Where-Object cmdlet filters the secrets for names that begin with the characters IT. The command pipes the secrets that match the filter to the Set-AzureRMKeyVaultSecretAttribute cmdlet, which disables them. @@ -4251,11 +4251,11 @@ PS C:\> Get-AzureKeyVaultSecret $Vault | Where-Object {$_.Name -like $Prefix PS C:\>$VaultName = "ContosoVault" PS C:\> $Name = "HR" PS C:\> $ContentType = "xml" -PS C:\> Get-AzureKeyVaultKey -VaultName $VaultName -Name $Name -IncludeVersions | Set-AzureKeyVaultSecretAttribute -ContentType $ContentType +PS C:\> Get-AzureRMKeyVaultKey -VaultName $VaultName -Name $Name -IncludeVersions | Set-AzureRMKeyVaultSecretAttribute -ContentType $ContentType - The first three commands define string variables to use for the VaultName, Name, and ContentType parameters. The fourth command uses the Get-AzureKeyVaultKey cmdlet to get the specified keys, and pipes the keys to the Set-AzureKeyVaultSecretAttribute cmdlet to set their content type to XML. + The first three commands define string variables to use for the VaultName, Name, and ContentType parameters. The fourth command uses the Get-AzureRMKeyVaultKey cmdlet to get the specified keys, and pipes the keys to the Set-AzureRMKeyVaultSecretAttribute cmdlet to set their content type to XML. @@ -4272,26 +4272,26 @@ PS C:\> Get-AzureKeyVaultKey -VaultName $VaultName -Name $Name -IncludeVersio http://go.microsoft.com/fwlink/?LinkId=534612 - Get-AzureKeyVaultKey + Get-AzureRMKeyVaultKey - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret - Remove-AzureKeyVaultSecret + Remove-AzureRMKeyVaultSecret - Set-AzureKeyVaultSecretAttribute + Set-AzureRMKeyVaultSecretAttribute - Set-AzureKeyVaultSecret + Set-AzureRMKeyVaultSecret Creates or updates a secret in a vault. @@ -4303,11 +4303,11 @@ PS C:\> Get-AzureKeyVaultKey -VaultName $VaultName -Name $Name -IncludeVersio - The Set-AzureKeyVaultSecret cmdlet creates or updates a secret in an Azure Key Vault. If the secret does not exist, this cmdlet creates it. If the secret already exists, this cmdlet replaces it with the value that you specify. + The Set-AzureRMKeyVaultSecret cmdlet creates or updates a secret in an Azure Key Vault. If the secret does not exist, this cmdlet creates it. If the secret already exists, this cmdlet replaces it with the value that you specify. - Set-AzureKeyVaultSecret + Set-AzureRMKeyVaultSecret VaultName @@ -4524,7 +4524,7 @@ PS C:\> Get-AzureKeyVaultKey -VaultName $VaultName -Name $Name -IncludeVersio PS C:\>$Secret = ConvertTo-SecureString -String "Password" -AsPlainText -Force -PS C:\> Set-AzureKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -SecretValue $Secret +PS C:\> Set-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -SecretValue $Secret The first command converts a string into a secure string by using the ConvertTo-SecureString cmdlet, and then stores that string in the $Secret variable. For more information, type Get-Help ConvertTo-SecureString. @@ -4549,7 +4549,7 @@ PS C:\> $Expires = (Get-Date).AddYears(2).ToUniversalTime() PS C:\> $NBF =(Get-Date).ToUniversalTime() PS C:\> $Tags = @{ "Severity" = "medium"; "IT" = null } PS C:\> $ContentType = "txt" -PS C:\> Set-AzureKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -SecretValue $Secret -Expires $Expires -NotBefore $NBF -ContentType $ContentType -Enable $True -Tags $Tags -PassThru +PS C:\> Set-AzureRMKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -SecretValue $Secret -Expires $Expires -NotBefore $NBF -ContentType $ContentType -Enable $True -Tags $Tags -PassThru The first command converts a string into a secure string by using the ConvertTo-SecureString cmdlet, and then stores that string in the $Secret variable. For more information, type Get-Help ConvertTo-SecureString. @@ -4571,11 +4571,11 @@ PS C:\> Set-AzureKeyVaultSecret -VaultName "Contoso" -Name "ITSecret" -Secret http://go.microsoft.com/fwlink/?LinkId=521400 - Get-AzureKeyVaultSecret + Get-AzureRMKeyVaultSecret - Remove-AzureKeyVaultSecret + Remove-AzureRMKeyVaultSecret diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.Designer.cs b/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.Designer.cs index 7b74d1e8c519..a164b87ea3c7 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.Designer.cs +++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.Designer.cs @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Looks up a localized string similar to Cannot find the Active Directory object '{0}' in tenant '{1}'. Please make sure that the user or application service principal you are authorizing is registered in the current subscription's Azure Active directory. The TenantID displayed by the cmdlet 'get-AzureSubscription -current' is the current subscription's Azure Active directory.. + /// Looks up a localized string similar to Cannot find the Active Directory object '{0}' in tenant '{1}'. Please make sure that the user or application service principal you are authorizing is registered in the current subscription's Azure Active directory. The TenantID displayed by the cmdlet 'get-AzureRMSubscription -current' is the current subscription's Azure Active directory.. /// internal static string ADObjectNotFound { get { @@ -124,7 +124,7 @@ internal static string InvalidAzureEnvironment { } /// - /// Looks up a localized string similar to No current subscription has been designated. Use Select-AzureSubscription -Current <subscriptionName> to set the current subscription.. + /// Looks up a localized string similar to No current subscription has been designated. Use Select-AzureRMSubscription -Current <subscriptionName> to set the current subscription.. /// internal static string InvalidCurrentSubscription { get { @@ -241,7 +241,7 @@ internal static string InvalidSelectedSubscription { } /// - /// Looks up a localized string similar to Your Azure credentials have not been set up or have expired, please run Add-AzureAccount to set up your Azure credentials.. + /// Looks up a localized string similar to Your Azure credentials have not been set up or have expired, please run Add-AzureRMAccount to set up your Azure credentials.. /// internal static string InvalidSubscriptionState { get { diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.resx b/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.resx index f352cd54f7d8..b8968f524d1a 100644 --- a/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.resx +++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Properties/Resources.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Cannot find the Active Directory object '{0}' in tenant '{1}'. Please make sure that the user or application service principal you are authorizing is registered in the current subscription's Azure Active directory. The TenantID displayed by the cmdlet 'get-AzureSubscription -current' is the current subscription's Azure Active directory. + Cannot find the Active Directory object '{0}' in tenant '{1}'. Please make sure that the user or application service principal you are authorizing is registered in the current subscription's Azure Active directory. The TenantID displayed by the cmdlet 'get-AzureRMSubscription -current' is the current subscription's Azure Active directory. The backup key file '{0}' already exists. @@ -139,7 +139,7 @@ Invalid AzureEnvironment. - No current subscription has been designated. Use Select-AzureSubscription -Current <subscriptionName> to set the current subscription. + No current subscription has been designated. Use Select-AzureRMSubscription -Current <subscriptionName> to set the current subscription. Invalid key attributes @@ -178,7 +178,7 @@ No subscription is currently selected. Use Select-Subscription to activate a subscription. - Your Azure credentials have not been set up or have expired, please run Add-AzureAccount to set up your Azure credentials. + Your Azure credentials have not been set up or have expired, please run Add-AzureRMAccount to set up your Azure credentials. Invalid tag format. Expect @{Name = "tagName"} or @{Name = "tagName"; Value = "tagValue"} diff --git a/src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.dll-Help.xml b/src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.dll-Help.xml index a34a8faf479f..8d5c442c3ac4 100644 --- a/src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.dll-Help.xml +++ b/src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.dll-Help.xml @@ -3,7 +3,7 @@ - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool Adds a back-end address pool to an application gateway. @@ -15,11 +15,11 @@ - The Add-AzureApplicationGatewayBackendAddressPool cmdlet adds a back-end address pool to an application gateway. A back-end address can be specified using an IP address, a fully-qualified domain name (FQDN) or IP configuration IDs. + The Add-AzureRMApplicationGatewayBackendAddressPool cmdlet adds a back-end address pool to an application gateway. A back-end address can be specified using an IP address, a fully-qualified domain name (FQDN) or IP configuration IDs. - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool BackendIPConfigurationIds @@ -50,7 +50,7 @@ - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool BackendIPAddresses @@ -81,7 +81,7 @@ - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool BackendFqdns @@ -225,8 +225,8 @@ - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "Pool02" -BackendFqdns "contoso1.com", " contoso1.com" @@ -248,7 +248,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGa - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" PS C:\> $AppGw = Add -AzureApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw -Name "Pool02" -BackendIPAddresses "10.10.10.10", "10.10.10.11" @@ -270,10 +270,10 @@ PS C:\> $AppGw = Add -AzureApplicationGatewayBackendAddressPool -ApplicationG - PS C:\>$Nic01 = Get-AzureNetworkInterface -Name "Nic01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Nic02 = Get-AzureNetworkInterface -Name "Nic02" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw + PS C:\>$Nic01 = Get-AzureRMNetworkInterface -Name "Nic01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Nic02 = Get-AzureRMNetworkInterface -Name "Nic02" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw -Name "Pool02" -BackendIPConfigurationIds $nic01.Properties.IpConfigurations[0].Id, $nic02.Properties.IpConfiguration[0].Id @@ -293,26 +293,26 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGa - Get-AzureApplicationGatewayBackendAddressPool + Get-AzureRMApplicationGatewayBackendAddressPool - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool - Remove-AzureApplicationGatewayBackendAddressPool + Remove-AzureRMApplicationGatewayBackendAddressPool - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool - Add-AzureApplicationGatewayBackendHttpSettings + Add-AzureRMApplicationGatewayBackendHttpSettings @@ -329,7 +329,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGa - Add-AzureApplicationGatewayBackendHttpSettings + Add-AzureRMApplicationGatewayBackendHttpSettings Profile @@ -340,7 +340,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGa ApplicationGateway - The Add-AzureApplicationGatewayBackendHttpSettings cmdlet adds back-end HTTP settings to an application gateway. + The Add-AzureRMApplicationGatewayBackendHttpSettings cmdlet adds back-end HTTP settings to an application gateway. Back-end HTTP settings are applied to all back-end servers in the pool. PSApplicationGateway @@ -382,7 +382,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGa ApplicationGateway - The Add-AzureApplicationGatewayBackendHttpSettings cmdlet adds back-end HTTP settings to an application gateway. + The Add-AzureRMApplicationGatewayBackendHttpSettings cmdlet adds back-end HTTP settings to an application gateway. Back-end HTTP settings are applied to all back-end servers in the pool. PSApplicationGateway @@ -490,8 +490,8 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayBackendAddressPool -ApplicationGa - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $appgw = Add-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway $appgw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $appgw = Add-AzureRMApplicationGatewayBackendHttpSettings -ApplicationGateway $appgw -Name "Setting02" -Port 88 -Protocol "HTTP" -CookieBasedAffinity "Disabled" @@ -509,26 +509,26 @@ PS C:\> $appgw = Add-AzureApplicationGatewayBackendHttpSettings -ApplicationG - Get-AzureApplicationGatewayBackendHttpSettings + Get-AzureRMApplicationGatewayBackendHttpSettings - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings - Remove-AzureApplicationGatewayBackendHttpSettings + Remove-AzureRMApplicationGatewayBackendHttpSettings - Set-AzureApplicationGatewayBackendHttpSettings + Set-AzureRMApplicationGatewayBackendHttpSettings - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig Adds a front-end IP configuration to an application gateway. @@ -540,14 +540,14 @@ PS C:\> $appgw = Add-AzureApplicationGatewayBackendHttpSettings -ApplicationG - The Add-AzureApplicationGatewayFrontendIPConfig cmdlet adds a front-end IP configuration to an application gateway. An application gateway supports two types of front-end IP configurations. + The Add-AzureRMApplicationGatewayFrontendIPConfig cmdlet adds a front-end IP configuration to an application gateway. An application gateway supports two types of front-end IP configurations. -- Public IP addresses -- Private IP addresses using internal load-balancing (ILB) An application gateway can have at most one public IP and one private IP. Add the public IP address and private IP address as separate front-end IPs. - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig PrivateIPAddress @@ -592,7 +592,7 @@ PS C:\> $appgw = Add-AzureApplicationGatewayBackendHttpSettings -ApplicationG - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig PrivateIPAddress @@ -796,9 +796,9 @@ PS C:\> $appgw = Add-AzureApplicationGatewayBackendHttpSettings -ApplicationG - PS C:\> $PublicIp = New-AzurePublicIpAddress -ResourceGroupName "ResourceGroup01" -Name "PublicIp01" -location "West US" -AllocationMethod Dynamic -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIp01" –PublicIPAddress $PublicIp + PS C:\> $PublicIp = New-AzureRMPublicIpAddress -ResourceGroupName "ResourceGroup01" -Name "PublicIp01" -location "West US" -AllocationMethod Dynamic +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIp01" –PublicIPAddress $PublicIp @@ -820,10 +820,10 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet -PrivateIPAddress 10.0.1.1 + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet -PrivateIPAddress 10.0.1.1 The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01, and stores it in the $VNet variable. @@ -845,10 +845,10 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01, and stores it in the $VNet variable. @@ -867,26 +867,26 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - Get-AzureApplicationGatewayFrontendIPConfig + Get-AzureRMApplicationGatewayFrontendIPConfig - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig - Remove-AzureApplicationGatewayFrontendIPConfig + Remove-AzureRMApplicationGatewayFrontendIPConfig - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig - Add-AzureApplicationGatewayFrontendPort + Add-AzureRMApplicationGatewayFrontendPort Adds a front-end port to an application gateway. @@ -898,11 +898,11 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - The Add-AzureApplicationGatewayFrontendPort cmdlet adds a front-end port to an application gateway. + The Add-AzureRMApplicationGatewayFrontendPort cmdlet adds a front-end port to an application gateway. - Add-AzureApplicationGatewayFrontendPort + Add-AzureRMApplicationGatewayFrontendPort Profile @@ -1020,8 +1020,8 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $appgw = Add-AzureApplicationGatewayFrontendPort -ApplicationGateway $AppGw -Name "FrontEndPort01" –Port 80 + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $appgw = Add-AzureRMApplicationGatewayFrontendPort -ApplicationGateway $AppGw -Name "FrontEndPort01" –Port 80 The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable. @@ -1038,26 +1038,26 @@ PS C:\> $appgw = Add-AzureApplicationGatewayFrontendPort -ApplicationGateway - Get-AzureApplicationGatewayFrontendPort + Get-AzureRMApplicationGatewayFrontendPort - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort - Remove-AzureApplicationGatewayFrontendPort + Remove-AzureRMApplicationGatewayFrontendPort - Set-AzureApplicationGatewayFrontendPort + Set-AzureRMApplicationGatewayFrontendPort - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener Adds an HTTP listener to an application gateway. @@ -1069,11 +1069,11 @@ PS C:\> $appgw = Add-AzureApplicationGatewayFrontendPort -ApplicationGateway - The Add-AzureApplicationGatewayHttpListener cmdlet adds a HTTP listener to an application gateway. + The Add-AzureRMApplicationGatewayHttpListener cmdlet adds a HTTP listener to an application gateway. - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener FrontendIPConfigurationId @@ -1128,7 +1128,7 @@ PS C:\> $appgw = Add-AzureApplicationGatewayFrontendPort -ApplicationGateway - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener FrontendIPConfiguration @@ -1378,8 +1378,8 @@ PS C:\> $appgw = Add-AzureApplicationGatewayFrontendPort -ApplicationGateway - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Appgw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "listener01" -Protocol "Http" -FrontendIpConfiguration $FIP01 -FrontendPort $FP01 + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Appgw = Add-AzureRMApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "listener01" -Protocol "Http" -FrontendIpConfiguration $FIP01 -FrontendPort $FP01 @@ -1400,8 +1400,8 @@ PS C:\> $Appgw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "Listener01" -Protocol "Https" -FrontendIpConfiguration $FIP01 -FrontendPort $FP01 – SslCertificate $SSLCert01 @@ -1419,26 +1419,26 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway - Get-AzureApplicationGatewayHttpListener + Get-AzureRMApplicationGatewayHttpListener - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener - Remove-AzureApplicationGatewayHttpListener + Remove-AzureRMApplicationGatewayHttpListener - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration Adds an IP configuration to an application gateway. @@ -1450,11 +1450,11 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway - The Add-AzureApplicationGatewayIPConfiguration cmdlet adds an IP configuration to an application gateway. IP configurations contain the subnet in which the application gateway is deployed. + The Add-AzureRMApplicationGatewayIPConfiguration cmdlet adds an IP configuration to an application gateway. IP configurations contain the subnet in which the application gateway is deployed. - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration Profile @@ -1485,7 +1485,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration Profile @@ -1627,10 +1627,10 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayHttpListener -ApplicationGateway - PS C:\>$Vnet = Get-AzureVirtualNetwork -Name "Vnet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $Vnet -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Add-AzureApplicationGatewayIPConfiguration -ApplicationGateway $AppGw -Name "Appgwsubnet01" -Subnet $Subnet + PS C:\>$Vnet = Get-AzureRMVirtualNetwork -Name "Vnet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $Vnet +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Add-AzureRMApplicationGatewayIPConfiguration -ApplicationGateway $AppGw -Name "Appgwsubnet01" -Subnet $Subnet The first command creates a virtual network. @@ -1649,26 +1649,26 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayIPConfiguration -ApplicationGatew - Get-AzureApplicationGatewayIPConfiguration + Get-AzureRMApplicationGatewayIPConfiguration - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration - Remove-AzureApplicationGatewayIPConfiguration + Remove-AzureRMApplicationGatewayIPConfiguration - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule Adds a request routing rule to an application gateway. @@ -1680,11 +1680,11 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayIPConfiguration -ApplicationGatew - The Add-AzureApplicationGatewayRequestRoutingRule cmdlet adds a request routing rule to an application gateway. + The Add-AzureRMApplicationGatewayRequestRoutingRule cmdlet adds a request routing rule to an application gateway. - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule BackendAddressPoolId @@ -1736,7 +1736,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayIPConfiguration -ApplicationGatew - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule BackendAddressPool @@ -1983,7 +1983,7 @@ PS C:\> $AppGw = Add-AzureApplicationGatewayIPConfiguration -ApplicationGatew - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" PS C:\> $Appgw = Add- AzureApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw -Name "Rule01" -RuleType Basic -BackendHttpSettings $Setting -HttpListener $Listener -BackendAddressPool $Pool @@ -2001,26 +2001,26 @@ PS C:\> $Appgw = Add- AzureApplicationGatewayRequestRoutingRule -ApplicationG - Get-AzureApplicationGatewayRequestRoutingRule + Get-AzureRMApplicationGatewayRequestRoutingRule - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule - Remove-AzureApplicationGatewayRequestRoutingRule + Remove-AzureRMApplicationGatewayRequestRoutingRule - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule - Add-AzureApplicationGatewaySslCertificate + Add-AzureRMApplicationGatewaySslCertificate Adds an SSL certificate to an application gateway. @@ -2032,11 +2032,11 @@ PS C:\> $Appgw = Add- AzureApplicationGatewayRequestRoutingRule -ApplicationG - The Add-AzureApplicationGatewaySslCertificate cmdlet adds an SSL certificate to an application gateway. + The Add-AzureRMApplicationGatewaySslCertificate cmdlet adds an SSL certificate to an application gateway. - Add-AzureApplicationGatewaySslCertificate + Add-AzureRMApplicationGatewaySslCertificate Profile @@ -2173,8 +2173,8 @@ PS C:\> $Appgw = Add- AzureApplicationGatewayRequestRoutingRule -ApplicationG - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGateway $AppGW -Name "Cert01" –CertificateFile "D:\cert01.pfx" –Password "Password01" + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGW = Add-AzureRMApplicationGatewaySslCertificate -ApplicationGateway $AppGW -Name "Cert01" –CertificateFile "D:\cert01.pfx" –Password "Password01" This command gets an application gateway named ApplicationGateway01 and then adds an SSL certificate named Cert01 to it. @@ -2190,26 +2190,26 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Get-AzureApplicationGatewaySslCertificate + Get-AzureRMApplicationGatewaySslCertificate - New-AzureApplicationGatewaySslCertificate + New-AzureRMApplicationGatewaySslCertificate - Remove-AzureApplicationGatewaySslCertificate + Remove-AzureRMApplicationGatewaySslCertificate - Set-AzureApplicationGatewaySslCertificate + Set-AzureRMApplicationGatewaySslCertificate - Add-AzureLoadBalancerBackendAddressPoolConfig + Add-AzureRMLoadBalancerBackendAddressPoolConfig Adds a backend address pool configuration to a load balancer. @@ -2221,11 +2221,11 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Add-AzureLoadBalancerBackend cmdlet adds a backend address pool to an Azure load balancer. + The Add-AzureRMLoadBalancerBackend cmdlet adds a backend address pool to an Azure load balancer. - Add-AzureLoadBalancerBackendAddressPoolConfig + Add-AzureRMLoadBalancerBackendAddressPoolConfig Profile @@ -2330,10 +2330,10 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - PS C:\>Get-AzureLoadBalancer -Name "MyLoadBalancer" -ResourceGroupName "myrg" | Add-AzureLoadBalancerBackendAddressPoolConfig -Name "BackendAddressPool02" | Set-AzureLoadBalancer + PS C:\>Get-AzureRMLoadBalancer -Name "MyLoadBalancer" -ResourceGroupName "myrg" | Add-AzureRMLoadBalancerBackendAddressPoolConfig -Name "BackendAddressPool02" | Set-AzureRMLoadBalancer - This command gets the load balancer named MyLoadBalancer, adds the backend address pool named BackendAddressPool02 to MyLoadBalancer, and then uses the Set-AzureLoadBalancer cmdlet to update MyLoadBalancer. + This command gets the load balancer named MyLoadBalancer, adds the backend address pool named BackendAddressPool02 to MyLoadBalancer, and then uses the Set-AzureRMLoadBalancer cmdlet to update MyLoadBalancer. @@ -2346,30 +2346,30 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface - Get-AzureLoadBalancerBackendAddressPoolConfig + Get-AzureRMLoadBalancerBackendAddressPoolConfig - New-AzureLoadBalancerBackendAddressPoolConfig + New-AzureRMLoadBalancerBackendAddressPoolConfig - Remove-AzureLoadBalancerBackendAddressPoolConfig + Remove-AzureRMLoadBalancerBackendAddressPoolConfig - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig Adds a front-end IP configuration to a load balancer. @@ -2381,11 +2381,11 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Add-AzureLoadBalancerFrontendIpConifg cmdlet adds a front-end IP configuration to an Azure load balancer. + The Add-AzureRMLoadBalancerFrontendIpConifg cmdlet adds a front-end IP configuration to an Azure load balancer. - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig PrivateIpAddress @@ -2430,7 +2430,7 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig PrivateIpAddress @@ -2616,8 +2616,8 @@ PS C:\> $AppGW = Add-AzureApplicationGatewaySslCertificate -ApplicationGatewa - PS C:\>$Subnet = Get-AzureVirtualNetwork -Name "myVnet" -ResourceGroupName "myRg" | Get-AzureVirtualNetworkSubnetConfig -Name "mysubnet" -PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add-AzureLoadBalancerFrontendIpConfig -Name "frontendName" -Subnet $Subnet | Set-AzureLoadBalancer + PS C:\>$Subnet = Get-AzureRMVirtualNetwork -Name "myVnet" -ResourceGroupName "myRg" | Get-AzureRMVirtualNetworkSubnetConfig -Name "mysubnet" +PS C:\> Get-AzureRMLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add-AzureRMLoadBalancerFrontendIpConfig -Name "frontendName" -Subnet $Subnet | Set-AzureRMLoadBalancer This command adds a front-end IP configuration to the load balancer with a dynamic private IP address from the specified subnet. @@ -2636,8 +2636,8 @@ PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add - PS C:\>$Subnet = Get-AzureVirtualNetwork -Name "myVnet" -ResourceGroupName "myRg" | Get-AzureVirtualNetworkSubnetConfig -Name "mysubnet" -PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add-AzureLoadBalancerFrontendIpConfig -Name "frontendName" -Subnet $Subnet -PrivateIpAddress "10.0.1.6" | Set-AzureLoadBalancer + PS C:\>$Subnet = Get-AzureRMVirtualNetwork -Name "myVnet" -ResourceGroupName "myRg" | Get-AzureRMVirtualNetworkSubnetConfig -Name "mysubnet" +PS C:\> Get-AzureRMLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add-AzureRMLoadBalancerFrontendIpConfig -Name "frontendName" -Subnet $Subnet -PrivateIpAddress "10.0.1.6" | Set-AzureRMLoadBalancer This command adds a front-end IP configuration to the load balancer with a static private IP address from the specified subnet. @@ -2656,8 +2656,8 @@ PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add - PS C:\>$PublicIp = Get-AzurePublicIpAddress -ResourceGroupName "myRG" -Name "myPub" -PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add-AzureLoadBalancerFrontendIpConfig -Name "frontendName" -PublicIpAddress $PublicIp | Set-AzureLoadBalancer + PS C:\>$PublicIp = Get-AzureRMPublicIpAddress -ResourceGroupName "myRG" -Name "myPub" +PS C:\> Get-AzureRMLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add-AzureRMLoadBalancerFrontendIpConfig -Name "frontendName" -PublicIpAddress $PublicIp | Set-AzureRMLoadBalancer This command adds a front-end IP configuration to the load balancer with a public IP address. @@ -2673,34 +2673,34 @@ PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add - Get-AzureLoadBalancerFrontendIpConfig + Get-AzureRMLoadBalancerFrontendIpConfig - Get-AzureVirtualNetwork + Get-AzureRMVirtualNetwork - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig - Remove-AzureLoadBalancerFrontendIpConfig + Remove-AzureRMLoadBalancerFrontendIpConfig - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig Adds an inbound NAT rule configuration to a load balancer. @@ -2712,11 +2712,11 @@ PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add - The Add-AzureLoadBalancerInboundNatRuleConfig cmdlet adds an inbound network address translation (NAT) rule configuration to an Azure load balancer. + The Add-AzureRMLoadBalancerInboundNatRuleConfig cmdlet adds an inbound network address translation (NAT) rule configuration to an Azure load balancer. - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig BackendPort @@ -2784,7 +2784,7 @@ PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig BackendPort @@ -3017,12 +3017,12 @@ PS C:\> Get-AzureLoadBalancer -Name "myLB" -ResourceGroupName "NrpTest" | Add - PS C:\>$Lb = Get-AzureLoadBalancer -Name "myLb" -ResourceGroupName "myRg" -PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -FrontendIPConfiguration$lb.Properties.FrontendIPConfigurations[0] -BackendIpConfiguration $Nic.Properties.IpConfigurations[0] -Protocol "Tcp" -FrontendPort 3350 -BackendPort 3350 -IdleTimeoutInSeconds 17 -EnableFloatingIP | Set-AzureLoadBalancer + PS C:\>$Lb = Get-AzureRMLoadBalancer -Name "myLb" -ResourceGroupName "myRg" +PS C:\> $Lb | Add-AzureRMLoadBalancerInboundNatRuleConfig -Name "natRule" -FrontendIPConfiguration$lb.Properties.FrontendIPConfigurations[0] -BackendIpConfiguration $Nic.Properties.IpConfigurations[0] -Protocol "Tcp" -FrontendPort 3350 -BackendPort 3350 -IdleTimeoutInSeconds 17 -EnableFloatingIP | Set-AzureRMLoadBalancer The first command gets the load balancer named myLb, and then stores it in the $Lb variable. - The second command adds an inbound NAT rule configuration to the load balancer stored in $Lb, and then uses the Set-AzureLoadBalancer cmdlet to update the load balancer. + The second command adds an inbound NAT rule configuration to the load balancer stored in $Lb, and then uses the Set-AzureRMLoadBalancer cmdlet to update the load balancer. @@ -3035,34 +3035,34 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer - Get-AzureLoadBalancerInboundNatRuleConfig + Get-AzureRMLoadBalancerInboundNatRuleConfig - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig - Remove-AzureLoadBalancerInboundNatRuleConfig + Remove-AzureRMLoadBalancerInboundNatRuleConfig - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig - Add-AzureLoadBalancerProbeConfig + Add-AzureRMLoadBalancerProbeConfig Adds a probe configuration to a load balancer. @@ -3074,11 +3074,11 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - The Add-AzureLoadBalancerProbeConfig cmdlet adds a probe configuration to an Azure load balancer. + The Add-AzureRMLoadBalancerProbeConfig cmdlet adds a probe configuration to an Azure load balancer. - Add-AzureLoadBalancerProbeConfig + Add-AzureRMLoadBalancerProbeConfig Profile @@ -3281,10 +3281,10 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - PS C:\>Get-AzureLoadBalancer -Name "myLb" -ResourceGroupName "myRg" | Add-AzureLoadBalancerProbeConfig -Name "probeName" -RequestPath healthcheck2.aspx -Protocol http -Port 81 -IntervalInSeconds 16 -ProbeCount 3 | Set-AzureLoadBalancer + PS C:\>Get-AzureRMLoadBalancer -Name "myLb" -ResourceGroupName "myRg" | Add-AzureRMLoadBalancerProbeConfig -Name "probeName" -RequestPath healthcheck2.aspx -Protocol http -Port 81 -IntervalInSeconds 16 -ProbeCount 3 | Set-AzureRMLoadBalancer - This command gets the load balancer named myLb, adds the specified probe configuration to it, and then uses the Set-AzureLoadBalancer cmdlet to update the load balancer. + This command gets the load balancer named myLb, adds the specified probe configuration to it, and then uses the Set-AzureRMLoadBalancer cmdlet to update the load balancer. @@ -3297,30 +3297,30 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - Get-AzureLoadBalancerProbeConfig + Get-AzureRMLoadBalancerProbeConfig - New-AzureLoadBalancerProbeConfig + New-AzureRMLoadBalancerProbeConfig - Remove-AzureLoadBalancerProbeConfig + Remove-AzureRMLoadBalancerProbeConfig - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer - Set-AzureLoadBalancerProbeConfig + Set-AzureRMLoadBalancerProbeConfig - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig Adds a rule configuration to a load balancer. @@ -3332,11 +3332,11 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - The Add-AzureLoadBalancerRuleConfig cmdlet adds a rule configuration to an Azure load balancer. + The Add-AzureRMLoadBalancerRuleConfig cmdlet adds a rule configuration to an Azure load balancer. - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig BackendAddressPool @@ -3429,7 +3429,7 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig BackendAddressPoolId @@ -3747,12 +3747,12 @@ PS C:\> $Lb | Add-AzureLoadBalancerInboundNatRuleConfig -Name "natRule" -Fron - PS C:\>$LoadBalancer = Get-AzureLoadBalancer -Name "MyLoadBalancer" -ResourceGroupName "MyResourceGroup" -PS C:\> $LoadBalancer | Add-AzureLoadBalancerRuleConfig -Name "LbRuleConfig" -FrontendIPConfiguration $LoadBalancer.Properties.FrontendIPConfigurations[0] -BackendAddressPool $LoadBalancer.Properties.BackendAddressPools[0] -Probe $LoadBalancer.Properties.Probes[0] -Protocol "Tcp" -FrontendPort 80 -BackendPort 80 -IdleTimeoutInSeconds 15 -EnableFloatingIP | Set-AzureLoadBalancer + PS C:\>$LoadBalancer = Get-AzureRMLoadBalancer -Name "MyLoadBalancer" -ResourceGroupName "MyResourceGroup" +PS C:\> $LoadBalancer | Add-AzureRMLoadBalancerRuleConfig -Name "LbRuleConfig" -FrontendIPConfiguration $LoadBalancer.Properties.FrontendIPConfigurations[0] -BackendAddressPool $LoadBalancer.Properties.BackendAddressPools[0] -Probe $LoadBalancer.Properties.Probes[0] -Protocol "Tcp" -FrontendPort 80 -BackendPort 80 -IdleTimeoutInSeconds 15 -EnableFloatingIP | Set-AzureRMLoadBalancer The first command gets the load balancer named MyLoadBalancer, and then stores it in the $LoadBalancer variable. - The second command adds the rule configuration named LbRuleConfig to the load balancer stored in $LoadBalancer, and then uses the Set-AzureLoadBalancerRuleConfig cmdlet to update the rule configuration for $LoadBalancer. + The second command adds the rule configuration named LbRuleConfig to the load balancer stored in $LoadBalancer, and then uses the Set-AzureRMLoadBalancerRuleConfig cmdlet to update the rule configuration for $LoadBalancer. @@ -3765,26 +3765,26 @@ PS C:\> $LoadBalancer | Add-AzureLoadBalancerRuleConfig -Name "LbRuleConfig" - Get-AzureLoadBalancerRuleConfig + Get-AzureRMLoadBalancerRuleConfig - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig - Remove-AzureLoadBalancerRuleConfig + Remove-AzureRMLoadBalancerRuleConfig - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig - Add-AzureNetworkSecurityRuleConfig + Add-AzureRMNetworkSecurityRuleConfig Adds a network security rule configuration to a network security group. @@ -3796,11 +3796,11 @@ PS C:\> $LoadBalancer | Add-AzureLoadBalancerRuleConfig -Name "LbRuleConfig" - The Add-AzureNetworkSecurityRuleConfig cmdlet adds a network security rule configuration to an Azure network security group. + The Add-AzureRMNetworkSecurityRuleConfig cmdlet adds a network security rule configuration to an Azure network security group. - Add-AzureNetworkSecurityRuleConfig + Add-AzureRMNetworkSecurityRuleConfig Access @@ -4139,26 +4139,26 @@ PS C:\> $LoadBalancer | Add-AzureLoadBalancerRuleConfig -Name "LbRuleConfig" - Get-AzureNetworkSecurityRuleConfig + Get-AzureRMNetworkSecurityRuleConfig - New-AzureNetworkSecurityRuleConfig + New-AzureRMNetworkSecurityRuleConfig - Remove-AzureNetworkSecurityRuleConfig + Remove-AzureRMNetworkSecurityRuleConfig - Set-AzureNetworkSecurityRuleConfig + Set-AzureRMNetworkSecurityRuleConfig - Add-AzureRouteConfig + Add-AzureRMRouteConfig Adds a route to a route table. @@ -4170,11 +4170,11 @@ PS C:\> $LoadBalancer | Add-AzureLoadBalancerRuleConfig -Name "LbRuleConfig" - The Add-AzureRouteConfig cmdlet adds a route to an Azure route table. + The Add-AzureRMRouteConfig cmdlet adds a route to an Azure route table. - Add-AzureRouteConfig + Add-AzureRMRouteConfig AddressPrefix @@ -4354,12 +4354,12 @@ PS C:\> $LoadBalancer | Add-AzureLoadBalancerRuleConfig -Name "LbRuleConfig" - PS C:\>$RouteTable = Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" -PS C:\> Add-AzureRouteConfig -Name "route13" -AddressPrefix 10.3.0.0/16 -NextHopType VnetLocal -RouteTable $RouteTable + PS C:\>$RouteTable = Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" +PS C:\> Add-AzureRMRouteConfig -Name "route13" -AddressPrefix 10.3.0.0/16 -NextHopType VnetLocal -RouteTable $RouteTable - The first command gets a route table named routetable01 by using the Get-AzureRouteTable cmdlet. The command stores the table in the $RouteTable variable. + The first command gets a route table named routetable01 by using the Get-AzureRMRouteTable cmdlet. The command stores the table in the $RouteTable variable. The second command adds a route named route13 to the route table stored in $RouteTable. This route forwards packets to the local virtual network. @@ -4376,7 +4376,7 @@ PS C:\> Add-AzureRouteConfig -Name "route13" -AddressPrefix 10.3.0.0/16 -Next - PS C:\>Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Add-AzureRouteConfig -Name "route02" -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRouteTable + PS C:\>Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Add-AzureRMRouteConfig -Name "route02" -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRMRouteTable Name : routetable01 ResourceGroupName : ResourceGroup11 Location : eastus @@ -4419,8 +4419,8 @@ Routes : [ Subnets : [] - This command gets the route table named routetable01 by using Get-AzureRouteTable. The command passes that table to the current cmdlet by using the pipeline operator. - The current cmdlet adds the route named route02, and then passes the result to the Set-AzureRouteTable cmdlet, which updates the table to reflect your changes. + This command gets the route table named routetable01 by using Get-AzureRMRouteTable. The command passes that table to the current cmdlet by using the pipeline operator. + The current cmdlet adds the route named route02, and then passes the result to the Set-AzureRMRouteTable cmdlet, which updates the table to reflect your changes. @@ -4433,34 +4433,34 @@ Subnets : [] - Get-AzureRouteConfig + Get-AzureRMRouteConfig - Get-AzureRouteTable + Get-AzureRMRouteTable - New-AzureRouteConfig + New-AzureRMRouteConfig - Remove-AzureRouteConfig + Remove-AzureRMRouteConfig - Set-AzureRouteConfig + Set-AzureRMRouteConfig - Set-AzureRouteTable + Set-AzureRMRouteTable - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig Adds a subnet configuration to a virtual network. @@ -4472,11 +4472,11 @@ Subnets : [] - The Add-AzureVirtualNetworkSubnetConfig cmdlet adds a subnet configuration to an existing Azure virtual network. + The Add-AzureRMVirtualNetworkSubnetConfig cmdlet adds a subnet configuration to an existing Azure virtual network. - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig NetworkSecurityGroup @@ -4522,7 +4522,7 @@ Subnets : [] - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig NetworkSecurityGroupId @@ -4726,26 +4726,26 @@ Subnets : [] - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig - Remove-AzureVirtualNetworkSubnetConfig + Remove-AzureRMVirtualNetworkSubnetConfig - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig - Get-AzureApplicationGatewayBackendAddressPool + Get-AzureRMApplicationGatewayBackendAddressPool Gets a back-end address pool for an application gateway. @@ -4760,7 +4760,7 @@ Subnets : [] - Get-AzureApplicationGatewayBackendAddressPool + Get-AzureRMApplicationGatewayBackendAddressPool Name @@ -4778,7 +4778,7 @@ Subnets : [] ApplicationGateway - The Get-AzureApplicationGatewayBackendAddressPool cmdlet gets a back-end address pool for an application gateway. + The Get-AzureRMApplicationGatewayBackendAddressPool cmdlet gets a back-end address pool for an application gateway. PSApplicationGateway @@ -4788,7 +4788,7 @@ Subnets : [] ApplicationGateway - The Get-AzureApplicationGatewayBackendAddressPool cmdlet gets a back-end address pool for an application gateway. + The Get-AzureRMApplicationGatewayBackendAddressPool cmdlet gets a back-end address pool for an application gateway. PSApplicationGateway @@ -4871,8 +4871,8 @@ Subnets : [] - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $BackendPool = Get-AzureApplicationGatewayBackendAddressPool -Name "Pool01" -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $BackendPool = Get-AzureRMApplicationGatewayBackendAddressPool -Name "Pool01" -ApplicationGateway $AppGw The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01 and stores it in the $AppGw variable. @@ -4892,8 +4892,8 @@ PS C:\> $BackendPool = Get-AzureApplicationGatewayBackendAddressPool -Name "P - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $BackendPools = Get-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $BackendPools = Get-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw @@ -4911,26 +4911,26 @@ PS C:\> $BackendPools = Get-AzureApplicationGatewayBackendAddressPool -Applic - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool - Remove-AzureApplicationGatewayBackendAddressPool + Remove-AzureRMApplicationGatewayBackendAddressPool - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool - Get-AzureApplicationGatewayBackendHttpSettings + Get-AzureRMApplicationGatewayBackendHttpSettings Gets the back-end HTTP settings of an application gateway. @@ -4942,11 +4942,11 @@ PS C:\> $BackendPools = Get-AzureApplicationGatewayBackendAddressPool -Applic - The Get-AzureApplicationGatewayBackendHttpSettings cmdlet gets the back-end HTTP settings of an application gateway. + The Get-AzureRMApplicationGatewayBackendHttpSettings cmdlet gets the back-end HTTP settings of an application gateway. - Get-AzureApplicationGatewayBackendHttpSettings + Get-AzureRMApplicationGatewayBackendHttpSettings Name @@ -5057,8 +5057,8 @@ PS C:\> $BackendPools = Get-AzureApplicationGatewayBackendAddressPool -Applic - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Settings = Get-AzureApplicationGatewayBackendHttpSettings -Name "Settings01" -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Settings = Get-AzureRMApplicationGatewayBackendHttpSettings -Name "Settings01" -ApplicationGateway $AppGw The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -5078,8 +5078,8 @@ PS C:\> $Settings = Get-AzureApplicationGatewayBackendHttpSettings -Name "Se - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $SettingsList = Get-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $SettingsList = Get-AzureRMApplicationGatewayBackendHttpSettings -ApplicationGateway $AppGw The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -5096,26 +5096,26 @@ PS C:\> $SettingsList = Get-AzureApplicationGatewayBackendHttpSettings -Appl - Add-AzureApplicationGatewayBackendHttpSettings + Add-AzureRMApplicationGatewayBackendHttpSettings - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings - Remove-AzureApplicationGatewayBackendHttpSettings + Remove-AzureRMApplicationGatewayBackendHttpSettings - Set-AzureApplicationGatewayBackendHttpSettings + Set-AzureRMApplicationGatewayBackendHttpSettings - Get-AzureApplicationGatewayFrontendIPConfig + Get-AzureRMApplicationGatewayFrontendIPConfig Gets the front-end IP configuration of an application gateway. @@ -5127,11 +5127,11 @@ PS C:\> $SettingsList = Get-AzureApplicationGatewayBackendHttpSettings -Appl - The Get-AzureApplicationGatewayFrontendIPConfig cmdlet gets the front-end IP configuration of an application gateway. + The Get-AzureRMApplicationGatewayFrontendIPConfig cmdlet gets the front-end IP configuration of an application gateway. - Get-AzureApplicationGatewayFrontendIPConfig + Get-AzureRMApplicationGatewayFrontendIPConfig Name @@ -5242,8 +5242,8 @@ PS C:\> $SettingsList = Get-AzureApplicationGatewayBackendHttpSettings -Appl - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $FrontEndIP= Get-AzureApplicationGatewayFrontendIPConfig -Name "FrontEndIP01" -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $FrontEndIP= Get-AzureRMApplicationGatewayFrontendIPConfig -Name "FrontEndIP01" -ApplicationGateway $AppGw The first command gets an application gateway named ApplicationGateway01 from the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -5263,8 +5263,8 @@ PS C:\> $FrontEndIP= Get-AzureApplicationGatewayFrontendIPConfig -Name "Front - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $FrontEndIPs= Get-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $FrontEndIPs= Get-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw The first command gets an application gateway named ApplicationGateway01 from the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -5281,26 +5281,26 @@ PS C:\> $FrontEndIPs= Get-AzureApplicationGatewayFrontendIPConfig -Applicati - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig - Remove-AzureApplicationGatewayFrontendIPConfig + Remove-AzureRMApplicationGatewayFrontendIPConfig - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig - Get-AzureApplicationGatewayFrontendPort + Get-AzureRMApplicationGatewayFrontendPort Gets the front-end port of an application gateway. @@ -5312,11 +5312,11 @@ PS C:\> $FrontEndIPs= Get-AzureApplicationGatewayFrontendIPConfig -Applicati - The Get-AzureApplicationGatewayFrontendPort cmdlet gets the front-end port of an application gateway. + The Get-AzureRMApplicationGatewayFrontendPort cmdlet gets the front-end port of an application gateway. - Get-AzureApplicationGatewayFrontendPort + Get-AzureRMApplicationGatewayFrontendPort Name @@ -5427,8 +5427,8 @@ PS C:\> $FrontEndIPs= Get-AzureApplicationGatewayFrontendIPConfig -Applicati - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $FrontEndPort = Get-AzureApplicationGatewayFrontendIPort -Name "FrontEndPort01" -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $FrontEndPort = Get-AzureRMApplicationGatewayFrontendIPort -Name "FrontEndPort01" -ApplicationGateway $AppGw The first command gets an application gateway named ApplicationGateway01 from the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -5448,8 +5448,8 @@ PS C:\> $FrontEndPort = Get-AzureApplicationGatewayFrontendIPort -Name "Front - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $FrontEndPorts = Get-AzureApplicationGatewayFrontendIPort -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $FrontEndPorts = Get-AzureRMApplicationGatewayFrontendIPort -ApplicationGateway $AppGw The first command gets an application gateway named ApplicationGateway01 from the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -5466,26 +5466,26 @@ PS C:\> $FrontEndPorts = Get-AzureApplicationGatewayFrontendIPort -Applicati - Add-AzureApplicationGatewayFrontendPort + Add-AzureRMApplicationGatewayFrontendPort - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort - Remove-AzureApplicationGatewayFrontendPort + Remove-AzureRMApplicationGatewayFrontendPort - Set-AzureApplicationGatewayFrontendPort + Set-AzureRMApplicationGatewayFrontendPort - Get-AzureApplicationGatewayHttpListener + Get-AzureRMApplicationGatewayHttpListener Gets the HTTP listener of an application gateway. @@ -5497,11 +5497,11 @@ PS C:\> $FrontEndPorts = Get-AzureApplicationGatewayFrontendIPort -Applicati - The Get-AzureApplicationGatewayHttpListener cmdlet gets the HTTP listener of an application gateway. + The Get-AzureRMApplicationGatewayHttpListener cmdlet gets the HTTP listener of an application gateway. - Get-AzureApplicationGatewayHttpListener + Get-AzureRMApplicationGatewayHttpListener Name @@ -5612,8 +5612,8 @@ PS C:\> $FrontEndPorts = Get-AzureApplicationGatewayFrontendIPort -Applicati - PS C:\>$Appgw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Listener = Get-AzureApplicationGatewayHttpListener -Name "Listener01" -ApplicationGateway $Appgw + PS C:\>$Appgw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Listener = Get-AzureRMApplicationGatewayHttpListener -Name "Listener01" -ApplicationGateway $Appgw @@ -5633,8 +5633,8 @@ PS C:\> $Listener = Get-AzureApplicationGatewayHttpListener -Name "Listener01 - PS C:\>$Appgw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Listeners = Get-AzureApplicationGatewayHttpListener -ApplicationGateway $Appgw + PS C:\>$Appgw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Listeners = Get-AzureRMApplicationGatewayHttpListener -ApplicationGateway $Appgw This command gets a list of HTTP listeners. @@ -5650,26 +5650,26 @@ PS C:\> $Listeners = Get-AzureApplicationGatewayHttpListener -ApplicationGate - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener - Remove-AzureApplicationGatewayHttpListener + Remove-AzureRMApplicationGatewayHttpListener - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener - Get-AzureApplicationGatewayIPConfiguration + Get-AzureRMApplicationGatewayIPConfiguration Gets the IP configuration of an application gateway. @@ -5681,11 +5681,11 @@ PS C:\> $Listeners = Get-AzureApplicationGatewayHttpListener -ApplicationGate - The Get-AzureApplicationGatewayIPConfiguration cmdlet gets the IP configuration of an application gateway. The IP configuration contains the subnet in which the application gateway is deployed. + The Get-AzureRMApplicationGatewayIPConfiguration cmdlet gets the IP configuration of an application gateway. The IP configuration contains the subnet in which the application gateway is deployed. - Get-AzureApplicationGatewayIPConfiguration + Get-AzureRMApplicationGatewayIPConfiguration Name @@ -5796,8 +5796,8 @@ PS C:\> $Listeners = Get-AzureApplicationGatewayHttpListener -ApplicationGate - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName “ResourceGroup01” -PS C:\> $GatewaySubnet = Get-AzureApplicationGatewayIPConfiguration -Name "GatewaySubnet01" -ApplicationGateway $AppGw + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName “ResourceGroup01” +PS C:\> $GatewaySubnet = Get-AzureRMApplicationGatewayIPConfiguration -Name "GatewaySubnet01" -ApplicationGateway $AppGw The first command gets an application gateway and stores it in the $AppGw variable. @@ -5817,8 +5817,8 @@ PS C:\> $GatewaySubnet = Get-AzureApplicationGatewayIPConfiguration -Name "Ga - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $GatewaySubnets = Get-AzureApplicationGatewayIPConfiguration -ApplicationGateway $AppGw + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $GatewaySubnets = Get-AzureRMApplicationGatewayIPConfiguration -ApplicationGateway $AppGw The first command gets an application gateway and stores it in the $AppGw variable. @@ -5835,26 +5835,26 @@ PS C:\> $GatewaySubnets = Get-AzureApplicationGatewayIPConfiguration -Applica - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration - Remove-AzureApplicationGatewayIPConfiguration + Remove-AzureRMApplicationGatewayIPConfiguration - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration - Get-AzureApplicationGatewayRequestRoutingRule + Get-AzureRMApplicationGatewayRequestRoutingRule Gets the request routing rule of an application gateway. @@ -5866,11 +5866,11 @@ PS C:\> $GatewaySubnets = Get-AzureApplicationGatewayIPConfiguration -Applica - The Get-AzureApplicationGatewayRequestRoutingRule cmdlet gets the request routing rule of an application gateway. + The Get-AzureRMApplicationGatewayRequestRoutingRule cmdlet gets the request routing rule of an application gateway. - Get-AzureApplicationGatewayRequestRoutingRule + Get-AzureRMApplicationGatewayRequestRoutingRule Name @@ -5981,8 +5981,8 @@ PS C:\> $GatewaySubnets = Get-AzureApplicationGatewayIPConfiguration -Applica - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Rule = Get-AzureApplicationGatewayRequestRoutingRule -"Rule01" -ApplicationGateway $AppGW + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Rule = Get-AzureRMApplicationGatewayRequestRoutingRule -"Rule01" -ApplicationGateway $AppGW This command gets the request routing rule named Rule01. @@ -6001,8 +6001,8 @@ PS C:\> $Rule = Get-AzureApplicationGatewayRequestRoutingRule -"Rule01" -Appl - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Rules = Get-AzureApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGW + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Rules = Get-AzureRMApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGW This command gets a list of request routing rules. @@ -6018,26 +6018,26 @@ PS C:\> $Rules = Get-AzureApplicationGatewayRequestRoutingRule -ApplicationGa - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule - Remove-AzureApplicationGatewayRequestRoutingRule + Remove-AzureRMApplicationGatewayRequestRoutingRule - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule - Get-AzureApplicationGatewaySku + Get-AzureRMApplicationGatewaySku Gets the SKU of an application gateway. @@ -6049,11 +6049,11 @@ PS C:\> $Rules = Get-AzureApplicationGatewayRequestRoutingRule -ApplicationGa - The Get-AzureApplicationGatewaySku cmdlet gets the stock keeping unit (SKU) of an application gateway. + The Get-AzureRMApplicationGatewaySku cmdlet gets the stock keeping unit (SKU) of an application gateway. - Get-AzureApplicationGatewaySku + Get-AzureRMApplicationGatewaySku Profile @@ -6133,8 +6133,8 @@ PS C:\> $Rules = Get-AzureApplicationGatewayRequestRoutingRule -ApplicationGa - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $SKU = Get-AzureApplicationGatewaySku -ApplicationGateway $AppGW + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $SKU = Get-AzureRMApplicationGatewaySku -ApplicationGateway $AppGW @@ -6151,18 +6151,18 @@ PS C:\> $SKU = Get-AzureApplicationGatewaySku -ApplicationGateway $AppGW - New-AzureApplicationGatewaySku + New-AzureRMApplicationGatewaySku - Set-AzureApplicationGatewaySku + Set-AzureRMApplicationGatewaySku - Get-AzureApplicationGatewaySslCertificate + Get-AzureRMApplicationGatewaySslCertificate Gets an SSL certificate for an application gateway. @@ -6174,11 +6174,11 @@ PS C:\> $SKU = Get-AzureApplicationGatewaySku -ApplicationGateway $AppGW - The Get-AzureApplicationGatewaySslCertificate cmdlet gets an SSL certificate for an application gateway. + The Get-AzureRMApplicationGatewaySslCertificate cmdlet gets an SSL certificate for an application gateway. - Get-AzureApplicationGatewaySslCertificate + Get-AzureRMApplicationGatewaySslCertificate Name @@ -6289,8 +6289,8 @@ PS C:\> $SKU = Get-AzureApplicationGatewaySku -ApplicationGateway $AppGW - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Cert = Get-AzureApplicationGatewaySslCertificate -Name "Cert01" -ApplicationGateway $AppGW + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Cert = Get-AzureRMApplicationGatewaySslCertificate -Name "Cert01" -ApplicationGateway $AppGW This command gets the SSL certificate named Cert01 from the application gateway named ApplicationGateway01. @@ -6309,8 +6309,8 @@ PS C:\> $Cert = Get-AzureApplicationGatewaySslCertificate -Name "Cert01" -App - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGateway $AppGW + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Certs = Get-AzureRMApplicationGatewaySslCertificate -ApplicationGateway $AppGW This command gets a list of SSL certificates from the application gateway named ApplicationGateway01. @@ -6326,26 +6326,26 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureApplicationGatewaySslCertificate + Add-AzureRMApplicationGatewaySslCertificate - New-AzureApplicationGatewaySslCertificate + New-AzureRMApplicationGatewaySslCertificate - Remove-AzureApplicationGatewaySslCertificate + Remove-AzureRMApplicationGatewaySslCertificate - Set-AzureApplicationGatewaySslCertificate + Set-AzureRMApplicationGatewaySslCertificate - Get-AzureApplicationGateway + Get-AzureRMApplicationGateway Gets an application gateway. @@ -6357,11 +6357,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureApplicationGateway cmdlet gets an application gateway. + The Get-AzureRMApplicationGateway cmdlet gets an application gateway. - Get-AzureApplicationGateway + Get-AzureRMApplicationGateway Name @@ -6472,7 +6472,7 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" This command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable. @@ -6491,7 +6491,7 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - PS C:\> $AppGwList = Get-AzureApplicationGateway -ResourceGroupName "ResourceGroup01" + PS C:\> $AppGwList = Get-AzureRMApplicationGateway -ResourceGroupName "ResourceGroup01" This command gets a list of all the application gateways in the resource group named ResourceGroup01 and stores it in the $AppGwList variable. @@ -6510,7 +6510,7 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - PS C:\> $AppGwList = Get-AzureApplicationGateway + PS C:\> $AppGwList = Get-AzureRMApplicationGateway This command gets a list of all the application gateways in the subscription and stores it in the $AppGwList variable. @@ -6526,14 +6526,14 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Stop-AzureApplicationGateway + Stop-AzureRMApplicationGateway - Get-AzureLoadBalancerBackendAddressPoolConfig + Get-AzureRMLoadBalancerBackendAddressPoolConfig Gets a backend address pool configuration for a load balancer. @@ -6545,11 +6545,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureLoadBalancerBackendAddressPoolConfig cmdlet gets a single backend address pool or a list of backend address pools within a load balancer. + The Get-AzureRMLoadBalancerBackendAddressPoolConfig cmdlet gets a single backend address pool or a list of backend address pools within a load balancer. - Get-AzureLoadBalancerBackendAddressPoolConfig + Get-AzureRMLoadBalancerBackendAddressPoolConfig Name @@ -6669,22 +6669,22 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureLoadBalancerBackendAddressPoolConfig + Add-AzureRMLoadBalancerBackendAddressPoolConfig - New-AzureLoadBalancerBackendAddressPoolConfig + New-AzureRMLoadBalancerBackendAddressPoolConfig - Remove-AzureLoadBalancerBackendAddressPoolConfig + Remove-AzureRMLoadBalancerBackendAddressPoolConfig - Get-AzureLoadBalancerFrontendIpConfig + Get-AzureRMLoadBalancerFrontendIpConfig Gets a front-end IP configuration in a load balancer. @@ -6696,11 +6696,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureLoadBalancerFrontendIpConfig cmdlet gets a front-end IP configuration or a list of front-end IP configurations in a load balancer. + The Get-AzureRMLoadBalancerFrontendIpConfig cmdlet gets a front-end IP configuration or a list of front-end IP configurations in a load balancer. - Get-AzureLoadBalancerFrontendIpConfig + Get-AzureRMLoadBalancerFrontendIpConfig Name @@ -6820,26 +6820,26 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig - Remove-AzureLoadBalancerFrontendIpConfig + Remove-AzureRMLoadBalancerFrontendIpConfig - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig - Get-AzureLoadBalancerInboundNatRuleConfig + Get-AzureRMLoadBalancerInboundNatRuleConfig Gets an inbound NAT rule configuration for a load balancer. @@ -6851,11 +6851,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureLoadBalancerInboundNatRuleConfig cmdlet gets one or more inbound network address translation (NAT) rules in an Azure load balancer. + The Get-AzureRMLoadBalancerInboundNatRuleConfig cmdlet gets one or more inbound network address translation (NAT) rules in an Azure load balancer. - Get-AzureLoadBalancerInboundNatRuleConfig + Get-AzureRMLoadBalancerInboundNatRuleConfig Name @@ -6975,26 +6975,26 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig - Remove-AzureLoadBalancerInboundNatRuleConfig + Remove-AzureRMLoadBalancerInboundNatRuleConfig - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig - Get-AzureLoadBalancerProbeConfig + Get-AzureRMLoadBalancerProbeConfig Gets a probe configuration for a load balancer. @@ -7006,11 +7006,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureLoadBalancerProbeConfig cmdlet gets one or more probe configurations for a load balancer. + The Get-AzureRMLoadBalancerProbeConfig cmdlet gets one or more probe configurations for a load balancer. - Get-AzureLoadBalancerProbeConfig + Get-AzureRMLoadBalancerProbeConfig Name @@ -7130,26 +7130,26 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureLoadBalancerProbeConfig + Add-AzureRMLoadBalancerProbeConfig - New-AzureLoadBalancerProbeConfig + New-AzureRMLoadBalancerProbeConfig - Remove-AzureLoadBalancerProbeConfig + Remove-AzureRMLoadBalancerProbeConfig - Set-AzureLoadBalancerProbeConfig + Set-AzureRMLoadBalancerProbeConfig - Get-AzureLoadBalancerRuleConfig + Get-AzureRMLoadBalancerRuleConfig Gets the rule configuration for a load balancer. @@ -7161,11 +7161,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureLoadBalancerRuleConfig cmdlet gets one or more rule configurations for a load balancer. + The Get-AzureRMLoadBalancerRuleConfig cmdlet gets one or more rule configurations for a load balancer. - Get-AzureLoadBalancerRuleConfig + Get-AzureRMLoadBalancerRuleConfig Name @@ -7285,26 +7285,26 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig - Remove-AzureLoadBalancerRuleConfig + Remove-AzureRMLoadBalancerRuleConfig - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer Gets a load balancer. @@ -7316,11 +7316,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureLoadBalancer cmdlet gets one or more Azure load balancers that are contained in a resource group. + The Get-AzureRMLoadBalancer cmdlet gets one or more Azure load balancers that are contained in a resource group. - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer Name @@ -7440,22 +7440,22 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - New-AzureLoadBalancer + New-AzureRMLoadBalancer - Remove-AzureLoadBalancer + Remove-AzureRMLoadBalancer - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer - Get-AzureLocalNetworkGateway + Get-AzureRMLocalNetworkGateway @@ -7471,7 +7471,7 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Get-AzureLocalNetworkGateway + Get-AzureRMLocalNetworkGateway Name @@ -7586,7 +7586,7 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface Gets a network interface. @@ -7598,11 +7598,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureNetworkInterface cmdlet gets an Azure network interface or a list of Azure network interfaces in a resource group. + The Get-AzureRMNetworkInterface cmdlet gets an Azure network interface or a list of Azure network interfaces in a resource group. - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface Name @@ -7722,22 +7722,22 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - New-AzureNetworkInterface + New-AzureRMNetworkInterface - Remove-AzureNetworkInterface + Remove-AzureRMNetworkInterface - Set-AzureNetworkInterface + Set-AzureRMNetworkInterface - Get-AzureNetworkSecurityGroup + Get-AzureRMNetworkSecurityGroup Gets a network security group. @@ -7749,11 +7749,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureNetworkSecurityGroup cmdlet gets an Azure network security group. + The Get-AzureRMNetworkSecurityGroup cmdlet gets an Azure network security group. - Get-AzureNetworkSecurityGroup + Get-AzureRMNetworkSecurityGroup Name @@ -7873,22 +7873,22 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - New-AzureNetworkSecurityGroup + New-AzureRMNetworkSecurityGroup - Remove-AzureNetworkSecurityGroup + Remove-AzureRMNetworkSecurityGroup - Set-AzureNetworkSecurityGroup + Set-AzureRMNetworkSecurityGroup - Get-AzureNetworkSecurityRuleConfig + Get-AzureRMNetworkSecurityRuleConfig Get a network security rule configuration for a network security group. @@ -7900,11 +7900,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureNetworkSecurityRuleConfig cmdlet gets a network security rule configuration for an Azure network security group. + The Get-AzureRMNetworkSecurityRuleConfig cmdlet gets a network security rule configuration for an Azure network security group. - Get-AzureNetworkSecurityRuleConfig + Get-AzureRMNetworkSecurityRuleConfig DefaultRules @@ -8042,26 +8042,26 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - Add-AzureNetworkSecurityRuleConfig + Add-AzureRMNetworkSecurityRuleConfig - New-AzureNetworkSecurityRuleConfig + New-AzureRMNetworkSecurityRuleConfig - Remove-AzureNetworkSecurityRuleConfig + Remove-AzureRMNetworkSecurityRuleConfig - Set-AzureNetworkSecurityRuleConfig + Set-AzureRMNetworkSecurityRuleConfig - Get-AzurePublicIpAddress + Get-AzureRMPublicIpAddress Gets a public IP address. @@ -8073,11 +8073,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzurePublicIPAddress cmdlet gets one or more public IP addresses in a resource group. + The Get-AzureRMPublicIPAddress cmdlet gets one or more public IP addresses in a resource group. - Get-AzurePublicIpAddress + Get-AzureRMPublicIpAddress Name @@ -8197,22 +8197,22 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - New-AzurePublicIpAddress + New-AzureRMPublicIpAddress - Remove-AzurePublicIpAddress + Remove-AzureRMPublicIpAddress - Set-AzurePublicIpAddress + Set-AzureRMPublicIpAddress - Get-AzureRouteConfig + Get-AzureRMRouteConfig Gets routes from a route table. @@ -8224,11 +8224,11 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - The Get-AzureRouteConfig cmdlet gets routes from an Azure route table. You can specify a route by name. + The Get-AzureRMRouteConfig cmdlet gets routes from an Azure route table. You can specify a route by name. - Get-AzureRouteConfig + Get-AzureRMRouteConfig Name @@ -8333,7 +8333,7 @@ PS C:\> $Certs = Get-AzureApplicationGatewaySslCertificate -ApplicationGatewa - PS C:\>Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Get-AzureRouteConfig -Name "route07" + PS C:\>Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Get-AzureRMRouteConfig -Name "route07" Name : route07 Id : @@ -8344,7 +8344,7 @@ NextHopType : VnetLocal NextHopIpAddress : - This command gets the route table named routetable01 by using the Get-AzureRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator. The current cmdlet gets the route named route07 in the route table named routetable01. + This command gets the route table named routetable01 by using the Get-AzureRMRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator. The current cmdlet gets the route named route07 in the route table named routetable01. @@ -8357,30 +8357,30 @@ NextHopIpAddress : - Add-AzureRouteConfig + Add-AzureRMRouteConfig - Get-AzureRouteTable + Get-AzureRMRouteTable - New-AzureRouteConfig + New-AzureRMRouteConfig - Remove-AzureRouteConfig + Remove-AzureRMRouteConfig - Set-AzureRouteConfig + Set-AzureRMRouteConfig - Get-AzureRouteTable + Get-AzureRMRouteTable Gets route tables. @@ -8392,11 +8392,11 @@ NextHopIpAddress : - The Get-AzureRouteTable cmdlet gets Azure route tables. You can retrieve a single route table, or retrieve all the route tables in a resource group or in your subscription. + The Get-AzureRMRouteTable cmdlet gets Azure route tables. You can retrieve a single route table, or retrieve all the route tables in a resource group or in your subscription. - Get-AzureRouteTable + Get-AzureRMRouteTable Name @@ -8501,7 +8501,7 @@ NextHopIpAddress : - PS C:\>Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" + PS C:\>Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" Name : routetable01 ResourceGroupName : ResourceGroup11 Location : eastus @@ -8538,22 +8538,22 @@ Subnets : [] - New-AzureRouteTable + New-AzureRMRouteTable - Remove-AzureRouteTable + Remove-AzureRMRouteTable - Set-AzureRouteTable + Set-AzureRMRouteTable - Get-AzureVirtualNetworkGatewayConnectionSharedKey + Get-AzureRMVirtualNetworkGatewayConnectionSharedKey @@ -8569,7 +8569,7 @@ Subnets : [] - Get-AzureVirtualNetworkGatewayConnectionSharedKey + Get-AzureRMVirtualNetworkGatewayConnectionSharedKey Name @@ -8684,7 +8684,7 @@ Subnets : [] - Get-AzureVirtualNetworkGatewayConnection + Get-AzureRMVirtualNetworkGatewayConnection @@ -8700,7 +8700,7 @@ Subnets : [] - Get-AzureVirtualNetworkGatewayConnection + Get-AzureRMVirtualNetworkGatewayConnection Name @@ -8815,7 +8815,7 @@ Subnets : [] - Get-AzureVirtualNetworkGateway + Get-AzureRMVirtualNetworkGateway @@ -8831,7 +8831,7 @@ Subnets : [] - Get-AzureVirtualNetworkGateway + Get-AzureRMVirtualNetworkGateway Name @@ -8946,7 +8946,7 @@ Subnets : [] - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig Gets a subnet in a virtual network. @@ -8958,11 +8958,11 @@ Subnets : [] - The Get-AzureVirtualNetworkSubnetConfig cmdlet gets one or more subnet configurations in an Azure virtual network. + The Get-AzureRMVirtualNetworkSubnetConfig cmdlet gets one or more subnet configurations in an Azure virtual network. - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig Name @@ -9082,26 +9082,26 @@ Subnets : [] - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig - Remove-AzureVirtualNetworkSubnetConfig + Remove-AzureRMVirtualNetworkSubnetConfig - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig - Get-AzureVirtualNetwork + Get-AzureRMVirtualNetwork Gets a virtual network in a resource group. @@ -9113,11 +9113,11 @@ Subnets : [] - The Get-AzureVirtualNetwork cmdlet gets one or more virtual networks n a resource group. + The Get-AzureRMVirtualNetwork cmdlet gets one or more virtual networks n a resource group. - Get-AzureVirtualNetwork + Get-AzureRMVirtualNetwork Name @@ -9237,22 +9237,22 @@ Subnets : [] - New-AzureVirtualNetwork + New-AzureRMVirtualNetwork - Remove-AzureVirtualNetwork + Remove-AzureRMVirtualNetwork - Set-AzureVirtualNetwork + Set-AzureRMVirtualNetwork - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool Creates a back-end address pool for an application gateway. @@ -9264,11 +9264,11 @@ Subnets : [] - The New-AzureApplicationGatewayBackendAddressPool cmdlet creates a back-end address pool for an Azure application gateway. A back-end address can be specified as an IP address, a fully-qualified domain name (FQDN) or an IP configuration ID. + The New-AzureRMApplicationGatewayBackendAddressPool cmdlet creates a back-end address pool for an Azure application gateway. A back-end address can be specified as an IP address, a fully-qualified domain name (FQDN) or an IP configuration ID. - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool BackendFqdns @@ -9292,7 +9292,7 @@ Subnets : [] - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool BackendIPAddresses @@ -9316,7 +9316,7 @@ Subnets : [] - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool BackendIPConfigurationIds @@ -9439,7 +9439,7 @@ Subnets : [] - PS C:\>$Pool = New-AzureApplicationGatewayBackendAddressPool -Name "Pool01" -BackendFqdns "contoso1.com", "contoso2.com" + PS C:\>$Pool = New-AzureRMApplicationGatewayBackendAddressPool -Name "Pool01" -BackendFqdns "contoso1.com", "contoso2.com" This command creates a back-end address pool named Pool01 by using the FQDNs of back-end servers, and stores it in the $Pool variable. @@ -9458,7 +9458,7 @@ Subnets : [] - PS C:\>$Pool = New-AzureApplicationGatewayBackendAddressPool -Name "Pool02" -BackendFqdns "10.10.10.10", "10.10.10.11" + PS C:\>$Pool = New-AzureRMApplicationGatewayBackendAddressPool -Name "Pool02" -BackendFqdns "10.10.10.10", "10.10.10.11" This command creates a back-end address pool named Pool02 by using the IP addresses of back-end servers, and stores it in the $Pool variable. @@ -9474,26 +9474,26 @@ Subnets : [] - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool - Get-AzureApplicationGatewayBackendAddressPool + Get-AzureRMApplicationGatewayBackendAddressPool - Remove-AzureApplicationGatewayBackendAddressPool + Remove-AzureRMApplicationGatewayBackendAddressPool - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings Creates back-end HTTP settings for an application gateway. @@ -9505,11 +9505,11 @@ Subnets : [] - The New-AzureApplicationGatewayBackendHttpSettings cmdlet creates back-end HTTP settings for an application gateway. Back-end HTTP settings are applied to all back-end servers in a pool. + The New-AzureRMApplicationGatewayBackendHttpSettings cmdlet creates back-end HTTP settings for an application gateway. Back-end HTTP settings are applied to all back-end servers in a pool. - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings Profile @@ -9649,7 +9649,7 @@ Subnets : [] - PS C:\> $Setting = New-AzureApplicationGatewayBackendHttpSettings -Name "Setting01" -Port 80 -Protocol Http -CookieBasedAffinity Disabled + PS C:\> $Setting = New-AzureRMApplicationGatewayBackendHttpSettings -Name "Setting01" -Port 80 -Protocol Http -CookieBasedAffinity Disabled This command creates back-end HTTP settings named Setting01 on port 80, using the HTTP protocol, with cookie-based affinity disabled. The settings are stored in the $Setting variable. @@ -9665,26 +9665,26 @@ Subnets : [] - Add-AzureApplicationGatewayBackendHttpSettings + Add-AzureRMApplicationGatewayBackendHttpSettings - Get-AzureApplicationGatewayBackendHttpSettings + Get-AzureRMApplicationGatewayBackendHttpSettings - Remove-AzureApplicationGatewayBackendHttpSettings + Remove-AzureRMApplicationGatewayBackendHttpSettings - Set-AzureApplicationGatewayBackendHttpSettings + Set-AzureRMApplicationGatewayBackendHttpSettings - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig Creates a front-end IP configuration for an application gateway. @@ -9696,7 +9696,7 @@ Subnets : [] - The New-AzureApplicationGatewayFrontendIPConfig cmdlet creates a front-end IP configuraton for an Azure application gateway. An application gateway supports two types of front-end IP configuration: + The New-AzureRMApplicationGatewayFrontendIPConfig cmdlet creates a front-end IP configuraton for an Azure application gateway. An application gateway supports two types of front-end IP configuration: -- Public IP addresses -- Private IP addresses using internal load balancing (ILB). @@ -9705,7 +9705,7 @@ Subnets : [] - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig PrivateIPAddress @@ -9743,7 +9743,7 @@ Subnets : [] - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig PrivateIPAddress @@ -9928,8 +9928,8 @@ Subnets : [] - PS C:\> $ PublicIP = New-AzurePublicIpAddress -ResourceGroupName "ResourceGroup01" -Name "PublicIP01" -location "West US" -AllocationMethod Dynamic -PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -Name "FrontEndIP01" –PublicIPAddress $PublicIP + PS C:\> $ PublicIP = New-AzureRMPublicIpAddress -ResourceGroupName "ResourceGroup01" -Name "PublicIP01" -location "West US" -AllocationMethod Dynamic +PS C:\> $FrontEnd = New-AzureRMApplicationGatewayFrontendIPConfig -Name "FrontEndIP01" –PublicIPAddress $PublicIP The first command creates a public IP resource object and stores it in the $PublicIP variable. @@ -9949,9 +9949,9 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -Name "FrontE - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway -Name "FrontendIP02" -Subnet $Subnet -PrivateIPAddress 10.0.1.1 + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $FrontEnd = New-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway -Name "FrontendIP02" -Subnet $Subnet -PrivateIPAddress 10.0.1.1 The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01, and stores it in the $VNet variable. @@ -9972,9 +9972,9 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway -Name "FrontendIP03" -Subnet $Subnet + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $FrontEnd = New-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway -Name "FrontendIP03" -Subnet $Subnet The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01, and stores it in the $VNet variable. @@ -9992,26 +9992,26 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig - Get-AzureApplicationGatewayFrontendIPConfig + Get-AzureRMApplicationGatewayFrontendIPConfig - Remove-AzureApplicationGatewayFrontendIPConfig + Remove-AzureRMApplicationGatewayFrontendIPConfig - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort Creates a front-end port for an application gateway. @@ -10023,11 +10023,11 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - The New-AzureApplicationGatewayFrontendPort cmdlet creates a front-end port for an Azure application gateway. + The New-AzureRMApplicationGatewayFrontendPort cmdlet creates a front-end port for an Azure application gateway. - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort Profile @@ -10126,7 +10126,7 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - PS C:\> $FrontEndPort = New-AzureApplicationGatewayFrontendPort -Name “FrontEndPort01” –Port 80 + PS C:\> $FrontEndPort = New-AzureRMApplicationGatewayFrontendPort -Name “FrontEndPort01” –Port 80 This command creates a front-end port on port 80 named FrontEndPort01. @@ -10142,26 +10142,26 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - Add-AzureApplicationGatewayFrontendPort + Add-AzureRMApplicationGatewayFrontendPort - Get-AzureApplicationGatewayFrontendPort + Get-AzureRMApplicationGatewayFrontendPort - Remove-AzureApplicationGatewayFrontendPort + Remove-AzureRMApplicationGatewayFrontendPort - Set-AzureApplicationGatewayFrontendPort + Set-AzureRMApplicationGatewayFrontendPort - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener Creates an HTTP listener for an application gateway. @@ -10173,11 +10173,11 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - The New-AzureApplicationGatewayHttpListener cmdlet creates an HTTP listener for an Azure application gateway. + The New-AzureRMApplicationGatewayHttpListener cmdlet creates an HTTP listener for an Azure application gateway. - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener FrontendIPConfiguration @@ -10225,7 +10225,7 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener FrontendIPConfigurationId @@ -10456,7 +10456,7 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - PS C:\>$Listener = New-AzureApplicationGatewayHttpListener -Name "Listener01" -Protocol "Http" -FrontendIpConfiguration $FIp01 -FrontendPort $FP01 + PS C:\>$Listener = New-AzureRMApplicationGatewayHttpListener -Name "Listener01" -Protocol "Http" -FrontendIpConfiguration $FIp01 -FrontendPort $FP01 This command creates an HTTP listener. @@ -10475,7 +10475,7 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - PS C:\>$Listener = New-AzureApplicationGatewayHttpListener -Name "Listener01" -Protocol "Https" -FrontendIpConfiguration $FIp01 -FrontendPort $FP01 – SslCertificate $SSLCert01 + PS C:\>$Listener = New-AzureRMApplicationGatewayHttpListener -Name "Listener01" -Protocol "Https" -FrontendIpConfiguration $FIp01 -FrontendPort $FP01 – SslCertificate $SSLCert01 This command creates an HTTP listener that uses SSL offload and provides the SSL certificate in the $SSLCert01 variable. @@ -10491,26 +10491,26 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener - Get-AzureApplicationGatewayHttpListener + Get-AzureRMApplicationGatewayHttpListener - Remove-AzureApplicationGatewayHttpListener + Remove-AzureRMApplicationGatewayHttpListener - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration Creates an IP configuration for an application gateway. @@ -10522,11 +10522,11 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - The New-AzureApplicationGatewayIPConfiguration cmdlet creates an IP configuration for an application gateway. The IP configuration contains the subnet in which application gateway is deployed. + The New-AzureRMApplicationGatewayIPConfiguration cmdlet creates an IP configuration for an application gateway. The IP configuration contains the subnet in which application gateway is deployed. - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration Profile @@ -10550,7 +10550,7 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration Profile @@ -10677,9 +10677,9 @@ PS C:\> $FrontEnd = New-AzureApplicationGatewayFrontendIPConfig -ApplicationG - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppGwSubnet01" -Subnet $Subnet + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\ $GatewayIpConfig = New-AzureRMApplicationGatewayIPConfiguration -Name "AppGwSubnet01" -Subnet $Subnet The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01. @@ -10697,26 +10697,26 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration - Get-AzureApplicationGatewayIPConfiguration + Get-AzureRMApplicationGatewayIPConfiguration - Remove-AzureApplicationGatewayIPConfiguration + Remove-AzureRMApplicationGatewayIPConfiguration - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule Creates a request routing rule for an application gateway. @@ -10728,11 +10728,11 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - The Add-AzureApplicationGatewayRequestRoutingRule cmdlet creates a request routing rule for an Azure application gateway. + The Add-AzureRMApplicationGatewayRequestRoutingRule cmdlet creates a request routing rule for an Azure application gateway. - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule BackendAddressPool @@ -10777,7 +10777,7 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule BackendAddressPoolId @@ -11005,7 +11005,7 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - PS C:\>$Rule = New-AzureApplicationGatewayRequestRoutingRule -Name "Rule01" -RuleType Basic -BackendHttpSettings $Setting -HttpListener $Listener -BackendAddressPool $Pool + PS C:\>$Rule = New-AzureRMApplicationGatewayRequestRoutingRule -Name "Rule01" -RuleType Basic -BackendHttpSettings $Setting -HttpListener $Listener -BackendAddressPool $Pool This command creates a request routing rule. @@ -11021,26 +11021,26 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule - Get-AzureApplicationGatewayRequestRoutingRule + Get-AzureRMApplicationGatewayRequestRoutingRule - Remove-AzureApplicationGatewayRequestRoutingRule + Remove-AzureRMApplicationGatewayRequestRoutingRule - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule - New-AzureApplicationGatewaySku + New-AzureRMApplicationGatewaySku Creates a SKU for an application gateway. @@ -11052,11 +11052,11 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - The New-AzureApplicationGatewaySku cmdlet creates a stock keeping unit (SKU) for an Azure application gateway. + The New-AzureRMApplicationGatewaySku cmdlet creates a stock keeping unit (SKU) for an Azure application gateway. - New-AzureApplicationGatewaySku + New-AzureRMApplicationGatewaySku Profile @@ -11178,7 +11178,7 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - PS C:\>$SKU = New-AzureApplicationGatewaySku -Name "Standard_Small" -Tier "Standard" -Capacity 2 + PS C:\>$SKU = New-AzureRMApplicationGatewaySku -Name "Standard_Small" -Tier "Standard" -Capacity 2 This command creates a SKU named Standard_Small for an Azure application gateway. @@ -11194,18 +11194,18 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - Get-AzureApplicationGatewaySku + Get-AzureRMApplicationGatewaySku - Set-AzureApplicationGatewaySku + Set-AzureRMApplicationGatewaySku - New-AzureApplicationGatewaySslCertificate + New-AzureRMApplicationGatewaySslCertificate Creates an SSL certificate for an Azure application gateway. @@ -11217,11 +11217,11 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - The New-AzureApplicationGatewaySslCertificate cmdlet creates an SSL certificate for an Azure application gateway. + The New-AzureRMApplicationGatewaySslCertificate cmdlet creates an SSL certificate for an Azure application gateway. - New-AzureApplicationGatewaySslCertificate + New-AzureRMApplicationGatewaySslCertificate Profile @@ -11339,7 +11339,7 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - PS C:\>$Cert = New-AzureApplicationGatewaySslCertificate -Name "Cert01" –CertificateFile "D:\cert01.pfx" –Password "Password01" + PS C:\>$Cert = New-AzureRMApplicationGatewaySslCertificate -Name "Cert01" –CertificateFile "D:\cert01.pfx" –Password "Password01" This command creates a SSL certificate named Cert01 for the default application gateway. @@ -11355,26 +11355,26 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - Add-AzureApplicationGatewaySslCertificate + Add-AzureRMApplicationGatewaySslCertificate - Get-AzureApplicationGatewaySslCertificate + Get-AzureRMApplicationGatewaySslCertificate - Remove-AzureApplicationGatewaySslCertificate + Remove-AzureRMApplicationGatewaySslCertificate - Set-AzureApplicationGatewaySslCertificate + Set-AzureRMApplicationGatewaySslCertificate - New-AzureApplicationGateway + New-AzureRMApplicationGateway Creates an application gateway. @@ -11386,7 +11386,7 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - The New-AzureApplicationGateway cmdlet creates an Azure application gateway. + The New-AzureRMApplicationGateway cmdlet creates an Azure application gateway. An application gateway requires the following: -- A resource group. @@ -11399,7 +11399,7 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG - New-AzureApplicationGateway + New-AzureRMApplicationGateway Force @@ -11726,26 +11726,26 @@ PS C:\ $GatewayIpConfig = New-AzureApplicationGatewayIPConfiguration -Name "AppG This command creates a resource group for the application gateway. -PS C:\> $ResourceGroup = New-AzureResourceGroup -Name "ResourceGroup01" -Location "West US" -Tags @{Name = "Department"; Value = "Marketing"} +PS C:\> $ResourceGroup = New-AzureRMResourceGroup -Name "ResourceGroup01" -Location "West US" -Tags @{Name = "Department"; Value = "Marketing"} These four commands create a virtual network. The first command creates a subnet configuration. The second command creates a virtual network. The third command verifies the subnet configuration and the fourth command verifies that the virtual network is created successfully. -PS C:\> $Subnet = New-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -AddressPrefix 10.0.0.0/24 -PS C:\> $VNet = New-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -Location "West US" -AddressPrefix 10.0.0.0/16 -Subnet $Subnet -PS C:\> $VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name $Subnet01 -VirtualNetwork $VNet +PS C:\> $Subnet = New-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -AddressPrefix 10.0.0.0/24 +PS C:\> $VNet = New-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -Location "West US" -AddressPrefix 10.0.0.0/16 -Subnet $Subnet +PS C:\> $VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name $Subnet01 -VirtualNetwork $VNet -The following commands create the application gateway.The first command creates an IP configuration named GatewayIp01 for the subnet created previously.The second command creates a back-end server pool named Pool01 with a list of back-end IP addresses and stores the pool in the $Pool variable.The third command creates the settings for the back-end server pool and stores the settings in the $PoolSetting variable.The forth command creates a front-end port on port 80, names it FrontEndPort01, and stores the port in the $FrontEndPort variable.The fifth command creates a public IP address by using New-AzurePublicIpAddress. The sixth command creates a front-end IP configuration using $PublicIp, names it FrontEndPortConfig01, and stores it in the $FrontEndIpConfig variable.The seventh command creates a listener using the previously created $FrontEndIpConfig $FrontEndPort.The eighth command creates a rule for the listener.The ninth command sets the SKU.The tenth command creates the gateway using the objects set by the previous commands. -PS C:\> $GatewayIPconfig = New-AzureApplicationGatewayIPConfiguration -Name "GatewayIp01" -Subnet $Subnet -PS C:\> $Pool = New-AzureApplicationGatewayBackendAddressPool -Name "Pool01" -BackendIPAddresses 10.10.10.1, 10.10.10.2, 10.10.10.3 -PS C:\> $PoolSetting = New-AzureApplicationGatewayBackendHttpSettings -Name "PoolSetting01" -Port 80 -Protocol "Http" -CookieBasedAffinity "Disabled" -PS C:\> $FrontEndPort = New-AzureApplicationGatewayFrontendPort -Name "FrontEndPort01" -Port 80 +The following commands create the application gateway.The first command creates an IP configuration named GatewayIp01 for the subnet created previously.The second command creates a back-end server pool named Pool01 with a list of back-end IP addresses and stores the pool in the $Pool variable.The third command creates the settings for the back-end server pool and stores the settings in the $PoolSetting variable.The forth command creates a front-end port on port 80, names it FrontEndPort01, and stores the port in the $FrontEndPort variable.The fifth command creates a public IP address by using New-AzureRMPublicIpAddress. The sixth command creates a front-end IP configuration using $PublicIp, names it FrontEndPortConfig01, and stores it in the $FrontEndIpConfig variable.The seventh command creates a listener using the previously created $FrontEndIpConfig $FrontEndPort.The eighth command creates a rule for the listener.The ninth command sets the SKU.The tenth command creates the gateway using the objects set by the previous commands. +PS C:\> $GatewayIPconfig = New-AzureRMApplicationGatewayIPConfiguration -Name "GatewayIp01" -Subnet $Subnet +PS C:\> $Pool = New-AzureRMApplicationGatewayBackendAddressPool -Name "Pool01" -BackendIPAddresses 10.10.10.1, 10.10.10.2, 10.10.10.3 +PS C:\> $PoolSetting = New-AzureRMApplicationGatewayBackendHttpSettings -Name "PoolSetting01" -Port 80 -Protocol "Http" -CookieBasedAffinity "Disabled" +PS C:\> $FrontEndPort = New-AzureRMApplicationGatewayFrontendPort -Name "FrontEndPort01" -Port 80 # Create a public IP address -PS C:\> $PublicIp = New-AzurePublicIpAddress -ResourceGroupName "ResourceGroup01" -Name $PublicIpName -Location "West US" -AllocationMethod "Dynamic" -PS C:\> $FrontEndIpConfig = New-AzureApplicationGatewayFrontendIPConfig -Name "FrontEndConfig01" -PublicIPAddress $PublicIp -PS C:\> $Listener = New-AzureApplicationGatewayHttpListener -Name $listenerName -Protocol "Http" -FrontendIpConfiguration $FrontEndIpConfig -FrontendPort $ FrontEndPort -PS C:\> $Rule = New-AzureApplicationGatewayRequestRoutingRule -Name "Rule01" -RuleType basic -BackendHttpSettings $PoolSetting -HttpListener $Listener -BackendAddressPool $Pool -PS C:\> $Sku = New-AzureApplicationGatewaySku -Name "Standard_Small" -Tier Standard -Capacity 2 -PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -ResourceGroupName "ResourceGroup01" -Location "West US" -BackendAddressPools $Pool -BackendHttpSettingsCollection $PoolSetting -FrontendIpConfigurations $FrontEndIpConfig -GatewayIpConfigurations $GatewayIpConfig -FrontendPorts $FrontEndPort -HttpListeners $Listener -RequestRoutingRules $Rule -Sku $Sku +PS C:\> $PublicIp = New-AzureRMPublicIpAddress -ResourceGroupName "ResourceGroup01" -Name $PublicIpName -Location "West US" -AllocationMethod "Dynamic" +PS C:\> $FrontEndIpConfig = New-AzureRMApplicationGatewayFrontendIPConfig -Name "FrontEndConfig01" -PublicIPAddress $PublicIp +PS C:\> $Listener = New-AzureRMApplicationGatewayHttpListener -Name $listenerName -Protocol "Http" -FrontendIpConfiguration $FrontEndIpConfig -FrontendPort $ FrontEndPort +PS C:\> $Rule = New-AzureRMApplicationGatewayRequestRoutingRule -Name "Rule01" -RuleType basic -BackendHttpSettings $PoolSetting -HttpListener $Listener -BackendAddressPool $Pool +PS C:\> $Sku = New-AzureRMApplicationGatewaySku -Name "Standard_Small" -Tier Standard -Capacity 2 +PS C:\> $Gateway = New-AzureRMApplicationGateway -Name "AppGateway01" -ResourceGroupName "ResourceGroup01" -Location "West US" -BackendAddressPools $Pool -BackendHttpSettingsCollection $PoolSetting -FrontendIpConfigurations $FrontEndIpConfig -GatewayIpConfigurations $GatewayIpConfig -FrontendPorts $FrontEndPort -HttpListeners $Listener -RequestRoutingRules $Rule -Sku $Sku The following commands create an application gateway by first creating a resource group and a virtual network, as well as the following: @@ -11767,50 +11767,50 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule - New-AzureApplicationGatewaySku + New-AzureRMApplicationGatewaySku - New-AzureVirtualNetwork + New-AzureRMVirtualNetwork - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig - New-AzureLoadBalancerBackendAddressPoolConfig + New-AzureRMLoadBalancerBackendAddressPoolConfig Creates a backend address pool configuration for a load balancer. @@ -11822,11 +11822,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureLoadBalancerBackendAddressPoolConfig cmdlet creates a backend address pool configuration for an Azure load balancer. + The New-AzureRMLoadBalancerBackendAddressPoolConfig cmdlet creates a backend address pool configuration for an Azure load balancer. - New-AzureLoadBalancerBackendAddressPoolConfig + New-AzureRMLoadBalancerBackendAddressPoolConfig Profile @@ -11927,22 +11927,22 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Add-AzureLoadBalancerBackendAddressPoolConfig + Add-AzureRMLoadBalancerBackendAddressPoolConfig - Get-AzureLoadBalancerBackendAddressPoolConfig + Get-AzureRMLoadBalancerBackendAddressPoolConfig - Remove-AzureLoadBalancerBackendAddressPoolConfig + Remove-AzureRMLoadBalancerBackendAddressPoolConfig - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig Creates a front-end IP configuration for a load balancer. @@ -11954,11 +11954,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureLoadBalancerFrontendIpConfig cmdlet creates a front-end IP configuration for an Azure load balancer. + The New-AzureRMLoadBalancerFrontendIpConfig cmdlet creates a front-end IP configuration for an Azure load balancer. - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig PrivateIpAddress @@ -11996,7 +11996,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig PrivateIpAddress @@ -12178,26 +12178,26 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig - Get-AzureLoadBalancerFrontendIpConfig + Get-AzureRMLoadBalancerFrontendIpConfig - Remove-AzureLoadBalancerFrontendIpConfig + Remove-AzureRMLoadBalancerFrontendIpConfig - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig Creates an inbound NAT rule configuration for a load balancer. @@ -12209,11 +12209,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureLoadBalancerInboundNatRuleConfig cmdlet creates an inbound network address translation (NAT) rule configuration for an Azure load balancer. + The New-AzureRMLoadBalancerInboundNatRuleConfig cmdlet creates an inbound network address translation (NAT) rule configuration for an Azure load balancer. - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig BackendPort @@ -12274,7 +12274,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig BackendPort @@ -12503,26 +12503,26 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig - Get-AzureLoadBalancerInboundNatRuleConfig + Get-AzureRMLoadBalancerInboundNatRuleConfig - Remove-AzureLoadBalancerInboundNatRuleConfig + Remove-AzureRMLoadBalancerInboundNatRuleConfig - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig - New-AzureLoadBalancerProbeConfig + New-AzureRMLoadBalancerProbeConfig Creates a probe configuration for a load balancer. @@ -12534,11 +12534,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureLoadBalancerProbeConfig cmdlet creates a probe configuration for an Azure load balancer. + The New-AzureRMLoadBalancerProbeConfig cmdlet creates a probe configuration for an Azure load balancer. - New-AzureLoadBalancerProbeConfig + New-AzureRMLoadBalancerProbeConfig Profile @@ -12737,26 +12737,26 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Add-AzureLoadBalancerProbeConfig + Add-AzureRMLoadBalancerProbeConfig - Get-AzureLoadBalancerProbeConfig + Get-AzureRMLoadBalancerProbeConfig - Remove-AzureLoadBalancerProbeConfig + Remove-AzureRMLoadBalancerProbeConfig - Set-AzureLoadBalancerProbeConfig + Set-AzureRMLoadBalancerProbeConfig - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig Creates a rule configuration for a load balancer. @@ -12768,11 +12768,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureLoadBalancerRuleConfig cmdlet creates a rule configuration for an Azure load balancer. + The New-AzureRMLoadBalancerRuleConfig cmdlet creates a rule configuration for an Azure load balancer. - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig BackendAddressPool @@ -12858,7 +12858,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig BackendAddressPoolId @@ -13172,26 +13172,26 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig - Get-AzureLoadBalancerRuleConfig + Get-AzureRMLoadBalancerRuleConfig - Remove-AzureLoadBalancerRuleConfig + Remove-AzureRMLoadBalancerRuleConfig - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig - New-AzureLoadBalancer + New-AzureRMLoadBalancer Creates a load balancer. @@ -13203,11 +13203,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureLoadBalancer cmdlet creates an Azure load balancer. + The New-AzureRMLoadBalancer cmdlet creates an Azure load balancer. - New-AzureLoadBalancer + New-AzureRMLoadBalancer BackendAddressPool @@ -13478,22 +13478,22 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer - Remove-AzureLoadBalancer + Remove-AzureRMLoadBalancer - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer - New-AzureLocalNetworkGateway + New-AzureRMLocalNetworkGateway @@ -13509,7 +13509,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureLocalNetworkGateway + New-AzureRMLocalNetworkGateway AddressPrefix @@ -13708,7 +13708,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureNetworkInterface + New-AzureRMNetworkInterface Creates a network interface. @@ -13720,11 +13720,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureNetworkInterface cmdlet creates an Azure network interface. + The New-AzureRMNetworkInterface cmdlet creates an Azure network interface. - New-AzureNetworkInterface + New-AzureRMNetworkInterface DnsServer @@ -13839,7 +13839,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - New-AzureNetworkInterface + New-AzureRMNetworkInterface DnsServer @@ -14268,22 +14268,22 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface - Remove-AzureNetworkInterface + Remove-AzureRMNetworkInterface - Set-AzureNetworkInterface + Set-AzureRMNetworkInterface - New-AzureNetworkSecurityGroup + New-AzureRMNetworkSecurityGroup Creates a network security group. @@ -14295,11 +14295,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureNetworkSecurityGroup cmdlet creates an Azure network security group. + The New-AzureRMNetworkSecurityGroup cmdlet creates an Azure network security group. - New-AzureNetworkSecurityGroup + New-AzureRMNetworkSecurityGroup Force @@ -14494,22 +14494,22 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Get-AzureNetworkSecurityGroup + Get-AzureRMNetworkSecurityGroup - Remove-AzureNetworkSecurityGroup + Remove-AzureRMNetworkSecurityGroup - Set-AzureNetworkSecurityGroup + Set-AzureRMNetworkSecurityGroup - New-AzureNetworkSecurityRuleConfig + New-AzureRMNetworkSecurityRuleConfig Creates a network security rule configuration. @@ -14521,11 +14521,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureNetworkSecurityRuleConfig cmdlet creates an Azure network security rule configuration for a network security group. + The New-AzureRMNetworkSecurityRuleConfig cmdlet creates an Azure network security rule configuration for a network security group. - New-AzureNetworkSecurityRuleConfig + New-AzureRMNetworkSecurityRuleConfig Access @@ -14853,26 +14853,26 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Add-AzureNetworkSecurityRuleConfig + Add-AzureRMNetworkSecurityRuleConfig - Get-AzureNetworkSecurityRuleConfig + Get-AzureRMNetworkSecurityRuleConfig - Remove-AzureNetworkSecurityRuleConfig + Remove-AzureRMNetworkSecurityRuleConfig - Set-AzureNetworkSecurityRuleConfig + Set-AzureRMNetworkSecurityRuleConfig - New-AzurePublicIpAddress + New-AzureRMPublicIpAddress Creates a public IP address. @@ -14884,11 +14884,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzurePublicIpAddress cmdlet creates a public IP address. + The New-AzureRMPublicIpAddress cmdlet creates a public IP address. - New-AzurePublicIpAddress + New-AzureRMPublicIpAddress DomainNameLabel @@ -15143,22 +15143,22 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - Get-AzurePublicIpAddress + Get-AzureRMPublicIpAddress - Remove-AzurePublicIpAddress + Remove-AzureRMPublicIpAddress - Set-AzurePublicIpAddress + Set-AzureRMPublicIpAddress - New-AzureRouteConfig + New-AzureRMRouteConfig Creates a route for a route table. @@ -15170,11 +15170,11 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - The New-AzureRouteConfig cmdlet creates a route for an Azure route table. + The New-AzureRMRouteConfig cmdlet creates a route for an Azure route table. - New-AzureRouteConfig + New-AzureRMRouteConfig AddressPrefix @@ -15335,7 +15335,7 @@ PS C:\> $Gateway = New-AzureApplicationGateway -Name "AppGateway01" -Resource - PS C:\>$Route = New-AzureRouteConfig -Name "route07" -AddressPrefix 10.1.0.0/16 -NextHopType VnetLocal + PS C:\>$Route = New-AzureRMRouteConfig -Name "route07" -AddressPrefix 10.1.0.0/16 -NextHopType VnetLocal PS C:\> $Route Name : route07 Id : @@ -15360,26 +15360,26 @@ NextHopIpAddress : - Add-AzureRouteConfig + Add-AzureRMRouteConfig - Get-AzureRouteConfig + Get-AzureRMRouteConfig - Remove-AzureRouteConfig + Remove-AzureRMRouteConfig - Set-AzureRouteConfig + Set-AzureRMRouteConfig - New-AzureRouteTable + New-AzureRMRouteTable Creates a route table. @@ -15391,11 +15391,11 @@ NextHopIpAddress : - The New-AzureRouteTable cmdlet creates an Azure route table. + The New-AzureRMRouteTable cmdlet creates an Azure route table. - New-AzureRouteTable + New-AzureRMRouteTable Force @@ -15575,8 +15575,8 @@ NextHopIpAddress : - PS C:\>$Route = New-AzureRouteConfig -Name "route07" -AddressPrefix 10.1.0.0/16 -NextHopType VnetLocal -PS C:\> New-AzureRouteTable -Name "routetable01" -ResourceGroupName "ResourceGroup11" -Location EASTUS -Route $Route + PS C:\>$Route = New-AzureRMRouteConfig -Name "route07" -AddressPrefix 10.1.0.0/16 -NextHopType VnetLocal +PS C:\> New-AzureRMRouteTable -Name "routetable01" -ResourceGroupName "ResourceGroup11" -Location EASTUS -Route $Route Name : routetable01 ResourceGroupName : ResourceGroup11 Location : eastus @@ -15600,7 +15600,7 @@ Routes : [ Subnets : [] - The first command creates a route named route07 by using the New-AzureRouteConfig cmdlet, and then stores it in the $Route variable. This route forwards packets to the local virtual network. + The first command creates a route named route07 by using the New-AzureRMRouteConfig cmdlet, and then stores it in the $Route variable. This route forwards packets to the local virtual network. The second command creates a route table named routetable01, and adds the route stored in $route to the new table. The command specifies the resource group to which the table belongs and the location for the table. @@ -15614,26 +15614,26 @@ Subnets : [] - Get-AzureRouteTable + Get-AzureRMRouteTable - New-AzureRouteConfig + New-AzureRMRouteConfig - Remove-AzureRouteTable + Remove-AzureRMRouteTable - Set-AzureRouteTable + Set-AzureRMRouteTable - New-AzureVirtualNetworkGatewayConnection + New-AzureRMVirtualNetworkGatewayConnection @@ -15649,7 +15649,7 @@ Subnets : [] - New-AzureVirtualNetworkGatewayConnection + New-AzureRMVirtualNetworkGatewayConnection Force @@ -15921,7 +15921,7 @@ Subnets : [] - New-AzureVirtualNetworkGatewayIpConfig + New-AzureRMVirtualNetworkGatewayIpConfig @@ -15937,7 +15937,7 @@ Subnets : [] - New-AzureVirtualNetworkGatewayIpConfig + New-AzureRMVirtualNetworkGatewayIpConfig PrivateIpAddress @@ -15970,7 +15970,7 @@ Subnets : [] - New-AzureVirtualNetworkGatewayIpConfig + New-AzureRMVirtualNetworkGatewayIpConfig PrivateIpAddress @@ -16141,7 +16141,7 @@ Subnets : [] - New-AzureVirtualNetworkGateway + New-AzureRMVirtualNetworkGateway @@ -16157,7 +16157,7 @@ Subnets : [] - New-AzureVirtualNetworkGateway + New-AzureRMVirtualNetworkGateway EnableBgp @@ -16393,7 +16393,7 @@ Subnets : [] - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig Creates a virtual network subnet configuration. @@ -16405,11 +16405,11 @@ Subnets : [] - The New-AzureVirtualNetworkSubnetConfig cmdlet creates a virtual network subnet configuration. + The New-AzureRMVirtualNetworkSubnetConfig cmdlet creates a virtual network subnet configuration. - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig NetworkSecurityGroup @@ -16448,7 +16448,7 @@ Subnets : [] - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig NetworkSecurityGroupId @@ -16633,26 +16633,26 @@ Subnets : [] - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig - Remove-AzureVirtualNetworkSubnetConfig + Remove-AzureRMVirtualNetworkSubnetConfig - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig - New-AzureVirtualNetwork + New-AzureRMVirtualNetwork Creates a virtual network. @@ -16664,11 +16664,11 @@ Subnets : [] - The New-AzureVirtualNetwork cmdlet creates an Azure virtual network. + The New-AzureRMVirtualNetwork cmdlet creates an Azure virtual network. - New-AzureVirtualNetwork + New-AzureRMVirtualNetwork AddressPrefix @@ -16901,22 +16901,22 @@ Subnets : [] - Get-AzureVirtualNetwork + Get-AzureRMVirtualNetwork - Remove-AzureVirtualNetwork + Remove-AzureRMVirtualNetwork - Set-AzureVirtualNetwork + Set-AzureRMVirtualNetwork - Remove-AzureApplicationGatewayBackendAddressPool + Remove-AzureRMApplicationGatewayBackendAddressPool Removes a back-end address pool from an application gateway. @@ -16928,11 +16928,11 @@ Subnets : [] - The Remove-AzureApplicationGatewayBackendAddressPool cmdlet removes a back-end address pool from an Azure application gateway. + The Remove-AzureRMApplicationGatewayBackendAddressPool cmdlet removes a back-end address pool from an Azure application gateway. - Remove-AzureApplicationGatewayBackendAddressPool + Remove-AzureRMApplicationGatewayBackendAddressPool Profile @@ -17032,8 +17032,8 @@ Subnets : [] - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "BackEndPool02" + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "BackEndPool02" The first command gets the application gateway named ApplicationGateway01 belonging to the resource group named ResourceGroup01 and saves it in the $AppGw variable. The second command removes the back-end address pool named BackEndPool02 from the application gateway. @@ -17049,26 +17049,26 @@ PS C:\> Remove-AzureApplicationGatewayBackendAddressPool -ApplicationGateway - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool - Get-AzureApplicationGatewayBackendAddressPool + Get-AzureRMApplicationGatewayBackendAddressPool - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool - Remove-AzureApplicationGatewayBackendHttpSettings + Remove-AzureRMApplicationGatewayBackendHttpSettings Removes back-end HTTP settings from an application gateway. @@ -17080,11 +17080,11 @@ PS C:\> Remove-AzureApplicationGatewayBackendAddressPool -ApplicationGateway - The Remove-AzureApplicationGatewayBackendHttpSettings cmdlet removes back-end Hypertext Transfer Protocol (HTTP) settings from an Azure application gateway. + The Remove-AzureRMApplicationGatewayBackendHttpSettings cmdlet removes back-end Hypertext Transfer Protocol (HTTP) settings from an Azure application gateway. - Remove-AzureApplicationGatewayBackendHttpSettings + Remove-AzureRMApplicationGatewayBackendHttpSettings Profile @@ -17184,8 +17184,8 @@ PS C:\> Remove-AzureApplicationGatewayBackendAddressPool -ApplicationGateway - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway $AppGw -Name "BackEndSetting02" + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayBackendHttpSettings -ApplicationGateway $AppGw -Name "BackEndSetting02" The first command gets an application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable. @@ -17202,26 +17202,26 @@ PS C:\> Remove-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway - Add-AzureApplicationGatewayBackendHttpSettings + Add-AzureRMApplicationGatewayBackendHttpSettings - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings - Get-AzureApplicationGatewayBackendHttpSettings + Get-AzureRMApplicationGatewayBackendHttpSettings - Set-AzureApplicationGatewayBackendHttpSettings + Set-AzureRMApplicationGatewayBackendHttpSettings - Remove-AzureApplicationGatewayFrontendIPConfig + Remove-AzureRMApplicationGatewayFrontendIPConfig Removes a front-end IP configuration from an application gateway. @@ -17233,11 +17233,11 @@ PS C:\> Remove-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway - The Remove-AzureApplicationGatewayFrontendIPConfig cmdlet removes frontend IP from an Azure application gateway. + The Remove-AzureRMApplicationGatewayFrontendIPConfig cmdlet removes frontend IP from an Azure application gateway. - Remove-AzureApplicationGatewayFrontendIPConfig + Remove-AzureRMApplicationGatewayFrontendIPConfig Profile @@ -17337,8 +17337,8 @@ PS C:\> Remove-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIP02" + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIP02" The first command gets an application gateway named ApplicationGateway01 and stores it in the $AppGw variable. @@ -17355,26 +17355,26 @@ PS C:\> Remove-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $A - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig - Get-AzureApplicationGatewayFrontendIPConfig + Get-AzureRMApplicationGatewayFrontendIPConfig - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig - Remove-AzureApplicationGatewayFrontendPort + Remove-AzureRMApplicationGatewayFrontendPort Removes a front-end port from an application gateway. @@ -17386,11 +17386,11 @@ PS C:\> Remove-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $A - The Remove-AzureApplicationGatewayFrontendPort cmdlet removes a front-end port from an Azure application gateway. + The Remove-AzureRMApplicationGatewayFrontendPort cmdlet removes a front-end port from an Azure application gateway. - Remove-AzureApplicationGatewayFrontendPort + Remove-AzureRMApplicationGatewayFrontendPort Profile @@ -17490,8 +17490,8 @@ PS C:\> Remove-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $A - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayFrontendPort -ApplicationGateway $ AppGw -Name "FrontEndPort02" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayFrontendPort -ApplicationGateway $ AppGw -Name "FrontEndPort02" The first command gets an application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores the gateway in $AppGw variable. @@ -17508,26 +17508,26 @@ PS C:\> Remove-AzureApplicationGatewayFrontendPort -ApplicationGateway $ AppG - Add-AzureApplicationGatewayFrontendPort + Add-AzureRMApplicationGatewayFrontendPort - Get-AzureApplicationGatewayFrontendPort + Get-AzureRMApplicationGatewayFrontendPort - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort - Set-AzureApplicationGatewayFrontendPort + Set-AzureRMApplicationGatewayFrontendPort - Remove-AzureApplicationGatewayHttpListener + Remove-AzureRMApplicationGatewayHttpListener Removes an HTTP listener from an application gateway. @@ -17539,11 +17539,11 @@ PS C:\> Remove-AzureApplicationGatewayFrontendPort -ApplicationGateway $ AppG - The Remove-AzureApplicationGatewayHttpListener cmdlet removes an HTTP listener from an Azureapplication gateway. + The Remove-AzureRMApplicationGatewayHttpListener cmdlet removes an HTTP listener from an Azureapplication gateway. - Remove-AzureApplicationGatewayHttpListener + Remove-AzureRMApplicationGatewayHttpListener Profile @@ -17643,8 +17643,8 @@ PS C:\> Remove-AzureApplicationGatewayFrontendPort -ApplicationGateway $ AppG - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "Listener02" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "Listener02" The first command gets an application gateway and stores it in the $AppGw variable. @@ -17661,26 +17661,26 @@ PS C:\> Remove-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener - Get-AzureApplicationGatewayHttpListener + Get-AzureRMApplicationGatewayHttpListener - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener - Remove-AzureApplicationGatewayIPConfiguration + Remove-AzureRMApplicationGatewayIPConfiguration Removes an IP configuration from an application gateway. @@ -17692,11 +17692,11 @@ PS C:\> Remove-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw - The Remove-AzureApplicationGatewayIPConfiguration cmdlet removes an IP configuration from an Azure application gateway. + The Remove-AzureRMApplicationGatewayIPConfiguration cmdlet removes an IP configuration from an Azure application gateway. - Remove-AzureApplicationGatewayIPConfiguration + Remove-AzureRMApplicationGatewayIPConfiguration Profile @@ -17796,8 +17796,8 @@ PS C:\> Remove-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayIPConfiguration -ApplicationGateway $AppGw -Name "Subnet02" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayIPConfiguration -ApplicationGateway $AppGw -Name "Subnet02" The first command gets an application gateway and stores it in the $AppGw variable. @@ -17814,26 +17814,26 @@ PS C:\> Remove-AzureApplicationGatewayIPConfiguration -ApplicationGateway $Ap - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration - Get-AzureApplicationGatewayIPConfiguration + Get-AzureRMApplicationGatewayIPConfiguration - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration - Remove-AzureApplicationGatewayRequestRoutingRule + Remove-AzureRMApplicationGatewayRequestRoutingRule Removes a request routing rule from an application gateway. @@ -17845,11 +17845,11 @@ PS C:\> Remove-AzureApplicationGatewayIPConfiguration -ApplicationGateway $Ap - The Remove-AzureApplicationGatewayRequestRoutingRule cmdlet removes a request routing rule from an Azure application gateway. + The Remove-AzureRMApplicationGatewayRequestRoutingRule cmdlet removes a request routing rule from an Azure application gateway. - Remove-AzureApplicationGatewayRequestRoutingRule + Remove-AzureRMApplicationGatewayRequestRoutingRule Profile @@ -17949,8 +17949,8 @@ PS C:\> Remove-AzureApplicationGatewayIPConfiguration -ApplicationGateway $Ap - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw -Name "Rule02" + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw -Name "Rule02" The first command gets an application gateway and stores it in the $AppGw variable. @@ -17967,26 +17967,26 @@ PS C:\> Remove-AzureApplicationGatewayRequestRoutingRule -ApplicationGateway - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule - Get-AzureApplicationGatewayRequestRoutingRule + Get-AzureRMApplicationGatewayRequestRoutingRule - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule - Remove-AzureApplicationGatewaySslCertificate + Remove-AzureRMApplicationGatewaySslCertificate Removes an SSL certificate from an Azure application gateway. @@ -17998,11 +17998,11 @@ PS C:\> Remove-AzureApplicationGatewayRequestRoutingRule -ApplicationGateway - The Remove-AzureApplicationGatewaySslCertificate cmdlet removes a Secure Sockets Layer (SSL) certificate from an Azure application gateway. + The Remove-AzureRMApplicationGatewaySslCertificate cmdlet removes a Secure Sockets Layer (SSL) certificate from an Azure application gateway. - Remove-AzureApplicationGatewaySslCertificate + Remove-AzureRMApplicationGatewaySslCertificate Profile @@ -18102,8 +18102,8 @@ PS C:\> Remove-AzureApplicationGatewayRequestRoutingRule -ApplicationGateway - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $AppGW -Name "Cert02" + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> Remove-AzureRMApplicationGatewaySslCertificate -ApplicationGateway $AppGW -Name "Cert02" This command removes the SSL certificate named Cert02 from the application gateway named ApplicationGateway01. @@ -18119,26 +18119,26 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureApplicationGatewaySslCertificate + Add-AzureRMApplicationGatewaySslCertificate - Get-AzureApplicationGatewaySslCertificate + Get-AzureRMApplicationGatewaySslCertificate - New-AzureApplicationGatewaySslCertificate + New-AzureRMApplicationGatewaySslCertificate - Set-AzureApplicationGatewaySslCertificate + Set-AzureRMApplicationGatewaySslCertificate - Remove-AzureApplicationGateway + Remove-AzureRMApplicationGateway Removes an application gateway. @@ -18150,11 +18150,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureApplicationGateway cmdlet removes an application gateway. + The Remove-AzureRMApplicationGateway cmdlet removes an application gateway. - Remove-AzureApplicationGateway + Remove-AzureRMApplicationGateway Force @@ -18290,7 +18290,7 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - PS C:\> Remove-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" + PS C:\> Remove-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" This command removes the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01. @@ -18306,14 +18306,14 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Set-AzureApplicationGateway + Set-AzureRMApplicationGateway - Remove-AzureLoadBalancerBackendAddressPoolConfig + Remove-AzureRMLoadBalancerBackendAddressPoolConfig Removes a backend address pool configuration from a load balancer. @@ -18325,11 +18325,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureLoadBalancerBackendAddressPoolConfig cmdlet removes a backend address pool from a load balancer. + The Remove-AzureRMLoadBalancerBackendAddressPoolConfig cmdlet removes a backend address pool from a load balancer. - Remove-AzureLoadBalancerBackendAddressPoolConfig + Remove-AzureRMLoadBalancerBackendAddressPoolConfig Name @@ -18449,22 +18449,22 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureLoadBalancerBackendAddressPoolConfig + Add-AzureRMLoadBalancerBackendAddressPoolConfig - Get-AzureLoadBalancerBackendAddressPoolConfig + Get-AzureRMLoadBalancerBackendAddressPoolConfig - New-AzureLoadBalancerBackendAddressPoolConfig + New-AzureRMLoadBalancerBackendAddressPoolConfig - Remove-AzureLoadBalancerFrontendIpConfig + Remove-AzureRMLoadBalancerFrontendIpConfig Removes a front-end IP configuration from a load balancer. @@ -18476,11 +18476,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureLoadBalancerFrontendIpConfig cmdlet removes a front-end IP configuration from an Azure load balancer. + The Remove-AzureRMLoadBalancerFrontendIpConfig cmdlet removes a front-end IP configuration from an Azure load balancer. - Remove-AzureLoadBalancerFrontendIpConfig + Remove-AzureRMLoadBalancerFrontendIpConfig Name @@ -18600,26 +18600,26 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig - Get-AzureLoadBalancerFrontendIpConfig + Get-AzureRMLoadBalancerFrontendIpConfig - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig - Remove-AzureLoadBalancerInboundNatRuleConfig + Remove-AzureRMLoadBalancerInboundNatRuleConfig Removes an inbound NAT rule configuration from a load balancer. @@ -18631,11 +18631,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureLoadBalancerInboundNatRuleConfig cmdlet removes an inbound network address translation (NAT) rule configuration from an Azure load balancer. + The Remove-AzureRMLoadBalancerInboundNatRuleConfig cmdlet removes an inbound network address translation (NAT) rule configuration from an Azure load balancer. - Remove-AzureLoadBalancerInboundNatRuleConfig + Remove-AzureRMLoadBalancerInboundNatRuleConfig Name @@ -18755,26 +18755,26 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig - Get-AzureLoadBalancerInboundNatRuleConfig + Get-AzureRMLoadBalancerInboundNatRuleConfig - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig - Remove-AzureLoadBalancerProbeConfig + Remove-AzureRMLoadBalancerProbeConfig Removes a probe configuration from a load balancer. @@ -18786,11 +18786,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureLoadBalancerProbeConfig cmdlet removes a probe configuration from a load balancer. + The Remove-AzureRMLoadBalancerProbeConfig cmdlet removes a probe configuration from a load balancer. - Remove-AzureLoadBalancerProbeConfig + Remove-AzureRMLoadBalancerProbeConfig Name @@ -18910,26 +18910,26 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureLoadBalancerProbeConfig + Add-AzureRMLoadBalancerProbeConfig - Get-AzureLoadBalancerProbeConfig + Get-AzureRMLoadBalancerProbeConfig - New-AzureLoadBalancerProbeConfig + New-AzureRMLoadBalancerProbeConfig - Set-AzureLoadBalancerProbeConfig + Set-AzureRMLoadBalancerProbeConfig - Remove-AzureLoadBalancerRuleConfig + Remove-AzureRMLoadBalancerRuleConfig Removes a rule configuration for a load balancer. @@ -18941,11 +18941,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureLoadBalancerRuleConfig cmdlet removes a rule configuration for an Azure load balancer. + The Remove-AzureRMLoadBalancerRuleConfig cmdlet removes a rule configuration for an Azure load balancer. - Remove-AzureLoadBalancerRuleConfig + Remove-AzureRMLoadBalancerRuleConfig Name @@ -19065,26 +19065,26 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig - Get-AzureLoadBalancerRuleConfig + Get-AzureRMLoadBalancerRuleConfig - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig - Remove-AzureLoadBalancer + Remove-AzureRMLoadBalancer Removes a load balancer. @@ -19096,11 +19096,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureLoadBalancer cmdlet removes an Azure load balancer. + The Remove-AzureRMLoadBalancer cmdlet removes an Azure load balancer. - Remove-AzureLoadBalancer + Remove-AzureRMLoadBalancer Force @@ -19256,22 +19256,22 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer - New-AzureLoadBalancer + New-AzureRMLoadBalancer - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer - Remove-AzureLocalNetworkGateway + Remove-AzureRMLocalNetworkGateway @@ -19287,7 +19287,7 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Remove-AzureLocalNetworkGateway + Remove-AzureRMLocalNetworkGateway Force @@ -19434,7 +19434,7 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Remove-AzureNetworkInterface + Remove-AzureRMNetworkInterface Removes a network interface. @@ -19446,11 +19446,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureNetworkInterface cmdlet removes an Azure network interface. + The Remove-AzureRMNetworkInterface cmdlet removes an Azure network interface. - Remove-AzureNetworkInterface + Remove-AzureRMNetworkInterface Force @@ -19606,22 +19606,22 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface - New-AzureNetworkInterface + New-AzureRMNetworkInterface - Set-AzureNetworkInterface + Set-AzureRMNetworkInterface - Remove-AzureNetworkSecurityGroup + Remove-AzureRMNetworkSecurityGroup Removes a network security group. @@ -19633,11 +19633,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureNetworkSecurityGroup cmdlet removes an Azure network security group. + The Remove-AzureRMNetworkSecurityGroup cmdlet removes an Azure network security group. - Remove-AzureNetworkSecurityGroup + Remove-AzureRMNetworkSecurityGroup Force @@ -19793,22 +19793,22 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Get-AzureNetworkSecurityGroup + Get-AzureRMNetworkSecurityGroup - New-AzureNetworkSecurityGroup + New-AzureRMNetworkSecurityGroup - Set-AzureNetworkSecurityGroup + Set-AzureRMNetworkSecurityGroup - Remove-AzureNetworkSecurityRuleConfig + Remove-AzureRMNetworkSecurityRuleConfig Removes a network security rule from a network security group. @@ -19820,11 +19820,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureNetworkSecurityRuleConfig cmdlet removes a network security rule configuration from an Azure network security group. + The Remove-AzureRMNetworkSecurityRuleConfig cmdlet removes a network security rule configuration from an Azure network security group. - Remove-AzureNetworkSecurityRuleConfig + Remove-AzureRMNetworkSecurityRuleConfig Name @@ -19944,26 +19944,26 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Add-AzureNetworkSecurityRuleConfig + Add-AzureRMNetworkSecurityRuleConfig - Get-AzureNetworkSecurityRuleConfig + Get-AzureRMNetworkSecurityRuleConfig - New-AzureNetworkSecurityRuleConfig + New-AzureRMNetworkSecurityRuleConfig - Set-AzureNetworkSecurityRuleConfig + Set-AzureRMNetworkSecurityRuleConfig - Remove-AzurePublicIpAddress + Remove-AzureRMPublicIpAddress Removes a public IP address. @@ -19975,11 +19975,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzurePublicIpAddress cmdlet removes an Azure public IP address. + The Remove-AzureRMPublicIpAddress cmdlet removes an Azure public IP address. - Remove-AzurePublicIpAddress + Remove-AzureRMPublicIpAddress Force @@ -20135,22 +20135,22 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - Get-AzurePublicIpAddress + Get-AzureRMPublicIpAddress - New-AzurePublicIpAddress + New-AzureRMPublicIpAddress - Set-AzurePublicIpAddress + Set-AzureRMPublicIpAddress - Remove-AzureRouteConfig + Remove-AzureRMRouteConfig Removes a route from a route table. @@ -20162,11 +20162,11 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - The Remove-AzureRouteConfig cmdlet removes a route from an Azure route table. + The Remove-AzureRMRouteConfig cmdlet removes a route from an Azure route table. - Remove-AzureRouteConfig + Remove-AzureRMRouteConfig Profile @@ -20271,7 +20271,7 @@ PS C:\> Remove-AzureApplicationGatewaySslCertificate -ApplicationGateway $App - PS C:\>Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Remove-AzureRouteConfig -Name "route02" | Set-AzureRouteTable + PS C:\>Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Remove-AzureRMRouteConfig -Name "route02" | Set-AzureRMRouteTable Name : routetable01 ResourceGroupName : ResourceGroup11 Location : eastus @@ -20295,8 +20295,8 @@ Routes : [ Subnets : [] - This command gets the route table named routetable01 by using the Get-AzureRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator. - The current cmdlet remove the route named route02, and the passes the result to the Set-AzureRouteTable cmdlet, which updates the table to reflect your changes. The table no longer contains the route named route02. + This command gets the route table named routetable01 by using the Get-AzureRMRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator. + The current cmdlet remove the route named route02, and the passes the result to the Set-AzureRMRouteTable cmdlet, which updates the table to reflect your changes. The table no longer contains the route named route02. @@ -20309,26 +20309,26 @@ Subnets : [] - Add-AzureRouteConfig + Add-AzureRMRouteConfig - Get-AzureRouteConfig + Get-AzureRMRouteConfig - New-AzureRouteConfig + New-AzureRMRouteConfig - Set-AzureRouteConfig + Set-AzureRMRouteConfig - Remove-AzureRouteTable + Remove-AzureRMRouteTable Removes a route table. @@ -20340,11 +20340,11 @@ Subnets : [] - The Remove-AzureRouteTable cmdlet removes an Azure route table. + The Remove-AzureRMRouteTable cmdlet removes an Azure route table. - Remove-AzureRouteTable + Remove-AzureRMRouteTable Force @@ -20485,7 +20485,7 @@ Subnets : [] - PS C:\>Remove-AzureRouteTable -ResourceGroupName "ResourceGroup11 -Name "routetable01" + PS C:\>Remove-AzureRMRouteTable -ResourceGroupName "ResourceGroup11 -Name "routetable01" Confirm Are you sure you want to remove resource 'routetable01' [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y @@ -20504,22 +20504,22 @@ Are you sure you want to remove resource 'routetable01' - Get-AzureRouteTable + Get-AzureRMRouteTable - New-AzureRouteTable + New-AzureRMRouteTable - Set-AzureRouteTable + Set-AzureRMRouteTable - Remove-AzureVirtualNetworkGatewayConnection + Remove-AzureRMVirtualNetworkGatewayConnection @@ -20535,7 +20535,7 @@ Are you sure you want to remove resource 'routetable01' - Remove-AzureVirtualNetworkGatewayConnection + Remove-AzureRMVirtualNetworkGatewayConnection Force @@ -20682,7 +20682,7 @@ Are you sure you want to remove resource 'routetable01' - Remove-AzureVirtualNetworkGateway + Remove-AzureRMVirtualNetworkGateway @@ -20698,7 +20698,7 @@ Are you sure you want to remove resource 'routetable01' - Remove-AzureVirtualNetworkGateway + Remove-AzureRMVirtualNetworkGateway Force @@ -20845,7 +20845,7 @@ Are you sure you want to remove resource 'routetable01' - Remove-AzureVirtualNetworkSubnetConfig + Remove-AzureRMVirtualNetworkSubnetConfig Removes a subnet configuration from a virtual network. @@ -20857,11 +20857,11 @@ Are you sure you want to remove resource 'routetable01' - The Remove-AzureVirtualNetworkSubnetConfig cmdlet removes a subnet from an Azure virtual network. + The Remove-AzureRMVirtualNetworkSubnetConfig cmdlet removes a subnet from an Azure virtual network. - Remove-AzureVirtualNetworkSubnetConfig + Remove-AzureRMVirtualNetworkSubnetConfig Name @@ -20979,26 +20979,26 @@ Are you sure you want to remove resource 'routetable01' - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig - Remove-AzureVirtualNetwork + Remove-AzureRMVirtualNetwork Removes a virtual network. @@ -21010,11 +21010,11 @@ Are you sure you want to remove resource 'routetable01' - The Remove-AzureVirtualNetwork cmdlet removes an Azure virtual network. + The Remove-AzureRMVirtualNetwork cmdlet removes an Azure virtual network. - Remove-AzureVirtualNetwork + Remove-AzureRMVirtualNetwork Force @@ -21170,22 +21170,22 @@ Are you sure you want to remove resource 'routetable01' - Get-AzureVirtualNetwork + Get-AzureRMVirtualNetwork - New-AzureVirtualNetwork + New-AzureRMVirtualNetwork - Set-AzureVirtualNetwork + Set-AzureRMVirtualNetwork - Reset-AzureVirtualNetworkGatewayConnectionSharedKey + Reset-AzureRMVirtualNetworkGatewayConnectionSharedKey @@ -21201,7 +21201,7 @@ Are you sure you want to remove resource 'routetable01' - Reset-AzureVirtualNetworkGatewayConnectionSharedKey + Reset-AzureRMVirtualNetworkGatewayConnectionSharedKey Force @@ -21349,7 +21349,7 @@ Are you sure you want to remove resource 'routetable01' - Reset-AzureVirtualNetworkGateway + Reset-AzureRMVirtualNetworkGateway @@ -21365,7 +21365,7 @@ Are you sure you want to remove resource 'routetable01' - Reset-AzureVirtualNetworkGateway + Reset-AzureRMVirtualNetworkGateway Profile @@ -21463,7 +21463,7 @@ Are you sure you want to remove resource 'routetable01' - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool Updates a back-end address pool for an application gateway. @@ -21475,11 +21475,11 @@ Are you sure you want to remove resource 'routetable01' - The Set-AzureApplicationGatewayBackendAddressPool cmdlet updates a back-end address pool for an Azure application gateway. Back-end addresses can be specified as IP addresses, fully-qualified domain names (FQDN) or IP configurations IDs. + The Set-AzureRMApplicationGatewayBackendAddressPool cmdlet updates a back-end address pool for an Azure application gateway. Back-end addresses can be specified as IP addresses, fully-qualified domain names (FQDN) or IP configurations IDs. - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool BackendIPConfigurationIds @@ -21510,7 +21510,7 @@ Are you sure you want to remove resource 'routetable01' - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool BackendIPAddresses @@ -21541,7 +21541,7 @@ Are you sure you want to remove resource 'routetable01' - Set-AzureApplicationGatewayBackendAddressPool + Set-AzureRMApplicationGatewayBackendAddressPool BackendFqdns @@ -21683,8 +21683,8 @@ Are you sure you want to remove resource 'routetable01' - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw -Name "Pool02" -BackendFqdns "contoso1.com", "contoso2.com" @@ -21706,8 +21706,8 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGa - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw -Name "Pool02" -BackendIPAddresses "10.10.10.10", "10.10.10.11" @@ -21728,10 +21728,10 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGa - PS C:\>$Nic01 = Get-AzureNetworkInterface -Name "Nic01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Nic02 = Get-AzureNetworkInterface -Name "Nic02" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw + PS C:\>$Nic01 = Get-AzureRMNetworkInterface -Name "Nic01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Nic02 = Get-AzureRMNetworkInterface -Name "Nic02" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayBackendAddressPool -ApplicationGateway $ AppGw -Name "Pool02" -BackendIPConfigurationIds $nic01.Properties.IpConfigurations[0].Id, $nic02.Properties.IpConfiguration[0].Id @@ -21751,30 +21751,30 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGa - Add-AzureApplicationGatewayBackendAddressPool + Add-AzureRMApplicationGatewayBackendAddressPool - Get-AzureApplicationGatewayBackendAddressPool + Get-AzureRMApplicationGatewayBackendAddressPool - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface - New-AzureApplicationGatewayBackendAddressPool + New-AzureRMApplicationGatewayBackendAddressPool - Remove-AzureApplicationGatewayBackendAddressPool + Remove-AzureRMApplicationGatewayBackendAddressPool - Set-AzureApplicationGatewayBackendHttpSettings + Set-AzureRMApplicationGatewayBackendHttpSettings Updates back-end HTTP settings for an application gateway. @@ -21786,11 +21786,11 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGa - The Set-AzureApplicationGatewayBackendHttpSettings cmdlet updates the back-end Hypertext Transfer Protocol (HTTP) settings for an Azure application gateway. Back-end HTTP settings are applied to all back-end servers in a pool. + The Set-AzureRMApplicationGatewayBackendHttpSettings cmdlet updates the back-end Hypertext Transfer Protocol (HTTP) settings for an Azure application gateway. Back-end HTTP settings are applied to all back-end servers in a pool. - Set-AzureApplicationGatewayBackendHttpSettings + Set-AzureRMApplicationGatewayBackendHttpSettings Profile @@ -21949,8 +21949,8 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendAddressPool -ApplicationGa - PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayBackendHttpSettings -ApplicationGateway $AppGw + PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayBackendHttpSettings -ApplicationGateway $AppGw -Name "Setting02" -Port 88 -Protocol "Http" -CookieBasedAffinity "Disabled" @@ -21969,26 +21969,26 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendHttpSettings -ApplicationG - Add-AzureApplicationGatewayBackendHttpSettings + Add-AzureRMApplicationGatewayBackendHttpSettings - Get-AzureApplicationGatewayBackendHttpSettings + Get-AzureRMApplicationGatewayBackendHttpSettings - New-AzureApplicationGatewayBackendHttpSettings + New-AzureRMApplicationGatewayBackendHttpSettings - Remove-AzureApplicationGatewayBackendHttpSettings + Remove-AzureRMApplicationGatewayBackendHttpSettings - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig Modifies a front-end IP address configuration. @@ -22000,7 +22000,7 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendHttpSettings -ApplicationG - The Set-AzureApplicationGatewayFrontendIPConfig cmdlet updates a front-end IP configuration. + The Set-AzureRMApplicationGatewayFrontendIPConfig cmdlet updates a front-end IP configuration. An application gateway supports two types of front-end IP addresses: -- Public IP addresses -- Private IP addresses for which the configuration uses Internal Load Balancing (ILB) @@ -22008,7 +22008,7 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendHttpSettings -ApplicationG - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig PrivateIPAddress @@ -22053,7 +22053,7 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendHttpSettings -ApplicationG - Set-AzureApplicationGatewayFrontendIPConfig + Set-AzureRMApplicationGatewayFrontendIPConfig PrivateIPAddress @@ -22257,9 +22257,9 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayBackendHttpSettings -ApplicationG - PS C:\> $PublicIp = New-AzurePublicIpAddress -ResourceGroupName "ResourceGroup01" -Name "PublicIp01" -location "West US" -AllocationMethod Dynamic -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIp01" –PublicIPAddress $PublicIp + PS C:\> $PublicIp = New-AzureRMPublicIpAddress -ResourceGroupName "ResourceGroup01" -Name "PublicIp01" -location "West US" -AllocationMethod Dynamic +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIp01" –PublicIPAddress $PublicIp @@ -22281,10 +22281,10 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet -PrivateIPAddress 10.0.1.1 + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet -PrivateIPAddress 10.0.1.1 The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01, and stores it in the $VNet variable. @@ -22306,10 +22306,10 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - PS C:\>$VNet = Get-AzurevirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet + PS C:\>$VNet = Get-AzureRMvirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontendIP02" -Subnet $Subnet The first command gets a virtual network named VNet01 that belongs to the resource group named ResourceGroup01, and stores it in the $VNet variable. @@ -22328,26 +22328,26 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - Add-AzureApplicationGatewayFrontendIPConfig + Add-AzureRMApplicationGatewayFrontendIPConfig - Get-AzureApplicationGatewayFrontendIPConfig + Get-AzureRMApplicationGatewayFrontendIPConfig - New-AzureApplicationGatewayFrontendIPConfig + New-AzureRMApplicationGatewayFrontendIPConfig - Remove-AzureApplicationGatewayFrontendIPConfig + Remove-AzureRMApplicationGatewayFrontendIPConfig - Set-AzureApplicationGatewayFrontendPort + Set-AzureRMApplicationGatewayFrontendPort Modifies a front-end port for an application gateway. @@ -22359,11 +22359,11 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - The Set-AzureApplicationGatewayFrontendPort cmdlet modifies a front-end port for an application gateway. + The Set-AzureRMApplicationGatewayFrontendPort cmdlet modifies a front-end port for an application gateway. - Set-AzureApplicationGatewayFrontendPort + Set-AzureRMApplicationGatewayFrontendPort Profile @@ -22483,8 +22483,8 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayFrontendIPConfig -ApplicationGate - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -C:\> $ AppGw = Set-AzureApplicationGatewayFrontendPort -ApplicationGateway $ AppGw -Name “FrontEndPort01” –Port 80 + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +C:\> $ AppGw = Set-AzureRMApplicationGatewayFrontendPort -ApplicationGateway $ AppGw -Name “FrontEndPort01” –Port 80 @@ -22502,26 +22502,26 @@ C:\> $ AppGw = Set-AzureApplicationGatewayFrontendPort -ApplicationGateway $ - Add-AzureApplicationGatewayFrontendPort + Add-AzureRMApplicationGatewayFrontendPort - Get-AzureApplicationGatewayFrontendPort + Get-AzureRMApplicationGatewayFrontendPort - New-AzureApplicationGatewayFrontendPort + New-AzureRMApplicationGatewayFrontendPort - Remove-AzureApplicationGatewayFrontendPort + Remove-AzureRMApplicationGatewayFrontendPort - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener Modifies an HTTP listener for an application gateway. @@ -22533,11 +22533,11 @@ C:\> $ AppGw = Set-AzureApplicationGatewayFrontendPort -ApplicationGateway $ - The Set-AzureApplicationGatewayHttpListener cmdlet modifies an HTTP listener for an Azure application gateway. + The Set-AzureRMApplicationGatewayHttpListener cmdlet modifies an HTTP listener for an Azure application gateway. - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener FrontendIPConfigurationId @@ -22592,7 +22592,7 @@ C:\> $ AppGw = Set-AzureApplicationGatewayFrontendPort -ApplicationGateway $ - Set-AzureApplicationGatewayHttpListener + Set-AzureRMApplicationGatewayHttpListener FrontendIPConfiguration @@ -22842,8 +22842,8 @@ C:\> $ AppGw = Set-AzureApplicationGatewayFrontendPort -ApplicationGateway $ - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "Listener01" -Protocol Http -FrontendIpConfiguration $FIP01 -FrontendPort 80 + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayHttpListener -ApplicationGateway $AppGw -Name "Listener01" -Protocol Http -FrontendIpConfiguration $FIP01 -FrontendPort 80 The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable. @@ -22860,26 +22860,26 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayHttpListener -ApplicationGateway - Add-AzureApplicationGatewayHttpListener + Add-AzureRMApplicationGatewayHttpListener - Get-AzureApplicationGatewayHttpListener + Get-AzureRMApplicationGatewayHttpListener - New-AzureApplicationGatewayHttpListener + New-AzureRMApplicationGatewayHttpListener - Remove-AzureApplicationGatewayHttpListener + Remove-AzureRMApplicationGatewayHttpListener - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration Modifies an IP configuration for an application gateway. @@ -22891,11 +22891,11 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayHttpListener -ApplicationGateway - The Set-AzureApplicationGatewayIPConfiguration cmdlet modifies an IP configuration. An IP configuration contains the subnet in which an application gateway is deployed. + The Set-AzureRMApplicationGatewayIPConfiguration cmdlet modifies an IP configuration. An IP configuration contains the subnet in which an application gateway is deployed. - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration Profile @@ -22926,7 +22926,7 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayHttpListener -ApplicationGateway - Set-AzureApplicationGatewayIPConfiguration + Set-AzureRMApplicationGatewayIPConfiguration Profile @@ -23068,10 +23068,10 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayHttpListener -ApplicationGateway - PS C:\>$VNet = Get-AzureVirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Subnet = Get-AzureVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet -PS C:\> $AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayIPConfiguration -ApplicationGateway $AppGw + PS C:\>$VNet = Get-AzureRMVirtualNetwork -Name "VNet01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Subnet = Get-AzureRMVirtualNetworkSubnetConfig -Name "Subnet01" -VirtualNetwork $VNet +PS C:\> $AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayIPConfiguration -ApplicationGateway $AppGw -Name "AppgwSubnet01" -Subnet $Subnets @@ -23091,26 +23091,26 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayIPConfiguration -ApplicationGatew - Add-AzureApplicationGatewayIPConfiguration + Add-AzureRMApplicationGatewayIPConfiguration - Get-AzureApplicationGatewayIPConfiguration + Get-AzureRMApplicationGatewayIPConfiguration - New-AzureApplicationGatewayIPConfiguration + New-AzureRMApplicationGatewayIPConfiguration - Remove-AzureApplicationGatewayIPConfiguration + Remove-AzureRMApplicationGatewayIPConfiguration - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule Modifies a request routing rule for an application gateway. @@ -23122,11 +23122,11 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayIPConfiguration -ApplicationGatew - The Set-AzureApplicationGatewayRequestRoutingRule cmdlet modifies a request routing rule. + The Set-AzureRMApplicationGatewayRequestRoutingRule cmdlet modifies a request routing rule. - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule BackendAddressPoolId @@ -23178,7 +23178,7 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayIPConfiguration -ApplicationGatew - Set-AzureApplicationGatewayRequestRoutingRule + Set-AzureRMApplicationGatewayRequestRoutingRule BackendAddressPool @@ -23425,8 +23425,8 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayIPConfiguration -ApplicationGatew - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw -Name "Rule01" -RuleType Basic -BackendHttpSettings $Setting -HttpListener $Listener -BackendAddressPool $Pool + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewayRequestRoutingRule -ApplicationGateway $AppGw -Name "Rule01" -RuleType Basic -BackendHttpSettings $Setting -HttpListener $Listener -BackendAddressPool $Pool The first command gets the application gateway named ApplicationGateway01 and stores it in the $AppGw variable. @@ -23443,26 +23443,26 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayRequestRoutingRule -ApplicationGa - Add-AzureApplicationGatewayRequestRoutingRule + Add-AzureRMApplicationGatewayRequestRoutingRule - Get-AzureApplicationGatewayRequestRoutingRule + Get-AzureRMApplicationGatewayRequestRoutingRule - New-AzureApplicationGatewayRequestRoutingRule + New-AzureRMApplicationGatewayRequestRoutingRule - Remove-AzureApplicationGatewayRequestRoutingRule + Remove-AzureRMApplicationGatewayRequestRoutingRule - Set-AzureApplicationGatewaySku + Set-AzureRMApplicationGatewaySku Modifies the SKU of an application gateway. @@ -23474,11 +23474,11 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayRequestRoutingRule -ApplicationGa - The Set-AzureApplicationGatewaySku cmdlet modifies the stock keeping unit (SKU) of an application gateway. + The Set-AzureRMApplicationGatewaySku cmdlet modifies the stock keeping unit (SKU) of an application gateway. - Set-AzureApplicationGatewaySku + Set-AzureRMApplicationGatewaySku Profile @@ -23619,8 +23619,8 @@ PS C:\> $AppGw = Set-AzureApplicationGatewayRequestRoutingRule -ApplicationGa - PS C:\>$AppGw = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $AppGw = Set-AzureApplicationGatewaySku –ApplicationGateway $AppGw -Name "Standard_Small" -Tier "Standard" -Capacity 2 + PS C:\>$AppGw = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $AppGw = Set-AzureRMApplicationGatewaySku –ApplicationGateway $AppGw -Name "Standard_Small" -Tier "Standard" -Capacity 2 The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01, and stores it in the $AppGw variable. @@ -23637,18 +23637,18 @@ PS C:\> $AppGw = Set-AzureApplicationGatewaySku –ApplicationGateway $AppGw - Get-AzureApplicationGatewaySku + Get-AzureRMApplicationGatewaySku - New-AzureApplicationGatewaySku + New-AzureRMApplicationGatewaySku - Set-AzureApplicationGatewaySslCertificate + Set-AzureRMApplicationGatewaySslCertificate Sets the goal state of an SSL certificate. @@ -23660,11 +23660,11 @@ PS C:\> $AppGw = Set-AzureApplicationGatewaySku –ApplicationGateway $AppGw - The Set-AzureApplicationGatewaySslCertificate cmdlet sets the goal state of an SSL certificate. + The Set-AzureRMApplicationGatewaySslCertificate cmdlet sets the goal state of an SSL certificate. - Set-AzureApplicationGatewaySslCertificate + Set-AzureRMApplicationGatewaySslCertificate Profile @@ -23801,8 +23801,8 @@ PS C:\> $AppGw = Set-AzureApplicationGatewaySku –ApplicationGateway $AppGw - PS C:\>$AppGW = Get-AzureApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" -PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGateway $AppGW -Name "Cert01" –CertificateFile "D:\cert01.pfx" –Password "Password01" + PS C:\>$AppGW = Get-AzureRMApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01" +PS C:\> $Cert = Set-AzureRMApplicationGatewaySslCertificate –ApplicationGateway $AppGW -Name "Cert01" –CertificateFile "D:\cert01.pfx" –Password "Password01" This command sets the goal state for an SSL certificate from the application gateway named ApplicationGateway01. @@ -23818,26 +23818,26 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Add-AzureApplicationGatewaySslCertificate + Add-AzureRMApplicationGatewaySslCertificate - Get-AzureApplicationGatewaySslCertificate + Get-AzureRMApplicationGatewaySslCertificate - New-AzureApplicationGatewaySslCertificate + New-AzureRMApplicationGatewaySslCertificate - Remove-AzureApplicationGatewaySslCertificate + Remove-AzureRMApplicationGatewaySslCertificate - Set-AzureApplicationGateway + Set-AzureRMApplicationGateway Updates an application gateway. @@ -23849,11 +23849,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureApplicationGateway cmdlet updates an Azure application gateway. + The Set-AzureRMApplicationGateway cmdlet updates an Azure application gateway. - Set-AzureApplicationGateway + Set-AzureRMApplicationGateway Profile @@ -23935,7 +23935,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - PS C:\> $UpdatedAppGw = Set-AzureApplicationGateway -ApplicationGateway $AppGw + PS C:\> $UpdatedAppGw = Set-AzureRMApplicationGateway -ApplicationGateway $AppGw This command updates the application gateway with settings in the $AppGw variable and stores the updated gateway in the $UpdatedAppGw variable. @@ -23951,14 +23951,14 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Start-AzureApplicationGateway + Start-AzureRMApplicationGateway - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig Sets the goal state for a front-end IP configuration in a load balancer. @@ -23970,11 +23970,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureLoadBalancerFrontendIpConfig cmdlet sets the goal state for a front-end IP configuration in an Azure load balancer. + The Set-AzureRMLoadBalancerFrontendIpConfig cmdlet sets the goal state for a front-end IP configuration in an Azure load balancer. - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig PrivateIpAddress @@ -24019,7 +24019,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Set-AzureLoadBalancerFrontendIpConfig + Set-AzureRMLoadBalancerFrontendIpConfig PrivateIpAddress @@ -24220,26 +24220,26 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Add-AzureLoadBalancerFrontendIpConfig + Add-AzureRMLoadBalancerFrontendIpConfig - Get-AzureLoadBalancerFrontendIpConfig + Get-AzureRMLoadBalancerFrontendIpConfig - New-AzureLoadBalancerFrontendIpConfig + New-AzureRMLoadBalancerFrontendIpConfig - Remove-AzureLoadBalancerFrontendIpConfig + Remove-AzureRMLoadBalancerFrontendIpConfig - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig Sets an inbound NAT rule configuration for a load balancer. @@ -24251,11 +24251,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureLoadBalancerInboundNatRuleConfig cmdlet sets an inbound network address translation (NAT) rule configuration for an Azure load balancer. + The Set-AzureRMLoadBalancerInboundNatRuleConfig cmdlet sets an inbound network address translation (NAT) rule configuration for an Azure load balancer. - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig BackendPort @@ -24323,7 +24323,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Set-AzureLoadBalancerInboundNatRuleConfig + Set-AzureRMLoadBalancerInboundNatRuleConfig BackendPort @@ -24571,26 +24571,26 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Add-AzureLoadBalancerInboundNatRuleConfig + Add-AzureRMLoadBalancerInboundNatRuleConfig - Get-AzureLoadBalancerInboundNatRuleConfig + Get-AzureRMLoadBalancerInboundNatRuleConfig - New-AzureLoadBalancerInboundNatRuleConfig + New-AzureRMLoadBalancerInboundNatRuleConfig - Remove-AzureLoadBalancerInboundNatRuleConfig + Remove-AzureRMLoadBalancerInboundNatRuleConfig - Set-AzureLoadBalancerProbeConfig + Set-AzureRMLoadBalancerProbeConfig Sets the goal state for a probe configuration. @@ -24602,11 +24602,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureLoadBalancerProbeConfig cmdlet sets the goal state for a probe configuration. + The Set-AzureRMLoadBalancerProbeConfig cmdlet sets the goal state for a probe configuration. - Set-AzureLoadBalancerProbeConfig + Set-AzureRMLoadBalancerProbeConfig Profile @@ -24824,26 +24824,26 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Add-AzureLoadBalancerProbeConfig + Add-AzureRMLoadBalancerProbeConfig - Get-AzureLoadBalancerProbeConfig + Get-AzureRMLoadBalancerProbeConfig - New-AzureLoadBalancerProbeConfig + New-AzureRMLoadBalancerProbeConfig - Remove-AzureLoadBalancerProbeConfig + Remove-AzureRMLoadBalancerProbeConfig - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig Sets the goal state for a load balancer rule configuration. @@ -24855,11 +24855,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureLoadBalancerRuleConfig cmdlet sets the goal state for a load balancer rule configuration. + The Set-AzureRMLoadBalancerRuleConfig cmdlet sets the goal state for a load balancer rule configuration. - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig BackendAddressPool @@ -24952,7 +24952,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Set-AzureLoadBalancerRuleConfig + Set-AzureRMLoadBalancerRuleConfig BackendAddressPoolId @@ -25285,26 +25285,26 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Add-AzureLoadBalancerRuleConfig + Add-AzureRMLoadBalancerRuleConfig - Get-AzureLoadBalancerRuleConfig + Get-AzureRMLoadBalancerRuleConfig - New-AzureLoadBalancerRuleConfig + New-AzureRMLoadBalancerRuleConfig - Remove-AzureLoadBalancerRuleConfig + Remove-AzureRMLoadBalancerRuleConfig - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer Sets the goal state for a load balancer. @@ -25316,11 +25316,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureLoadBalancer cmdlet sets the goal state for an Azure load balancer. + The Set-AzureRMLoadBalancer cmdlet sets the goal state for an Azure load balancer. - Set-AzureLoadBalancer + Set-AzureRMLoadBalancer Profile @@ -25421,22 +25421,22 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Get-AzureLoadBalancer + Get-AzureRMLoadBalancer - New-AzureLoadBalancer + New-AzureRMLoadBalancer - Remove-AzureLoadBalancer + Remove-AzureRMLoadBalancer - Set-AzureLocalNetworkGateway + Set-AzureRMLocalNetworkGateway @@ -25452,7 +25452,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Set-AzureLocalNetworkGateway + Set-AzureRMLocalNetworkGateway Profile @@ -25567,7 +25567,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Set-AzureNetworkInterface + Set-AzureRMNetworkInterface Sets the goal state for a network interface. @@ -25579,11 +25579,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureNetworkInterface sets the goal state for an Azure network interface. + The Set-AzureRMNetworkInterface sets the goal state for an Azure network interface. - Set-AzureNetworkInterface + Set-AzureRMNetworkInterface Profile @@ -25684,22 +25684,22 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Get-AzureNetworkInterface + Get-AzureRMNetworkInterface - New-AzureNetworkInterface + New-AzureRMNetworkInterface - Remove-AzureNetworkInterface + Remove-AzureRMNetworkInterface - Set-AzureNetworkSecurityGroup + Set-AzureRMNetworkSecurityGroup Sets the goal state for a network security group. @@ -25711,11 +25711,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureNetworkSecurityGroup cmdlet sets the goal state for an Azure network security group. + The Set-AzureRMNetworkSecurityGroup cmdlet sets the goal state for an Azure network security group. - Set-AzureNetworkSecurityGroup + Set-AzureRMNetworkSecurityGroup Profile @@ -25816,22 +25816,22 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Get-AzureNetworkSecurityGroup + Get-AzureRMNetworkSecurityGroup - New-AzureNetworkSecurityGroup + New-AzureRMNetworkSecurityGroup - Remove-AzureNetworkSecurityGroup + Remove-AzureRMNetworkSecurityGroup - Set-AzureNetworkSecurityRuleConfig + Set-AzureRMNetworkSecurityRuleConfig Sets the goal state for a network security rule configuration. @@ -25843,11 +25843,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureNetworkSecurityRuleConfig cmdlet sets the goal state for an Azure network security rule configuration. + The Set-AzureRMNetworkSecurityRuleConfig cmdlet sets the goal state for an Azure network security rule configuration. - Set-AzureNetworkSecurityRuleConfig + Set-AzureRMNetworkSecurityRuleConfig Access @@ -26194,26 +26194,26 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Add-AzureNetworkSecurityRuleConfig + Add-AzureRMNetworkSecurityRuleConfig - Get-AzureNetworkSecurityRuleConfig + Get-AzureRMNetworkSecurityRuleConfig - New-AzureNetworkSecurityRuleConfig + New-AzureRMNetworkSecurityRuleConfig - Remove-AzureNetworkSecurityRuleConfig + Remove-AzureRMNetworkSecurityRuleConfig - Set-AzurePublicIpAddress + Set-AzureRMPublicIpAddress Sets the goal state for a public IP address. @@ -26225,11 +26225,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzurePublicIpAddress cmdlet sets the goal state for a public IP address. + The Set-AzureRMPublicIpAddress cmdlet sets the goal state for a public IP address. - Set-AzurePublicIpAddress + Set-AzureRMPublicIpAddress Profile @@ -26330,22 +26330,22 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - Get-AzurePublicIpAddress + Get-AzureRMPublicIpAddress - New-AzurePublicIpAddress + New-AzureRMPublicIpAddress - Remove-AzurePublicIpAddress + Remove-AzureRMPublicIpAddress - Set-AzureRouteConfig + Set-AzureRMRouteConfig Sets the goal state for a route. @@ -26357,11 +26357,11 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - The Set-AzureRouteConfig cmdlet sets the goal state for an Azure route. + The Set-AzureRMRouteConfig cmdlet sets the goal state for an Azure route. - Set-AzureRouteConfig + Set-AzureRMRouteConfig AddressPrefix @@ -26541,7 +26541,7 @@ PS C:\> $Cert = Set-AzureApplicationGatewaySslCertificate –ApplicationGatew - PS C:\>Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Set-AzureRouteConfig -Name "route02" -AddressPrefix 10.4.0.0/16 -NextHopType VnetLocal | Set-AzureRouteTable + PS C:\>Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Set-AzureRMRouteConfig -Name "route02" -AddressPrefix 10.4.0.0/16 -NextHopType VnetLocal | Set-AzureRMRouteTable Name : routetable01 ResourceGroupName : ResourceGroup11 Location : eastus @@ -26575,8 +26575,8 @@ Routes : [ Subnets : [] - This command gets the route table named routetable01 by using the Get-AzureRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator. - The current cmdlet modifies the route named route02, and then passes the result to the Set-AzureRouteTable cmdlet, which updates the table to reflect your changes. + This command gets the route table named routetable01 by using the Get-AzureRMRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator. + The current cmdlet modifies the route named route02, and then passes the result to the Set-AzureRMRouteTable cmdlet, which updates the table to reflect your changes. @@ -26589,34 +26589,34 @@ Subnets : [] - Add-AzureRouteConfig + Add-AzureRMRouteConfig - Get-AzureRouteConfig + Get-AzureRMRouteConfig - Get-AzureRouteTable + Get-AzureRMRouteTable - New-AzureRouteConfig + New-AzureRMRouteConfig - Remove-AzureRouteConfig + Remove-AzureRMRouteConfig - Set-AzureRouteTable + Set-AzureRMRouteTable - Set-AzureRouteTable + Set-AzureRMRouteTable Sets the goal state for a route table. @@ -26628,11 +26628,11 @@ Subnets : [] - The Set-AzureRouteTable cmdlet sets the goal state for an Azure route table. + The Set-AzureRMRouteTable cmdlet sets the goal state for an Azure route table. - Set-AzureRouteTable + Set-AzureRMRouteTable Profile @@ -26718,7 +26718,7 @@ Subnets : [] - PS C:\>Get-AzureRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Add-AzureRouteConfig -Name "route02" -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRouteTable + PS C:\>Get-AzureRMRouteTable -ResourceGroupName "ResourceGroup11" -Name "routetable01" | Add-AzureRMRouteConfig -Name "route02" -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRMRouteTable Name : routetable01 ResourceGroupName : ResourceGroup11 Location : eastus @@ -26761,8 +26761,8 @@ Routes : [ Subnets : [] - This command gets the route table named routetable01 by using Get-AzureRouteTable cmdlet. The command passes that table to the Add-AzureRouteConfig cmdlet by using the pipeline operator. - Add-AzureRouteConfig adds the route named route02, and then passes the result to the current cmdlet, which updates the table to reflect your changes. + This command gets the route table named routetable01 by using Get-AzureRMRouteTable cmdlet. The command passes that table to the Add-AzureRMRouteConfig cmdlet by using the pipeline operator. + Add-AzureRMRouteConfig adds the route named route02, and then passes the result to the current cmdlet, which updates the table to reflect your changes. @@ -26775,26 +26775,26 @@ Subnets : [] - Add-AzureRouteConfig + Add-AzureRMRouteConfig - Get-AzureRouteTable + Get-AzureRMRouteTable - New-AzureRouteTable + New-AzureRMRouteTable - Remove-AzureRouteTable + Remove-AzureRMRouteTable - Set-AzureVirtualNetworkGatewayConnectionSharedKey + Set-AzureRMVirtualNetworkGatewayConnectionSharedKey @@ -26810,7 +26810,7 @@ Subnets : [] - Set-AzureVirtualNetworkGatewayConnectionSharedKey + Set-AzureRMVirtualNetworkGatewayConnectionSharedKey Force @@ -26958,7 +26958,7 @@ Subnets : [] - Set-AzureVirtualNetworkGatewayConnection + Set-AzureRMVirtualNetworkGatewayConnection @@ -26974,7 +26974,7 @@ Subnets : [] - Set-AzureVirtualNetworkGatewayConnection + Set-AzureRMVirtualNetworkGatewayConnection Force @@ -27088,7 +27088,7 @@ Subnets : [] - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig Sets the goal state for a subnet configuration in a virtual network. @@ -27100,11 +27100,11 @@ Subnets : [] - The Set-AzureVirtualNetworkSubnetConfig cmdlet sets the goal state for a subnet configuration in an Azure virtual network. + The Set-AzureRMVirtualNetworkSubnetConfig cmdlet sets the goal state for a subnet configuration in an Azure virtual network. - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig NetworkSecurityGroup @@ -27150,7 +27150,7 @@ Subnets : [] - Set-AzureVirtualNetworkSubnetConfig + Set-AzureRMVirtualNetworkSubnetConfig NetworkSecurityGroupId @@ -27354,26 +27354,26 @@ Subnets : [] - Add-AzureVirtualNetworkSubnetConfig + Add-AzureRMVirtualNetworkSubnetConfig - Get-AzureVirtualNetworkSubnetConfig + Get-AzureRMVirtualNetworkSubnetConfig - New-AzureVirtualNetworkSubnetConfig + New-AzureRMVirtualNetworkSubnetConfig - Remove-AzureVirtualNetworkSubnetConfig + Remove-AzureRMVirtualNetworkSubnetConfig - Set-AzureVirtualNetwork + Set-AzureRMVirtualNetwork Sets the goal state for a virtual network. @@ -27385,11 +27385,11 @@ Subnets : [] - The Set-AzureVirtualNetwork cmdlet sets the goal state for an Azure virtual network. + The Set-AzureRMVirtualNetwork cmdlet sets the goal state for an Azure virtual network. - Set-AzureVirtualNetwork + Set-AzureRMVirtualNetwork Profile @@ -27490,22 +27490,22 @@ Subnets : [] - Get-AzureVirtualNetwork + Get-AzureRMVirtualNetwork - New-AzureVirtualNetwork + New-AzureRMVirtualNetwork - Remove-AzureVirtualNetwork + Remove-AzureRMVirtualNetwork - Start-AzureApplicationGateway + Start-AzureRMApplicationGateway Starts an application gateway. @@ -27517,11 +27517,11 @@ Subnets : [] - The Start-AzureApplicationGateway cmdlet starts an Azure application gateway + The Start-AzureRMApplicationGateway cmdlet starts an Azure application gateway - Start-AzureApplicationGateway + Start-AzureRMApplicationGateway Profile @@ -27602,7 +27602,7 @@ Subnets : [] - PS C:\> $ AppGw = Start-AzureApplicationGateway -ApplicationGateway $AppGw + PS C:\> $ AppGw = Start-AzureRMApplicationGateway -ApplicationGateway $AppGw This command starts the application gateway stored in the $AppGw variable. @@ -27618,14 +27618,14 @@ Subnets : [] - Stop-AzureApplicationGateway + Stop-AzureRMApplicationGateway - Stop-AzureApplicationGateway + Stop-AzureRMApplicationGateway Stops an application gateway @@ -27640,7 +27640,7 @@ Subnets : [] - Stop-AzureApplicationGateway + Stop-AzureRMApplicationGateway Profile @@ -27721,7 +27721,7 @@ Subnets : [] - PS C:\> $AppGw = Stop-AzureApplicationGateway -ApplicationGateway $AppGw + PS C:\> $AppGw = Stop-AzureRMApplicationGateway -ApplicationGateway $AppGw This command stops the application gateway stored in the $AppGw variable. @@ -27740,7 +27740,7 @@ Subnets : [] - Test-AzureDnsAvailability + Test-AzureRMDnsAvailability @@ -27756,7 +27756,7 @@ Subnets : [] - Test-AzureDnsAvailability + Test-AzureRMDnsAvailability Profile diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml index 38497cf218cd..28979b1af4d5 100644 --- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml +++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Microsoft.Azure.Commands.OperationalInsights.dll-Help.xml @@ -2,7 +2,7 @@ - Get-AzureOperationalInsightsLinkTargets + Get-AzureRMOperationalInsightsLinkTargets Lists existing accounts that are not associated with an Azure subscription. @@ -14,11 +14,11 @@ - The Get-AzureOperationalInsightsLinkTargets cmdlet lists existing accounts that are not associated with an Azure subscription. To link a new workspace to an existing account, use a customer id returned by this operation in the customer id property of a new workspace. + The Get-AzureRMOperationalInsightsLinkTargets cmdlet lists existing accounts that are not associated with an Azure subscription. To link a new workspace to an existing account, use a customer id returned by this operation in the customer id property of a new workspace. - Get-AzureOperationalInsightsLinkTargets + Get-AzureRMOperationalInsightsLinkTargets Profile @@ -84,7 +84,7 @@ - Get-AzureOperationalInsightsStorageInsight + Get-AzureRMOperationalInsightsStorageInsight Gets information about an existing storage insight @@ -96,11 +96,11 @@ - The Get-AzureOperationalInsightsStorageInsight cmdlet gets information about an existing storage insight. If a storage insight name is specified, this cmdlet gets information about that Storage Insight. If you do not specify a name, this cmdlet gets information about all storage insights in a workspace. + The Get-AzureRMOperationalInsightsStorageInsight cmdlet gets information about an existing storage insight. If a storage insight name is specified, this cmdlet gets information about that Storage Insight. If you do not specify a name, this cmdlet gets information about all storage insights in a workspace. - Get-AzureOperationalInsightsStorageInsight + Get-AzureRMOperationalInsightsStorageInsight ResourceGroupName @@ -131,7 +131,7 @@ - Get-AzureOperationalInsightsStorageInsight + Get-AzureRMOperationalInsightsStorageInsight Workspace @@ -259,7 +259,7 @@ - Get-AzureOperationalInsightsWorkspace + Get-AzureRMOperationalInsightsWorkspace Gets information about an existing workspace @@ -271,11 +271,11 @@ - The Get-AzureOperationalInsightsWorkspace cmdlet gets information about an existing workspace. If a workspace name is specified, this cmdlet gets information about that workspace. If you do not specify a name, this cmdlet gets information about all workspaces in a resource group. If you do not specify a name and resource group, this cmdlet gets information about all workspaces in a subscription. + The Get-AzureRMOperationalInsightsWorkspace cmdlet gets information about an existing workspace. If a workspace name is specified, this cmdlet gets information about that workspace. If you do not specify a name, this cmdlet gets information about all workspaces in a resource group. If you do not specify a name and resource group, this cmdlet gets information about all workspaces in a subscription. - Get-AzureOperationalInsightsWorkspace + Get-AzureRMOperationalInsightsWorkspace ResourceGroupName @@ -379,7 +379,7 @@ - Get-AzureOperationalInsightsWorkspaceManagementGroups + Get-AzureRMOperationalInsightsWorkspaceManagementGroups Gets information about the management groups connected to a workspace @@ -391,11 +391,11 @@ - The Get-AzureOperationalInsightsWorkspaceManagementGroups cmdlet lists the management groups that are connected to a workspace. + The Get-AzureRMOperationalInsightsWorkspaceManagementGroups cmdlet lists the management groups that are connected to a workspace. - Get-AzureOperationalInsightsWorkspaceManagementGroups + Get-AzureRMOperationalInsightsWorkspaceManagementGroups ResourceGroupName @@ -499,7 +499,7 @@ - Get-AzureOperationalInsightsWorkspaceSharedKeys + Get-AzureRMOperationalInsightsWorkspaceSharedKeys Gets the shared keys for a workspace @@ -511,11 +511,11 @@ - The Get-AzureOperationalInsightsWorkspaceSharedKeys cmdlet lists the shared keys for a workspace. The keys are used to connect Operational Insights agents to the workspace. + The Get-AzureRMOperationalInsightsWorkspaceSharedKeys cmdlet lists the shared keys for a workspace. The keys are used to connect Operational Insights agents to the workspace. - Get-AzureOperationalInsightsWorkspaceSharedKeys + Get-AzureRMOperationalInsightsWorkspaceSharedKeys ResourceGroupName @@ -619,7 +619,7 @@ - Get-AzureOperationalInsightsWorkspaceUsage + Get-AzureRMOperationalInsightsWorkspaceUsage Gets the usage data for a workspace @@ -631,11 +631,11 @@ - The Get-AzureOperationalInsightsWorkspaceUsage cmdlet retrieves the usage data for a workspace. This exposes how much data has been analyzed by the workspace over a certain period. + The Get-AzureRMOperationalInsightsWorkspaceUsage cmdlet retrieves the usage data for a workspace. This exposes how much data has been analyzed by the workspace over a certain period. - Get-AzureOperationalInsightsWorkspaceUsage + Get-AzureRMOperationalInsightsWorkspaceUsage ResourceGroupName @@ -739,7 +739,7 @@ - New-AzureOperationalInsightsStorageInsight + New-AzureRMOperationalInsightsStorageInsight Creates a new storage insight inside a workspace @@ -751,11 +751,11 @@ - The New-AzureOperationalInsightsStorageInsight cmdlet creates a new storage insight in an existing workspace. + The New-AzureRMOperationalInsightsStorageInsight cmdlet creates a new storage insight in an existing workspace. - New-AzureOperationalInsightsStorageInsight + New-AzureRMOperationalInsightsStorageInsight ResourceGroupName @@ -780,7 +780,7 @@ StorageAccountResourceId - Specifies the Azure resource if of a storage account. This can be retrieved by executing the Get-AzureStorageAccount cmdlet and accessing the Id parameter of the result. + Specifies the Azure resource if of a storage account. This can be retrieved by executing the Get-AzureRMStorageAccount cmdlet and accessing the Id parameter of the result. String @@ -821,7 +821,7 @@ - New-AzureOperationalInsightsStorageInsight + New-AzureRMOperationalInsightsStorageInsight Workspace @@ -839,7 +839,7 @@ StorageAccountResourceId - Specifies the Azure resource if of a storage account. This can be retrieved by executing the Get-AzureStorageAccount cmdlet and accessing the Id parameter of the result. + Specifies the Azure resource if of a storage account. This can be retrieved by executing the Get-AzureRMStorageAccount cmdlet and accessing the Id parameter of the result. String @@ -920,7 +920,7 @@ StorageAccountResourceId - Specifies the Azure resource if of a storage account. This can be retrieved by executing the Get-AzureStorageAccount cmdlet and accessing the Id parameter of the result. + Specifies the Azure resource if of a storage account. This can be retrieved by executing the Get-AzureRMStorageAccount cmdlet and accessing the Id parameter of the result. String @@ -1044,7 +1044,7 @@ - New-AzureOperationalInsightsWorkspace + New-AzureRMOperationalInsightsWorkspace Creates a new workspace @@ -1056,11 +1056,11 @@ - The New-AzureOperationalInsightsWorkspace cmdlet creates a new workspace in the specifies resource group and location. + The New-AzureRMOperationalInsightsWorkspace cmdlet creates a new workspace in the specifies resource group and location. - New-AzureOperationalInsightsWorkspace + New-AzureRMOperationalInsightsWorkspace ResourceGroupName @@ -1092,7 +1092,7 @@ CustomerId - Specifies an existing account that this workspace will be linked to. The Get-AzureOperationalInsightsLinkTargets cmdlet can be used to list the potential accounts. + Specifies an existing account that this workspace will be linked to. The Get-AzureRMOperationalInsightsLinkTargets cmdlet can be used to list the potential accounts. Nullable`1[Guid] @@ -1171,7 +1171,7 @@ CustomerId - Specifies an existing account that this workspace will be linked to. The Get-AzureOperationalInsightsLinkTargets cmdlet can be used to list the potential accounts. + Specifies an existing account that this workspace will be linked to. The Get-AzureRMOperationalInsightsLinkTargets cmdlet can be used to list the potential accounts. Nullable`1[Guid] @@ -1259,7 +1259,7 @@ - Remove-AzureOperationalInsightsStorageInsight + Remove-AzureRMOperationalInsightsStorageInsight Deletes an existing storage insight @@ -1271,11 +1271,11 @@ - The Remove-AzureOperationalInsightsStorageInsight cmdlet deletes an existing storage insight from a workspace. + The Remove-AzureRMOperationalInsightsStorageInsight cmdlet deletes an existing storage insight from a workspace. - Remove-AzureOperationalInsightsStorageInsight + Remove-AzureRMOperationalInsightsStorageInsight ResourceGroupName @@ -1313,7 +1313,7 @@ - Remove-AzureOperationalInsightsStorageInsight + Remove-AzureRMOperationalInsightsStorageInsight Workspace @@ -1460,7 +1460,7 @@ - Remove-AzureOperationalInsightsWorkspace + Remove-AzureRMOperationalInsightsWorkspace Deletes an existing workspace @@ -1472,11 +1472,11 @@ - The Remove-AzureOperationalInsightsWorkspace cmdlet deletes an existing workspace. If this workspace was linked to an existing account via the CustomerId parameter at creation time the original account will not be deleted in the Operational Insights portal. + The Remove-AzureRMOperationalInsightsWorkspace cmdlet deletes an existing workspace. If this workspace was linked to an existing account via the CustomerId parameter at creation time the original account will not be deleted in the Operational Insights portal. - Remove-AzureOperationalInsightsWorkspace + Remove-AzureRMOperationalInsightsWorkspace ResourceGroupName @@ -1599,7 +1599,7 @@ - Set-AzureOperationalInsightsStorageInsight + Set-AzureRMOperationalInsightsStorageInsight Updates an existing storage insight @@ -1611,11 +1611,11 @@ - The Set-AzureOperationalInsightsStorageInsight cmdlet allows the configuration of an existing storage insight to be changed. + The Set-AzureRMOperationalInsightsStorageInsight cmdlet allows the configuration of an existing storage insight to be changed. - Set-AzureOperationalInsightsStorageInsight + Set-AzureRMOperationalInsightsStorageInsight ResourceGroupName @@ -1667,7 +1667,7 @@ - Set-AzureOperationalInsightsStorageInsight + Set-AzureRMOperationalInsightsStorageInsight Workspace @@ -1852,7 +1852,7 @@ - Set-AzureOperationalInsightsWorkspace + Set-AzureRMOperationalInsightsWorkspace Updates an existing workspace @@ -1864,11 +1864,11 @@ - The Set-AzureOperationalInsightsWorkspace cmdlet allows the configuration of an existing workspace to be changed. + The Set-AzureRMOperationalInsightsWorkspace cmdlet allows the configuration of an existing workspace to be changed. - Set-AzureOperationalInsightsWorkspace + Set-AzureRMOperationalInsightsWorkspace ResourceGroupName @@ -1906,7 +1906,7 @@ - Set-AzureOperationalInsightsWorkspace + Set-AzureRMOperationalInsightsWorkspace Workspace @@ -2053,7 +2053,7 @@ - Get-AzureProvider + Get-AzureRMProvider diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.dll-Help.xml b/src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.dll-Help.xml index 86d8019de9e3..7eb0b873e647 100644 --- a/src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.dll-Help.xml +++ b/src/ResourceManager/RedisCache/Commands.RedisCache/Microsoft.Azure.Commands.RedisCache.dll-Help.xml @@ -2,7 +2,7 @@ - Get-AzureRedisCache + Get-AzureRMRedisCache Gets details about a single cache or all caches in the specified resource group or all caches in the current subscription. @@ -14,24 +14,24 @@ - The Get-AzureRedisCache cmdlet gets the details about a cache or caches depending on input parameters. If both ResourceGroupName and Name parameters are provided then Get-AzureRedisCache will return details about the specific cache name provided. + The Get-AzureRMRedisCache cmdlet gets the details about a cache or caches depending on input parameters. If both ResourceGroupName and Name parameters are provided then Get-AzureRMRedisCache will return details about the specific cache name provided. If only ResourceGroupName is provided than it will return details about all caches in the specified resource group. If no parameters are given than it will return details about all caches the current subscription. - Get-AzureRedisCache + Get-AzureRMRedisCache Name - The name of the cache. If Name is provided along with ResourceGroupName then Get-AzureRedisCache returns the details of the specified cache. + The name of the cache. If Name is provided along with ResourceGroupName then Get-AzureRMRedisCache returns the details of the specified cache. String ResourceGroupName - The name of the resource group that contains the cache or caches. If ResourceGroupName is provided with Name then Get-AzureRedisCache returns the details of the cache specified by Name. If only the ResourceGroup parameter is provided, then details for all caches in the resource group are returned. + The name of the resource group that contains the cache or caches. If ResourceGroupName is provided with Name then Get-AzureRMRedisCache returns the details of the cache specified by Name. If only the ResourceGroup parameter is provided, then details for all caches in the resource group are returned. String @@ -41,7 +41,7 @@ Name - The name of the cache. When this parameter is provided along with ResourceGroupName, Get-AzureRedisCache returns the details for the cache. + The name of the cache. When this parameter is provided along with ResourceGroupName, Get-AzureRMRedisCache returns the details for the cache. String @@ -54,7 +54,7 @@ ResourceGroupName - The name of the resource group that contains the cache or caches. If ResourceGroupName is provided with Name then Get-AzureRedisCache returns the details of the cache specified by Name. If only the ResourceGroup parameter is provided, then details for all caches in the resource group are returned. + The name of the resource group that contains the cache or caches. If ResourceGroupName is provided with Name then Get-AzureRMRedisCache returns the details of the cache specified by Name. If only the ResourceGroup parameter is provided, then details for all caches in the resource group are returned. String @@ -106,7 +106,7 @@ - PS C:\>Get-AzureRedisCache -ResourceGroupName myGroup -Name myexists + PS C:\>Get-AzureRMRedisCache -ResourceGroupName myGroup -Name myexists ResourceGroupName : myGroup Id : /subscriptions/a559b6fd-3a84-40bb-a450-b0db5ed37dfe/resourceGroups/myGroup/providers/Microsoft.Cache/Redis/myexists @@ -140,7 +140,7 @@ - PS C:\>Get-AzureRedisCache -ResourceGroupName myGroup + PS C:\>Get-AzureRMRedisCache -ResourceGroupName myGroup ResourceGroupName : myGroup Id : /subscriptions/a559b6fd-3a84-40bb-a450-b0db5ed37dfe/resourceGroups/myGroup/providers/Microsoft.Cache/Redis/myexists @@ -189,7 +189,7 @@ - PS C:\>Get-AzureRedisCache + PS C:\>Get-AzureRMRedisCache ResourceGroupName : myGroup Id : /subscriptions/a559b6fd-3a84-40bb-a450-b0db5ed37dfe/resourceGroups/myGroup/providers/Microsoft.Cache/Redis/myexists @@ -256,7 +256,7 @@ - New-AzureRedisCache + New-AzureRMRedisCache Creates a new redis cache. @@ -268,11 +268,11 @@ - The New-AzureRedisCache cmdlet creates a new redis cache. + The New-AzureRMRedisCache cmdlet creates a new redis cache. - New-AzureRedisCache + New-AzureRMRedisCache Name @@ -475,7 +475,7 @@ - PS C:\>New-AzureRedisCache -ResourceGroupName myGroup -Name mycache -Location "North Central US" + PS C:\>New-AzureRMRedisCache -ResourceGroupName myGroup -Name mycache -Location "North Central US" PrimaryKey : pJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= SecondaryKey : sJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= @@ -511,7 +511,7 @@ - PS C:\>New-AzureRedisCache -ResourceGroupName mygroup -Name mycache -Location "North Central US" -RedisVersion "2.8" -Size 250MB -Sku Standard -RedisConfiguration @{"maxmemory-policy" = "allkeys-random"} -Force + PS C:\>New-AzureRMRedisCache -ResourceGroupName mygroup -Name mycache -Location "North Central US" -RedisVersion "2.8" -Size 250MB -Sku Standard -RedisConfiguration @{"maxmemory-policy" = "allkeys-random"} -Force PrimaryKey : pJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= SecondaryKey : sJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= @@ -550,7 +550,7 @@ - Remove-AzureRedisCache + Remove-AzureRMRedisCache Remove redis cache if exists. @@ -562,11 +562,11 @@ - The Remove-AzureRedisCache cmdlet removes a redis cache if it exists. + The Remove-AzureRMRedisCache cmdlet removes a redis cache if it exists. - Remove-AzureRedisCache + Remove-AzureRMRedisCache Name @@ -590,7 +590,7 @@ PassThru - By default Remove-AzureRedisCache removes the cache and does not return any value. If the PassThru parameter is provided then Remove-AzureRedisCache returns a boolean value indicating the success of the operation. + By default Remove-AzureRMRedisCache removes the cache and does not return any value. If the PassThru parameter is provided then Remove-AzureRMRedisCache returns a boolean value indicating the success of the operation. @@ -636,7 +636,7 @@ PassThru - By default Remove-AzureRedisCache removes the cache and does not return any value. If the PassThru parameter is provided then Remove-AzureRedisCache returns a boolean value indicating the success of the operation. + By default Remove-AzureRMRedisCache removes the cache and does not return any value. If the PassThru parameter is provided then Remove-AzureRMRedisCache returns a boolean value indicating the success of the operation. SwitchParameter @@ -687,7 +687,7 @@ - PS C:\>Remove-AzureRedisCache -ResourceGroupName myGroup -Name mycache -Force -PassThru + PS C:\>Remove-AzureRMRedisCache -ResourceGroupName myGroup -Name mycache -Force -PassThru True @@ -707,7 +707,7 @@ - PS C:\>Remove-AzureRedisCache -ResourceGroupName myGroup -Name mycache -Force + PS C:\>Remove-AzureRMRedisCache -ResourceGroupName myGroup -Name mycache -Force This command removes a redis cache. @@ -728,7 +728,7 @@ - Get-AzureRedisCacheKey + Get-AzureRMRedisCacheKey Gets the accesskeys for the specified redis cache. @@ -740,11 +740,11 @@ - The Get-AzureRedisCacheKey cmdlet gets the access keys for the specified cache. + The Get-AzureRMRedisCacheKey cmdlet gets the access keys for the specified cache. - Get-AzureRedisCacheKey + Get-AzureRMRedisCacheKey Name @@ -831,7 +831,7 @@ - PS C:\>Get-AzureRedisCacheKey -ResourceGroupName myGroup -Name myexists + PS C:\>Get-AzureRMRedisCacheKey -ResourceGroupName myGroup -Name myexists PrimaryKey : pJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= SecondaryKey : sJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= @@ -856,7 +856,7 @@ - New-AzureRedisCacheKey + New-AzureRMRedisCacheKey Regenerates the access key of a redis cache. @@ -868,11 +868,11 @@ - The New-AzureRedisCacheKey cmdlet regenerate the access key of a redis cache. + The New-AzureRMRedisCacheKey cmdlet regenerate the access key of a redis cache. - New-AzureRedisCacheKey + New-AzureRMRedisCacheKey Name @@ -996,7 +996,7 @@ - PS C:\>New-AzureRedisCacheKey -ResourceGroupName myGroup -Name mycache -KeyType Primary -Force + PS C:\>New-AzureRMRedisCacheKey -ResourceGroupName myGroup -Name mycache -KeyType Primary -Force PrimaryKey : pJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= SecondaryKey : sJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= @@ -1018,7 +1018,7 @@ - PS C:\>New-AzureRedisCacheKey -ResourceGroupName myGroup -Name mycache -KeyType Secondary -Force + PS C:\>New-AzureRMRedisCacheKey -ResourceGroupName myGroup -Name mycache -KeyType Secondary -Force PrimaryKey : pJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= SecondaryKey : sJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= @@ -1043,7 +1043,7 @@ - Set-AzureRedisCache + Set-AzureRMRedisCache Set redis cache updatable parameters. @@ -1055,11 +1055,11 @@ - The Set-AzureRedisCache cmdlet sets redis cache parameters. + The Set-AzureRMRedisCache cmdlet sets redis cache parameters. - Set-AzureRedisCache + Set-AzureRMRedisCache Name @@ -1222,7 +1222,7 @@ - PS C:\>New-AzureRedisCache -ResourceGroupName mygroup -Name mycache -RedisConfiguration @{"maxmemory-policy" = "allkeys-random"} + PS C:\>New-AzureRMRedisCache -ResourceGroupName mygroup -Name mycache -RedisConfiguration @{"maxmemory-policy" = "allkeys-random"} PrimaryKey : pJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= SecondaryKey : sJ+jruGKPHDKsEC8kmoybobH3TZx2njBR3ipEsquZFo= diff --git a/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/GetAzureResourceGroupDeploymentOperationCmdlet.cs b/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/GetAzureResourceGroupDeploymentOperationCmdlet.cs index a5e5446bb5e5..bf26b6fc0db3 100644 --- a/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/GetAzureResourceGroupDeploymentOperationCmdlet.cs +++ b/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/GetAzureResourceGroupDeploymentOperationCmdlet.cs @@ -64,7 +64,7 @@ protected override void OnProcessRecord() if(!string.IsNullOrEmpty(this.ApiVersion)) { - this.WriteWarning("The parameter ApiVersion in Get-AzureResourceGroupDeploymentOperation cmdlet is being deprecated and will be removed in a future release."); + this.WriteWarning("The parameter ApiVersion in Get-AzureRMResourceGroupDeploymentOperation cmdlet is being deprecated and will be removed in a future release."); } this.RunCmdlet(); diff --git a/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/SetAzureResourceCmdlet.cs b/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/SetAzureResourceCmdlet.cs index 3ab9e39fc75f..b122e2206691 100644 --- a/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/SetAzureResourceCmdlet.cs +++ b/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Implementation/SetAzureResourceCmdlet.cs @@ -87,7 +87,7 @@ protected override void OnProcessRecord() if(!string.IsNullOrEmpty(this.ODataQuery)) { - this.WriteWarning("The ODataQuery parameter is being deprecated in Set-AzureResource cmdlet and will be removed in a future release."); + this.WriteWarning("The ODataQuery parameter is being deprecated in Set-AzureRMResource cmdlet and will be removed in a future release."); } var resourceId = this.GetResourceId(); diff --git a/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml b/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml index 1c72966f882f..b4d613db7b4e 100644 --- a/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml +++ b/src/ResourceManager/ResourceManager/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml @@ -3,7 +3,7 @@ - Get-AzureResource + Get-AzureRMResource Gets existing resources. @@ -19,7 +19,7 @@ - Get-AzureResource + Get-AzureRMResource ResourceName @@ -155,7 +155,7 @@ - Get-AzureResource + Get-AzureRMResource ResourceId @@ -228,7 +228,7 @@ - Get-AzureResource + Get-AzureRMResource ResourceName @@ -336,7 +336,7 @@ - Get-AzureResource + Get-AzureRMResource ResourceName @@ -472,7 +472,7 @@ - Get-AzureResource + Get-AzureRMResource ResourceName @@ -594,7 +594,7 @@ - Get-AzureResource + Get-AzureRMResource ResourceName @@ -1015,7 +1015,7 @@ PS C:\> - Get-AzureResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName myWebsite + Get-AzureRMResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName myWebsite Gets resource of type microsoft.web/sites and name myWebsite under myResourceGroup @@ -1035,7 +1035,7 @@ PS C:\> - Get-AzureResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName myWebsite -OutputObjectFormat New + Get-AzureRMResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName myWebsite -OutputObjectFormat New Gets resource of type microsoft.web/sites and name myWebsite under myResourceGroup. The output object format for Properties of the resource will be the new format @@ -1057,7 +1057,7 @@ - Get-AzureResourceGroupDeploymentOperation + Get-AzureRMResourceGroupDeploymentOperation Gets the resource group deployment operation @@ -1073,7 +1073,7 @@ - Get-AzureResourceGroupDeploymentOperation + Get-AzureRMResourceGroupDeploymentOperation DeploymentName @@ -1270,7 +1270,7 @@ PS C:\> - Get-AzureResourceGroupDeploymentOperation -DeploymentName test -ResourceGroupName test + Get-AzureRMResourceGroupDeploymentOperation -DeploymentName test -ResourceGroupName test Gets deployment operation with name "test" under resource group "test" @@ -1292,7 +1292,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock Gets the azure resource lock. @@ -1308,7 +1308,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock AtScope @@ -1367,7 +1367,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock AtScope @@ -1447,7 +1447,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock AtScope @@ -1520,7 +1520,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock AtScope @@ -1586,7 +1586,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock AtScope @@ -1645,7 +1645,7 @@ - Get-AzureResourceLock + Get-AzureRMResourceLock AtScope @@ -1909,7 +1909,7 @@ PS C:\> - Get-AzureResourceLock -LockName test -ResourceName myResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup + Get-AzureRMResourceLock -LockName test -ResourceName myResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup Gets the resource lock "test" @@ -1931,7 +1931,7 @@ - Move-AzureResource + Move-AzureRMResource Moves existing resources to a new resource group or subscription. @@ -1947,7 +1947,7 @@ - Move-AzureResource + Move-AzureRMResource DestinationResourceGroupName @@ -2220,8 +2220,8 @@ PS C:\> - $r = Get-AzureResource -Name test -ResourceType Microsoft.ClassicCompute/storageAccounts -ResourceName mystorageaccount - Move-AzureResource -ResourceId $r.ResourceId -DestinationResourceGroupName test + $r = Get-AzureRMResource -Name test -ResourceType Microsoft.ClassicCompute/storageAccounts -ResourceName mystorageaccount + Move-AzureRMResource -ResourceId $r.ResourceId -DestinationResourceGroupName test Moves the existing resource into "test" resource group @@ -2243,7 +2243,7 @@ - New-AzureResource + New-AzureRMResource Create a new azure resource. @@ -2259,7 +2259,7 @@ - New-AzureResource + New-AzureRMResource Location @@ -2381,7 +2381,7 @@ - New-AzureResource + New-AzureRMResource Location @@ -2545,7 +2545,7 @@ - New-AzureResource + New-AzureRMResource Location @@ -3037,7 +3037,7 @@ PS C:\> - New-AzureResource -Location "West US" -Properties @{"test"="test"} -ResourceName myTestSiteName -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -Force + New-AzureRMResource -Location "West US" -Properties @{"test"="test"} -ResourceName myTestSiteName -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -Force Create a new website @@ -3059,7 +3059,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock Create a new resource lock. @@ -3075,7 +3075,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock LockLevel @@ -3169,7 +3169,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock LockLevel @@ -3256,7 +3256,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock LockLevel @@ -3364,7 +3364,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock LockLevel @@ -3465,7 +3465,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock LockLevel @@ -3552,7 +3552,7 @@ - New-AzureResourceLock + New-AzureRMResourceLock LockLevel @@ -3892,7 +3892,7 @@ PS C:\> - New-AzureResourceLock -LockLevel CanNotDelete -LockNotes "My lock notes" -LockName mylock -ResourceName mySite -ResourceType microsoft.web/sites + New-AzureRMResourceLock -LockLevel CanNotDelete -LockNotes "My lock notes" -LockName mylock -ResourceName mySite -ResourceType microsoft.web/sites Create a new resource lock on a website @@ -3914,7 +3914,7 @@ - Remove-AzureResource + Remove-AzureRMResource Removes the azure resource. @@ -3930,7 +3930,7 @@ - Remove-AzureResource + Remove-AzureRMResource ResourceId @@ -4003,7 +4003,7 @@ - Remove-AzureResource + Remove-AzureRMResource ResourceName @@ -4118,7 +4118,7 @@ - Remove-AzureResource + Remove-AzureRMResource ResourceName @@ -4477,7 +4477,7 @@ PS C:\> - Remove-AzureResource -ResourceId /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Web/sites/myTestSiteName -Force + Remove-AzureRMResource -ResourceId /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Web/sites/myTestSiteName -Force Removes the existing website resource @@ -4499,7 +4499,7 @@ - Remove-AzureResourceLock + Remove-AzureRMResourceLock Removes the azure resource lock. @@ -4515,7 +4515,7 @@ - Remove-AzureResourceLock + Remove-AzureRMResourceLock ResourceId @@ -4588,7 +4588,7 @@ - Remove-AzureResourceLock + Remove-AzureRMResourceLock ResourceName @@ -4703,7 +4703,7 @@ - Remove-AzureResourceLock + Remove-AzureRMResourceLock ResourceName @@ -5062,7 +5062,7 @@ PS C:\> - Remove-AzureResourceLock -ResourceId /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/mystorageaccount/providers/Microsoft.Authorization/locks/test + Remove-AzureRMResourceLock -ResourceId /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/mystorageaccount/providers/Microsoft.Authorization/locks/test @@ -5084,7 +5084,7 @@ - Set-AzureResource + Set-AzureRMResource Updates an existing azure resource. @@ -5100,7 +5100,7 @@ - Set-AzureResource + Set-AzureRMResource Kind @@ -5215,7 +5215,7 @@ - Set-AzureResource + Set-AzureRMResource Kind @@ -5372,7 +5372,7 @@ - Set-AzureResource + Set-AzureRMResource Kind @@ -5846,9 +5846,9 @@ PS C:\> - $r = Get-AzureResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName mySite -OutputObjectFormat New + $r = Get-AzureRMResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -ResourceName mySite -OutputObjectFormat New $r.Properties.Enabled = "False" - $r | Set-AzureResource -Force -OutputObjectFormat New + $r | Set-AzureRMResource -Force -OutputObjectFormat New @@ -5871,7 +5871,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock Updates an existing resource lock. @@ -5887,7 +5887,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock LockLevel @@ -5981,7 +5981,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock LockLevel @@ -6068,7 +6068,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock LockLevel @@ -6176,7 +6176,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock LockLevel @@ -6277,7 +6277,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock LockLevel @@ -6364,7 +6364,7 @@ - Set-AzureResourceLock + Set-AzureRMResourceLock LockLevel @@ -6704,7 +6704,7 @@ PS C:\> - Set-AzureResourceLock -LockName test -ResourceName myResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -LockLevel CanNotDelete -LockNotes "Updated note" + Set-AzureRMResourceLock -LockName test -ResourceName myResource -ResourceType microsoft.web/sites -ResourceGroupName myResourceGroup -LockLevel CanNotDelete -LockNotes "Updated note" Updates existing resource lock diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Features/GetAzureProviderFeatureCmdletTests.cs b/src/ResourceManager/Resources/Commands.Resources.Test/Features/GetAzureProviderFeatureCmdletTests.cs index e35e66ee59de..c21e2ea20f7a 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/Features/GetAzureProviderFeatureCmdletTests.cs +++ b/src/ResourceManager/Resources/Commands.Resources.Test/Features/GetAzureProviderFeatureCmdletTests.cs @@ -74,7 +74,7 @@ public GetAzureProviderFeatureCmdletTests() } /// - /// Validates all Get-AzureResourceProvider parameter combinations + /// Validates all Get-AzureRMResourceProvider parameter combinations /// [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs b/src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs index 6f6f783cf981..055b53f7ada9 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs +++ b/src/ResourceManager/Resources/Commands.Resources.Test/Features/RegisterProviderFeatureCmdletTests.cs @@ -77,7 +77,7 @@ public RegisterAzureProviderFeatureCmdletTests() } /// - /// Validates all Register-AzureResourceProvider scenarios + /// Validates all Register-AzureRMResourceProvider scenarios /// [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Providers/GetAzureProviderCmdletTests.cs b/src/ResourceManager/Resources/Commands.Resources.Test/Providers/GetAzureProviderCmdletTests.cs index c514bc13dbee..662c97887acc 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/Providers/GetAzureProviderCmdletTests.cs +++ b/src/ResourceManager/Resources/Commands.Resources.Test/Providers/GetAzureProviderCmdletTests.cs @@ -71,7 +71,7 @@ public GetAzureProviderCmdletTests() } /// - /// Validates all Get-AzureResourceProvider parameter combinations + /// Validates all Get-AzureRMResourceProvider parameter combinations /// [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Providers/RegisterResourceProviderCmdletTests.cs b/src/ResourceManager/Resources/Commands.Resources.Test/Providers/RegisterResourceProviderCmdletTests.cs index d86393abb416..9611f215f3b8 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/Providers/RegisterResourceProviderCmdletTests.cs +++ b/src/ResourceManager/Resources/Commands.Resources.Test/Providers/RegisterResourceProviderCmdletTests.cs @@ -77,7 +77,7 @@ public RegisterAzureProviderCmdletTests() } /// - /// Validates all Register-AzureResourceProvider scenarios + /// Validates all Register-AzureRMResourceProvider scenarios /// [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Providers/UnregisterResourceProviderCmdletTests.cs b/src/ResourceManager/Resources/Commands.Resources.Test/Providers/UnregisterResourceProviderCmdletTests.cs index f74eac13c553..5b28f5d3ce9e 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/Providers/UnregisterResourceProviderCmdletTests.cs +++ b/src/ResourceManager/Resources/Commands.Resources.Test/Providers/UnregisterResourceProviderCmdletTests.cs @@ -77,7 +77,7 @@ public UnregisterAzureProviderCmdletTests() } /// - /// Validates all Unregister-AzureResourceProvider scenarios + /// Validates all Unregister-AzureRMResourceProvider scenarios /// [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/DeploymentTests.ps1 b/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/DeploymentTests.ps1 index b87d7cfad1ab..eebfdb16f052 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/DeploymentTests.ps1 +++ b/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/DeploymentTests.ps1 @@ -27,7 +27,7 @@ function Test-ValidateDeployment # Test New-AzureRMResourceGroup -Name $rgname -Location $rglocation - $list = Test-AzureRMResourceGroupTemplate -ResourceGroupName $rgname -TemplateFile Build2014_Website_App.json -siteName $rname -hostingPlanName $rname -siteLocation $location -sku Free -workerSize 0 + $list = Test-AzureResourceGroupTemplate -ResourceGroupName $rgname -TemplateFile Build2014_Website_App.json -siteName $rname -hostingPlanName $rname -siteLocation $location -sku Free -workerSize 0 # Assert Assert-AreEqual 0 @($list).Count diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/RoleAssignmentTests.ps1 b/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/RoleAssignmentTests.ps1 index 27041c97c133..585047d91b5e 100644 --- a/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/RoleAssignmentTests.ps1 +++ b/src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/RoleAssignmentTests.ps1 @@ -20,11 +20,11 @@ function Test-RaClassicAdmins { # Setup Add-Type -Path ".\\Microsoft.Azure.Commands.Resources.dll" - $subscription = Get-AzureSubscription -Current + $subscription = Get-AzureRMSubscription -Current # Test [Microsoft.Azure.Commands.Resources.Models.Authorization.AuthorizationClient]::RoleAssignmentNames.Enqueue("8D7DD69E-9AE2-44A1-94D8-F7BC8E12645E") - $classic = Get-AzureRoleAssignment -IncludeClassicAdministrators | Where-Object { $_.Scope -ieq ('/subscriptions/' + $subscription.SubscriptionId) -and $_.RoleDefinitionName.ToLower().Contains('administrator')} + $classic = Get-AzureRMRoleAssignment -IncludeClassicAdministrators | Where-Object { $_.Scope -ieq ('/subscriptions/' + $subscription.SubscriptionId) -and $_.RoleDefinitionName.ToLower().Contains('administrator')} # Assert Assert-NotNull $classic diff --git a/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 b/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 index fc30d0f52935..4bb25e2325ce 100644 --- a/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 +++ b/src/ResourceManager/Resources/Commands.Resources/AzureResourceManager.psd1 @@ -121,11 +121,11 @@ VariablesToExport = '*' # Aliases to export from this module AliasesToExport = @( - 'Get-AzureSqlDatabaseServerAuditingPolicy', - 'Remove-AzureSqlDatabaseServerAuditing', - 'Set-AzureSqlDatabaseServerAuditingPolicy', - 'Use-AzureSqlDatabaseServerAuditingPolicy', - 'Get-AzureStorageContainerAcl', + 'Get-AzureRMSqlDatabaseServerAuditingPolicy', + 'Remove-AzureRMSqlDatabaseServerAuditing', + 'Set-AzureRMSqlDatabaseServerAuditingPolicy', + 'Use-AzureRMSqlDatabaseServerAuditingPolicy', + 'Get-AzureRMStorageContainerAcl', 'Start-CopyAzureStorageBlob', 'Stop-CopyAzureStorageBlob' ) diff --git a/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml b/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml index 464a3d66e93b..f648db724c10 100644 --- a/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml +++ b/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml @@ -2,7 +2,7 @@ - Get-AzureADGroup + Get-AzureRMADGroup Filters active directory groups. @@ -19,7 +19,7 @@ - Get-AzureADGroup + Get-AzureRMADGroup ObjectId @@ -36,7 +36,7 @@ - Get-AzureADGroup + Get-AzureRMADGroup SearchString @@ -53,7 +53,7 @@ - Get-AzureADGroup + Get-AzureRMADGroup ObjectId @@ -148,7 +148,7 @@ PS C:\> - PS C:\> Get-AzureADGroup -ObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE + PS C:\> Get-AzureRMADGroup -ObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE Gets group with 85F89C90-780E-4AA6-9F4F-6F268D322EEE id @@ -168,7 +168,7 @@ PS C:\> - PS C:\> Get-AzureADGroup -SearchString Joe + PS C:\> Get-AzureRMADGroup -SearchString Joe Filters all ad groups that has Joe in the display name. @@ -188,7 +188,7 @@ PS C:\> - PS C:\> Get-AzureADGroup + PS C:\> Get-AzureRMADGroup Gets all AD groups @@ -206,15 +206,15 @@ - Get-AzureADUser + Get-AzureRMADUser - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal - Get-AzureADGroupMember + Get-AzureRMADGroupMember @@ -222,7 +222,7 @@ - Get-AzureADGroupMember + Get-AzureRMADGroupMember Get a group members. @@ -239,7 +239,7 @@ - Get-AzureADGroupMember + Get-AzureRMADGroupMember GroupObjectId @@ -322,7 +322,7 @@ PS C:\> - PS C:\> Get-AzureADGroupMember -GroupObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE + PS C:\> Get-AzureRMADGroupMember -GroupObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE Gets group members with 85F89C90-780E-4AA6-9F4F-6F268D322EEE id @@ -340,15 +340,15 @@ - Get-AzureADUser + Get-AzureRMADUser - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal - Get-AzureADGroupMemberMember + Get-AzureRMADGroupMemberMember @@ -356,7 +356,7 @@ - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal Filters active directory service principals. @@ -373,7 +373,7 @@ - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal ServicePrincipalName @@ -390,7 +390,7 @@ - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal SearchString @@ -407,7 +407,7 @@ - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal ObjectId @@ -424,7 +424,7 @@ - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal ServicePrincipalName @@ -531,7 +531,7 @@ PS C:\> - PS C:\> Get-AzureADServicePrincipal -SPN 36f81fc3-b00f-48cd-8218-3879f51ff39f + PS C:\> Get-AzureRMADServicePrincipal -SPN 36f81fc3-b00f-48cd-8218-3879f51ff39f Gets service principals with 36f81fc3-b00f-48cd-8218-3879f51ff39f SPN @@ -551,7 +551,7 @@ PS C:\> - PS C:\> Get-AzureADServicePrincipal -SearchString Web + PS C:\> Get-AzureRMADServicePrincipal -SearchString Web Filters all ad service principals that has Web in the display name. @@ -571,7 +571,7 @@ PS C:\> - PS C:\> Get-AzureADServicePrincipal + PS C:\> Get-AzureRMADServicePrincipal Gets all AD service principals @@ -589,15 +589,15 @@ - Get-AzureADGroup + Get-AzureRMADGroup - Get-AzureADUser + Get-AzureRMADUser - Get-AzureADGroupMember + Get-AzureRMADGroupMember @@ -605,7 +605,7 @@ - Get-AzureADUser + Get-AzureRMADUser Filters active directory users. @@ -622,7 +622,7 @@ - Get-AzureADUser + Get-AzureRMADUser UserPrincipalName @@ -639,7 +639,7 @@ - Get-AzureADUser + Get-AzureRMADUser SearchString @@ -656,7 +656,7 @@ - Get-AzureADUser + Get-AzureRMADUser ObjectId @@ -673,7 +673,7 @@ - Get-AzureADUser + Get-AzureRMADUser UserPrincipalName @@ -690,7 +690,7 @@ - Get-AzureADUser + Get-AzureRMADUser Mail @@ -809,7 +809,7 @@ PS C:\> - PS C:\> Get-AzureADUser -UPN foo@domain.com + PS C:\> Get-AzureRMADUser -UPN foo@domain.com Gets user with foo@domain.com @@ -829,7 +829,7 @@ PS C:\> - PS C:\> Get-AzureADUser -SearchString Joe + PS C:\> Get-AzureRMADUser -SearchString Joe Filters all ad users that has Joe in the display name. @@ -849,7 +849,7 @@ PS C:\> - PS C:\> Get-AzureADUser + PS C:\> Get-AzureRMADUser Gets all AD users @@ -867,15 +867,15 @@ - Get-AzureADGroup + Get-AzureRMADGroup - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal - Get-AzureADGroupMember + Get-AzureRMADGroupMember @@ -883,7 +883,7 @@ - Get-AzureLocation + Get-AzureRMLocation Gets the resource types and the Azure data center locations that support them. @@ -896,11 +896,11 @@ This is the Description section - The Get-AzureLocation cmdlet gets the Azure data center locations that support each resource type. This cmdlet returns all resource types and locations. It has no parameters.A resource is a user-managed entity, such as a website, database server, or database. When you create a resource, you need to specify a location, and not every location supports all resource types. Before you create your resources, use this cmdlet to find a location for each resource.Azure resources are members of a resource group, which is a collection of resources that are deployed as a unit. Resource groups have a location, but the group and its members do not need to be in the same location. + The Get-AzureRMLocation cmdlet gets the Azure data center locations that support each resource type. This cmdlet returns all resource types and locations. It has no parameters.A resource is a user-managed entity, such as a website, database server, or database. When you create a resource, you need to specify a location, and not every location supports all resource types. Before you create your resources, use this cmdlet to find a location for each resource.Azure resources are members of a resource group, which is a collection of resources that are deployed as a unit. Resource groups have a location, but the group and its members do not need to be in the same location. - Get-AzureLocation + Get-AzureRMLocation Profile @@ -964,7 +964,7 @@ PS C:\> - PS C:\>Get-AzureLocation + PS C:\>Get-AzureRMLocation Name Locations @@ -1009,7 +1009,7 @@ microsoft.network/Subnets Central US, West Europe PS C:\> - PS C:\>Get-AzureLocation | Where-Object Name -like "*web*site*" + PS C:\>Get-AzureRMLocation | Where-Object Name -like "*web*site*" Name Locations ---- --------- @@ -1017,12 +1017,12 @@ Microsoft.Web/sites North Central US, Central USPS -C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' ... +C:\>New-AzureRMResource -Name MyWebSite -Location 'North Central US' ... This examples shows how to find a location that supports a web site resource and how to use the location in a command to create a web site. - The first command uses the Get-AzureLocation cmdlet to get all resource types and their locations. It pipes the output to the Where-Object cmdlet, which selects only resources with names that include "web" and "site". The output shows that the Azure data centers in the North Central US and Central US support web sites.The second command uses the New-AzureResource cmdlet to create a new web site. The value of the Location parameter, which is required, is North Central US. + The first command uses the Get-AzureRMLocation cmdlet to get all resource types and their locations. It pipes the output to the Where-Object cmdlet, which selects only resources with names that include "web" and "site". The output shows that the Azure data centers in the North Central US and Central US support web sites.The second command uses the New-AzureRMResource cmdlet to create a new web site. The value of the Location parameter, which is required, is North Central US. @@ -1043,7 +1043,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProvider + Get-AzureRMProvider @@ -1059,7 +1059,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProvider + Get-AzureRMProvider ListAvailable @@ -1076,7 +1076,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProvider + Get-AzureRMProvider ProviderNamespace @@ -1173,7 +1173,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProviderFeature + Get-AzureRMProviderFeature @@ -1189,7 +1189,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProviderFeature + Get-AzureRMProviderFeature ProviderNamespace @@ -1213,7 +1213,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProviderFeature + Get-AzureRMProviderFeature ProviderNamespace @@ -1329,7 +1329,7 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - Get-AzureProviderOperation + Get-AzureRMProviderOperation Gets the operations or actions allowed by an Azure resource provider. @@ -1341,12 +1341,12 @@ C:\>New-AzureResource -Name MyWebSite -Location 'North Central US' - The Get-AzureProviderOperation gets the operations exposed by Azure resource providers. Operations can be composed to create custom roles in Azure RBAC. The command takes as input an action string (with possible wildcard (*) character(s)) which determines the action details to display. Use Get-AzureProviderOperation * to return all operations allowed by all resource providers. Use a specific action string to get the details of a particular action. + The Get-AzureRMProviderOperation gets the operations exposed by Azure resource providers. Operations can be composed to create custom roles in Azure RBAC. The command takes as input an action string (with possible wildcard (*) character(s)) which determines the action details to display. Use Get-AzureRMProviderOperation * to return all operations allowed by all resource providers. Use a specific action string to get the details of a particular action. This command throws ProviderNotFound exception if an invalid resource provider is specified in the action string. - Get-AzureProviderOperation + Get-AzureRMProviderOperation ActionString @@ -1429,7 +1429,7 @@ This command throws ProviderNotFound exception if an invalid resource provider i PS C:\> - PS C:\> Get-AzureProviderOperation * + PS C:\> Get-AzureRMProviderOperation * @@ -1449,7 +1449,7 @@ This command throws ProviderNotFound exception if an invalid resource provider i PS C:\> - PS C:\> Get-AzureProviderOperation Microsoft.Insights/* + PS C:\> Get-AzureRMProviderOperation Microsoft.Insights/* @@ -1469,7 +1469,7 @@ This command throws ProviderNotFound exception if an invalid resource provider i PS C:\> - PS C:\> Get-AzureProviderOperation */virtualMachines/* + PS C:\> Get-AzureRMProviderOperation */virtualMachines/* @@ -1491,7 +1491,7 @@ This command throws ProviderNotFound exception if an invalid resource provider i - Get-AzureResourceGroup + Get-AzureRMResourceGroup Gets Azure resource groups @@ -1504,11 +1504,11 @@ This command throws ProviderNotFound exception if an invalid resource provider i This is the Description section - The Get-AzureResourceGroup cmdlet gets the Azure resource groups in your subscription. You can use the Name parameter to select resource groups by name. The default is all resource groups.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit. + The Get-AzureRMResourceGroup cmdlet gets the Azure resource groups in your subscription. You can use the Name parameter to select resource groups by name. The default is all resource groups.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit. - Get-AzureResourceGroup + Get-AzureRMResourceGroup Name @@ -1525,11 +1525,11 @@ This command throws ProviderNotFound exception if an invalid resource provider i - Get-AzureResourceGroup + Get-AzureRMResourceGroup Tag - Gets resource groups that have the specified Azure tags. Enter a hash table with a Name key or Name and Value keys. Wildcard characters are not supported.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. To add a tag to a resource group, use the Tag parameter of the New-AzureResourceGroup or Set-AzureResourceGroup cmdlets. To create a predefined tag, use the New-AzureTag cmdlet.For help with hash tables in Windows PowerShell, type: Get-Help about_Hashtables. + Gets resource groups that have the specified Azure tags. Enter a hash table with a Name key or Name and Value keys. Wildcard characters are not supported.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. To add a tag to a resource group, use the Tag parameter of the New-AzureRMResourceGroup or Set-AzureRMResourceGroup cmdlets. To create a predefined tag, use the New-AzureRMTag cmdlet.For help with hash tables in Windows PowerShell, type: Get-Help about_Hashtables. Hashtable @@ -1577,7 +1577,7 @@ This command throws ProviderNotFound exception if an invalid resource provider i Tag - Gets resource groups that have the specified Azure tags. Enter a hash table with a Name key or Name and Value keys. Wildcard characters are not supported.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. To add a tag to a resource group, use the Tag parameter of the New-AzureResourceGroup or Set-AzureResourceGroup cmdlets. To create a predefined tag, use the New-AzureTag cmdlet.For help with hash tables in Windows PowerShell, type: Get-Help about_Hashtables. + Gets resource groups that have the specified Azure tags. Enter a hash table with a Name key or Name and Value keys. Wildcard characters are not supported.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. To add a tag to a resource group, use the Tag parameter of the New-AzureRMResourceGroup or Set-AzureRMResourceGroup cmdlets. To create a predefined tag, use the New-AzureRMTag cmdlet.For help with hash tables in Windows PowerShell, type: Get-Help about_Hashtables. Hashtable @@ -1639,7 +1639,7 @@ This command throws ProviderNotFound exception if an invalid resource provider i PS C:\> - PS C:\>Get-AzureResourceGroup -Detailed + PS C:\>Get-AzureRMResourceGroup -Detailed Name: Contoso Location: West US Resources: @@ -1676,7 +1676,7 @@ Resources: PS C:\> - PS C:\>Get-AzureResourceGroup -Name EngineerBlog + PS C:\>Get-AzureRMResourceGroup -Name EngineerBlog Name: EngineerBlog Location: East US Resources: @@ -1704,14 +1704,14 @@ Resources: PS C:\> - PS C:\>Get-AzureResourceGroup -Detailed | Where-Object {$_.Resources.Type -like "*serverFarms*"} | Select-Object -Property ResourceGroupName + PS C:\>Get-AzureRMResourceGroup -Detailed | Where-Object {$_.Resources.Type -like "*serverFarms*"} | Select-Object -Property ResourceGroupName Contoso EngineerBlog The command uses the Where-Object, ForEach-Object, and Select-Object cmdlets to get the names of resource groups that include Azure database server farms. You can use commands like this one to find resource groups with resources or properties of interest. - The command uses the Get-AzureResourceGroup cmdlet to get all resource groups in the subscription. It pipes the resource groups to the Where-Object cmdlet, which returns only the resource groups that include server farm resources. The command pipes those resource groups to the Select-Object cmdlet, which returns only the value of the ResourceGroupName property of each resource group. + The command uses the Get-AzureRMResourceGroup cmdlet to get all resource groups in the subscription. It pipes the resource groups to the Where-Object cmdlet, which returns only the resource groups that include server farm resources. The command pipes those resource groups to the Select-Object cmdlet, which returns only the value of the ResourceGroupName property of each resource group. @@ -1726,9 +1726,9 @@ EngineerBlog PS C:\> - PS C:\>Get-AzureResourceGroup -Tag @{Name="CostCenter";Value="Development"} + PS C:\>Get-AzureRMResourceGroup -Tag @{Name="CostCenter";Value="Development"} -PS C:\>Get-AzureResourceGroup -Tag @{Name="CostCenter"} +PS C:\>Get-AzureRMResourceGroup -Tag @{Name="CostCenter"} These commands get resource groups by tag. The first command gets resource groups that have a "CostCenter" tag with a value of "Development". The second command gets all resource groups that have a "CostCenter" tag, regardless of its value. @@ -1748,9 +1748,9 @@ PS C:\>Get-AzureResourceGroup -Tag @{Name="CostCenter"} PS C:\> - PS C:\>Get-AzureResourceGroup -Name ContosoRG + PS C:\>Get-AzureRMResourceGroup -Name ContosoRG -PS C:\>(Get-AzureResourceGroup -Name ContosoRG).Tags +PS C:\>(Get-AzureRMResourceGroup -Name ContosoRG).Tags Tags: @@ -1780,11 +1780,11 @@ Tags: http://go.microsoft.com/fwlink/?LinkID=393047 - New-AzureResourceGroup + New-AzureRMResourceGroup - Remove-AzureResourceGroup + Remove-AzureRMResourceGroup @@ -1792,7 +1792,7 @@ Tags: - Get-AzureResourceGroupDeployment + Get-AzureRMResourceGroupDeployment Gets the deployments in a resource group. @@ -1805,11 +1805,11 @@ Tags: This is the Description section - The Get-AzureResourceGroupDeployment cmdlet gets the deployments in an Azure resource group. You can use the Name (DeploymentName) and ProvisioningState parameters to filter the deployments. By default, Get-AzureResourceGroupDeployment returns all deployments for a specified resource group.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit. A deployment is the operation that makes the resources in the resource group available for use.This cmdlet is very useful for tracking. For debugging, use it with the Get-AzureResourceGroupLog cmdlet. + The Get-AzureRMResourceGroupDeployment cmdlet gets the deployments in an Azure resource group. You can use the Name (DeploymentName) and ProvisioningState parameters to filter the deployments. By default, Get-AzureRMResourceGroupDeployment returns all deployments for a specified resource group.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit. A deployment is the operation that makes the resources in the resource group available for use.This cmdlet is very useful for tracking. For debugging, use it with the Get-AzureRMResourceGroupLog cmdlet. - Get-AzureResourceGroupDeployment + Get-AzureRMResourceGroupDeployment ResourceGroupName @@ -1820,14 +1820,14 @@ Tags: Name - Gets only the deployment with the specified name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureResourceGroupDeployment returns all deployments for the specified resource group. + Gets only the deployment with the specified name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureRMResourceGroupDeployment returns all deployments for the specified resource group. String ProvisioningState - Gets only the deployments with the specified provisioning state. Valid values include, but are not limited to: Canceled, Deprovisioning, Failed, NotProvisioned, Provisioned, Provisioning, and Succeeded. This parameter is optional. By default, Get-AzureResourceGroupDeployment returns all deployments for the specified resource group. + Gets only the deployments with the specified provisioning state. Valid values include, but are not limited to: Canceled, Deprovisioning, Failed, NotProvisioned, Provisioned, Provisioning, and Succeeded. This parameter is optional. By default, Get-AzureRMResourceGroupDeployment returns all deployments for the specified resource group. String @@ -1856,7 +1856,7 @@ Tags: Name - Gets only the deployment with the specified name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureResourceGroupDeployment returns all deployments for the specified resource group. + Gets only the deployment with the specified name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureRMResourceGroupDeployment returns all deployments for the specified resource group. String @@ -1868,7 +1868,7 @@ Tags: ProvisioningState - Gets only the deployments with the specified provisioning state. Valid values include, but are not limited to: Canceled, Deprovisioning, Failed, NotProvisioned, Provisioned, Provisioning, and Succeeded. This parameter is optional. By default, Get-AzureResourceGroupDeployment returns all deployments for the specified resource group. + Gets only the deployments with the specified provisioning state. Valid values include, but are not limited to: Canceled, Deprovisioning, Failed, NotProvisioned, Provisioned, Provisioning, and Succeeded. This parameter is optional. By default, Get-AzureRMResourceGroupDeployment returns all deployments for the specified resource group. String @@ -1930,7 +1930,7 @@ Tags: PS C:\> - PS C:\>Get-AzureResourceGroupDeployment -ResourceGroupName ContosoLabsRG + PS C:\>Get-AzureRMResourceGroupDeployment -ResourceGroupName ContosoLabsRG DeploymentName : WordPress.WordPress ResourceGroupName : ContosoLabsRG ProvisioningState : Succeeded @@ -1979,9 +1979,9 @@ Outputs : PS C:\> - PS C:\>Get-AzureResourceGroupDeployment -ResourceGroupName ContosoLabsRG -Name DeployWebsite1 + PS C:\>Get-AzureRMResourceGroupDeployment -ResourceGroupName ContosoLabsRG -Name DeployWebsite1 - This command gets the DeployWebsite1 deployment of the ContosoLabsRG resource group. You can assign a name to a deployment when you create it by using the New-AzureResourceGroup or New-AzureResourceGroupDeployment cmdlets. If you do not assign a name, the cmdlets provide a default name based on the template used to create the deployment. + This command gets the DeployWebsite1 deployment of the ContosoLabsRG resource group. You can assign a name to a deployment when you create it by using the New-AzureRMResourceGroup or New-AzureRMResourceGroupDeployment cmdlets. If you do not assign a name, the cmdlets provide a default name based on the template used to create the deployment. @@ -1999,7 +1999,7 @@ Outputs : PS C:\> - PS C:\>Get-AzureResourceGroupDeployment -ResourceGroupName ContosoLabsRG -ProvisioningState NotProvisioned + PS C:\>Get-AzureRMResourceGroupDeployment -ResourceGroupName ContosoLabsRG -ProvisioningState NotProvisioned This command gets the deployments of the ContosoLabsRG resource group that are not yet provisioned. @@ -2019,7 +2019,7 @@ Outputs : PS C:\> - PS C:\>Get-AzureResourceGroup | Get-AzureResourceGroupDeployment | Format-Table ResourceGroupName, DeploymentName, ProvisioningState + PS C:\>Get-AzureRMResourceGroup | Get-AzureRMResourceGroupDeployment | Format-Table ResourceGroupName, DeploymentName, ProvisioningState ResourceGroupName DeploymentName ProvisioningState ----------------- -------------- ----------------- ContosoAppa001 Microsoft.WebSiteSQLDatabase.0.1.0-p... Succeeded @@ -2054,7 +2054,7 @@ ContosoLabsRG WordPress.WordPress Succ - Get-AzureResourceGroupGalleryTemplate + Get-AzureRMResourceGroupGalleryTemplate Gets resource group templates in the gallery @@ -2067,22 +2067,22 @@ ContosoLabsRG WordPress.WordPress Succ This is the Description section - The Get-AzureResourceGroupGalleryTemplate cmdlet gets resource group gallery templates from the template gallery that Azure hosts. To save a gallery template as a JSON file, use the Save-AzureResourceGroupGalleryTemplate cmdlet.A resource group template is a JSON string that defines a resource group for a complex entity, such as a web portal, a blog, a photo gallery, a commerce site, or a wiki. The template defines the resources that are typically needed for the entity, such as web sites, database servers, databases and storage accounts, and includes parameters for user-defined values, such as the names and properties of the resources. To create a resource group with a template, just identify the template and provide values for its parameters.You can create your own templates or use the Get-AzureResourceGroupGalleryTemplate get a template from the template gallery that Azure hosts. You can also create templates by editing the gallery templates. If you create or edit a template, be sure to use the Test-AzureResourceGroupTemplate cmdlet to verify that your template and its parameters are valid.To create a resource group with a custom or gallery template, use the New-AzureResourceGroup or New-AzureResourceGroupDeployment cmdlets.By default the cmdlet gets only the latest version of the template. To get all versions, use the -AllVersions parameter flag. + The Get-AzureRMResourceGroupGalleryTemplate cmdlet gets resource group gallery templates from the template gallery that Azure hosts. To save a gallery template as a JSON file, use the Save-AzureRMResourceGroupGalleryTemplate cmdlet.A resource group template is a JSON string that defines a resource group for a complex entity, such as a web portal, a blog, a photo gallery, a commerce site, or a wiki. The template defines the resources that are typically needed for the entity, such as web sites, database servers, databases and storage accounts, and includes parameters for user-defined values, such as the names and properties of the resources. To create a resource group with a template, just identify the template and provide values for its parameters.You can create your own templates or use the Get-AzureRMResourceGroupGalleryTemplate get a template from the template gallery that Azure hosts. You can also create templates by editing the gallery templates. If you create or edit a template, be sure to use the Test-AzureResourceGroupTemplate cmdlet to verify that your template and its parameters are valid.To create a resource group with a custom or gallery template, use the New-AzureRMResourceGroup or New-AzureRMResourceGroupDeployment cmdlets.By default the cmdlet gets only the latest version of the template. To get all versions, use the -AllVersions parameter flag. - Get-AzureResourceGroupGalleryTemplate + Get-AzureRMResourceGroupGalleryTemplate Publisher - Gets only gallery templates from the specified publisher. Enter one publisher name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureResourceGroupGalleryTemplate gets all gallery templates. + Gets only gallery templates from the specified publisher. Enter one publisher name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureRMResourceGroupGalleryTemplate gets all gallery templates. String Category - Gets only gallery templates in the specified category. Wildcards are not permitted. You can specify only one category in each command. This parameter is optional. By default, Get-AzureResourceGroupGalleryTemplate gets all gallery templates. + Gets only gallery templates in the specified category. Wildcards are not permitted. You can specify only one category in each command. This parameter is optional. By default, Get-AzureRMResourceGroupGalleryTemplate gets all gallery templates. String @@ -2109,11 +2109,11 @@ ContosoLabsRG WordPress.WordPress Succ - Get-AzureResourceGroupGalleryTemplate + Get-AzureRMResourceGroupGalleryTemplate Identity - Gets the gallery template with the specified Identity value. Wildcards are not permitted. You can specify only one Identity in each command.To find the Identity of a gallery template, run Get-AzureResourceGroupGalleryTemplate without parameters. + Gets the gallery template with the specified Identity value. Wildcards are not permitted. You can specify only one Identity in each command.To find the Identity of a gallery template, run Get-AzureRMResourceGroupGalleryTemplate without parameters. String @@ -2130,7 +2130,7 @@ ContosoLabsRG WordPress.WordPress Succ Publisher - Gets only gallery templates from the specified publisher. Enter one publisher name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureResourceGroupGalleryTemplate gets all gallery templates. + Gets only gallery templates from the specified publisher. Enter one publisher name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureRMResourceGroupGalleryTemplate gets all gallery templates. String @@ -2142,7 +2142,7 @@ ContosoLabsRG WordPress.WordPress Succ Category - Gets only gallery templates in the specified category. Wildcards are not permitted. You can specify only one category in each command. This parameter is optional. By default, Get-AzureResourceGroupGalleryTemplate gets all gallery templates. + Gets only gallery templates in the specified category. Wildcards are not permitted. You can specify only one category in each command. This parameter is optional. By default, Get-AzureRMResourceGroupGalleryTemplate gets all gallery templates. String @@ -2190,7 +2190,7 @@ ContosoLabsRG WordPress.WordPress Succ Identity - Gets the gallery template with the specified Identity value. Wildcards are not permitted. You can specify only one Identity in each command.To find the Identity of a gallery template, run Get-AzureResourceGroupGalleryTemplate without parameters. + Gets the gallery template with the specified Identity value. Wildcards are not permitted. You can specify only one Identity in each command.To find the Identity of a gallery template, run Get-AzureRMResourceGroupGalleryTemplate without parameters. String @@ -2240,14 +2240,14 @@ ContosoLabsRG WordPress.WordPress Succ PS C:\> - PS C:\>Get-AzureResourceGroupGalleryTemplate + PS C:\>Get-AzureRMResourceGroupGalleryTemplate Publisher Identity--------- --------Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.1.0-preview1Acquiacom Acquiacom.AcquiaDrupal7SQL.0.1.0-preview1Avensoft Avensoft.nService.0.1.0-preview1BlogEngineNET BlogEngineNET.BlogEngineNET.0.1.0-preview1Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.1.0-preview1bugnetproject bugnetproject.BugNET.0.1.0-preview1CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.1.0-preview1CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.1.0-preview1... This command gets all gallery templates in the Azure template gallery and displays the Identity and Description of each gallery template in a list. The list lets you browse through the templates and select the ones that meet your needs. - To save the list in a text file that you can search, use the redirection operator (>). For example, Get-AzureResourceGroupGalleryTemplate | Format-List Identity, Description > $home\Documents\Azure\TemplateDescriptions.txt. + To save the list in a text file that you can search, use the redirection operator (>). For example, Get-AzureRMResourceGroupGalleryTemplate | Format-List Identity, Description > $home\Documents\Azure\TemplateDescriptions.txt. @@ -2262,9 +2262,9 @@ Publisher Identity--------- --------Acquiacom PS C:\> - PS C:\> PS C:\ps-test> Get-AzureResourceGroupGalleryTemplate -Identity WikimediaFoundation.MediaWiki.0.1.0-preview1 + PS C:\> PS C:\ps-test> Get-AzureRMResourceGroupGalleryTemplate -Identity WikimediaFoundation.MediaWiki.0.1.0-preview1 - This command uses the Get-AzureResourceGroupGalleryTemplate cmdlet to get the WikimediaFoundation.MediaWiki.0.1.0-preview1 gallery template. You can review the gallery template and its properties, such as icons and screenshots. + This command uses the Get-AzureRMResourceGroupGalleryTemplate cmdlet to get the WikimediaFoundation.MediaWiki.0.1.0-preview1 gallery template. You can review the gallery template and its properties, such as icons and screenshots. @@ -2282,15 +2282,15 @@ Publisher Identity--------- --------Acquiacom PS C:\> - PS C:\>Save-AzureResourceGroupGalleryTemplate -Identity Microsoft.PhotoGallery.0.1.0-preview1 -Path $home\Documents\Azure\MyTemplates + PS C:\>Save-AzureRMResourceGroupGalleryTemplate -Identity Microsoft.PhotoGallery.0.1.0-preview1 -Path $home\Documents\Azure\MyTemplates PS C:\>Get-Content -Path $home\Documents\Azure\MyTemplates Microsoft.PhotoGallery.0.1.0-preview1.json { "$schema": "http://johngosmanage.blob.core.windows.net/schemas/2014-04-01-preview/deploymentTemplate.json", "contentVersion": "1.0.0.0", "parameters": { "siteName": { "type": "string" }, "hostingPlanName": { "type": "string" },... "resources": [ { "apiVersion": "2014-04-01", "name": "[parameters('siteName')]", "type": "Microsoft.Web/sites", "location": "[parameters('siteLocation')]", "tags": { "[concat('hidden-related:/subscriptions/', }, "properties": { "name": "[parameters('siteName')]", "serverFarm": "[parameters('hostingPlanName')]", "computeMode": "[parameters('computeMode')]", "siteMode": "[parameters('siteMode')]" }... When you find a gallery template that matches your resource needs, -you can save it as a JSON file on disk. This makes it easy to review and analyze the resources that the template creates and the parameters (user-defined values) that it defines for each resource. Then, you can use the template with the New-AzureResourceGroup and New-AzureResourceGroupDeployment cmdlets. +you can save it as a JSON file on disk. This makes it easy to review and analyze the resources that the template creates and the parameters (user-defined values) that it defines for each resource. Then, you can use the template with the New-AzureRMResourceGroup and New-AzureRMResourceGroupDeployment cmdlets. - The first command uses the Save-AzureResourceGroupGalleryTemplate cmdlet to save the Microsoft.PhotoGallery.0.1.0-preview1 gallery template as a JSON file in the path that you specify.The second command uses the Get-Content cmdlet to get the content of the template file. The output that's displayed here is just an excerpt of the JSON template file, but you can see the Parameters and Resources attributes that are common to every template file. To see examples of using the template, type: Get-Help New-AzureResourceGroup or Get-Help New-AzureResourceGroupDeployment. + The first command uses the Save-AzureRMResourceGroupGalleryTemplate cmdlet to save the Microsoft.PhotoGallery.0.1.0-preview1 gallery template as a JSON file in the path that you specify.The second command uses the Get-Content cmdlet to get the content of the template file. The output that's displayed here is just an excerpt of the JSON template file, but you can see the Parameters and Resources attributes that are common to every template file. To see examples of using the template, type: Get-Help New-AzureRMResourceGroup or Get-Help New-AzureRMResourceGroupDeployment. @@ -2305,7 +2305,7 @@ you can save it as a JSON file on disk. This makes it easy to review and analyze PS C:\> - PS C:\>Get-AzureResourceGroupGalleryTemplate | Foreach-Object {Get-AzureResourceGroupGalleryTemplate -Identity $_.Identity} | Format-List -Property CategoryIds, Identity, Summary + PS C:\>Get-AzureRMResourceGroupGalleryTemplate | Foreach-Object {Get-AzureRMResourceGroupGalleryTemplate -Identity $_.Identity} | Format-List -Property CategoryIds, Identity, Summary CategoryIds : {web, blogscms, ecommerce} Identity : Acquiacom.AcquiaDrupal7MySQL.0.1.0-preview1 Summary : Acquia Drupal 7 provides the fastest on-ramp to build dynamic and social web sites featuring both editorial and user-generated content. Includes Drupal core and popular modules. @@ -2316,7 +2316,7 @@ Identity : Avensoft.nService.0.1.0-preview1 Summary : Help desk and service management software that empowers you to provide great services to your employees and customers. This free edition allows one concurrent technician and unlimited end users. ... - This example shows you how to display the category (CategoryIds property), identity, and summary of each template in a list. You can use commands with this format to get any template property. To find all template properties, pipe a Get-AzureResourceGroupGalleryTemplate command with the Identity parameter to the Get-Member cmdlet. For example: (Get-AzureResourceGroupGalleryTemplate Microsoft.TeamProject.0.1.0-preview1 | Get-Member). + This example shows you how to display the category (CategoryIds property), identity, and summary of each template in a list. You can use commands with this format to get any template property. To find all template properties, pipe a Get-AzureRMResourceGroupGalleryTemplate command with the Identity parameter to the Get-Member cmdlet. For example: (Get-AzureRMResourceGroupGalleryTemplate Microsoft.TeamProject.0.1.0-preview1 | Get-Member). @@ -2340,7 +2340,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment Filters role assignments. @@ -2357,7 +2357,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment RoleDefinitionName @@ -2374,7 +2374,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ObjectId @@ -2405,7 +2405,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ObjectId @@ -2429,7 +2429,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ObjectId @@ -2481,7 +2481,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ObjectId @@ -2512,7 +2512,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment Mail @@ -2536,7 +2536,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment Mail @@ -2567,7 +2567,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment Mail @@ -2619,7 +2619,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment Mail @@ -2650,7 +2650,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment UserPrincipalName @@ -2681,7 +2681,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment UserPrincipalName @@ -2705,7 +2705,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment UserPrincipalName @@ -2757,7 +2757,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment UserPrincipalName @@ -2788,7 +2788,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ServicePrincipalName @@ -2840,7 +2840,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ServicePrincipalName @@ -2864,7 +2864,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ServicePrincipalName @@ -2895,7 +2895,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ServicePrincipalName @@ -2926,7 +2926,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ResourceGroupName @@ -2950,7 +2950,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment ResourceGroupName @@ -2995,7 +2995,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment RoleDefinitionName @@ -3193,7 +3193,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> Get-AzureRoleAssignment -ResourceGroupName rg1 -UPN foo@domain.com -RoleDefinitionName Reader + PS C:\> Get-AzureRMRoleAssignment -ResourceGroupName rg1 -UPN foo@domain.com -RoleDefinitionName Reader gets role assignments for principal in a resource group that have Reader role definition @@ -3213,7 +3213,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> Get-AzureRoleAssignment -ServicePrincipalName 36f81fc3-b00f-48cd-8218-3879f51ff39f -RoleDefinitionName Contributor + PS C:\> Get-AzureRMRoleAssignment -ServicePrincipalName 36f81fc3-b00f-48cd-8218-3879f51ff39f -RoleDefinitionName Contributor Gets role assignments of a service principal that have contribution role definition. @@ -3233,7 +3233,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> Get-AzureRoleAssignment + PS C:\> Get-AzureRMRoleAssignment Gets all role assignments under the subscription @@ -3253,7 +3253,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> Get-AzureRoleAssignment -Mail allen.young@live.cn -RoleDefinitionName Owner -Scope "/resourcegroups/rg1/providers/Microsoft.Web/sites/site1" + PS C:\> Get-AzureRMRoleAssignment -Mail allen.young@live.cn -RoleDefinitionName Owner -Scope "/resourcegroups/rg1/providers/Microsoft.Web/sites/site1" gets role assignment to a live email on a resource using the generic parameter. Since the scope doens't start with "/subscriptions/{id}", the current subscription id will be used @@ -3271,15 +3271,15 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureRoleAssignment + New-AzureRMRoleAssignment - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition @@ -3287,7 +3287,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition Filters role definitions. @@ -3304,7 +3304,7 @@ Summary : Help desk and service management software that empowers you to pro - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition Name @@ -3406,7 +3406,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> Get-AzureRoleDefinition -Name Reader + PS C:\> Get-AzureRMRoleDefinition -Name Reader Gets a role definition with Reader name @@ -3426,7 +3426,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> Get-AzureRoleDefinition + PS C:\> Get-AzureRMRoleDefinition Lists all role definitions @@ -3444,15 +3444,15 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureRoleAssignment + New-AzureRMRoleAssignment - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment @@ -3460,7 +3460,7 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureADApplication + New-AzureRMADApplication Creates a new azure active directory application. @@ -3477,7 +3477,7 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureADApplication + New-AzureRMADApplication DisplayName @@ -3508,7 +3508,7 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureADApplication + New-AzureRMADApplication DisplayName @@ -3560,7 +3560,7 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureADApplication + New-AzureRMADApplication DisplayName @@ -3598,7 +3598,7 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureADApplication + New-AzureRMADApplication DisplayName @@ -3664,7 +3664,7 @@ Summary : Help desk and service management software that empowers you to pro - New-AzureADApplication + New-AzureRMADApplication DisplayName @@ -3888,7 +3888,7 @@ Summary : Help desk and service management software that empowers you to pro PS C:\> - PS C:\> New-AzureADApplication -DisplayName "NewApplication" -HomePage "http://www.microsoft.com" -IdentifierUris "http://NewApplication" + PS C:\> New-AzureRMADApplication -DisplayName "NewApplication" -HomePage "http://www.microsoft.com" -IdentifierUris "http://NewApplication" Creates a new azure active directory application without any credentials. @@ -3931,7 +3931,7 @@ AppPermissions : {{ PS C:\> - PS C:\> New-AzureADApplication -DisplayName "NewApplication" -HomePage "http://www.microsoft.com" -IdentifierUris "http: + PS C:\> New-AzureRMADApplication -DisplayName "NewApplication" -HomePage "http://www.microsoft.com" -IdentifierUris "http: //NewApplication" -Password "password" Creates a new azure active directory application and associates password credentials with it. @@ -3973,15 +3973,15 @@ AppPermissions : {{ - Remove-AzureADApplication + Remove-AzureRMADApplication - New-AzureADServicePrincipal + New-AzureRMADServicePrincipal - Remove-AzureADServicePrincipal + Remove-AzureRMADServicePrincipal @@ -3989,7 +3989,7 @@ AppPermissions : {{ - New-AzureADServicePrincipal + New-AzureRMADServicePrincipal Creates a new azure active directory service principal. @@ -4006,7 +4006,7 @@ AppPermissions : {{ - New-AzureADServicePrincipal + New-AzureRMADServicePrincipal ApplicationId @@ -4108,7 +4108,7 @@ AppPermissions : {{ PS C:\> - New-AzureADServicePrincipal -ApplicationId a3dad041-8119-4182-b500-f8f959bf31db + New-AzureRMADServicePrincipal -ApplicationId a3dad041-8119-4182-b500-f8f959bf31db Creates a new azure active directory service principal. @@ -4128,19 +4128,19 @@ NewApplication 61b5d8ea-fdc6-40a2 - Remove-AzureADServicePrincipal + Remove-AzureRMADServicePrincipal - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal - New-AzureADApplication + New-AzureRMADApplication - Remove-AzureADApplication + Remove-AzureRMADApplication @@ -4148,7 +4148,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Creates an Azure resource group and its resources @@ -4161,11 +4161,11 @@ NewApplication 61b5d8ea-fdc6-40a2 This is the Description section - The New-AzureResourceGroup cmdlet creates an Azure resource group and its resources and returns an object that represents the resource group.Use this cmdlet to create a new resource group. To add a deployment to an existing resource group, use the New-AzureResourceGroupDeployment cmdlet. To add a resource to an existing resource group, use the New-AzureResource cmdlet.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit.You can create a resource group with just a name and location, and then use the New-AzureResource cmdlet to create resources and add them to the resource group. However, typically, you use a resource group template, which is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can find many templates in the Azure template gallery (Get-AzureResourceGroupGalleryTemplate) and you can create your own templates.To find a gallery template, use the Get-AzureResourceGroupGalleryTemplate template cmdlet. To use a gallery template, use the GalleryTemplateIdentity parameter of New-AzureResourceGroup to specify the template identity. Or, use the Save-AzureResourceGalleryTemplate cmdlet to save the gallery template as a JSON file, and then use the TemplateFile or TemplateUri parameters to provide the name and location of the file.You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name.The template includes parameters (placeholders) for configurable property values, likes names and sizes. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, you can use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required template parameter, the cmdlet prompts you for the value. Template parameter values that you specify at the command line take precedence over template parameter values in a template parameter object or file. + The New-AzureRMResourceGroup cmdlet creates an Azure resource group and its resources and returns an object that represents the resource group.Use this cmdlet to create a new resource group. To add a deployment to an existing resource group, use the New-AzureRMResourceGroupDeployment cmdlet. To add a resource to an existing resource group, use the New-AzureRMResource cmdlet.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit.You can create a resource group with just a name and location, and then use the New-AzureRMResource cmdlet to create resources and add them to the resource group. However, typically, you use a resource group template, which is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can find many templates in the Azure template gallery (Get-AzureRMResourceGroupGalleryTemplate) and you can create your own templates.To find a gallery template, use the Get-AzureRMResourceGroupGalleryTemplate template cmdlet. To use a gallery template, use the GalleryTemplateIdentity parameter of New-AzureRMResourceGroup to specify the template identity. Or, use the Save-AzureRMResourceGalleryTemplate cmdlet to save the gallery template as a JSON file, and then use the TemplateFile or TemplateUri parameters to provide the name and location of the file.You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name.The template includes parameters (placeholders) for configurable property values, likes names and sizes. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, you can use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required template parameter, the cmdlet prompts you for the value. Template parameter values that you specify at the command line take precedence over template parameter values in a template parameter object or file. - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4176,7 +4176,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4190,21 +4190,21 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4217,7 +4217,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4228,7 +4228,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4242,14 +4242,14 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4263,14 +4263,14 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4283,7 +4283,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4294,7 +4294,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4308,14 +4308,14 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4329,21 +4329,21 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4356,7 +4356,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4367,7 +4367,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4381,14 +4381,14 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4402,14 +4402,14 @@ NewApplication 61b5d8ea-fdc6-40a2 GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4422,7 +4422,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4433,7 +4433,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4447,14 +4447,14 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4468,14 +4468,14 @@ NewApplication 61b5d8ea-fdc6-40a2 GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4488,7 +4488,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4499,7 +4499,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4513,14 +4513,14 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4534,14 +4534,14 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4554,7 +4554,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4565,7 +4565,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4579,14 +4579,14 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4600,21 +4600,21 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4627,7 +4627,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4638,7 +4638,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4652,28 +4652,28 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4686,7 +4686,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4697,7 +4697,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4711,35 +4711,35 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4752,7 +4752,7 @@ NewApplication 61b5d8ea-fdc6-40a2 - New-AzureResourceGroup + New-AzureRMResourceGroup Name @@ -4763,7 +4763,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4777,28 +4777,28 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4827,7 +4827,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Location - Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource group. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource group in any location. The resource group does not have to be in the same location your Azure subscription or the same location as its resources. Resource groups can contain resources from different locations. To determine which location support each resource type, use the Get-AzureRMLocation cmdlet. String @@ -4851,7 +4851,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Tag - Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource group. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. Hashtable[] @@ -4863,7 +4863,7 @@ NewApplication 61b5d8ea-fdc6-40a2 Force - Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureResourceGroup prompts for confirmation before replacing an existing resource group. + Suppresses the confirmation prompt and overwrites an existing resource group with the same name. By default, New-AzureRMResourceGroup prompts for confirmation before replacing an existing resource group. SwitchParameter @@ -4875,7 +4875,7 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroup verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroup verifies that the specified template has the matching version and fails if it does not. String @@ -4911,7 +4911,7 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String @@ -4923,7 +4923,7 @@ NewApplication 61b5d8ea-fdc6-40a2 TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -4935,7 +4935,7 @@ NewApplication 61b5d8ea-fdc6-40a2 StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroup saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use a Switch-AzureMode -Name AzureServiceManagement command to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -4947,7 +4947,7 @@ NewApplication 61b5d8ea-fdc6-40a2 GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String @@ -5009,13 +5009,13 @@ NewApplication 61b5d8ea-fdc6-40a2 PS C:\> - PS C:\>New-AzureResourceGroup -Name RG1 -Location "South Central US" + PS C:\>New-AzureRMResourceGroup -Name RG1 -Location "South Central US" ResourceGroupName : RG1 Location : southcentralus ProvisioningState : Succeeded Resources - This command creates a resource group that has no resources. You can use the New-AzureResource or New-AzureResourceGroupDeployment cmdlets to add resources and deployments to this resource group. + This command creates a resource group that has no resources. You can use the New-AzureRMResource or New-AzureRMResourceGroupDeployment cmdlets to add resources and deployments to this resource group. @@ -5033,7 +5033,7 @@ Resources PS C:\> - PS C:\>New-AzureResourceGroup –Name ContosoHosting –Location "West US" –TemplateFile D:\Templates\ContosoHosting.json -TemplateVersion "2014-04-01-preview" -DeploymentName ContosoHosting -TemplateParameterFile D:\Templates\ContosoHostingParms.json + PS C:\>New-AzureRMResourceGroup –Name ContosoHosting –Location "West US" –TemplateFile D:\Templates\ContosoHosting.json -TemplateVersion "2014-04-01-preview" -DeploymentName ContosoHosting -TemplateParameterFile D:\Templates\ContosoHostingParms.json Name: ContosoHosting Location: westus Resources: @@ -5042,7 +5042,7 @@ Resources: ContosoHosting Microsoft.Web/serverFarms westus Contoso Microsoft.Web/Sites West US - This command creates the "ContosoHosting" resource group from a custom template. It uses the TemplateFile parameter to specify the path and file name of the ContosoHosting.json template file and the TemplateParameterFile parameter to specify the ContosoHostingParms.json file, which contains the names and values of the parameters in the template. Because the command does not specify a storage account, New-AzureResourceGroup uses the current storage account in the subscription. + This command creates the "ContosoHosting" resource group from a custom template. It uses the TemplateFile parameter to specify the path and file name of the ContosoHosting.json template file and the TemplateParameterFile parameter to specify the ContosoHostingParms.json file, which contains the names and values of the parameters in the template. Because the command does not specify a storage account, New-AzureRMResourceGroup uses the current storage account in the subscription. @@ -5060,7 +5060,7 @@ Resources: PS C:\> - PS C:\>New-AzureResourceGroup –Name ContosoRG01 –Location "West US" –GalleryTemplateIdentity Microsoft.WebSite.0.1.0-preview1 -siteName ContosoWeb -hostingPlanName ContosoHosting -siteMode Limited -computeMode Shared -siteLocation "South Central US" -subscriptionID "9b14a38b-4b93-4554-8bb0-3cefb47abcde" -resourceGroup ContosoRG01 + PS C:\>New-AzureRMResourceGroup –Name ContosoRG01 –Location "West US" –GalleryTemplateIdentity Microsoft.WebSite.0.1.0-preview1 -siteName ContosoWeb -hostingPlanName ContosoHosting -siteMode Limited -computeMode Shared -siteLocation "South Central US" -subscriptionID "9b14a38b-4b93-4554-8bb0-3cefb47abcde" -resourceGroup ContosoRG01 ResourceGroupName : ContosoRG01 Location : westus ProvisioningState : Succeeded @@ -5073,7 +5073,7 @@ Resources : This example shows how to create a resource group from a gallery template and use the parameters that are added to the command dynamically to provide the template parameter values. - This command uses the New-AzureResourceGroup cmdlet to create a new resource group. It uses the GalleryTemplateIdentity parameter to specify the identity of the gallery template. In this scenario, you don't need to save the gallery template to disk.After you type the cmdlet parameters and values, type a minus sign (to indicate a parameter name) and then press the TAB key to trigger tab-completion. The cmdlet adds a parameter, such as siteMode. Type the parameter value, type a minus sign, press TAB, and it adds another parameter. To cycle through the parameter names, press TAB repeatedly. If you miss a mandatory template parameter, the cmdlet prompts you for the value. + This command uses the New-AzureRMResourceGroup cmdlet to create a new resource group. It uses the GalleryTemplateIdentity parameter to specify the identity of the gallery template. In this scenario, you don't need to save the gallery template to disk.After you type the cmdlet parameters and values, type a minus sign (to indicate a parameter name) and then press the TAB key to trigger tab-completion. The cmdlet adds a parameter, such as siteMode. Type the parameter value, type a minus sign, press TAB, and it adds another parameter. To cycle through the parameter names, press TAB repeatedly. If you miss a mandatory template parameter, the cmdlet prompts you for the value. @@ -5088,8 +5088,8 @@ Resources : PS C:\> - PS C:\> The first command uses the Get-AzureResourceGroupGalleryTemplate to get a gallery item. It pipes the gallery item to the Save-AzureResourceGroupGalleryTemplate cmdlet, which save the template as a JSON file in the path that you specify. -PS C:\>Get-AzureResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 | Save-AzureResourceGroupTemplate -Path D:\Azure\Templates + PS C:\> The first command uses the Get-AzureRMResourceGroupGalleryTemplate to get a gallery item. It pipes the gallery item to the Save-AzureRMResourceGroupGalleryTemplate cmdlet, which save the template as a JSON file in the path that you specify. +PS C:\>Get-AzureRMResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 | Save-AzureRMResourceGroupTemplate -Path D:\Azure\Templates Path: D:\Azure\Templates\Microsoft.WebSite.0.1.0-preview1.json @@ -5112,8 +5112,8 @@ The fourth command creates a hash table of the template parameters and values an PS C:\>$params = @{siteName="ContosoWeb"; hostingPlanName = "ContosoHosting"; siteMode = "Limited"; computeMode = "Shared"; siteLocation = "South Central US"; subscriptionId = "9b14a38b-4b93-4554-8bb0-3cefb47abcde"; resourceGroup = "ContosoRG01"} -The fifth command uses the New-AzureResourceGroup cmdlet to create the resource group. It uses the TemplateFile parameter to specify the gallery template file on disk and the TemplateParameterObject parameter to specify the hash table of template parameter names and values in the $params variable. It uses the StorageAccountName parameter to specify the storage account in which the template is stored. You must specify a storage account when you use the TemplateFile parameter and a "current" storage account has not been selected for the subscription.The cmdlet returns an object that represents the new resource group. -PS C:\>New-AzureResourceGroup –Name ContosoRG01 –Location "West US" –StorageAccountName contosostorage01 -DeploymentName WebDeploy01 -TemplateFile $home\Documents\Azure\Templates\Microsoft.WebSite.0.1.0-preview1.json -TemplateParameterObject @params -StorageAccountName ContosoStorage +The fifth command uses the New-AzureRMResourceGroup cmdlet to create the resource group. It uses the TemplateFile parameter to specify the gallery template file on disk and the TemplateParameterObject parameter to specify the hash table of template parameter names and values in the $params variable. It uses the StorageAccountName parameter to specify the storage account in which the template is stored. You must specify a storage account when you use the TemplateFile parameter and a "current" storage account has not been selected for the subscription.The cmdlet returns an object that represents the new resource group. +PS C:\>New-AzureRMResourceGroup –Name ContosoRG01 –Location "West US" –StorageAccountName contosostorage01 -DeploymentName WebDeploy01 -TemplateFile $home\Documents\Azure\Templates\Microsoft.WebSite.0.1.0-preview1.json -TemplateParameterObject @params -StorageAccountName ContosoStorage ResourceGroupName : ContosoRG01 Location : westus ProvisioningState : Succeeded @@ -5123,7 +5123,7 @@ Resources : Default1 Microsoft.Web/serverFarms southcentralus ContosoWeb Microsoft.Web/sites southcentralus - This example shows how to create a resource group from a gallery template that you saved to disk by using the Save-AzureResourceGroupGalleryTemplate cmdlet and a hash table of template parameter names and values. + This example shows how to create a resource group from a gallery template that you saved to disk by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet and a hash table of template parameter names and values. @@ -5141,7 +5141,7 @@ Resources : PS C:\> - PS C:\>New-AzureResourceGroup -Name RG1 -Location "South Central US" -Tag @{Name="Empty"}, @{Name="Department";Value="Marketing"} + PS C:\>New-AzureRMResourceGroup -Name RG1 -Location "South Central US" -Tag @{Name="Empty"}, @{Name="Department";Value="Marketing"} This command creates a new empty resource group. This command is the same as the command in Example 1, except that it assigns tags to the resource group. The first tag, named "Empty," could be used to identify resource groups that have no resources. The second tag is named "Department" and has a value of "Marketing". You can use a tag like this one to categorize resource groups for administration or budgeting. @@ -5167,7 +5167,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Add an Azure deployment to a resource group. @@ -5180,11 +5180,11 @@ Resources : This is the Description section - The New-AzureResourceGroupDeployment cmdlet adds a deployment to an existing resource group, including the resources that the deployment requires. This cmdlet is similar to the New-AzureResourceGroup cmdlet, but it works on existing resource groups, instead of new ones. To add resources to a resource group without using a template, use the New-AzureResource cmdlet.An Azure resource is a user-managed Azure entity, such as a database server, database, website, virtual machine, or storage account. An Azure resource group is a collection of Azure resources that are deployed as a unit, such as the web site, database server, and databases that are required for a financial web site. A deployment uses a resource group template to add resource to a resource group and publish them so they are available in Azure.To add a resource group deployment, specify the name of an existing resource group and a resource group template, which is a JSON string that represents of a resource group for a complex cloud-based service, such as a web portal. The template includes parameter (placeholders) for required resources and configurable property values, likes names and sizes. You can find many templates in the Azure template gallery and you can create your own templates.To find a gallery template, use the Get-AzureResourceGroupGalleryTemplate template cmdlet. To use a gallery template, use the GalleryTemplateIdentity parameter of New-AzureResourceGroupDeployment to specify the template identity. Or, use the Save-AzureResourceGalleryTemplate cmdlet to save the gallery template as a JSON file, and then use the TemplateFile or TemplateUri parameters to provide the name and location of the file.You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name.Each template has different parameters for configurable properties. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required parameter, the cmdlet prompts you for the value. Template parameter values that are typed at the command line take precedence over values in a template parameter object or file. + The New-AzureRMResourceGroupDeployment cmdlet adds a deployment to an existing resource group, including the resources that the deployment requires. This cmdlet is similar to the New-AzureRMResourceGroup cmdlet, but it works on existing resource groups, instead of new ones. To add resources to a resource group without using a template, use the New-AzureRMResource cmdlet.An Azure resource is a user-managed Azure entity, such as a database server, database, website, virtual machine, or storage account. An Azure resource group is a collection of Azure resources that are deployed as a unit, such as the web site, database server, and databases that are required for a financial web site. A deployment uses a resource group template to add resource to a resource group and publish them so they are available in Azure.To add a resource group deployment, specify the name of an existing resource group and a resource group template, which is a JSON string that represents of a resource group for a complex cloud-based service, such as a web portal. The template includes parameter (placeholders) for required resources and configurable property values, likes names and sizes. You can find many templates in the Azure template gallery and you can create your own templates.To find a gallery template, use the Get-AzureRMResourceGroupGalleryTemplate template cmdlet. To use a gallery template, use the GalleryTemplateIdentity parameter of New-AzureRMResourceGroupDeployment to specify the template identity. Or, use the Save-AzureRMResourceGalleryTemplate cmdlet to save the gallery template as a JSON file, and then use the TemplateFile or TemplateUri parameters to provide the name and location of the file.You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name.Each template has different parameters for configurable properties. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required parameter, the cmdlet prompts you for the value. Template parameter values that are typed at the command line take precedence over values in a template parameter object or file. - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5202,7 +5202,7 @@ Resources : TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5215,7 +5215,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5240,14 +5240,14 @@ Resources : TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5260,7 +5260,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5285,21 +5285,21 @@ Resources : TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5312,7 +5312,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5337,14 +5337,14 @@ Resources : GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5357,7 +5357,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5382,14 +5382,14 @@ Resources : GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5402,7 +5402,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5427,14 +5427,14 @@ Resources : TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5447,7 +5447,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5472,21 +5472,21 @@ Resources : TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5499,7 +5499,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5517,14 +5517,14 @@ Resources : GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5537,7 +5537,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5555,21 +5555,21 @@ Resources : TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5582,7 +5582,7 @@ Resources : - New-AzureResourceGroupDeployment + New-AzureRMResourceGroupDeployment Name @@ -5600,14 +5600,14 @@ Resources : TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5648,7 +5648,7 @@ Resources : TemplateVersion - Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. + Specifies a particular version of the gallery or custom template. Enter the version number, such as "2014-04-01-preview". This parameter is optional. If you specify this parameter, New-AzureRMResourceGroupDeployment verifies that the specified template has the matching version and fails if it does not. String @@ -5684,7 +5684,7 @@ Resources : TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String @@ -5696,7 +5696,7 @@ Resources : TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -5708,7 +5708,7 @@ Resources : StorageAccountName - Specifies the name of a storage account in the subscription. New-AzureResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. New-AzureRMResourceGroupDeployment saves the contents of template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a current storage account, the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -5720,7 +5720,7 @@ Resources : GalleryTemplateIdentity - Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. + Specifies the identity of a template in the Azure gallery. To find gallery templates, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. The value of the Identity property of each gallery item is displayed by default. String @@ -5782,7 +5782,7 @@ Resources : PS C:\> - PS C:\>New-AzureResourceGroupDeployment -New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -GalleryTemplateIdentity Microsoft.WebSite.0.1.0-preview1 -Name WebDeploy01 -siteName ContosoWeb -hostingPlanName ContosoHosting -siteMode Limited -computeMode Dedicated -siteLocation "North Europe" -subscriptionID "9b14a38b-4b93-4554-8bb0-3cefb47abcde" -resourceGroup ContosoRG01 + PS C:\>New-AzureRMResourceGroupDeployment -New-AzureRMResourceGroupDeployment -ResourceGroupName ContosoRG01 -GalleryTemplateIdentity Microsoft.WebSite.0.1.0-preview1 -Name WebDeploy01 -siteName ContosoWeb -hostingPlanName ContosoHosting -siteMode Limited -computeMode Dedicated -siteLocation "North Europe" -subscriptionID "9b14a38b-4b93-4554-8bb0-3cefb47abcde" -resourceGroup ContosoRG01 DeploymentName : WebDeploy01 ResourceGroupName : ContosoRG01 ProvisioningState : Succeeded @@ -5807,7 +5807,7 @@ Parameters : This example shows how to create a resource group deployment from a gallery template and use the parameters that are added to the command dynamically to provide the template parameter values. - This command uses the New-AzureResourceGroupDeployment cmdlet to create a new deployment in the ContosoRG01 resource group. It uses the GalleryTemplateIdentity parameter to specify the gallery template. In this scenario, you don't need to save the gallery template to disk.Instead of using a template parameter file or a template parameter object, we'll just use the parameters that are added to the command dynamically when you specify the template.After typing the Name parameter and its value, type a minus sign (to indicate a parameter name) and then press the TAB key to trigger tab-completion. The cmdlet adds a parameter, such as siteMode. Type the parameter value, type a minus sign, press TAB, and it adds another parameter. To cycle through the parameter names, press TAB repeatedly. If you miss a mandatory template parameter, the cmdlet prompts you for the value. + This command uses the New-AzureRMResourceGroupDeployment cmdlet to create a new deployment in the ContosoRG01 resource group. It uses the GalleryTemplateIdentity parameter to specify the gallery template. In this scenario, you don't need to save the gallery template to disk.Instead of using a template parameter file or a template parameter object, we'll just use the parameters that are added to the command dynamically when you specify the template.After typing the Name parameter and its value, type a minus sign (to indicate a parameter name) and then press the TAB key to trigger tab-completion. The cmdlet adds a parameter, such as siteMode. Type the parameter value, type a minus sign, press TAB, and it adds another parameter. To cycle through the parameter names, press TAB repeatedly. If you miss a mandatory template parameter, the cmdlet prompts you for the value. @@ -5822,7 +5822,7 @@ Parameters : PS C:\> - PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoEngineering -TemplateFile D:\Azure\Templates\EngineeringSite.json -TemplateParameterFile D:\Azure\Templates\EngSiteParms.json -TemplateVersion "2.1" -StorageAccountName contosostorage + PS C:\>New-AzureRMResourceGroupDeployment -ResourceGroupName ContosoEngineering -TemplateFile D:\Azure\Templates\EngineeringSite.json -TemplateParameterFile D:\Azure\Templates\EngSiteParms.json -TemplateVersion "2.1" -StorageAccountName contosostorage This command creates a new deployment by using a custom template and a template file on disk. The command uses the TemplateFile parameter to specify the template and the TemplateParameterFile to specify a file of parameters and parameter values. It uses the TemplateVersion parameter to specify a particular version of the template. Because the template files are stored in a storage account of the subscription, the cmdlet uses the StorageAccountName to specify the storage account to use. @@ -5842,8 +5842,8 @@ Parameters : PS C:\> - PS C:\> The first command uses the Save-AzureResourceGroupGalleryTemplate cmdlet to save the WordPress gallery template as a JSON file on disk. -PS C:\>Save-AzureResourceGroupGalleryTemplate -Identity WordPress.WordPress.0.1.0-preview1 -Path D:\Azure\Templates + PS C:\> The first command uses the Save-AzureRMResourceGroupGalleryTemplate cmdlet to save the WordPress gallery template as a JSON file on disk. +PS C:\>Save-AzureRMResourceGroupGalleryTemplate -Identity WordPress.WordPress.0.1.0-preview1 -Path D:\Azure\Templates Path: D:\Azure\Templates\WordPress.WordPress.0.1.0-preview1.json @@ -5851,8 +5851,8 @@ The second command saves a hash table of the template parameter values in the $p PS C:\> $params = @{siteName="ContosoBlog";hostingPlanName="ContosoHosting";siteMode="Limited";computeMode="Shared";siteLocation="North Europe";sku="Shared";workerSize="0";databaseName=contosodb1;databaseLocation="South Central US";databaseSku="Free";subscriptionId="7363c612-d678-4171-a715-585c237abcde";resourceGroup="ContosoRG01";dbSubscriptionId="7363c612-d678-4171-a715-585c237abcde";dbResourceGroup="ContosoRG01"} -The third command uses New-AzureResourceGroupDeployment cmdlet to add the new deployment to the ContosoRG01 resource group.The command uses the TemplateFile parameter to specify the saved gallery template file and the TemplateParameterObject to specify the hash table of parameters and parameter values in the $params variable. Because the template files are stored in a storage account of the subscription, the cmdlet uses the StorageAccountName to specify the storage account to use. -PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -TemplateFile D:\Azure\Templates\WordPress.WordPress.0.1.0-preview1.json -TemplateParameterObject $params -StorageAccountName contosostorage +The third command uses New-AzureRMResourceGroupDeployment cmdlet to add the new deployment to the ContosoRG01 resource group.The command uses the TemplateFile parameter to specify the saved gallery template file and the TemplateParameterObject to specify the hash table of parameters and parameter values in the $params variable. Because the template files are stored in a storage account of the subscription, the cmdlet uses the StorageAccountName to specify the storage account to use. +PS C:\>New-AzureRMResourceGroupDeployment -ResourceGroupName ContosoRG01 -TemplateFile D:\Azure\Templates\WordPress.WordPress.0.1.0-preview1.json -TemplateParameterObject $params -StorageAccountName contosostorage This command creates a new deployment by using a gallery template that is saved to disk as a JSON file and a hash table of parameter values. @@ -5878,7 +5878,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment Create a role assignment to some principals at a given scope. @@ -5895,7 +5895,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ObjectId @@ -5926,7 +5926,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ObjectId @@ -5957,7 +5957,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ObjectId @@ -5981,7 +5981,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ObjectId @@ -6033,7 +6033,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment Mail @@ -6064,7 +6064,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment Mail @@ -6095,7 +6095,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment Mail @@ -6147,7 +6147,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment Mail @@ -6171,7 +6171,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment UserPrincipalName @@ -6195,7 +6195,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment UserPrincipalName @@ -6226,7 +6226,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment UserPrincipalName @@ -6257,7 +6257,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment UserPrincipalName @@ -6309,7 +6309,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ServicePrincipalName @@ -6361,7 +6361,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ServicePrincipalName @@ -6392,7 +6392,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ServicePrincipalName @@ -6416,7 +6416,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleAssignment + New-AzureRMRoleAssignment ServicePrincipalName @@ -6621,7 +6621,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ PS C:\> - PS C:\> New-AzureRoleAssignment -ResourceGroupName rg1 -UPN foo@domain.com -RoleDefinitionName Reader + PS C:\> New-AzureRMRoleAssignment -ResourceGroupName rg1 -UPN foo@domain.com -RoleDefinitionName Reader add role assignment to a principal for a resource group using the separate parameters @@ -6641,7 +6641,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ PS C:\> - PS C:\> New-AzureRoleAssignment -ServicePrincipalName 36f81fc3-b00f-48cd-8218-3879f51ff39f -RoleDefinitionName Contributor + PS C:\> New-AzureRMRoleAssignment -ServicePrincipalName 36f81fc3-b00f-48cd-8218-3879f51ff39f -RoleDefinitionName Contributor add role assignment to a service principal for a subscription. @@ -6661,7 +6661,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ PS C:\> - PS C:\> New-AzureRoleAssignment -Mail allen.young@live.cn -RoleDefinitionName Owner -Scope "/resourcegroups/rg1/providers/Microsoft.Web/sites/site1" + PS C:\> New-AzureRMRoleAssignment -Mail allen.young@live.cn -RoleDefinitionName Owner -Scope "/resourcegroups/rg1/providers/Microsoft.Web/sites/site1" add role assignment to a principal for a resource using the generic parameter. Since the scope doens't start with "/subscriptions/{id}", the current subscription id will be used @@ -6679,15 +6679,15 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition @@ -6695,11 +6695,11 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleDefinition + New-AzureRMRoleDefinition Creates a new custom role in Azure RBAC. It uses either a JSON role definition file or a PSRoleDefinition object as an input. - Use the Get-AzureRoleDefinition command to generate a baseline role definition object and modify it properties as required. Use Get-AzureRoleDefinition | ConvertTo-Json command to generate a baseline json role definition file. Use the Get-AzureProviderOperation command to list all actions that can be secured using RBAC. + Use the Get-AzureRMRoleDefinition command to generate a baseline role definition object and modify it properties as required. Use Get-AzureRMRoleDefinition | ConvertTo-Json command to generate a baseline json role definition file. Use the Get-AzureRMProviderOperation command to list all actions that can be secured using RBAC. @@ -6709,8 +6709,8 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - The New-AzureRoleDefinition cmdlet creates a new custom role in Azure Role-Based Access Control. Provide a role definition as an input to the cmdlet in the form of a JSON file or a PSRoleDefinition object. The role definition for a new custom role MUST contain the DisplayName, Actions and the AssignableScopes properties. The role definition MAY contain the Description and NotActions property. - Following is a sample json role definition for New-AzureRoleDefinition + The New-AzureRMRoleDefinition cmdlet creates a new custom role in Azure Role-Based Access Control. Provide a role definition as an input to the cmdlet in the form of a JSON file or a PSRoleDefinition object. The role definition for a new custom role MUST contain the DisplayName, Actions and the AssignableScopes properties. The role definition MAY contain the Description and NotActions property. + Following is a sample json role definition for New-AzureRMRoleDefinition { "Name": "Contoso On-call", "Description": "Can monitor all resources and restart virtual machines", @@ -6723,7 +6723,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleDefinition + New-AzureRMRoleDefinition InputFile @@ -6740,7 +6740,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ - New-AzureRoleDefinition + New-AzureRMRoleDefinition Role @@ -6835,7 +6835,7 @@ PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Templ PS C:\> - PS C:\> $roleDef = Get-AzureRoleDefinition "Contoso Deployer" + PS C:\> $roleDef = Get-AzureRMRoleDefinition "Contoso Deployer" PS C:\> $roleDef.Id = null PS C:\> $roleDef.Name = "Contoso On-call" PS C:\> $roleDef.Actions.Remove("Microsoft.Resources/subscriptions/resourceGroups/deployments/*") @@ -6844,7 +6844,7 @@ PS C:\> $roleDef.Actions.Add("Microsoft.ClassicCompute/virtualmachines/r PS C:\> $roleDef.Description = "Can monitor all resources and restart virtual machines" PS C:\> $roleDef.AssignableScopes = @("/subscriptions/eb910d4f-edbf-429b-94F6-d76bae7ff401" , "/subscriptions/a846d197-5eac-45c7-b885-a6227fe6d388") -PS C:\> New-AzureRoleDefinition -Role $roleDef +PS C:\> New-AzureRMRoleDefinition -Role $roleDef @@ -6864,7 +6864,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef PS C:\> - PS C:\> New-AzureRoleDefinition -InputFile C:\Temp\roleDefinition.json + PS C:\> New-AzureRMRoleDefinition -InputFile C:\Temp\roleDefinition.json @@ -6882,19 +6882,19 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Get-AzureProviderOperation + Get-AzureRMProviderOperation - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition - Set-AzureRoleDefinition + Set-AzureRMRoleDefinition - Remove-AzureRoleDefinition + Remove-AzureRMRoleDefinition @@ -6906,7 +6906,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Register-AzureProvider + Register-AzureRMProvider @@ -6922,7 +6922,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Register-AzureProvider + Register-AzureRMProvider ProviderNamespace @@ -7026,7 +7026,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Register-AzureProviderFeature + Register-AzureRMProviderFeature @@ -7042,7 +7042,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Register-AzureProviderFeature + Register-AzureRMProviderFeature FeatureName @@ -7165,7 +7165,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Remove-AzureADApplication + Remove-AzureRMADApplication Deletes the azure active directory application. @@ -7182,7 +7182,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Remove-AzureADApplication + Remove-AzureRMADApplication ApplicationObjectId @@ -7284,7 +7284,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef PS C:\> - PS C:\> Remove-AzureADApplication -ApplicationObjectId b4cd1619-80b3-4cfb-9f8f-9f2333425738 -Force + PS C:\> Remove-AzureRMADApplication -ApplicationObjectId b4cd1619-80b3-4cfb-9f8f-9f2333425738 -Force Deletes the azure active directory application. @@ -7302,7 +7302,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - New-AzureADApplication + New-AzureRMADApplication @@ -7310,7 +7310,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Remove-AzureADServicePrincipal + Remove-AzureRMADServicePrincipal Deletes the azure active directory service principal. @@ -7327,7 +7327,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Remove-AzureADServicePrincipal + Remove-AzureRMADServicePrincipal ObjectId @@ -7448,7 +7448,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef PS C:\> - PS C:\> Remove-AzureADServicePrincipal -ObjectId 61b5d8ea-fdc6-40a2-8d5b-ad447c678d45 -Force + PS C:\> Remove-AzureRMADServicePrincipal -ObjectId 61b5d8ea-fdc6-40a2-8d5b-ad447c678d45 -Force Deletes the given azure active directory service principal. @@ -7466,11 +7466,11 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - New-AzureADServicePrincipal + New-AzureRMADServicePrincipal - Get-AzureADServicePrincipal + Get-AzureRMADServicePrincipal @@ -7478,7 +7478,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Remove-AzureResourceGroup + Remove-AzureRMResourceGroup Deletes a resource group. @@ -7491,11 +7491,11 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef This is the Description section - The Remove-AzureResourceGroup cmdlet deletes a resource group and its resources from your subscription. By default, Remove-AzureResourceGroup prompts you for confirmation. To suppress the prompt, use the Force parameter.To delete a resource, but leave the resource group, use the Remove-AzureResource cmdlet. + The Remove-AzureRMResourceGroup cmdlet deletes a resource group and its resources from your subscription. By default, Remove-AzureRMResourceGroup prompts you for confirmation. To suppress the prompt, use the Force parameter.To delete a resource, but leave the resource group, use the Remove-AzureRMResource cmdlet. - Remove-AzureResourceGroup + Remove-AzureRMResourceGroup Name @@ -7506,7 +7506,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef Force - Suppresses the confirmation prompt. By default, Remove-AzureResource prompts you to confirm before deleting a resource group. + Suppresses the confirmation prompt. By default, Remove-AzureRMResource prompts you to confirm before deleting a resource group. SwitchParameter @@ -7556,7 +7556,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef Force - Suppresses the confirmation prompt. By default, Remove-AzureResource prompts you to confirm before deleting a resource group. + Suppresses the confirmation prompt. By default, Remove-AzureRMResource prompts you to confirm before deleting a resource group. SwitchParameter @@ -7654,7 +7654,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef PS C:\> - PS C:\>Remove-AzureResourceGroup -Name -ContosoRG01 + PS C:\>Remove-AzureRMResourceGroup -Name -ContosoRG01 Confirm Are you sure you want to remove resource group 'ContosoRG01' @@ -7679,10 +7679,10 @@ Are you sure you want to remove resource group 'ContosoRG01' PS C:\> - PS C:\>Get-AzureResourceGroup -Name ContosoRG01 | Remove-AzureResourceGroup -Verbose -Force + PS C:\>Get-AzureRMResourceGroup -Name ContosoRG01 | Remove-AzureRMResourceGroup -Verbose -Force VERBOSE: Performing the operation "Removing resource group ..." on target "ContosoRG01". - This command deletes the ContosoRG01 resource group from the subscription. It uses the Get-AzureResourceGroup cmdlet to get the resource group and pipes the resource group (by name) to the Remove-AzureResourceGroup cmdlet. The Remove-AzureResourceGroup command uses the Verbose common parameter to get status information about the operation and the Force parameter to suppress the confirmation prompt. + This command deletes the ContosoRG01 resource group from the subscription. It uses the Get-AzureRMResourceGroup cmdlet to get the resource group and pipes the resource group (by name) to the Remove-AzureRMResourceGroup cmdlet. The Remove-AzureRMResourceGroup command uses the Verbose common parameter to get status information about the operation and the Force parameter to suppress the confirmation prompt. @@ -7700,7 +7700,7 @@ VERBOSE: Performing the operation "Removing resource group ..." on tar PS C:\> - PS C:\>Get-AzureResourceGroup | Remove-AzureResourceGroup -PassThru + PS C:\>Get-AzureRMResourceGroup | Remove-AzureRMResourceGroup -PassThru Confirm @@ -7720,7 +7720,7 @@ Are you sure you want to remove resource group 'ContosoRG02' True - This command deletes all resource groups in the subscription. To get all resource groups, it uses a Get-AzureResourceGroup command with no parameters. Then, it pipes the resource groups to the Remove-AzureResourceGroup cmdlet. The Remove-AzureResourceGroup command uses the Passthru parameter. As a result, the cmdlet returns a value of $True for each operation that succeeds. + This command deletes all resource groups in the subscription. To get all resource groups, it uses a Get-AzureRMResourceGroup command with no parameters. Then, it pipes the resource groups to the Remove-AzureRMResourceGroup cmdlet. The Remove-AzureRMResourceGroup command uses the Passthru parameter. As a result, the cmdlet returns a value of $True for each operation that succeeds. @@ -7744,7 +7744,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment Removes a role assignment. @@ -7761,7 +7761,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ObjectId @@ -7834,7 +7834,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ObjectId @@ -7900,7 +7900,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ObjectId @@ -7945,7 +7945,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ObjectId @@ -7990,7 +7990,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ObjectId @@ -8028,7 +8028,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment Mail @@ -8073,7 +8073,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment Mail @@ -8139,7 +8139,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment Mail @@ -8184,7 +8184,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment Mail @@ -8222,7 +8222,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment UserPrincipalName @@ -8260,7 +8260,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment UserPrincipalName @@ -8305,7 +8305,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment UserPrincipalName @@ -8371,7 +8371,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment UserPrincipalName @@ -8416,7 +8416,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ServicePrincipalName @@ -8461,7 +8461,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ServicePrincipalName @@ -8527,7 +8527,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ServicePrincipalName @@ -8572,7 +8572,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ServicePrincipalName @@ -8610,7 +8610,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment ResourceName @@ -8662,7 +8662,7 @@ True - Remove-AzureRoleAssignment + Remove-AzureRMRoleAssignment Scope @@ -8898,7 +8898,7 @@ True PS C:\> - PS C:\> Remove-AzureRoleAssignment -ResourceGroupName rg1 -UPN foo@domain.com -RoleDefinitionName Reader + PS C:\> Remove-AzureRMRoleAssignment -ResourceGroupName rg1 -UPN foo@domain.com -RoleDefinitionName Reader Removes a role assignment for principal in a resource group that have Reader role definition @@ -8916,15 +8916,15 @@ True - New-AzureRoleAssignment + New-AzureRMRoleAssignment - Get-AzureRoleAssignment + Get-AzureRMRoleAssignment - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition @@ -8932,9 +8932,9 @@ True - Remove-AzureRoleDefinition + Remove-AzureRMRoleDefinition - Deletes an existing custom role definition in Azure RBAC. The role definition to delete is provided using the Id property of the role definition. Use Get-AzureRoleDefinition to determine the role definition to be deleted. + Deletes an existing custom role definition in Azure RBAC. The role definition to delete is provided using the Id property of the role definition. Use Get-AzureRMRoleDefinition to determine the role definition to be deleted. @@ -8945,11 +8945,11 @@ True - The Remove-AzureRoleDefinition cmdlet deletes a custom role definition in Azure Role-Based Access Control. Provide the Id parameter of an existing custom role to delete that custom role. By default, Remove-AzureRoleDefinition prompts you for confirmation. To suppress the prompt, use the Force parameter. If there are existing role assignments made to the custom role to be deleted, the delete will fail. + The Remove-AzureRMRoleDefinition cmdlet deletes a custom role definition in Azure Role-Based Access Control. Provide the Id parameter of an existing custom role to delete that custom role. By default, Remove-AzureRMRoleDefinition prompts you for confirmation. To suppress the prompt, use the Force parameter. If there are existing role assignments made to the custom role to be deleted, the delete will fail. - Remove-AzureRoleDefinition + Remove-AzureRMRoleDefinition Id @@ -9070,7 +9070,7 @@ True PS C:\> - Remove-AzureRoleDefinition -Id "/subscriptions/eb910d4f-edbf-429b-94F6-d76bae7ff401/providers/Microsoft.Authorization/roleDefinitions/52a6cc13-ff92-47a8-a39b-2a8205c3087e" + Remove-AzureRMRoleDefinition -Id "/subscriptions/eb910d4f-edbf-429b-94F6-d76bae7ff401/providers/Microsoft.Authorization/roleDefinitions/52a6cc13-ff92-47a8-a39b-2a8205c3087e" @@ -9088,15 +9088,15 @@ True - New-AzureRoleDefinition + New-AzureRMRoleDefinition - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition - Set-AzureRoleDefinition + Set-AzureRMRoleDefinition @@ -9108,7 +9108,7 @@ True - Save-AzureResourceGroupGalleryTemplate + Save-AzureRMResourceGroupGalleryTemplate Saves a gallery template to a JSON file @@ -9121,11 +9121,11 @@ True This is the Description section - The Save-AzureResourceGroupGalleryTemplate cmdlet saves a template from the Azure template gallery as a JSON file on disk and returns the path to the saved file. You can to use the template to create Azure resource groups and deploymentsA resource is a user-managed entity, such as a website, database server, or database. A resource group is a collection of resources that are deployed as a unit. You can create resources individually and add them to resource groups. However, typically, you create a resource group by using a template.A template is a JSON string that defines a resource group for a complex entity, such as a web hosting site or web portal. The template defines the resources that are typically needed for the entity, such as websites, databases, and storage accounts, and includes parameters for user-defined values, such as the names and properties of the resources. To get a resource group template, use the Get-AzureResourceGroupGalleryTemplate cmdlet to get a gallery template and then use the Save-AzureResourceGroupGalleryTemplate cmdlet to save the template as a JSON file. Or, you can create your own templates, either from scratch or by editing a gallery template. To verify the syntax of a template, use the Test-AzureResourceGroupTemplate cmdlet.To use a template to create a resource group, use the New-AzureResourceGroup or New-AzureResourceGroupDeployment cmdlets. Just identify the template and provide values for its parameters. + The Save-AzureRMResourceGroupGalleryTemplate cmdlet saves a template from the Azure template gallery as a JSON file on disk and returns the path to the saved file. You can to use the template to create Azure resource groups and deploymentsA resource is a user-managed entity, such as a website, database server, or database. A resource group is a collection of resources that are deployed as a unit. You can create resources individually and add them to resource groups. However, typically, you create a resource group by using a template.A template is a JSON string that defines a resource group for a complex entity, such as a web hosting site or web portal. The template defines the resources that are typically needed for the entity, such as websites, databases, and storage accounts, and includes parameters for user-defined values, such as the names and properties of the resources. To get a resource group template, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet to get a gallery template and then use the Save-AzureRMResourceGroupGalleryTemplate cmdlet to save the template as a JSON file. Or, you can create your own templates, either from scratch or by editing a gallery template. To verify the syntax of a template, use the Test-AzureResourceGroupTemplate cmdlet.To use a template to create a resource group, use the New-AzureRMResourceGroup or New-AzureRMResourceGroupDeployment cmdlets. Just identify the template and provide values for its parameters. - Save-AzureResourceGroupGalleryTemplate + Save-AzureRMResourceGroupGalleryTemplate Identity @@ -9143,7 +9143,7 @@ True Force - Suppresses the confirmation prompt. By default, if you specify a path and file name that already exists, Save-AzureResourceGroupGalleryTemplate prompts before overwriting the file. + Suppresses the confirmation prompt. By default, if you specify a path and file name that already exists, Save-AzureRMResourceGroupGalleryTemplate prompts before overwriting the file. SwitchParameter @@ -9184,7 +9184,7 @@ True Force - Suppresses the confirmation prompt. By default, if you specify a path and file name that already exists, Save-AzureResourceGroupGalleryTemplate prompts before overwriting the file. + Suppresses the confirmation prompt. By default, if you specify a path and file name that already exists, Save-AzureRMResourceGroupGalleryTemplate prompts before overwriting the file. SwitchParameter @@ -9246,7 +9246,7 @@ True PS C:\> - PS C:\>Save-AzureResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 + PS C:\>Save-AzureRMResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 Path: C:\ Microsoft.WebSite.0.1.0-preview1.json @@ -9269,12 +9269,12 @@ C:\ Microsoft.WebSite.0.1.0-preview1.json PS C:\> - PS C:\>Get-AzureResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 | Save-AzureResourceGroupGalleryTemplate -Path $home\Documents\MyTemplates + PS C:\>Get-AzureRMResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 | Save-AzureRMResourceGroupGalleryTemplate -Path $home\Documents\MyTemplates Path C:\Users\User01\Documents\MyTemplates\ Microsoft.WebSite.0.1.0-preview1.json - This command pipes the Microsoft.WebSite.0.1.0-preview1 gallery item from the Get-AzureResourceGroupGalleryTemplate cmdlet to the Save-AzureResourceGroupGalleryTemplate cmdlet. The command uses the Path parameter to save the JSON template in an alternate directory. Because the command uses the Passthru parameter, the cmdlet returns True to indicate that the save operation succeeded. + This command pipes the Microsoft.WebSite.0.1.0-preview1 gallery item from the Get-AzureRMResourceGroupGalleryTemplate cmdlet to the Save-AzureRMResourceGroupGalleryTemplate cmdlet. The command uses the Path parameter to save the JSON template in an alternate directory. Because the command uses the Passthru parameter, the cmdlet returns True to indicate that the save operation succeeded. @@ -9292,19 +9292,19 @@ C:\Users\User01\Documents\MyTemplates\ Microsoft.WebSite.0.1.0-preview1.json PS C:\> - PS C:\> The first command uses the Save-AzureResourceGalleryTemplate cmdlet to save a template to disk. The cmdlet returns the path to the JSON file. -PS C:\>Save-AzureResourceGroupGalleryTemplate -Identity TechInfoSystems.GalleryServerPro.0.1.0-preview1 -Path $home\Documents\MyTemplates + PS C:\> The first command uses the Save-AzureRMResourceGalleryTemplate cmdlet to save a template to disk. The cmdlet returns the path to the JSON file. +PS C:\>Save-AzureRMResourceGroupGalleryTemplate -Identity TechInfoSystems.GalleryServerPro.0.1.0-preview1 -Path $home\Documents\MyTemplates Path C:\Users\User01\Documents\MyTemplates\TechInfoSystems.GalleryServerPro.0.1.0-preview1.json -The second command uses the New-AzureResourceGroup cmdlet to create a new resource group based on the template. To specify the saved template, the command uses the TemplateFile parameter, which takes a path to a JSON file on disk. To specify the template parameters, the command uses the TemplateParameterFile parameter, which takes a path to a JSON file of parameters and parameter values.The command returns the newly created resource group. -PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central US' -DeploymentName DeployWeb1 –StorageAccountName contosostorage01 -TemplateFile $home\Documents\MyTemplates\TechInfoSystems.GalleryServerPro.0.1.0-preview1.json -TemplateParameterFile $home\Documents\MyTemplates\TechInfoParameters.json +The second command uses the New-AzureRMResourceGroup cmdlet to create a new resource group based on the template. To specify the saved template, the command uses the TemplateFile parameter, which takes a path to a JSON file on disk. To specify the template parameters, the command uses the TemplateParameterFile parameter, which takes a path to a JSON file of parameters and parameter values.The command returns the newly created resource group. +PS C:\>New-AzureRMResourceGroup -Name ContosoRG02 -Location 'South Central US' -DeploymentName DeployWeb1 –StorageAccountName contosostorage01 -TemplateFile $home\Documents\MyTemplates\TechInfoSystems.GalleryServerPro.0.1.0-preview1.json -TemplateParameterFile $home\Documents\MyTemplates\TechInfoParameters.json This example shows how to use a saved gallery template to create a new resource group. - It's often useful to save a gallery template to disk before using it to create a resource group or a deployment. This gives you the opportunity to review the template and the resources that it creates and to determine that values that you will use for the parameters. But, you do not need to save a gallery template before using it to create a resource group. To use a gallery template without saving it, use the GalleryTemplateIdentity parameter of the New-AzureResourceGroup or New-AzureResourceGroupDeployment cmdlets. + It's often useful to save a gallery template to disk before using it to create a resource group or a deployment. This gives you the opportunity to review the template and the resources that it creates and to determine that values that you will use for the parameters. But, you do not need to save a gallery template before using it to create a resource group. To use a gallery template without saving it, use the GalleryTemplateIdentity parameter of the New-AzureRMResourceGroup or New-AzureRMResourceGroupDeployment cmdlets. @@ -9325,7 +9325,7 @@ PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central - Set-AzureResourceGroup + Set-AzureRMResourceGroup Changes the properties of a resource group @@ -9338,11 +9338,11 @@ PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central This is the Description section - The Set-AzureResourceGroup cmdlet changes the properties of a resource group. You can use this cmdlet to add, change, or delete the Azure tags applied to a resource group. Use the Name parameter to identify the resource group and the Tag parameter to change the tags. You cannot use this cmdlet to change the name of a resource group. + The Set-AzureRMResourceGroup cmdlet changes the properties of a resource group. You can use this cmdlet to add, change, or delete the Azure tags applied to a resource group. Use the Name parameter to identify the resource group and the Tag parameter to change the tags. You cannot use this cmdlet to change the name of a resource group. - Set-AzureResourceGroup + Set-AzureRMResourceGroup Name @@ -9353,7 +9353,7 @@ PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central Tag - Replaces the tags for the resource group with the specified tags. To add or change a single tag, you must replace the collection of tags for the resource group.A "tag" is a name-value pair that you can create and apply to resources and resource groups. After you assign tags to resources and groups, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources.Each tag must have a Name key. It can also have an optional Value key with one value. To specify a tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}.To delete a tag, enter a hash table with all tags currently applied to the resource group (from Get-AzureResourceGroup), except for the tag you want to delete. To delete all tags from a resource group, enter an empty hash table (-Tag @{}). + Replaces the tags for the resource group with the specified tags. To add or change a single tag, you must replace the collection of tags for the resource group.A "tag" is a name-value pair that you can create and apply to resources and resource groups. After you assign tags to resources and groups, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources.Each tag must have a Name key. It can also have an optional Value key with one value. To specify a tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}.To delete a tag, enter a hash table with all tags currently applied to the resource group (from Get-AzureRMResourceGroup), except for the tag you want to delete. To delete all tags from a resource group, enter an empty hash table (-Tag @{}). Hashtable[] @@ -9382,7 +9382,7 @@ PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central Tag - Replaces the tags for the resource group with the specified tags. To add or change a single tag, you must replace the collection of tags for the resource group.A "tag" is a name-value pair that you can create and apply to resources and resource groups. After you assign tags to resources and groups, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources.Each tag must have a Name key. It can also have an optional Value key with one value. To specify a tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}.To delete a tag, enter a hash table with all tags currently applied to the resource group (from Get-AzureResourceGroup), except for the tag you want to delete. To delete all tags from a resource group, enter an empty hash table (-Tag @{}). + Replaces the tags for the resource group with the specified tags. To add or change a single tag, you must replace the collection of tags for the resource group.A "tag" is a name-value pair that you can create and apply to resources and resource groups. After you assign tags to resources and groups, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources.Each tag must have a Name key. It can also have an optional Value key with one value. To specify a tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}.To delete a tag, enter a hash table with all tags currently applied to the resource group (from Get-AzureRMResourceGroup), except for the tag you want to delete. To delete all tags from a resource group, enter an empty hash table (-Tag @{}). Hashtable[] @@ -9444,7 +9444,7 @@ PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central PS C:\> - PS C:\>Set-AzureResourceGroup -Name ContosoRG -Tag @{Name="Department";Value="IT"} + PS C:\>Set-AzureRMResourceGroup -Name ContosoRG -Tag @{Name="Department";Value="IT"} This command applies a "Department" tag with a value of "IT" to a resource group that has no existing tags. @@ -9464,7 +9464,7 @@ PS C:\>New-AzureResourceGroup -Name ContosoRG02 -Location 'South Central PS C:\> - PS C:\>$tags = (Get-AzureResourceGroup -Name ContosoRG).Tags + PS C:\>$tags = (Get-AzureRMResourceGroup -Name ContosoRG).Tags PS C:\>$tags @@ -9478,9 +9478,9 @@ Tags: PS C:\>$tags += @{Name="Status";Value="Approved"}, @{Name="FY2016"} -PS C:\>Set-AzureResourceGroup -Name ContosoRG -Tag $tags +PS C:\>Set-AzureRMResourceGroup -Name ContosoRG -Tag $tags -PS C:>(Get-AzureResourceGroup -Name ContosoRG).Tags +PS C:>(Get-AzureRMResourceGroup -Name ContosoRG).Tags Tags: @@ -9494,7 +9494,7 @@ Tags: This command adds a "Status" tag with a value of "Approved" and an "FY2016" tag to a resource group that has existing tags. Because the tags you specify replace the existing tags, you must include the existing tags in the new tag collection or you will lose them. - The first command gets all existing tags of the ContosoRG resource group. It uses the Get-AzureResourceGroup cmdlet to get the ContosoRG resource group and then uses the dot method to get the value of its Tags property. It saves the existing tags in a $tags variable.The second command gets the tags in the $tags variable.The third command uses a "+=" operator to add the Status and FY2016 tags to the collection (array) of tags in the $tags variable.The fourth command uses the Tag parameter of Set-AzureResourceGroup to apply the tags in the $tags variable to the ContosoRG resource group.The fifth command shows the effect of the change. It gets all of the tags applied to the ContosoRG resource group. The output shows that the resource group has the Department tag and the two new tags, Status and FY2015. + The first command gets all existing tags of the ContosoRG resource group. It uses the Get-AzureRMResourceGroup cmdlet to get the ContosoRG resource group and then uses the dot method to get the value of its Tags property. It saves the existing tags in a $tags variable.The second command gets the tags in the $tags variable.The third command uses a "+=" operator to add the Status and FY2016 tags to the collection (array) of tags in the $tags variable.The fourth command uses the Tag parameter of Set-AzureRMResourceGroup to apply the tags in the $tags variable to the ContosoRG resource group.The fifth command shows the effect of the change. It gets all of the tags applied to the ContosoRG resource group. The output shows that the resource group has the Department tag and the two new tags, Status and FY2015. @@ -9509,7 +9509,7 @@ Tags: PS C:\> - PS C:\>Set-AzureResourceGroup -Name ContosoRG -Tag @{} + PS C:\>Set-AzureRMResourceGroup -Name ContosoRG -Tag @{} This command deletes all tags from the ContosoRG resource group. It uses the Tag parameter with an empty hash table value. @@ -9535,11 +9535,11 @@ Tags: - Set-AzureRoleDefinition + Set-AzureRMRoleDefinition Updates a custom role in Azure RBAC. the updated role definition is provided using either a JSON role definition file or a PSRoleDefinition object as input. - Use the Get-AzureRoleDefinition command to get a custom role definition object whose properties you can modify as required. Use Get-AzureRoleDefinition | ConvertTo-Json command to export the custom role that needs to be updated, into a JSON file, that you can modify. Use the Get-AzureProviderOperation command to list all actions in Azure that can be secured using RBAC. + Use the Get-AzureRMRoleDefinition command to get a custom role definition object whose properties you can modify as required. Use Get-AzureRMRoleDefinition | ConvertTo-Json command to export the custom role that needs to be updated, into a JSON file, that you can modify. Use the Get-AzureRMProviderOperation command to list all actions in Azure that can be secured using RBAC. @@ -9549,8 +9549,8 @@ Tags: - The Set-AzureRoleDefinition cmdlet updates an existing custom role in Azure Role-Based Access Control. Provide the updated role definition as an input to the cmdlet in the form of a JSON file or a PSRoleDefinition object. The role definition for the updated custom role MUST contain the Id property. The role definition SHOULD contain at least one property that is being updated: DisplayName, Description, Actions, NotActions, AssignableScopes - Following is a sample updated role definition json for Set-AzureRoleDefinition + The Set-AzureRMRoleDefinition cmdlet updates an existing custom role in Azure Role-Based Access Control. Provide the updated role definition as an input to the cmdlet in the form of a JSON file or a PSRoleDefinition object. The role definition for the updated custom role MUST contain the Id property. The role definition SHOULD contain at least one property that is being updated: DisplayName, Description, Actions, NotActions, AssignableScopes + Following is a sample updated role definition json for Set-AzureRMRoleDefinition { "Id": "/subscriptions/eb910d4f-edbf-429b-94F6-d76bae7ff401/providers/Microsoft.Authorization/roleDefinitions/52a6cc13-ff92-47a8-a39b-2a8205c3087e", @@ -9564,7 +9564,7 @@ Tags: - Set-AzureRoleDefinition + Set-AzureRMRoleDefinition InputFile @@ -9581,7 +9581,7 @@ Tags: - Set-AzureRoleDefinition + Set-AzureRMRoleDefinition Role @@ -9676,12 +9676,12 @@ Tags: PS C:\> - PS C:\> $roleDef = Get-AzureRoleDefinition "Contoso On-Call" + PS C:\> $roleDef = Get-AzureRMRoleDefinition "Contoso On-Call" PS C:\> $roleDef.Actions.Add("Microsoft.ClassicCompute/virtualmachines/start/action") PS C:\> $roleDef.Description = "Can monitor all resources and start and restart virtual machines" PS C:\> $roleDef.AssignableScopes = @("/subscriptions/eb910d4f-edbf-429b-94F6-d76bae7ff401" , "/subscriptions/a846d197-5eac-45c7-b885-a6227fe6d388") -PS C:\> New-AzureRoleDefinition -Role $roleDef +PS C:\> New-AzureRMRoleDefinition -Role $roleDef @@ -9701,7 +9701,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef PS C:\> - PS C:\> Set-AzureRoleDefinition -InputFile C:\Temp\roleDefinition.json + PS C:\> Set-AzureRMRoleDefinition -InputFile C:\Temp\roleDefinition.json @@ -9719,19 +9719,19 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Get-AzureProviderOperation + Get-AzureRMProviderOperation - Get-AzureRoleDefinition + Get-AzureRMRoleDefinition - New-AzureRoleDefinition + New-AzureRMRoleDefinition - Remove-AzureRoleDefinition + Remove-AzureRMRoleDefinition @@ -9743,7 +9743,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef - Stop-AzureResourceGroupDeployment + Stop-AzureRMResourceGroupDeployment Cancels a resource group deployment @@ -9756,11 +9756,11 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef This is the Description section - The Stop-AzureResourceGroupDeployment cmdlet cancels an Azure resource group deployment that is started, but not completed. To stop a deployment, the deployment must have an incomplete provisioning state, such as Provisioning, and not a completed state, such as Provisioned or Failed.An Azure resource is a user-managed entity, such as a website, database, or database server. A resource group is a collection of resources that are deployed as a unit. To deploy a resource group, use the New-AzureResourceGroup or New-AzureResourceGroupDeployment cmdlets. The New-AzureResource cmdlet creates a new resource, but it does not trigger a resource group deployment operation that this cmdlet can stop.This cmdlet stops only one running deployment. Use the Name parameter to stop a particular deployment. If you omit the Name parameter, Stop-AzureResourceGroupDeployment searches for a running deployment and stops it, but if it finds more than one running deployment, the command fails.By default, Stop-AzureResourceGroupDeployment prompts you for confirmation. To suppress the prompt, use the Force parameter. + The Stop-AzureRMResourceGroupDeployment cmdlet cancels an Azure resource group deployment that is started, but not completed. To stop a deployment, the deployment must have an incomplete provisioning state, such as Provisioning, and not a completed state, such as Provisioned or Failed.An Azure resource is a user-managed entity, such as a website, database, or database server. A resource group is a collection of resources that are deployed as a unit. To deploy a resource group, use the New-AzureRMResourceGroup or New-AzureRMResourceGroupDeployment cmdlets. The New-AzureRMResource cmdlet creates a new resource, but it does not trigger a resource group deployment operation that this cmdlet can stop.This cmdlet stops only one running deployment. Use the Name parameter to stop a particular deployment. If you omit the Name parameter, Stop-AzureRMResourceGroupDeployment searches for a running deployment and stops it, but if it finds more than one running deployment, the command fails.By default, Stop-AzureRMResourceGroupDeployment prompts you for confirmation. To suppress the prompt, use the Force parameter. - Stop-AzureResourceGroupDeployment + Stop-AzureRMResourceGroupDeployment ResourceGroupName @@ -9771,14 +9771,14 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef Name - Stops the specified deployment. Enter the deployment name. This parameter is optional.Without this parameter, Stop-AzureResourceGroupDeployment searches for a running deployment in the resource group and stops it, but if it finds more than one running deployment, the command fails.You can use -Name or its alias, -DeploymentName.To find the deployment name, use the Get-AzureResourceGroupDeployment cmdlet. + Stops the specified deployment. Enter the deployment name. This parameter is optional.Without this parameter, Stop-AzureRMResourceGroupDeployment searches for a running deployment in the resource group and stops it, but if it finds more than one running deployment, the command fails.You can use -Name or its alias, -DeploymentName.To find the deployment name, use the Get-AzureRMResourceGroupDeployment cmdlet. String Force - Suppresses the confirmation prompt. By default, Stop-AzureResourceGroupDeployment prompts you before stopping a deployment. + Suppresses the confirmation prompt. By default, Stop-AzureRMResourceGroupDeployment prompts you before stopping a deployment. SwitchParameter @@ -9814,7 +9814,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef Name - Stops the specified deployment. Enter the deployment name. This parameter is optional.Without this parameter, Stop-AzureResourceGroupDeployment searches for a running deployment in the resource group and stops it, but if it finds more than one running deployment, the command fails.You can use -Name or its alias, -DeploymentName.To find the deployment name, use the Get-AzureResourceGroupDeployment cmdlet. + Stops the specified deployment. Enter the deployment name. This parameter is optional.Without this parameter, Stop-AzureRMResourceGroupDeployment searches for a running deployment in the resource group and stops it, but if it finds more than one running deployment, the command fails.You can use -Name or its alias, -DeploymentName.To find the deployment name, use the Get-AzureRMResourceGroupDeployment cmdlet. String @@ -9826,7 +9826,7 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef Force - Suppresses the confirmation prompt. By default, Stop-AzureResourceGroupDeployment prompts you before stopping a deployment. + Suppresses the confirmation prompt. By default, Stop-AzureRMResourceGroupDeployment prompts you before stopping a deployment. SwitchParameter @@ -9900,14 +9900,14 @@ PS C:\> New-AzureRoleDefinition -Role $roleDef PS C:\> - PS C:\>New-AzureResourceGroup -ResourceGroupName ContosoRG01 -GalleryTemplateName WebHosting -TemplateParameterFile .\HostingTemplateValues + PS C:\>New-AzureRMResourceGroup -ResourceGroupName ContosoRG01 -GalleryTemplateName WebHosting -TemplateParameterFile .\HostingTemplateValues -PS C:\>Stop-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Force +PS C:\>Stop-AzureRMResourceGroupDeployment -ResourceGroupName ContosoRG01 -Force - This example shows how to use the Stop-AzureResourceGroupDeployment command to stop a deployment in progress. The first command uses the New-AzureResourceGroup cmdlet to create and deploy a new resource group. + This example shows how to use the Stop-AzureRMResourceGroupDeployment command to stop a deployment in progress. The first command uses the New-AzureRMResourceGroup cmdlet to create and deploy a new resource group. - Immediately after pressing enter, you remember that you need to get manager approval before deploying new resources. The second command uses the Stop-AzureResourceGroupDeployment cmdlet to stop the deployment before it completes. The command uses the ResourceGroupName parameter to identify the deployment. It also uses the Force parameter to suppress the confirmation prompt. + Immediately after pressing enter, you remember that you need to get manager approval before deploying new resources. The second command uses the Stop-AzureRMResourceGroupDeployment cmdlet to stop the deployment before it completes. The command uses the ResourceGroupName parameter to identify the deployment. It also uses the Force parameter to suppress the confirmation prompt. @@ -9922,17 +9922,17 @@ PS C:\>Stop-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Forc PS C:\> - PS C:\>New-AzureResourceGroup -ResourceGroupName ContosoRG01 -GalleryTemplateName WebHosting -TemplateParameterFile .\HostingTemplateValues -DeploymentName DeployHost + PS C:\>New-AzureRMResourceGroup -ResourceGroupName ContosoRG01 -GalleryTemplateName WebHosting -TemplateParameterFile .\HostingTemplateValues -DeploymentName DeployHost -PS C:\>New-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -TemplateParameterFile .\PortalTemplateValues -GalleryTemplateName WebPortal -DeploymentName DeployPortal +PS C:\>New-AzureRMResourceGroupDeployment -ResourceGroupName ContosoRG01 -TemplateParameterFile .\PortalTemplateValues -GalleryTemplateName WebPortal -DeploymentName DeployPortal -PS C:\>Stop-AzureResourceGroupDeployment -ResourceGroupName ContosoRG01 -Name DeployPortal -Passthru +PS C:\>Stop-AzureRMResourceGroupDeployment -ResourceGroupName ContosoRG01 -Name DeployPortal -Passthru True - This example shows how to use the Name (alias DeploymentName) parameter of the Stop-AzureResourceGroupDeployment command to stop a deployment in progress. + This example shows how to use the Name (alias DeploymentName) parameter of the Stop-AzureRMResourceGroupDeployment command to stop a deployment in progress. - The first command uses the New-AzureResourceGroup cmdlet to create and deploy a new "ContosoRG01" resource group with a "DeployHost" deployment. The second command uses the New-AzureResourceGroupDeployment to add the "DeployPortal" deployment to the "ContosoRG01" resource group.The third command uses the Stop-AzureResourceGroupDeployment cmdlet to stop the "DeployPortal" deployment before it completes. The command uses the ResourceGroupName parameter to identify the resource group and the Name parameter to specify the deployment name. Because the command include the Passthru parameter, the cmdlet returns a value of True ($True) to indicate that the deployment stopped. + The first command uses the New-AzureRMResourceGroup cmdlet to create and deploy a new "ContosoRG01" resource group with a "DeployHost" deployment. The second command uses the New-AzureRMResourceGroupDeployment to add the "DeployPortal" deployment to the "ContosoRG01" resource group.The third command uses the Stop-AzureRMResourceGroupDeployment cmdlet to stop the "DeployPortal" deployment before it completes. The command uses the ResourceGroupName parameter to identify the resource group and the Name parameter to specify the deployment name. Because the command include the Passthru parameter, the cmdlet returns a value of True ($True) to indicate that the deployment stopped. @@ -9966,7 +9966,7 @@ True This is the Description section - The Test-AzureResourceGroupTemplate cmdlet verifies the validity of a resource group template, its parameters, and parameter values. It returns errors that it finds. Otherwise, it does not return any output.To specify a template, use the GalleryTemplateIdentity or TemplateFile parameters. To specify the template parameter values, use the TemplateParameterFile or TemplateParameterObject parameters, or use the template parameters that are added to the command dynamically when you specify the template. To get the parameters, just type a minus sign (-) to indicate a parameter name and press the TAB key to trigger tab-completion. If you miss a required parameter, the cmdlet prompts you for the value. Parameter values typed at the command line take precedence over values in a template parameter object or file.A resource group template is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can use a resource group template to create a resource group or resource group deployment. The template includes parameter (placeholders) for configurable property values, likes names and sizes. You can find many templates in the Azure template gallery (Get-AzureResourceGroupGalleryTemplate) and you can create your own templates. + The Test-AzureResourceGroupTemplate cmdlet verifies the validity of a resource group template, its parameters, and parameter values. It returns errors that it finds. Otherwise, it does not return any output.To specify a template, use the GalleryTemplateIdentity or TemplateFile parameters. To specify the template parameter values, use the TemplateParameterFile or TemplateParameterObject parameters, or use the template parameters that are added to the command dynamically when you specify the template. To get the parameters, just type a minus sign (-) to indicate a parameter name and press the TAB key to trigger tab-completion. If you miss a required parameter, the cmdlet prompts you for the value. Parameter values typed at the command line take precedence over values in a template parameter object or file.A resource group template is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can use a resource group template to create a resource group or resource group deployment. The template includes parameter (placeholders) for configurable property values, likes names and sizes. You can find many templates in the Azure template gallery (Get-AzureRMResourceGroupGalleryTemplate) and you can create your own templates. @@ -9981,14 +9981,14 @@ True TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -10026,7 +10026,7 @@ True TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String @@ -10064,14 +10064,14 @@ True TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -10109,7 +10109,7 @@ True GalleryTemplateIdentity - Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. + Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. String @@ -10147,7 +10147,7 @@ True GalleryTemplateIdentity - Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. + Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. String @@ -10185,7 +10185,7 @@ True TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String @@ -10223,14 +10223,14 @@ True TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String StorageAccountName - Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -10261,7 +10261,7 @@ True GalleryTemplateIdentity - Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. + Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. String @@ -10292,7 +10292,7 @@ True TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String @@ -10328,7 +10328,7 @@ True TemplateFile - Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -10340,7 +10340,7 @@ True StorageAccountName - Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureSubscription cmdlet. + Specifies the name of a storage account in the subscription. Test-AzureResourceGroupGalleryTemplate saves the contents of local template files in the storage account. This parameter is optional, but a storage account is required when you use the TemplateFile parameter.The default value is the current storage account in the subscription. If you do not specify a storage account and the subscription does not have a storage account that it designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRMStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRMSubscription cmdlet. String @@ -10388,7 +10388,7 @@ True TemplateUri - Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureResourceGroupGalleryTemplate cmdlet. + Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRMResourceGroupGalleryTemplate cmdlet. String @@ -10400,7 +10400,7 @@ True GalleryTemplateIdentity - Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. + Specifies the identity of the gallery template to test. Enter an Identity value not a file name. Wildcards are not permitted.To get the identity of a gallery template, use the Get-AzureRMResourceGroupGalleryTemplate cmdlet. To test a gallery template that is saved as a JSON file on disk, use the TemplateFile parameter. String @@ -10530,7 +10530,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall - Unregister-AzureProvider + Unregister-AzureRMProvider @@ -10546,7 +10546,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall - Unregister-AzureProvider + Unregister-AzureRMProvider ProviderNamespace @@ -13026,7 +13026,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall - Get-AzureResource + Get-AzureRMResource Gets Azure resources @@ -13039,7 +13039,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall This is the Description section - The Get-AzureResource cmdlet gets the Azure resources in the subscription. By default, it gets all resources in the subscription, but you can use the parameters in the cmdlet to filter the results.An Azure resource is a user-managed Azure entity, such as a database server, database, or website. Every Azure resource is associated with a resource group, which is a collection of resources that are deployed as a unit. + The Get-AzureRMResource cmdlet gets the Azure resources in the subscription. By default, it gets all resources in the subscription, but you can use the parameters in the cmdlet to filter the results.An Azure resource is a user-managed Azure entity, such as a database server, database, or website. Every Azure resource is associated with a resource group, which is a collection of resources that are deployed as a unit. @@ -13047,7 +13047,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall ResourceGroupName - Gets only resources in the specified resource group. Wildcards are not permitted. This parameter is required only when you are selecting resources by name. By default, Get-AzureResource gets all resources in the subscription. + Gets only resources in the specified resource group. Wildcards are not permitted. This parameter is required only when you are selecting resources by name. By default, Get-AzureRMResource gets all resources in the subscription. string @@ -13071,7 +13071,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall Tag - Gets resources that have the specified Azure tag. Enter a hash table with a Name key or Name and Value keys. Wildcard characters are not supported.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. To add a tag to a resource, use the Tag parameter of the New-AzureResource or Set-AzureResource cmdlets. To create a predefined tag, use the New-AzureTag cmdlet.For help with hash tables in Windows PowerShell, type: Get-Help about_Hashtables. + Gets resources that have the specified Azure tag. Enter a hash table with a Name key or Name and Value keys. Wildcard characters are not supported.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. To add a tag to a resource, use the Tag parameter of the New-AzureRMResource or Set-AzureRMResource cmdlets. To create a predefined tag, use the New-AzureRMTag cmdlet.For help with hash tables in Windows PowerShell, type: Get-Help about_Hashtables. hashtable @@ -13095,7 +13095,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall Name - Gets a resource with the specified name. Wildcards are not permitted. This parameter is required only when you are selecting resource by name. By default, Get-AzureResource gets all resources in the subscription. + Gets a resource with the specified name. Wildcards are not permitted. This parameter is required only when you are selecting resource by name. By default, Get-AzureRMResource gets all resources in the subscription. string @@ -13169,7 +13169,7 @@ PS C:\>Test-AzureResourceGroupTemplate -ResourceGroupName ContosoLabsRG -Gall PS C:\> - PS C:\>Get-AzureResource + PS C:\>Get-AzureRMResource Name : HostingFarm1 ResourceGroupName : ContosoHosting ResourceType : Microsoft.Web/serverFarms @@ -13203,7 +13203,7 @@ ParentResource : PS C:\> - PS C:\>Get-AzureResource -ResourceGroupName ContosoRG01 + PS C:\>Get-AzureRMResource -ResourceGroupName ContosoRG01 Name : Default1 ResourceGroupName : ContosoLabsRG @@ -13236,7 +13236,7 @@ ParentResource : PS C:\> - PS C:\>Get-AzureResource | Group-Object ResourceType + PS C:\>Get-AzureRMResource | Group-Object ResourceType Count Name Group ----- ---- ----- @@ -13246,7 +13246,7 @@ Count Name Group 1 Microsoft.Web/serverFarms {@{Name=Default1; ResourceGro 6 Microsoft.Web/sites {@{Name=utr2520; ResourceGrou -PS C:\>Get-AzureResource -ResourceType Microsoft.Web/serverFarms +PS C:\>Get-AzureRMResource -ResourceType Microsoft.Web/serverFarms Name : Default1 ResourceGroupName : ContosoLabsRG ResourceType : Microsoft.Web/serverFarms @@ -13277,7 +13277,7 @@ ParentResource : These commands get all resources with a specified resource type. - The first command finds the types of resources in the subscription. It uses the Get-AzureResource cmdlet to get all resources and Group-Object cmdlet to group the objects by resource type. The output shows that there are server farms and web sites in the subscription.The second command uses the ResourceType parameter of Get-AzureResource to get all server farms in the subscription. + The first command finds the types of resources in the subscription. It uses the Get-AzureRMResource cmdlet to get all resources and Group-Object cmdlet to group the objects by resource type. The output shows that there are server farms and web sites in the subscription.The second command uses the ResourceType parameter of Get-AzureRMResource to get all server farms in the subscription. @@ -13292,7 +13292,7 @@ ParentResource : PS C:\> - PS C:\>Get-AzureResource -Name ContosoLabWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2014-04-01 + PS C:\>Get-AzureRMResource -Name ContosoLabWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2014-04-01 Name : ContosoLabWeb ResourceGroupName : ContosoLabsRG ResourceType : Microsoft.Web/sites @@ -13307,7 +13307,7 @@ Tags : This commands gets the "ContosoLabWeb" web site resource. When you use the Name parameter to get a particular resource, the ResourceGroupName, ResourceType, and APIVersion parameters are required. - You can also use the Where-Object cmdlet to select a resource. For example: Get-AzureResource | Where-Object Name -eq "ConsotoLabWeb" + You can also use the Where-Object cmdlet to select a resource. For example: Get-AzureRMResource | Where-Object Name -eq "ConsotoLabWeb" @@ -13322,7 +13322,7 @@ Tags : PS C:\> - PS C:\>Get-AzureResource -Tag @{Name="Department";Value="IT"} + PS C:\>Get-AzureRMResource -Tag @{Name="Department";Value="IT"} This command gets resources that have a tag named "Department with a value of "IT". @@ -13342,9 +13342,9 @@ Tags : PS C:\> - PS C:\>Get-AzureResource -Name ContosoLabWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2014-04-01 + PS C:\>Get-AzureRMResource -Name ContosoLabWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2014-04-01 -PS C:\>(Get-AzureResource -Name ContosoLabWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2014-04-01).Tags +PS C:\>(Get-AzureRMResource -Name ContosoLabWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2014-04-01).Tags Tags: @@ -13379,7 +13379,7 @@ Tags: - Move-AzureResource + Move-AzureRMResource @@ -13547,7 +13547,7 @@ Tags: - New-AzureResource + New-AzureRMResource Creates a new resource in a resource group @@ -13560,7 +13560,7 @@ Tags: This is the Description section - The New-AzureResource cmdlet creates an Azure resource, such as a website, SQL Azure database server, or SQL Azure database, in a new or existing resource group.If a resource with the same name exists in the resource group, the cmdlet prompts for confirmation before replacing the existing resource. To suppress the confirmation prompt, use the Force parameter.A resource is a user-managed Azure entity. A resource group is a collection of resources that are deployed as a unit. Every resource belongs to exactly one resource group.Typically, you use a template to create a resource group (New-AzureResourceGroup) and its resources. Then, if necessary, you can use this cmdlet to add additional resources to it. + The New-AzureRMResource cmdlet creates an Azure resource, such as a website, SQL Azure database server, or SQL Azure database, in a new or existing resource group.If a resource with the same name exists in the resource group, the cmdlet prompts for confirmation before replacing the existing resource. To suppress the confirmation prompt, use the Force parameter.A resource is a user-managed Azure entity. A resource group is a collection of resources that are deployed as a unit. Every resource belongs to exactly one resource group.Typically, you use a template to create a resource group (New-AzureRMResourceGroup) and its resources. Then, if necessary, you can use this cmdlet to add additional resources to it. @@ -13568,7 +13568,7 @@ Tags: Location - Specifies the location of the resource. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource in any location that supports resources of that type. The resource does not have to be in the same location your Azure subscription or the same location as its resource group. Resource groups can contain resources from different locations. To determine which locations support each resource type, use the Get-AzureLocation cmdlet. + Specifies the location of the resource. This parameter is required. Enter an Azure data center location, such as "West US" or "Southeast Asia".You can place a resource in any location that supports resources of that type. The resource does not have to be in the same location your Azure subscription or the same location as its resource group. Resource groups can contain resources from different locations. To determine which locations support each resource type, use the Get-AzureRMLocation cmdlet. string @@ -13592,7 +13592,7 @@ Tags: PropertyObject - Specifies properties values for the properties of a resource. Enter a hash table in @{propertyName = propertyValue} format. This parameter is optional.Use this parameter to specify the values of properties that are specific to a resource type. To find the properties that you can set for each type of resource, look at a few gallery templates, such as the templates that the Get-AzureResourceGroupGalleryTemplate cmdlet returns.For more information about hash tables in Windows PowerShell, type: Get-Help about_Hash_Tables (http://go.microsoft.com/fwlink/?LinkID=324844). + Specifies properties values for the properties of a resource. Enter a hash table in @{propertyName = propertyValue} format. This parameter is optional.Use this parameter to specify the values of properties that are specific to a resource type. To find the properties that you can set for each type of resource, look at a few gallery templates, such as the templates that the Get-AzureRMResourceGroupGalleryTemplate cmdlet returns.For more information about hash tables in Windows PowerShell, type: Get-Help about_Hash_Tables (http://go.microsoft.com/fwlink/?LinkID=324844). hashtable @@ -13604,7 +13604,7 @@ Tags: Tag - Applies the specified tags to the new resource. Enter new tags or predefined tags that you created by using the New-AzureTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureTag cmdlet. + Applies the specified tags to the new resource. Enter new tags or predefined tags that you created by using the New-AzureRMTag cmdlet.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Every tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To get your predefined tags, use the Get-AzureRMTag cmdlet. hashtable[] @@ -13616,7 +13616,7 @@ Tags: Force - Overwrites an existing resource group without warning. This parameter suppresses the confirmation prompt that New-AzureResource displays by default when the resource group already contains a resource with the same resource name. + Overwrites an existing resource group without warning. This parameter suppresses the confirmation prompt that New-AzureRMResource displays by default when the resource group already contains a resource with the same resource name. switchparameter @@ -13726,7 +13726,7 @@ Tags: PS C:\> - PS C:\>New-AzureResource -Name ContosoEngSite -Location "North Europe" -ResourceGroupName ContosoEngineering -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -PropertyObject @{"name" = "ContosoEngSite"; "siteMode" = "Limited"; "computeMode" = "Shared"} + PS C:\>New-AzureRMResource -Name ContosoEngSite -Location "North Europe" -ResourceGroupName ContosoEngineering -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -PropertyObject @{"name" = "ContosoEngSite"; "siteMode" = "Limited"; "computeMode" = "Shared"} Name : ContosoEngSite ResourceGroupName : ContosoEngineering ResourceType : Microsoft.Web/sites @@ -13735,7 +13735,7 @@ Properties : {[name, ContosoEngSite], [state, Running], [hostNames, System.Collections.Generic.List`1[System.Object]], [webSpace, ContosoEngineering-NorthEuropewebspace]...} - This command uses the New-AzureResource cmdlet to create the ContosoEngSite web site in the ContosoEngineering resource group. If the ContosoEngineering resource group doesn't exist, New-AzureResource creates it. If the ContosoEngineering resource group already has a resource named ContosoEngSite, the cmdlet prompt for confirmation before replacing it. + This command uses the New-AzureRMResource cmdlet to create the ContosoEngSite web site in the ContosoEngineering resource group. If the ContosoEngineering resource group doesn't exist, New-AzureRMResource creates it. If the ContosoEngineering resource group already has a resource named ContosoEngSite, the cmdlet prompt for confirmation before replacing it. The command uses the Location parameter to place the new web in the "North Europe" data center, although the resource group and its resources are located in several different locations.The cmdlet returns a PSResource object that represents the new database. @@ -13753,7 +13753,7 @@ Properties : {[name, ContosoEngSite], [state, Running], [hostNames, PS C:\> - PS C:\>$WebsiteProperties = @{name = "ContosoWeb"; serverFarm = CS01; computeMode = "Shared"; siteMode = "Limited";}PS C:\>New-AzureResource -Name ContosoWeb -ResouceGroupName CRG01 -ResourceType 'Microsoft.Web/sites' -Location "South Central US" -ApiVersion 2014-04-01 -PropertyObject $WebsiteProperties + PS C:\>$WebsiteProperties = @{name = "ContosoWeb"; serverFarm = CS01; computeMode = "Shared"; siteMode = "Limited";}PS C:\>New-AzureRMResource -Name ContosoWeb -ResouceGroupName CRG01 -ResourceType 'Microsoft.Web/sites' -Location "South Central US" -ApiVersion 2014-04-01 -PropertyObject $WebsiteProperties Name : ContosoWeb ResourceGroupName : ContosoEngineering ResourceType : Microsoft.Web/sites @@ -13765,7 +13765,7 @@ Properties : {[name, ContosoWeb], [state, Running], [hostNames, These commands create the ContosoWeb Azure website in the CRG01 resource group. - The first command creates a hash table of web site properties and saves it in the $WebsiteProperties variable. To find the properties that you can set for an Azure web site, use a gallery template, such as the ones that the Get-AzureResourceGroupGalleryTemplate cmdlet return.The second command uses the New-AzureResource cmdlet to create the web site. The value of the PropertyObject parameter is the hash table in the $WebsiteProperties variable. + The first command creates a hash table of web site properties and saves it in the $WebsiteProperties variable. To find the properties that you can set for an Azure web site, use a gallery template, such as the ones that the Get-AzureRMResourceGroupGalleryTemplate cmdlet return.The second command uses the New-AzureRMResource cmdlet to create the web site. The value of the PropertyObject parameter is the hash table in the $WebsiteProperties variable. @@ -13780,15 +13780,15 @@ Properties : {[name, ContosoWeb], [state, Running], [hostNames, PS C:\> - PS C:\>New-AzureResourceGroup -Name ContosoPortal -Location "West US" -GalleryTemplateIdentity WordPress.WordPress.0.1.0-preview1 -TemplateParameterFile ".\WordPressParameters.json" + PS C:\>New-AzureRMResourceGroup -Name ContosoPortal -Location "West US" -GalleryTemplateIdentity WordPress.WordPress.0.1.0-preview1 -TemplateParameterFile ".\WordPressParameters.json" -PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/servers/databases" –ResourceGroup ContosoPortal –Location "West US" –ParentResource "Microsoft.Sql/servers/ContosoServer01" –PropertyObject @{Edition = "Enterprise"; MaxSizeGB = 100} +PS C:\>New-AzureRMResource –Name sqldb03 –ResourceType "Microsoft.Sql/servers/databases" –ResourceGroup ContosoPortal –Location "West US" –ParentResource "Microsoft.Sql/servers/ContosoServer01" –PropertyObject @{Edition = "Enterprise"; MaxSizeGB = 100} - This example shows a typical use of this cmdlet. The first command uses the New-AzureResourceGroup cmdlet to create the ContosoPortal resource group. The command uses the WordPress gallery template (Get-AzureResourceGroupGalleryTemplate) and a JSON file, WordPressParameters.json, to specify values for the template-specific parameters, such as the name and location of the database, a name for the hosting plan, and web deployment credentials. + This example shows a typical use of this cmdlet. The first command uses the New-AzureRMResourceGroup cmdlet to create the ContosoPortal resource group. The command uses the WordPress gallery template (Get-AzureRMResourceGroupGalleryTemplate) and a JSON file, WordPressParameters.json, to specify values for the template-specific parameters, such as the name and location of the database, a name for the hosting plan, and web deployment credentials. - The second command uses the New-AzureResource cmdlet to add an additional database to the ContosoPortal resource group. The command uses the PropertyObject parameter to specify a hash table of values for the Edition and MaxSizeGB properties of the new database. For the other databases in the resource group, these values were specified in the PortalParameters.rgcfg resource group configuration file. + The second command uses the New-AzureRMResource cmdlet to add an additional database to the ContosoPortal resource group. The command uses the PropertyObject parameter to specify a hash table of values for the Edition and MaxSizeGB properties of the new database. For the other databases in the resource group, these values were specified in the PortalParameters.rgcfg resource group configuration file. @@ -13803,7 +13803,7 @@ PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/ PS C:\> - PS C:\>New-AzureResource -Name ContosoEngSite -Location "North Europe" -ResourceGroupName ContosoEngineering -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{Name="Status";Value="Approved"},@{Name="New"} + PS C:\>New-AzureRMResource -Name ContosoEngSite -Location "North Europe" -ResourceGroupName ContosoEngineering -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{Name="Status";Value="Approved"},@{Name="New"} This command creates a new website and applies two tags to it. The command uses the Tag parameter to apply a "Status" tag with a value of "Approved" and a tag named "New" with no value. @@ -13829,7 +13829,7 @@ PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/ - Remove-AzureResource + Remove-AzureRMResource Deletes a resource @@ -13842,7 +13842,7 @@ PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/ This is the Description section - The Remove-AzureResource cmdlet deletes a resource from your subscription. It does not delete the resource group of the resource. By default, Remove-AzureResource prompts you for confirmation. To suppress the prompt, use the Force parameter. + The Remove-AzureRMResource cmdlet deletes a resource from your subscription. It does not delete the resource group of the resource. By default, Remove-AzureRMResource prompts you for confirmation. To suppress the prompt, use the Force parameter. @@ -13862,7 +13862,7 @@ PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/ Force - Suppresses the confirmation prompt. By default, Remove-AzureResource prompts for confirmation before deleting a resource. + Suppresses the confirmation prompt. By default, Remove-AzureRMResource prompts for confirmation before deleting a resource. switchparameter @@ -14008,7 +14008,7 @@ PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/ PS C:\> - PS C:\>Remove-AzureResource -Name ContosoWeb -ResourceGroupName ContosoRG01 -ResourceType Microsoft.web/sites -ApiVersion 2014-04-01 ConfirmAre you sure you want to remove resource ' ContosoWeb'[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y + PS C:\>Remove-AzureRMResource -Name ContosoWeb -ResourceGroupName ContosoRG01 -ResourceType Microsoft.web/sites -ApiVersion 2014-04-01 ConfirmAre you sure you want to remove resource ' ContosoWeb'[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y This command removes the ContosoWeb web site from the ContosoRG01 resource group. @@ -14028,10 +14028,10 @@ PS C:\>New-AzureResource –Name sqldb03 –ResourceType "Microsoft.Sql/ PS C:\> - PS C:\>Get-AzureResource -Name contosodb01 -ResourceGroupName ContosoRG01 -ResourceType "Microsoft.Sql/servers/databases" -ParentResource "Microsoft.Sql/servers/contososvr01" -ApiVersion 2.0 | Remove-AzureResource -Passthru ConfirmAre you sure you want to remove resource 'contosodb01'[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y + PS C:\>Get-AzureRMResource -Name contosodb01 -ResourceGroupName ContosoRG01 -ResourceType "Microsoft.Sql/servers/databases" -ParentResource "Microsoft.Sql/servers/contososvr01" -ApiVersion 2.0 | Remove-AzureRMResource -Passthru ConfirmAre you sure you want to remove resource 'contosodb01'[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y True - This command uses the Get-AzureResource cmdlet to get the ContosoDB01 database. The command pipes the database to the Remove-AzureResource cmdlet to remove it. The command uses the Passthru parameter, which causes the cmdlet to return a Boolean value that represents the success or failure of the operation. In this case, it returns True. + This command uses the Get-AzureRMResource cmdlet to get the ContosoDB01 database. The command pipes the database to the Remove-AzureRMResource cmdlet to remove it. The command uses the Passthru parameter, which causes the cmdlet to return a Boolean value that represents the success or failure of the operation. In this case, it returns True. @@ -14055,7 +14055,7 @@ True - Set-AzureResource + Set-AzureRMResource Changes the properties of an Azure resource. @@ -14068,7 +14068,7 @@ True This is the Description section - The Set-AzureResource cmdlet changes the properties of an Azure resource. To use the cmdlet, use the Name, ResourceGroupName, ResourceGroupType, and ParentResource parameters to identify the resource, and the PropertyObject parameter to specify the new property names and values.If the command succeeds, it returns the resource with the new properties and values.An Azure resource is a user-managed entity, such as an Azure Website or Azure SQL Database. Some resources have properties, which are user-configured values, like sizes and operational modes. You can specify these values when you create the resource, such as by using the New-AzureResource, New-AzureResourceGroup, or New-AzureResourceGroupDeployment cmdlets. And, you can change the properties by using this cmdlet.To get the properties of a resource, use the Get-AzureResource cmdlet to get the resource. Then use the dot method to get the Properties property collection and a particular named property. For example, to get the siteMode property of an object, type (Get-AzureResource -Name MyWebSite -ResourceGroupName RG -ResourceType Microsoft.Web/sites -ApiVersion 2014-04-01).Properties.siteMode + The Set-AzureRMResource cmdlet changes the properties of an Azure resource. To use the cmdlet, use the Name, ResourceGroupName, ResourceGroupType, and ParentResource parameters to identify the resource, and the PropertyObject parameter to specify the new property names and values.If the command succeeds, it returns the resource with the new properties and values.An Azure resource is a user-managed entity, such as an Azure Website or Azure SQL Database. Some resources have properties, which are user-configured values, like sizes and operational modes. You can specify these values when you create the resource, such as by using the New-AzureRMResource, New-AzureRMResourceGroup, or New-AzureRMResourceGroupDeployment cmdlets. And, you can change the properties by using this cmdlet.To get the properties of a resource, use the Get-AzureRMResource cmdlet to get the resource. Then use the dot method to get the Properties property collection and a particular named property. For example, to get the siteMode property of an object, type (Get-AzureRMResource -Name MyWebSite -ResourceGroupName RG -ResourceType Microsoft.Web/sites -ApiVersion 2014-04-01).Properties.siteMode @@ -14100,7 +14100,7 @@ True Tag - Replaces the tags for the resource with the specified new or predefined tags. To change any resource tag, you must replace the collection of tags for the resource.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureResource and Get-AzureResourceGroup to search for resources and groups by tag name or name and value.Each tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To specify a predefined tag, use the Get-AzureTag cmdlet.To delete a tag, enter a hash table with all tags currently applied to the resource (from Get-AzureResource), except for the tag you want to delete. To delete all tags from the resource, enter an empty hash table (-Tag @{}). + Replaces the tags for the resource with the specified new or predefined tags. To change any resource tag, you must replace the collection of tags for the resource.A "tag" is a name-value pair that you can apply to resources and resource groups. Use tags to categorize your resources, such as by department or cost center, or to track notes or comments about the resources. After you assign tags to resources, you can use the Tag parameters of Get-AzureRMResource and Get-AzureRMResourceGroup to search for resources and groups by tag name or name and value.Each tag must have a Name key. It can also have an optional Value key with one value. To specify a new tag, use a hash table, such as @{Name="FY2015"} or @{Name="Department";Value="IT"}. To specify multiple tags, use commas to separate the hash tables, such as -Tag @{Name="FY2015"}, @{Name="Department";Value="IT"}. To specify a predefined tag, use the Get-AzureRMTag cmdlet.To delete a tag, enter a hash table with all tags currently applied to the resource (from Get-AzureRMResource), except for the tag you want to delete. To delete all tags from the resource, enter an empty hash table (-Tag @{}). hashtable[] @@ -14210,10 +14210,10 @@ True PS C:\> - PS C:\> The first command uses the Get-AzureResource cmdlet to get the ContosoLabWeb2 web site. The command saves the resource in the $r variable. -PS C:\>$r = Get-AzureResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 + PS C:\> The first command uses the Get-AzureRMResource cmdlet to get the ContosoLabWeb2 web site. The command saves the resource in the $r variable. +PS C:\>$r = Get-AzureRMResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -The second command saves the Properties property (and its properties) of the resource in the $p variable. The Properties object is a Dictionary, but because it is convertible to a hash table, you can use it as the value of the PropertyObject parameter of Set-AzureResource without casting. +The second command saves the Properties property (and its properties) of the resource in the $p variable. The Properties object is a Dictionary, but because it is convertible to a hash table, you can use it as the value of the PropertyObject parameter of Set-AzureRMResource without casting. PS C:\>$p = $r.Properties The third command displays the properties in the $p variable. @@ -14222,8 +14222,8 @@ PS C:\>$pName Value---- - The fourth command is actually a series of commands (delimited by semi-colons) that change the values of the properties in the $p variable. PS C:\>$p.siteMode = "Basic"; $p.sku = "Basic"; $p.computeMode = "Dedicated"; $p.serverFarm = "Default2" -The fifth command uses the Set-AzureResource cmdlet to change the change the properties of the ContosoLabWeb2 web site. The value of the PropertyObject parameter is the $p variable that contains the Properties object and the new values. The command saves the output (the updated resource) in the $r2 variable. -PS C:\>$r2 = Set-AzureResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -PropertyObject $p +The fifth command uses the Set-AzureRMResource cmdlet to change the change the properties of the ContosoLabWeb2 web site. The value of the PropertyObject parameter is the $p variable that contains the Properties object and the new values. The command saves the output (the updated resource) in the $r2 variable. +PS C:\>$r2 = Set-AzureRMResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -PropertyObject $p The sixth command displays the Properties property of the resource in the $r2 variable. You can see that the properties have the new values. PS C:\>$r2.PropertiesName Value---- -----storageRecoveryDefaultState RunningavailabilityState 0trafficManagerHostNamesrepositorySiteName ContosoLabWeb2runtimeAvailabilityState 0siteMode BasicruntimeADUserlastModifiedTimeUtc 3/25/2014 6:00:04 PMusageState 0hostNames {contosolabweb2.antares-int.windows-int.net}adminEnabled TruehostNameSslStates {System.Collections.Generic.Dictionary`2[System.String,System.Object], System.Collect...runtimeADUserDomainenabled TruedeploymentId ContosoLabWeb2selfLink https://antpreview2.api.admin-antares-int.windows-int.net:454/20130801/websystems/web...computeMode DedicatedwebSpace ContosoLabsRG-NorthEuropewebspacecsrs {}siteConfigintegratedSqlAuthEnabled Falsestate RunningruntimeADUserPasswordserverFarm Default2sslCertificates {}cerscontentAvailabilityState 0enabledHostNames {contosolabweb2.antares-int.windows-int.net, contosolabweb2.scm.antares-int.windows-i...windowsAuthEnabled 0ownersiteProperties {[metadata, ], [properties, System.Collections.Generic.List`1[System.Object]], [appSe...sku Basicname ContosoLabWeb2 @@ -14246,7 +14246,7 @@ PS C:\>$r2.PropertiesName Value---- PS C:\> - PS C:\>Get-AzureResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{Name="CostCenter";Value="Sales"} + PS C:\>Get-AzureRMResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{Name="CostCenter";Value="Sales"} This command uses the Tag parameter to add a CostCenter tag with a value of "Sales" to a resource that did not have any existing tags. @@ -14266,7 +14266,7 @@ PS C:\>$r2.PropertiesName Value---- PS C:\> - PS C:\>$tags = (Get-AzureResource -Name ContosoWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01).Tags + PS C:\>$tags = (Get-AzureRMResource -Name ContosoWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01).Tags PS C:\>$tags @@ -14280,9 +14280,9 @@ Tags: PS C:\>$tags += @{Name="Status";Value="Approved"}, @{Name="FY2016"} -PS C:\>Set-AzureResource -Name ContosoWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag $tags +PS C:\>Set-AzureRMResource -Name ContosoWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag $tags -PS C:>(Get-AzureResource -Name ContosoWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01).Tags +PS C:>(Get-AzureRMResource -Name ContosoWeb -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01).Tags Tags: @@ -14296,7 +14296,7 @@ Tags: This command adds a "Status" tag with a value of "Approved" and an "FY2016" tag to a resource that has existing tags. Because the tags you specify replace the existing tags, you must include the existing tags in the new tag collection or you will lose them. - The first command gets all existing tags of the ContosoWeb resource. It uses the Get-AzureResource cmdlet to get the resource and then uses the dot method to get the value of its Tags property. It saves the existing tags in a $tags variable.The second command gets the tags in the $tags variable.The third command uses a "+=" operator to add the Status and FY2016 tags to the collection (array) of tags in the $tags variable.The fourth command uses the Tag parameter of Set-AzureResource to apply the tags in the $tags variable to the ContosoWeb resource.The fifth command shows the effect of the change. It gets all of the tags applied to the ContosoWeb resource. The output shows that the resource has the Department tag and the two new tags, Status and FY2015. + The first command gets all existing tags of the ContosoWeb resource. It uses the Get-AzureRMResource cmdlet to get the resource and then uses the dot method to get the value of its Tags property. It saves the existing tags in a $tags variable.The second command gets the tags in the $tags variable.The third command uses a "+=" operator to add the Status and FY2016 tags to the collection (array) of tags in the $tags variable.The fourth command uses the Tag parameter of Set-AzureRMResource to apply the tags in the $tags variable to the ContosoWeb resource.The fifth command shows the effect of the change. It gets all of the tags applied to the ContosoWeb resource. The output shows that the resource has the Department tag and the two new tags, Status and FY2015. @@ -14311,7 +14311,7 @@ Tags: PS C:\> - PS C:\>Get-AzureResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{} + PS C:\>Get-AzureRMResource -Name ContosoLabWeb2 -ResourceGroupName ContosoLabsRG -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{} This command uses the Tag parameter and an empty hash table value to delete all tags from a resource. @@ -14337,7 +14337,7 @@ Tags: - Get-AzureResourceGroupLog + Get-AzureRMResourceGroupLog Gets the deployment log for a resource group @@ -14350,7 +14350,7 @@ Tags: This is the Description section - The Get-AzureResourceGroupLog cmdlet gets the deployment log entries for a resource group. The entries are very useful for many IT tasks, including maintaining a transaction history, performing statistical analyses, and debugging.By default, Get-AzureResourceGroupLog gets the log entries of the currently running or most recently completed deployment for the resource group, but you can use the cmdlet parameters to get the entries for a particular deployment by name or all deployments. + The Get-AzureRMResourceGroupLog cmdlet gets the deployment log entries for a resource group. The entries are very useful for many IT tasks, including maintaining a transaction history, performing statistical analyses, and debugging.By default, Get-AzureRMResourceGroupLog gets the log entries of the currently running or most recently completed deployment for the resource group, but you can use the cmdlet parameters to get the entries for a particular deployment by name or all deployments. @@ -14382,7 +14382,7 @@ Tags: DeploymentName - Gets the log entries for the deployments with the specified name.To get the names of deployments for a resource group, use the Get-AzureResourceGroupDeployment cmdlet. To specify a deployment name when deploying resources, use the DeploymentName parameter of New-AzureResourceGroup or the Name parameter (alias DeploymentName) of the New-AzureResourceGroupDeployment cmdlets. + Gets the log entries for the deployments with the specified name.To get the names of deployments for a resource group, use the Get-AzureRMResourceGroupDeployment cmdlet. To specify a deployment name when deploying resources, use the DeploymentName parameter of New-AzureRMResourceGroup or the Name parameter (alias DeploymentName) of the New-AzureRMResourceGroupDeployment cmdlets. string @@ -14432,7 +14432,7 @@ Tags: PS C:\> - PS C:\>Get-AzureResourceGroupLog -Name ContosoRG01 + PS C:\>Get-AzureRMResourceGroupLog -Name ContosoRG01 Authorization : Scope : /subscriptions/9b14a38b-4b93-4554-8bb0-3cefb47a4e1f/resourcegroups/ContosoLabsRG/deployments/LabDeploy02 Action : Microsoft.Resources/subscriptions/resourcegroups/deployments/write @@ -14477,13 +14477,13 @@ Properties : PS C:\> - PS C:\>(Get-AzureResourceGroupDeployment -ResourceGroupName ContosoLabsRG).DeploymentNameMicrosoft.WebSiteSQLDatabase.0.1.0-preview1LabDeploy02LabDeploy03 -PS C:\>Get-AzureResourceGroupLog -Name ContosoLabsRG -DeploymentName LabDeploy02 + PS C:\>(Get-AzureRMResourceGroupDeployment -ResourceGroupName ContosoLabsRG).DeploymentNameMicrosoft.WebSiteSQLDatabase.0.1.0-preview1LabDeploy02LabDeploy03 +PS C:\>Get-AzureRMResourceGroupLog -Name ContosoLabsRG -DeploymentName LabDeploy02 These commands get the log entries of the LabDeploy02 deployment of the ContosoLabsRG resource group. - The first command uses the Get-AzureResourceGroupDeployment cmdlet to get all deployments for the ContosoLabsRG resource group. It uses the dot method to get the DeploymentName property of each deployment. Notice that the name of the first deployment is a template name, which is the default value when you do not specify a deployment name.The second command uses the Get-AzureResourceGroupLog cmdlet to get the log entries for the LabDeploy02 deployment. + The first command uses the Get-AzureRMResourceGroupDeployment cmdlet to get all deployments for the ContosoLabsRG resource group. It uses the dot method to get the DeploymentName property of each deployment. Notice that the name of the first deployment is a template name, which is the default value when you do not specify a deployment name.The second command uses the Get-AzureRMResourceGroupLog cmdlet to get the log entries for the LabDeploy02 deployment. @@ -14498,12 +14498,12 @@ PS C:\>Get-AzureResourceGroupLog -Name ContosoLabsRG -DeploymentName LabDeplo PS C:\> - PS C:\>Get-AzureResourceGroupLog -Name ContosoRG01 -All | Where-Object Status -eq Failed + PS C:\>Get-AzureRMResourceGroupLog -Name ContosoRG01 -All | Where-Object Status -eq Failed This command gets all log entries of failed operations for the ContosoRG01 resource group. You might use a command like this for debugging. - The first command uses the All parameter of the Get-AzureResourceGroupLog to get log entries for all deployments of the resource group. Then it pipes the log entries to the Where-Object cmdlet, which selects only entries that have a value of Failed for the Status property + The first command uses the All parameter of the Get-AzureRMResourceGroupLog to get log entries for all deployments of the resource group. Then it pipes the log entries to the Where-Object cmdlet, which selects only entries that have a value of Failed for the Status property @@ -14518,9 +14518,9 @@ PS C:\>Get-AzureResourceGroupLog -Name ContosoLabsRG -DeploymentName LabDeplo PS C:\> - PS C:\>Get-AzureResourceGroup | Get-AzureResourceGroupLog + PS C:\>Get-AzureRMResourceGroup | Get-AzureRMResourceGroupLog - This command gets the log entries for the most recent deployment of each resource group in the subscription. The command uses the Get-AzureResourceGroup cmdlet to get all resource groups in the subscription. It pipes the resources groups to the Get-AzureResourceGroupLog which gets the log entries for the last deployment of each resource group. + This command gets the log entries for the most recent deployment of each resource group in the subscription. The command uses the Get-AzureRMResourceGroup cmdlet to get all resource groups in the subscription. It pipes the resources groups to the Get-AzureRMResourceGroupLog which gets the log entries for the last deployment of each resource group. diff --git a/src/ResourceManager/Resources/Commands.Resources/Providers/GetAzureProviderOperationCmdlet.cs b/src/ResourceManager/Resources/Commands.Resources/Providers/GetAzureProviderOperationCmdlet.cs index 203e3f015a5c..107a2cf90338 100644 --- a/src/ResourceManager/Resources/Commands.Resources/Providers/GetAzureProviderOperationCmdlet.cs +++ b/src/ResourceManager/Resources/Commands.Resources/Providers/GetAzureProviderOperationCmdlet.cs @@ -71,7 +71,7 @@ private List ProcessProviderOperationsWithWildCard( string nonWildCardPrefix = GetAzureProviderOperationCommand.GetNonWildcardPrefix(actionString); if (string.IsNullOrWhiteSpace(nonWildCardPrefix)) { - // 'Get-AzureProviderOperation *' or 'Get-AzureProviderOperation */virtualmachines/*' + // 'Get-AzureRMProviderOperation *' or 'Get-AzureRMProviderOperation */virtualmachines/*' // get operations for all providers providers.AddRange(this.ResourcesClient.ListProviderOperationsMetadata()); } @@ -81,7 +81,7 @@ private List ProcessProviderOperationsWithWildCard( string providerFullName = GetAzureProviderOperationCommand.GetResourceProviderFullName(nonWildCardPrefix); if (!string.IsNullOrWhiteSpace(providerFullName)) { - // we have the full name of the provider. 'Get-AzureProviderOperation Microsoft.Sql/servers/*' + // we have the full name of the provider. 'Get-AzureRMProviderOperation Microsoft.Sql/servers/*' // only query for that provider providers.Add(this.ResourcesClient.GetProviderOperationsMetadata(providerFullName)); } diff --git a/src/ResourceManager/Resources/Commands.Resources/ResourceGroupDeployments/NewAzureResourceGroupDeploymentCommand.cs b/src/ResourceManager/Resources/Commands.Resources/ResourceGroupDeployments/NewAzureResourceGroupDeploymentCommand.cs index b1960dec019c..88262993b636 100644 --- a/src/ResourceManager/Resources/Commands.Resources/ResourceGroupDeployments/NewAzureResourceGroupDeploymentCommand.cs +++ b/src/ResourceManager/Resources/Commands.Resources/ResourceGroupDeployments/NewAzureResourceGroupDeploymentCommand.cs @@ -63,7 +63,7 @@ protected override void ProcessRecord() if (!string.IsNullOrEmpty(TemplateVersion) || !string.IsNullOrEmpty(StorageAccountName) || !string.IsNullOrEmpty(GalleryTemplateIdentity)) { - WriteWarning("The GalleryTemplateIdentity, TemplateVersion and StorageAccountName parameters in New-AzureResourceGroupDeployment cmdlet is being deprecated and will be removed in a future release."); + WriteWarning("The GalleryTemplateIdentity, TemplateVersion and StorageAccountName parameters in New-AzureRMResourceGroupDeployment cmdlet is being deprecated and will be removed in a future release."); } if(this.Mode == DeploymentMode.Complete) diff --git a/src/ResourceManager/Resources/Commands.Resources/ResourceGroups/NewAzureResourceGroupCommand.cs b/src/ResourceManager/Resources/Commands.Resources/ResourceGroups/NewAzureResourceGroupCommand.cs index 427a3ed38ec7..a2717f61e99a 100644 --- a/src/ResourceManager/Resources/Commands.Resources/ResourceGroups/NewAzureResourceGroupCommand.cs +++ b/src/ResourceManager/Resources/Commands.Resources/ResourceGroups/NewAzureResourceGroupCommand.cs @@ -65,7 +65,7 @@ protected override void ProcessRecord() if(!string.IsNullOrEmpty(DeploymentName) || !string.IsNullOrEmpty(GalleryTemplateIdentity) || !string.IsNullOrEmpty(TemplateFile) || !string.IsNullOrEmpty(TemplateVersion) || TemplateParameterObject != null || !string.IsNullOrEmpty(StorageAccountName)) { - WriteWarning("The deployment parameters in New-AzureResourceGroup cmdlet is being deprecated and will be removed in a future release. Please use New-AzureResourceGroupDeployment to submit deployments."); + WriteWarning("The deployment parameters in New-AzureRMResourceGroup cmdlet is being deprecated and will be removed in a future release. Please use New-AzureRMResourceGroupDeployment to submit deployments."); } WriteWarning("The output object of this cmdlet will be modified in a future release."); WriteObject(ResourcesClient.CreatePSResourceGroup(parameters)); diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Microsoft.Azure.Commands.SiteRecovery.dll-help.xml b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Microsoft.Azure.Commands.SiteRecovery.dll-help.xml index aa1b198ba801..47f44c7fcb30 100644 --- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Microsoft.Azure.Commands.SiteRecovery.dll-help.xml +++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Microsoft.Azure.Commands.SiteRecovery.dll-help.xml @@ -5,7 +5,7 @@ - Get-AzureSiteRecoveryServer + Get-AzureRMSiteRecoveryServer Get information about Azure Site Recovery Server for current Azure Site Recovery vault @@ -23,7 +23,7 @@ - Get-AzureSiteRecoveryServer + Get-AzureRMSiteRecoveryServer Name @@ -40,7 +40,7 @@ - Get-AzureSiteRecoveryServer + Get-AzureRMSiteRecoveryServer FriendlyName @@ -156,7 +156,7 @@ PS C:\> - Get-AzureSiteRecoveryServer + Get-AzureRMSiteRecoveryServer FriendlyName : sriramvu-hv2.fareast.corp.microsoft.com Name : 57f95c35-6c83-42ce-bb21-2c4f10f92d8e diff --git a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/GetAzureSqlServerAuditingPolicy.cs b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/GetAzureSqlServerAuditingPolicy.cs index 703c6cf9abd9..1140850edc16 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/GetAzureSqlServerAuditingPolicy.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/GetAzureSqlServerAuditingPolicy.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet /// Returns the auditing policy of a specific database server. /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlServerAuditingPolicy"), OutputType(typeof(ServerAuditingPolicyModel))] - [Alias("Get-AzureSqlDatabaseServerAuditingPolicy")] + [Alias("Get-AzureRMSqlDatabaseServerAuditingPolicy")] public class GetAzureSqlServerAuditingPolicy : SqlDatabaseServerAuditingCmdletBase { /// diff --git a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlDatabaseAuditing.cs b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlDatabaseAuditing.cs index 67879f3106b7..5d47b8443f7c 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlDatabaseAuditing.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlDatabaseAuditing.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet /// Disables auditing on a specific database. /// [Cmdlet(VerbsCommon.Remove, "AzureRMSqlDatabaseAuditing"), OutputType(typeof(DatabaseAuditingPolicyModel))] - [Alias("Remove-AzureSqlDatabaseAuditing")] + [Alias("Remove-AzureRMSqlDatabaseAuditing")] public class RemoveSqlDatabaseAuditing : SqlDatabaseAuditingCmdletBase { /// diff --git a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlServerAuditing.cs b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlServerAuditing.cs index e3cfb99ed46c..5b37e5e04cbc 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlServerAuditing.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/RemoveSqlServerAuditing.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet /// Disables auditing on a specific database server. /// [Cmdlet(VerbsCommon.Remove, "AzureRMSqlServerAuditing"), OutputType(typeof(ServerAuditingPolicyModel))] - [Alias("Remove-AzureSqlDatabaseServerAuditing")] + [Alias("Remove-AzureRMSqlDatabaseServerAuditing")] public class RemoveSqlServerAuditing : SqlDatabaseServerAuditingCmdletBase { /// diff --git a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/SetAzureSqlServerAuditingPolicy.cs b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/SetAzureSqlServerAuditingPolicy.cs index d031cbf129e4..41bc49ba64fa 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/SetAzureSqlServerAuditingPolicy.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/SetAzureSqlServerAuditingPolicy.cs @@ -28,7 +28,7 @@ namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet /// Sets the auditing policy properties for a specific database server. /// [Cmdlet(VerbsCommon.Set, "AzureRMSqlServerAuditingPolicy"), OutputType(typeof(ServerAuditingPolicyModel))] - [Alias("Set-AzureSqlDatabaseServerAuditingPolicy")] + [Alias("Set-AzureRMSqlDatabaseServerAuditingPolicy")] public class SetAzureSqlServerAuditingPolicy : SqlDatabaseServerAuditingCmdletBase { diff --git a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/UseAzureSqlServerAuditingPolicy.cs b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/UseAzureSqlServerAuditingPolicy.cs index dec30b175f86..50766a79bb53 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/UseAzureSqlServerAuditingPolicy.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Auditing/Cmdlet/UseAzureSqlServerAuditingPolicy.cs @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Sql.Auditing.Cmdlet /// Marks the given database as using its server's default policy instead of its own policy. /// [Cmdlet(VerbsOther.Use, "AzureRMSqlServerAuditingPolicy"), OutputType(typeof(DatabaseAuditingPolicyModel))] - [Alias("Use-AzureSqlDatabaseServerAuditingPolicy")] + [Alias("Use-AzureRMSqlDatabaseServerAuditingPolicy")] public class UseAzureSqlServerAuditingPolicy : SqlDatabaseAuditingCmdletBase { /// diff --git a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/GetAzureSqlServerFirewallRule.cs b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/GetAzureSqlServerFirewallRule.cs index 160fea24a9a2..abfb5ec3a4fb 100644 --- a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/GetAzureSqlServerFirewallRule.cs +++ b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/GetAzureSqlServerFirewallRule.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.FirewallRule.Cmdlet { /// - /// Defines the Get-AzureSqlServerFirewallRule cmdlet + /// Defines the Get-AzureRMSqlServerFirewallRule cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlServerFirewallRule", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlServerFirewallRule : AzureSqlServerFirewallRuleCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/NewAzureSqlServerFirewallRule.cs b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/NewAzureSqlServerFirewallRule.cs index f2f2a279a519..7b27b0b76531 100644 --- a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/NewAzureSqlServerFirewallRule.cs +++ b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/NewAzureSqlServerFirewallRule.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Sql.FirewallRule.Cmdlet { /// - /// Defines the Get-AzureSqlServerFirewallRule cmdlet + /// Defines the Get-AzureRMSqlServerFirewallRule cmdlet /// [Cmdlet(VerbsCommon.New, "AzureRMSqlServerFirewallRule", ConfirmImpact = ConfirmImpact.Low)] public class NewAzureSqlServerFirewallRule : AzureSqlServerFirewallRuleCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/RemoveAzureSqlServerFirewallRule.cs b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/RemoveAzureSqlServerFirewallRule.cs index 4e2ca3248bd6..504087da7745 100644 --- a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/RemoveAzureSqlServerFirewallRule.cs +++ b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/RemoveAzureSqlServerFirewallRule.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Sql.FirewallRule.Cmdlet { /// - /// Defines the Get-AzureSqlServerFirewallRule cmdlet + /// Defines the Get-AzureRMSqlServerFirewallRule cmdlet /// [Cmdlet(VerbsCommon.Remove, "AzureRMSqlServerFirewallRule", SupportsShouldProcess = true, diff --git a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/SetAzureSqlServerFirewallRule.cs b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/SetAzureSqlServerFirewallRule.cs index 1726d5fef09d..a89bb8b9fa84 100644 --- a/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/SetAzureSqlServerFirewallRule.cs +++ b/src/ResourceManager/Sql/Commands.Sql/FirewallRule/Cmdlet/SetAzureSqlServerFirewallRule.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.FirewallRule.Cmdlet { /// - /// Defines the Get-AzureSqlServerFirewallRule cmdlet + /// Defines the Get-AzureRMSqlServerFirewallRule cmdlet /// [Cmdlet(VerbsCommon.Set, "AzureRMSqlServerFirewallRule", ConfirmImpact = ConfirmImpact.Low)] public class SetAzureSqlServerFirewallRule : AzureSqlServerFirewallRuleCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/GetAzureSqlDatabaseIndexRecommendations.cs b/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/GetAzureSqlDatabaseIndexRecommendations.cs index bfaf760bc234..1401562df1dc 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/GetAzureSqlDatabaseIndexRecommendations.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/GetAzureSqlDatabaseIndexRecommendations.cs @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Sql.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseIndexRecommendations cmdlet + /// Defines the Get-AzureRMSqlDatabaseIndexRecommendations cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlDatabaseIndexRecommendations", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlDatabaseIndexRecommendations : AzureSqlCmdletBase, AzureSqlDatabaseIndexRecommendationAdapter> diff --git a/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StartAzureSqlDatabaseExecuteIndexRecommendation.cs b/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StartAzureSqlDatabaseExecuteIndexRecommendation.cs index 6b13e5a72e2e..c1f9eece646e 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StartAzureSqlDatabaseExecuteIndexRecommendation.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StartAzureSqlDatabaseExecuteIndexRecommendation.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.Cmdlet { /// - /// Defines the Start-AzureSqlDatabaseExecuteIndexRecommendation cmdlet + /// Defines the Start-AzureRMSqlDatabaseExecuteIndexRecommendation cmdlet /// [Cmdlet(VerbsLifecycle.Start, "AzureRMSqlDatabaseExecuteIndexRecommendation", ConfirmImpact = ConfirmImpact.Low)] diff --git a/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StopAzureSqlDatabaseExecuteIndexRecommendation.cs b/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StopAzureSqlDatabaseExecuteIndexRecommendation.cs index c6fa1debe370..5b602aed527a 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StopAzureSqlDatabaseExecuteIndexRecommendation.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Index Recommendations/Cmdlet/StopAzureSqlDatabaseExecuteIndexRecommendation.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.Cmdlet { /// - /// Defines the Stop-AzureSqlDatabaseExecuteIndexRecommendation cmdlet + /// Defines the Stop-AzureRMSqlDatabaseExecuteIndexRecommendation cmdlet /// [Cmdlet(VerbsLifecycle.Stop, "AzureRMSqlDatabaseExecuteIndexRecommendation", ConfirmImpact = ConfirmImpact.Low)] diff --git a/src/ResourceManager/Sql/Commands.Sql/Location Capabilities/Cmdlet/GetAzureSqlCapability.cs b/src/ResourceManager/Sql/Commands.Sql/Location Capabilities/Cmdlet/GetAzureSqlCapability.cs index f1405d9ee60b..b628ced8933e 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Location Capabilities/Cmdlet/GetAzureSqlCapability.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Location Capabilities/Cmdlet/GetAzureSqlCapability.cs @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Sql.Location_Capabilities.Cmdlet { /// - /// Defines the Get-AzureSqlCapability cmdlet + /// Defines the Get-AzureRMSqlCapability cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlCapability", ConfirmImpact = ConfirmImpact.None, diff --git a/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml b/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml index e87b2e47f386..394ba2937465 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml +++ b/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml @@ -3,7 +3,7 @@ - Disable-AzureSqlDatabaseDirectAccess + Disable-AzureRMSqlDatabaseDirectAccess Disables the option to directly access an Azure SQL Database (without auditing). @@ -15,7 +15,7 @@ - The Disable-AzureSqlDatabaseDirectAccess cmdlet disables the possibility of accessing an Azure SQL Database without auditing. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. After the successful execution of the cmdlet, directly accessing an Azure Sql Database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName) + The Disable-AzureRMSqlDatabaseDirectAccess cmdlet disables the possibility of accessing an Azure SQL Database without auditing. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. After the successful execution of the cmdlet, directly accessing an Azure Sql Database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName) Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -24,7 +24,7 @@ - Disable-AzureSqlDatabaseDirectAccess + Disable-AzureRMSqlDatabaseDirectAccess PassThru @@ -162,7 +162,7 @@ PS C:\> - PS C:\>Disable-AzureSqlDatabaseDirectAccess –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" + PS C:\>Disable-AzureRMSqlDatabaseDirectAccess –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" @@ -184,7 +184,7 @@ - Enable-AzureSqlDatabaseDirectAccess + Enable-AzureRMSqlDatabaseDirectAccess @@ -192,7 +192,7 @@ - Enable-AzureSqlDatabaseDirectAccess + Enable-AzureRMSqlDatabaseDirectAccess Enables the option to directly access an Azure SQL Database (with auditing). @@ -204,7 +204,7 @@ - The Enable-AzureSqlDatabaseDirectAccess cmdlet enables the possibility of accessing an Azure SQL Database without auditing. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database.After the successful execution of the cmdlet, directly accessing to an Azure SQL Database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName). + The Enable-AzureRMSqlDatabaseDirectAccess cmdlet enables the possibility of accessing an Azure SQL Database without auditing. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database.After the successful execution of the cmdlet, directly accessing to an Azure SQL Database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName). Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -213,7 +213,7 @@ - Enable-AzureSqlDatabaseDirectAccess + Enable-AzureRMSqlDatabaseDirectAccess PassThru @@ -351,7 +351,7 @@ PS C:\> - PS C:\>Enable-AzureSqlDatabaseDirectAccess –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" + PS C:\>Enable-AzureRMSqlDatabaseDirectAccess –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" @@ -373,7 +373,7 @@ - Disable-AzureSqlDatabaseDirectAccess + Disable-AzureRMSqlDatabaseDirectAccess @@ -381,7 +381,7 @@ - Get-AzureSqlDatabase + Get-AzureRMSqlDatabase Returns one or more Azure SQL Database. @@ -402,7 +402,7 @@ - Get-AzureSqlDatabase + Get-AzureRMSqlDatabase DatabaseName @@ -521,7 +521,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Get-AzureRMSqlDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" This example returns all databases on server, "server1". @@ -541,7 +541,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" This example returns database named "database1", from server "server1". @@ -563,15 +563,15 @@ - New-AzureSqlDatabase + New-AzureRMSqlDatabase - Remove-AzureSqlDatabase + Remove-AzureRMSqlDatabase - Set-AzureSqlDatabase + Set-AzureRMSqlDatabase @@ -579,7 +579,7 @@ - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity @@ -595,7 +595,7 @@ - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity ServerName @@ -756,7 +756,7 @@ - Get-AzureSqlDatabaseAuditingPolicy + Get-AzureRMSqlDatabaseAuditingPolicy Gets an Azure SQL Database's auditing policy. @@ -768,7 +768,7 @@ - The Get-AzureSqlDatabaseAuditingPolicy cmdlet gets the auditing policy of an Azure Sql database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. + The Get-AzureRMSqlDatabaseAuditingPolicy cmdlet gets the auditing policy of an Azure Sql database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -777,7 +777,7 @@ - Get-AzureSqlDatabaseAuditingPolicy + Get-AzureRMSqlDatabaseAuditingPolicy ServerName @@ -896,7 +896,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseAuditingPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseAuditingPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" Code Example Description @@ -918,11 +918,11 @@ - Remove-AzureSqlDatabaseAuditing + Remove-AzureRMSqlDatabaseAuditing - Set-AzureSqlDatabaseAuditingPolicy + Set-AzureRMSqlDatabaseAuditingPolicy @@ -930,7 +930,7 @@ - Get-AzureSqlDatabaseDataMaskingPolicy + Get-AzureRMSqlDatabaseDataMaskingPolicy Gets an Azure SQL Database's data masking policy. @@ -942,7 +942,7 @@ - The Get-AzureSqlDatabaseDataMaskingPolicy cmdlet gets the data masking policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. + The Get-AzureRMSqlDatabaseDataMaskingPolicy cmdlet gets the data masking policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -951,7 +951,7 @@ - Get-AzureSqlDatabaseDataMaskingPolicy + Get-AzureRMSqlDatabaseDataMaskingPolicy ServerName @@ -1070,7 +1070,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseDataMaskingPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseDataMaskingPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" @@ -1092,23 +1092,23 @@ - Get-AzureSqlDatabaseDataMaskingRule + Get-AzureRMSqlDatabaseDataMaskingRule - New-AzureSqlDatabaseDataMaskingRule + New-AzureRMSqlDatabaseDataMaskingRule - Remove-AzureSqlDatabaseDataMaskingRule + Remove-AzureRMSqlDatabaseDataMaskingRule - Set-AzureSqlDatabaseDataMaskingPolicy + Set-AzureRMSqlDatabaseDataMaskingPolicy - Set-AzureSqlDatabaseDataMaskingRule + Set-AzureRMSqlDatabaseDataMaskingRule @@ -1116,7 +1116,7 @@ - Get-AzureSqlDatabaseDataMaskingRule + Get-AzureRMSqlDatabaseDataMaskingRule Gets an Azure SQL Database's data masking rule. @@ -1128,7 +1128,7 @@ - The Get-AzureSqlDatabaseDataMaskingRule cmdlet gets either a specific data masking rule, or all of the data masking rule of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database, and the RuleId to specify which rule this cmdlet returns. If no RuleId is provided, then all the data masking rules of that Azure SQL Database are returned. + The Get-AzureRMSqlDatabaseDataMaskingRule cmdlet gets either a specific data masking rule, or all of the data masking rule of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database, and the RuleId to specify which rule this cmdlet returns. If no RuleId is provided, then all the data masking rules of that Azure SQL Database are returned. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -1137,7 +1137,7 @@ - Get-AzureSqlDatabaseDataMaskingRule + Get-AzureRMSqlDatabaseDataMaskingRule RuleId @@ -1275,7 +1275,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseDataMaskingRule –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseDataMaskingRule –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" This example returns all data masking rules for "database1". @@ -1297,23 +1297,23 @@ - Get-AzureSqlDatabaseDataMaskingPolicy + Get-AzureRMSqlDatabaseDataMaskingPolicy - New-AzureSqlDatabaseDataMaskingRule + New-AzureRMSqlDatabaseDataMaskingRule - Remove-AzureSqlDatabaseDataMaskingRule + Remove-AzureRMSqlDatabaseDataMaskingRule - Set-AzureSqlDatabaseDataMaskingPolicy + Set-AzureRMSqlDatabaseDataMaskingPolicy - Set-AzureSqlDatabaseDataMaskingRule + Set-AzureRMSqlDatabaseDataMaskingRule @@ -1321,7 +1321,7 @@ - Get-AzureSqlDatabaseSecureConnectionPolicy + Get-AzureRMSqlDatabaseSecureConnectionPolicy Returns the secure connection policy of an Azure SQL Database. @@ -1333,7 +1333,7 @@ - The Get-AzureSqlDatabaseSecureConnectionPolicy cmdlet returns the secure connection policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. After the successful execution of the cmdlet it returns an object describing the current secure connection policy as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName) + The Get-AzureRMSqlDatabaseSecureConnectionPolicy cmdlet returns the secure connection policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. After the successful execution of the cmdlet it returns an object describing the current secure connection policy as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName) Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -1342,7 +1342,7 @@ - Get-AzureSqlDatabaseSecureConnectionPolicy + Get-AzureRMSqlDatabaseSecureConnectionPolicy ServerName @@ -1461,7 +1461,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseSecureConnectionPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseSecureConnectionPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" -DatabaseName "database1" Code Example Description @@ -1487,7 +1487,7 @@ - Get-AzureSqlServerAuditingPolicy + Get-AzureRMSqlServerAuditingPolicy Gets an Azure SQL Server's auditing policy. @@ -1499,7 +1499,7 @@ - The Get-AzureSqlServerAuditingPolicy cmdlet gets the auditing policy of an Azure SQL Server. To use the cmdlet, use the ResourceGroupName and the ServerName parameters to identify the database server. + The Get-AzureRMSqlServerAuditingPolicy cmdlet gets the auditing policy of an Azure SQL Server. To use the cmdlet, use the ResourceGroupName and the ServerName parameters to identify the database server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -1508,7 +1508,7 @@ - Get-AzureSqlServerAuditingPolicy + Get-AzureRMSqlServerAuditingPolicy ServerName @@ -1608,7 +1608,7 @@ PS C:\> - PS C:\>Get-AzureSqlServerAuditingPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Get-AzureRMSqlServerAuditingPolicy –ResourceGroupName "resourcegroup1" –ServerName "server1" The following example returns the auditing policy for "server1". @@ -1630,27 +1630,27 @@ - Get-AzureSqlDatabaseAuditingPolicy + Get-AzureRMSqlDatabaseAuditingPolicy - Remove-AzureSqlDatabaseAuditing + Remove-AzureRMSqlDatabaseAuditing - Remove-AzureSqlServerAuditing + Remove-AzureRMSqlServerAuditing - Set-AzureSqlDatabaseAuditingPolicy + Set-AzureRMSqlDatabaseAuditingPolicy - Set-AzureSqlServerAuditingPolicy + Set-AzureRMSqlServerAuditingPolicy - Use-AzureSqlServerAuditingPolicy + Use-AzureRMSqlServerAuditingPolicy @@ -1658,7 +1658,7 @@ - Get-AzureSqlServerActiveDirectoryAdministrator + Get-AzureRMSqlServerActiveDirectoryAdministrator Returns information about an Azure Active Directory administrator for Azure SQL Server in the current subscription. @@ -1670,7 +1670,7 @@ - The Get-AzureSqlServerActiveDirectoryAdministrator cmdlet returns information about an Azure Active Directory administrator for Azure SQL Server in the current subscription. + The Get-AzureRMSqlServerActiveDirectoryAdministrator cmdlet returns information about an Azure Active Directory administrator for Azure SQL Server in the current subscription. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -1679,7 +1679,7 @@ - Get-AzureSqlServerActiveDirectoryAdministrator + Get-AzureRMSqlServerActiveDirectoryAdministrator ServerName @@ -1783,7 +1783,7 @@ PS C:\> - PS C:\>Get-AzureSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" + PS C:\>Get-AzureRMSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" Returns information about an Azure Active Directory administrator for Azure SQL Database Server "aad_managed_demo" associated with resource group "Group-23" @@ -1805,11 +1805,11 @@ - Remove-AzureSqlServerActiveDirectoryAdministrator + Remove-AzureRMSqlServerActiveDirectoryAdministrator - Set-AzureSqlServerActiveDirectoryAdministrator + Set-AzureRMSqlServerActiveDirectoryAdministrator @@ -1817,7 +1817,7 @@ - Get-AzureSqlDatabaseTransparentDataEncryption + Get-AzureRMSqlDatabaseTransparentDataEncryption Gets the Transparent Data Encryption State for an Azure SQL Database. @@ -1829,7 +1829,7 @@ - Use this cmdlet to retrieve the Transparent Data Encryption state from an Azure SQL Database. Use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. The return object indicates encryption state of the Azure SQL database, and reflects the state last set by the user. When the state is "Enabled" the Azure SQL Database can still be encrypting as encryption can be a long running asynchronous job. When the state is "Disabled" the Azure SQL Database can still be decrypting because this is a long running asynchronous job. To view the encryption scan progress please use Get-AzureSqlDatabaseTransparentDataEncryptionActivity. + Use this cmdlet to retrieve the Transparent Data Encryption state from an Azure SQL Database. Use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. The return object indicates encryption state of the Azure SQL database, and reflects the state last set by the user. When the state is "Enabled" the Azure SQL Database can still be encrypting as encryption can be a long running asynchronous job. When the state is "Disabled" the Azure SQL Database can still be decrypting because this is a long running asynchronous job. To view the encryption scan progress please use Get-AzureRMSqlDatabaseTransparentDataEncryptionActivity. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -1838,7 +1838,7 @@ - Get-AzureSqlDatabaseTransparentDataEncryption + Get-AzureRMSqlDatabaseTransparentDataEncryption ServerName @@ -1960,13 +1960,13 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" This example returns the transparent database encryption state for the database named "database1", from server "server1". - PS C:\>Get-AzureSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" ResourceGroupName ServerName DatabaseName State ----------------- ---------- ------------ ----- @@ -1992,7 +1992,7 @@ - Get-AzureSqlDatabaseTransparentDataEncryptionActivity + Get-AzureRMSqlDatabaseTransparentDataEncryptionActivity Gets the status of the Transparent Data Encryption Scan for an Azure SQL Database. @@ -2004,7 +2004,7 @@ - The Get-AzureSqlDatabaseTransparentDataEncryptionActivity Cmdlet gets the Transparent Data Encryption scan progress of an Azure SQL Database. Use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the Azure SQL Database. The return object indicates if the Azure SQL Database is encrypting/decrypting, and what percentage is complete. If no encryption scan is occurring on the Azure SQL Database an empty list will be returned. + The Get-AzureRMSqlDatabaseTransparentDataEncryptionActivity Cmdlet gets the Transparent Data Encryption scan progress of an Azure SQL Database. Use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the Azure SQL Database. The return object indicates if the Azure SQL Database is encrypting/decrypting, and what percentage is complete. If no encryption scan is occurring on the Azure SQL Database an empty list will be returned. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -2013,7 +2013,7 @@ - Get-AzureSqlDatabaseTransparentDataEncryptionActivity + Get-AzureRMSqlDatabaseTransparentDataEncryptionActivity ServerName @@ -2135,13 +2135,13 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseTransparentDataEncryptionActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseTransparentDataEncryptionActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" This example returns the transparent database encryption scan progress for the database named "database1", from server "server1". - PS C:\>Get-AzureSqlDatabaseTransparentDataEncryptionActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Get-AzureRMSqlDatabaseTransparentDataEncryptionActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" ResourceGroupName : resourcegroup1 @@ -2170,7 +2170,7 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool Gets the details for an Azure SQL elastic database pool. @@ -2191,7 +2191,7 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool ElasticPoolName @@ -2310,7 +2310,7 @@ PS C:\> - PS C:\>Get-AzureSqlElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Get-AzureRMSqlElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" This example returns all elastic pools on "server1". @@ -2330,7 +2330,7 @@ PS C:\> - PS C:\>Get-AzureSqlElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" + PS C:\>Get-AzureRMSqlElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" This example returns the elastic pool named "elasticpool1" on "server1". @@ -2352,15 +2352,15 @@ - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool - Remove-AzureSqlElasticPool + Remove-AzureRMSqlElasticPool - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool @@ -2368,7 +2368,7 @@ - Get-AzureSqlElasticPoolActivity + Get-AzureRMSqlElasticPoolActivity Gets the status of elastic database pool operations. @@ -2389,7 +2389,7 @@ - Get-AzureSqlElasticPoolActivity + Get-AzureRMSqlElasticPoolActivity ServerName @@ -2508,7 +2508,7 @@ PS C:\> - PS C:\>Get-AzureSqlElasticPoolActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" + PS C:\>Get-AzureRMSqlElasticPoolActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" The following example returns the operation status for the elastic pool named "elasticpool1". @@ -2530,27 +2530,27 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool - Get-AzureSqlElasticPoolDatabase + Get-AzureRMSqlElasticPoolDatabase - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool - Remove-AzureSqlElasticPool + Remove-AzureRMSqlElasticPool - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool @@ -2558,7 +2558,7 @@ - Get-AzureSqlElasticPoolDatabase + Get-AzureRMSqlElasticPoolDatabase Returns one or all elastic databases in an elastic database pool. @@ -2579,7 +2579,7 @@ - Get-AzureSqlElasticPoolDatabase + Get-AzureRMSqlElasticPoolDatabase ElasticPoolName @@ -2717,7 +2717,7 @@ PS C:\> - PS C:\>Get-AzureSqlElasticPoolDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" + PS C:\>Get-AzureRMSqlElasticPoolDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" This example returns all databases in an elastic pool named "elasticpool1". @@ -2739,27 +2739,27 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool - Get-AzureSqlElasticPoolActivity + Get-AzureRMSqlElasticPoolActivity - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool - Remove-AzureSqlElasticPool + Remove-AzureRMSqlElasticPool - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool @@ -2767,7 +2767,7 @@ - Get-AzureSqlElasticPoolRecommendation + Get-AzureRMSqlElasticPoolRecommendation @@ -2783,7 +2783,7 @@ - Get-AzureSqlElasticPoolRecommendation + Get-AzureRMSqlElasticPoolRecommendation ElasticPoolRecommendation @@ -2906,7 +2906,7 @@ - Get-AzureSqlElasticPoolRecommendationDatabase + Get-AzureRMSqlElasticPoolRecommendationDatabase @@ -2922,7 +2922,7 @@ - Get-AzureSqlElasticPoolRecommendationDatabase + Get-AzureRMSqlElasticPoolRecommendationDatabase ElasticPoolRecommendation @@ -3064,7 +3064,7 @@ - Get-AzureSqlElasticPoolRecommendationMetrics + Get-AzureRMSqlElasticPoolRecommendationMetrics @@ -3080,7 +3080,7 @@ - Get-AzureSqlElasticPoolRecommendationMetrics + Get-AzureRMSqlElasticPoolRecommendationMetrics ElasticPoolRecommendation @@ -3203,7 +3203,7 @@ - Get-AzureSqlServer + Get-AzureRMSqlServer Returns information about one or more Azure SQL Database Servers. @@ -3224,7 +3224,7 @@ - Get-AzureSqlServer + Get-AzureRMSqlServer ServerName @@ -3324,7 +3324,7 @@ PS C:\> - PS C:\>Get-AzureSqlServer –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Get-AzureRMSqlServer –ResourceGroupName "resourcegroup1" –ServerName "server1" Use this cmdlet to retrieve an Azure SQL Database Server named "server1". @@ -3350,7 +3350,7 @@ - Get-AzureSqlServerFirewallRule + Get-AzureRMSqlServerFirewallRule Returns firewall rules for an Azure SQL Server. @@ -3371,7 +3371,7 @@ - Get-AzureSqlServerFirewallRule + Get-AzureRMSqlServerFirewallRule FirewallRuleName @@ -3490,7 +3490,7 @@ PS C:\> - PS C:\>Get-AzureSqlServerFirewallRule –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Get-AzureRMSqlServerFirewallRule –ResourceGroupName "resourcegroup1" –ServerName "server1" Code Example Description @@ -3516,7 +3516,7 @@ - Get-AzureSqlServerServiceObjective + Get-AzureRMSqlServerServiceObjective Returns a list of service objectives for an Azure SQL Server. @@ -3537,7 +3537,7 @@ - Get-AzureSqlServerServiceObjective + Get-AzureRMSqlServerServiceObjective ServiceObjectiveName @@ -3675,7 +3675,7 @@ PS C:\> - PS C:\>Get-AzureSqlServerServiceObjective –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Get-AzureRMSqlServerServiceObjective –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" The following example returns the service objective. @@ -3701,7 +3701,7 @@ - Get-AzureSqlServerUpgrade + Get-AzureRMSqlServerUpgrade @@ -3717,7 +3717,7 @@ - Get-AzureSqlServerUpgrade + Get-AzureRMSqlServerUpgrade ServerName @@ -3821,7 +3821,7 @@ - New-AzureSqlDatabase + New-AzureRMSqlDatabase Creates a new Azure SQL Database, or new elastic database. @@ -3834,7 +3834,7 @@ - The New-AzureSqlDatabase cmdlet creates a new Azure SQL Database. + The New-AzureRMSqlDatabase cmdlet creates a new Azure SQL Database. Create an elastic database by setting the ElasticPoolName to an existing elastic pool. @@ -3845,7 +3845,7 @@ - New-AzureSqlDatabase + New-AzureRMSqlDatabase DatabaseName @@ -4097,7 +4097,7 @@ PS C:\> - PS C:\>New-AzureSqlDatabase –ResourceGroupName "resourceGroup1" –ServerName "server1" –DatabaseName "db1" + PS C:\>New-AzureRMSqlDatabase –ResourceGroupName "resourceGroup1" –ServerName "server1" –DatabaseName "db1" The following command creates a database named "db1" in server "Server1". @@ -4117,7 +4117,7 @@ PS C:\> - PS C:\>New-AzureSqlDatabase -ResourceGroupName "resourcegroup1" -ServerName "server1" -DatabaseName "database1" -ElasticPoolName "elasticpool1" + PS C:\>New-AzureRMSqlDatabase -ResourceGroupName "resourcegroup1" -ServerName "server1" -DatabaseName "database1" -ElasticPoolName "elasticpool1" The following command creates a database named "database1" in the elastic pool named "elasticpool1" in server "server1". @@ -4139,11 +4139,11 @@ - New-AzureSqlServer + New-AzureRMSqlServer - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool @@ -4151,7 +4151,7 @@ - New-AzureSqlDatabaseDataMaskingRule + New-AzureRMSqlDatabaseDataMaskingRule Creates a new Azure SQL Database's data masking rule. @@ -4172,7 +4172,7 @@ - New-AzureSqlDatabaseDataMaskingRule + New-AzureRMSqlDatabaseDataMaskingRule MaskingFunction @@ -4273,7 +4273,7 @@ - New-AzureSqlDatabaseDataMaskingRule + New-AzureRMSqlDatabaseDataMaskingRule MaskingFunction @@ -4587,7 +4587,7 @@ PS C:\> - PS C:\>Get-Help New-AzureSqlDatabaseDataMaskingRule + PS C:\>Get-Help New-AzureRMSqlDatabaseDataMaskingRule @@ -4613,7 +4613,7 @@ - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool Creates a new Azure SQL Database elastic database pool. @@ -4634,7 +4634,7 @@ - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool ElasticPoolName @@ -4873,7 +4873,7 @@ PS C:\> - PS C:\>New-AzureSqlElasticPool -ResourceGroupName "resourcegroup1" -ServerName "server1" -ElasticPoolName "elasticpool1" -Edition "Standard" -Dtu 400 -DatabaseDtuMin 10 -DatabaseDtuMax 100 + PS C:\>New-AzureRMSqlElasticPool -ResourceGroupName "resourcegroup1" -ServerName "server1" -ElasticPoolName "elasticpool1" -Edition "Standard" -Dtu 400 -DatabaseDtuMin 10 -DatabaseDtuMax 100 The following command creates an elastic pool in the Standard service tier named "elasticpool1" in the server named "server1" within an Azure resource group named "resourcegroup1", and specifies DTU property values for the pool and it’s databases. @@ -4895,27 +4895,27 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool - Get-AzureSqlElasticPoolActivity + Get-AzureRMSqlElasticPoolActivity - Get-AzureSqlElasticPoolDatabase + Get-AzureRMSqlElasticPoolDatabase - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity - Remove-AzureSqlElasticPool + Remove-AzureRMSqlElasticPool - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool @@ -4923,7 +4923,7 @@ - New-AzureSqlServer + New-AzureRMSqlServer Creates a new Azure SQL Database server. @@ -4935,7 +4935,7 @@ - The New-AzureSqlDatabaseServer cmdlet creates a new Azure SQL server. + The New-AzureRMSqlDatabaseServer cmdlet creates a new Azure SQL server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -4944,7 +4944,7 @@ - New-AzureSqlServer + New-AzureRMSqlServer ServerName @@ -5122,7 +5122,7 @@ PS C:\> - PS C:\>New-AzureSqlServer -ResourceGroupName "resourcegroup1" -ServerName "server1" -Location "West US" -ServerVersion "12.0" + PS C:\>New-AzureRMSqlServer -ResourceGroupName "resourcegroup1" -ServerName "server1" -Location "West US" -ServerVersion "12.0" This command creates a new Azure SQL V12 Server. @@ -5144,19 +5144,19 @@ - Get-AzureSqlServer + Get-AzureRMSqlServer - Remove-AzureSqlServer + Remove-AzureRMSqlServer - Set-AzureSqlServer + Set-AzureRMSqlServer - New-AzureSqlServerFirewallRule + New-AzureRMSqlServerFirewallRule @@ -5164,7 +5164,7 @@ - New-AzureSqlServerFirewallRule + New-AzureRMSqlServerFirewallRule @@ -5180,7 +5180,7 @@ - New-AzureSqlServerFirewallRule + New-AzureRMSqlServerFirewallRule FirewallRuleName @@ -5225,7 +5225,7 @@ - New-AzureSqlServerFirewallRule + New-AzureRMSqlServerFirewallRule AllowAllAzureIPs @@ -5384,7 +5384,7 @@ - Remove-AzureSqlDatabase + Remove-AzureRMSqlDatabase Deletes an Azure SQL Database. @@ -5396,7 +5396,7 @@ - The Remove-AzureSqlDatabase cmdlet deletes an Azure SQL Database. + The Remove-AzureRMSqlDatabase cmdlet deletes an Azure SQL Database. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -5405,7 +5405,7 @@ - Remove-AzureSqlDatabase + Remove-AzureRMSqlDatabase DatabaseName @@ -5581,7 +5581,7 @@ PS C:\> - PS C:\>Remove-AzureSqlDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" + PS C:\>Remove-AzureRMSqlDatabase –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" The following code example deletes an Azure SQL Database. @@ -5607,7 +5607,7 @@ - Remove-AzureSqlDatabaseAuditing + Remove-AzureRMSqlDatabaseAuditing Disables an Azure Sql database's auditing. @@ -5619,7 +5619,7 @@ - The Remove-AzureSqlDatabaseAuditing cmdlet disables the auditing of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database.After the successful execution of the cmdlet, auditing of the database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName) + The Remove-AzureRMSqlDatabaseAuditing cmdlet disables the auditing of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database.After the successful execution of the cmdlet, auditing of the database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (i.e. ResourceGroupName, ServerName and DatabaseName) Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -5628,7 +5628,7 @@ - Remove-AzureSqlDatabaseAuditing + Remove-AzureRMSqlDatabaseAuditing PassThru @@ -5766,7 +5766,7 @@ PS C:\> - PS C:\>Get-Help Remove-AzureSqlDatabaseAuditing + PS C:\>Get-Help Remove-AzureRMSqlDatabaseAuditing @@ -5792,7 +5792,7 @@ - Remove-AzureSqlDatabaseDataMaskingRule + Remove-AzureRMSqlDatabaseDataMaskingRule Removes an Azure SQL Database's data masking rule. @@ -5804,7 +5804,7 @@ - The Remove-AzureSqlDatabaseDataMaskingRule cmdlet removes a specific data masking rule. To use the cmdlet, use the ResourceGroupName, ServerName, DatabaseName and RuleId parameters to identify the rule to be removed. + The Remove-AzureRMSqlDatabaseDataMaskingRule cmdlet removes a specific data masking rule. To use the cmdlet, use the ResourceGroupName, ServerName, DatabaseName and RuleId parameters to identify the rule to be removed. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -5813,7 +5813,7 @@ - Remove-AzureSqlDatabaseDataMaskingRule + Remove-AzureRMSqlDatabaseDataMaskingRule PassThru @@ -6027,7 +6027,7 @@ PS C:\> - PS C:\>Get-Help Remove-AzureSqlDatabaseDataMaskingRule + PS C:\>Get-Help Remove-AzureRMSqlDatabaseDataMaskingRule @@ -6053,7 +6053,7 @@ - Remove-AzureSqlServerAuditing + Remove-AzureRMSqlServerAuditing Disables auditing of all the databases that rely on the auditing policy of the given database server. @@ -6065,7 +6065,7 @@ - The Remove-AzureSqlServerAuditing cmdlet disables auditing of all the databases that rely on the auditing policy of the given database server. To use the cmdlet, use the ResourceGroupName and ServerName parameters to identify the database server. After the successful execution of the cmdlet, auditing of the database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database server identifiers (i.e. ResourceGroupName and ServerName) + The Remove-AzureRMSqlServerAuditing cmdlet disables auditing of all the databases that rely on the auditing policy of the given database server. To use the cmdlet, use the ResourceGroupName and ServerName parameters to identify the database server. After the successful execution of the cmdlet, auditing of the database is disabled. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database server identifiers (i.e. ResourceGroupName and ServerName) Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -6074,7 +6074,7 @@ - Remove-AzureSqlServerAuditing + Remove-AzureRMSqlServerAuditing PassThru @@ -6193,7 +6193,7 @@ PS C:\> - PS C:\>Get-Help Remove-AzureSqlServerAuditing -Full + PS C:\>Get-Help Remove-AzureRMSqlServerAuditing -Full Code Example Description @@ -6219,7 +6219,7 @@ - Remove-AzureSqlElasticPool + Remove-AzureRMSqlElasticPool Deletes an Azure SQL elastic database pool. @@ -6231,7 +6231,7 @@ - The Remove-AzureSqlElasticPool cmdlet deletes an elastic pool. + The Remove-AzureRMSqlElasticPool cmdlet deletes an elastic pool. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -6240,7 +6240,7 @@ - Remove-AzureSqlElasticPool + Remove-AzureRMSqlElasticPool ElasticPoolName @@ -6416,7 +6416,7 @@ PS C:\> - PS C:\>Remove-AzureSqlElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" + PS C:\>Remove-AzureRMSqlElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" The following command deletes an elastic pool named "elasticpool1": @@ -6438,27 +6438,27 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool - Get-AzureSqlElasticPoolActivity + Get-AzureRMSqlElasticPoolActivity - Get-AzureSqlElasticPoolDatabase + Get-AzureRMSqlElasticPoolDatabase - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool @@ -6466,7 +6466,7 @@ - Remove-AzureSqlServer + Remove-AzureRMSqlServer Removes an Azure SQL Server. @@ -6478,7 +6478,7 @@ - The Remove-AzureSqlServer cmdlet removes an Azure SQL Server. + The Remove-AzureRMSqlServer cmdlet removes an Azure SQL Server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -6487,7 +6487,7 @@ - Remove-AzureSqlServer + Remove-AzureRMSqlServer ServerName @@ -6644,7 +6644,7 @@ PS C:\> - PS C:\>Remove-AzureSqlServer –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Remove-AzureRMSqlServer –ResourceGroupName "resourcegroup1" –ServerName "server1" The following example removes "server1". @@ -6670,7 +6670,7 @@ - Remove-AzureSqlServerActiveDirectoryAdministrator + Remove-AzureRMSqlServerActiveDirectoryAdministrator Removes an Azure Active Directory administrator for Azure SQL Server in the current subscription. @@ -6682,7 +6682,7 @@ - The Remove-AzureSqlServerActiveDirectoryAdministrator cmdlet removes an Azure Active Directory administrator for Azure SQL Server in the current subscription. + The Remove-AzureRMSqlServerActiveDirectoryAdministrator cmdlet removes an Azure Active Directory administrator for Azure SQL Server in the current subscription. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -6691,7 +6691,7 @@ - Remove-AzureSqlServerActiveDirectoryAdministrator + Remove-AzureRMSqlServerActiveDirectoryAdministrator Force @@ -6852,7 +6852,7 @@ PS C:\> - PS c:\> Remove-AzureSqlServerActiveDirectoryAdministrator -ResourceGroupName "Group-23" –ServerName "aad-managed-demo" + PS c:\> Remove-AzureRMSqlServerActiveDirectoryAdministrator -ResourceGroupName "Group-23" –ServerName "aad-managed-demo" This command removes an Azure Active Directory administrator for Azure SQL Database Server "aad_managed_demo" associated with resource group "Group-23" @@ -6878,11 +6878,11 @@ - Get-AzureSqlServerActiveDirectoryAdministrator + Get-AzureRMSqlServerActiveDirectoryAdministrator - Set-AzureSqlServerActiveDirectoryAdministrator + Set-AzureRMSqlServerActiveDirectoryAdministrator @@ -6890,7 +6890,7 @@ - Remove-AzureSqlServerFirewallRule + Remove-AzureRMSqlServerFirewallRule Deletes a firewall rule from an Azure SQL Database Server. @@ -6902,7 +6902,7 @@ - The Remove-AzureSqlDatabaseServerFirewallRule cmdlet deletes a firewall rule from the specified SQL Database Server. + The Remove-AzureRMSqlDatabaseServerFirewallRule cmdlet deletes a firewall rule from the specified SQL Database Server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -6911,7 +6911,7 @@ - Remove-AzureSqlServerFirewallRule + Remove-AzureRMSqlServerFirewallRule FirewallRuleName @@ -7087,7 +7087,7 @@ PS C:\> - PS C:\>Remove-AzureSqlServerFirewallRule –FirewallRuleName "rule1" –ResourceGroupName "resourcegroup1" –ServerName "server1" + PS C:\>Remove-AzureRMSqlServerFirewallRule –FirewallRuleName "rule1" –ResourceGroupName "resourcegroup1" –ServerName "server1" Code Example Description @@ -7109,15 +7109,15 @@ - Get-AzureSqlServerFirewallRule + Get-AzureRMSqlServerFirewallRule - New-AzureSqlServerFirewallRule + New-AzureRMSqlServerFirewallRule - Set-AzureSqlServerFirewallRule + Set-AzureRMSqlServerFirewallRule @@ -7125,7 +7125,7 @@ - Set-AzureSqlDatabase + Set-AzureRMSqlDatabase Updates properties for an Azure SQL Database, or moves an existing database into an elastic pool. @@ -7138,7 +7138,7 @@ - The Set-AzureSqlDatabase cmdlet sets properties for an Azure SQL Database. + The Set-AzureRMSqlDatabase cmdlet sets properties for an Azure SQL Database. Set the ElasticPoolName parameter to move a database into an elastic pool. @@ -7149,7 +7149,7 @@ - Set-AzureSqlDatabase + Set-AzureRMSqlDatabase DatabaseName @@ -7363,7 +7363,7 @@ PS C:\> - PS C:\>Set-AzureSqlDatabase –ResourceGroupName "resourcegroup1" –DatabaseName "database1" –ServerName "server1" –Edition "Standard" –RequestedServiceObjectiveName "S2" + PS C:\>Set-AzureRMSqlDatabase –ResourceGroupName "resourcegroup1" –DatabaseName "database1" –ServerName "server1" –Edition "Standard" –RequestedServiceObjectiveName "S2" The following command updates a database named "database1" to a Standard S2 database. @@ -7383,7 +7383,7 @@ PS C:\> - PS C:\>Set-AzureSqlDatabase –ResourceGroupName "resourcegroup1" –DatabaseName "database1" –ServerName "server1" –ElasticPoolName "elasticpool1" + PS C:\>Set-AzureRMSqlDatabase –ResourceGroupName "resourcegroup1" –DatabaseName "database1" –ServerName "server1" –ElasticPoolName "elasticpool1" The following command adds a database named "database1" to the elastic pool named "elasticpool1". @@ -7409,7 +7409,7 @@ - Set-AzureSqlDatabaseAuditingPolicy + Set-AzureRMSqlDatabaseAuditingPolicy Sets an Azure SQL Database's auditing policy. @@ -7421,7 +7421,7 @@ - The Set-AzureSqlDatabaseAuditingPolicy cmdlet changes the auditing policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database, the StorageAccountName parameter to specify the storage account to be used for the audit logs and the EventType parameter to define which event types to audit. After the successful execution of the cmdlet, auditing of the database is enabled. These settings override the server default auditing policy. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (ResourceGroupName, ServerName and DatabaseName) + The Set-AzureRMSqlDatabaseAuditingPolicy cmdlet changes the auditing policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database, the StorageAccountName parameter to specify the storage account to be used for the audit logs and the EventType parameter to define which event types to audit. After the successful execution of the cmdlet, auditing of the database is enabled. These settings override the server default auditing policy. If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the database identifiers (ResourceGroupName, ServerName and DatabaseName) Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -7430,7 +7430,7 @@ - Set-AzureSqlDatabaseAuditingPolicy + Set-AzureRMSqlDatabaseAuditingPolicy PassThru @@ -7665,7 +7665,7 @@ PS C:\> - PS C:\>Get-Help Set-AzureSqlDatabaseAuditingPolicy -Full + PS C:\>Get-Help Set-AzureRMSqlDatabaseAuditingPolicy -Full @@ -7691,7 +7691,7 @@ - Set-AzureSqlDatabaseDataMaskingPolicy + Set-AzureRMSqlDatabaseDataMaskingPolicy Sets an Azure SQL Database's data masking policy. @@ -7703,7 +7703,7 @@ - The Set-AzureSqlDatabaseDataMaskingPolicy cmdlet changes the auditing policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database, the DataMaskingState parameter to specify whether data masking operations are enabled or disabled, the MaskingLevel parameter to define whether masking is done in standard or extended mode and the PrivilegedLogins parameter to specify which users are allowed to see the unmasked data. If the command succeeds and the PassThru switch is on, it returns an object describing the current data masking policy used as well as the database identifiers (ResourceGroupName, ServerName and DatabaseName) + The Set-AzureRMSqlDatabaseDataMaskingPolicy cmdlet changes the auditing policy of an Azure SQL Database. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database, the DataMaskingState parameter to specify whether data masking operations are enabled or disabled, the MaskingLevel parameter to define whether masking is done in standard or extended mode and the PrivilegedLogins parameter to specify which users are allowed to see the unmasked data. If the command succeeds and the PassThru switch is on, it returns an object describing the current data masking policy used as well as the database identifiers (ResourceGroupName, ServerName and DatabaseName) Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -7712,7 +7712,7 @@ - Set-AzureSqlDatabaseDataMaskingPolicy + Set-AzureRMSqlDatabaseDataMaskingPolicy PassThru @@ -7907,7 +7907,7 @@ PS C:\> - PS C:\>Get-Help Set-AzureSqlDatabaseDataMaskingPolicy -Full + PS C:\>Get-Help Set-AzureRMSqlDatabaseDataMaskingPolicy -Full @@ -7933,7 +7933,7 @@ - Set-AzureSqlDatabaseDataMaskingRule + Set-AzureRMSqlDatabaseDataMaskingRule Sets an Azure SQL Database's data masking rule. @@ -7954,7 +7954,7 @@ - Set-AzureSqlDatabaseDataMaskingRule + Set-AzureRMSqlDatabaseDataMaskingRule MaskingFunction @@ -8055,7 +8055,7 @@ - Set-AzureSqlDatabaseDataMaskingRule + Set-AzureRMSqlDatabaseDataMaskingRule MaskingFunction @@ -8369,7 +8369,7 @@ PS C:\> - PS C:\>Get-Help Set-AzureSqlDatabaseDataMaskingRule -Full + PS C:\>Get-Help Set-AzureRMSqlDatabaseDataMaskingRule -Full Code Example Description @@ -8395,7 +8395,7 @@ - Set-AzureSqlServerAuditingPolicy + Set-AzureRMSqlServerAuditingPolicy Sets an Azure SQL Database server's auditing policy. @@ -8407,7 +8407,7 @@ - The Set-AzureSqlServerAuditingPolicy cmdlet changes the auditing policy of an Azure SQL Database server. To use the cmdlet, use the ResourceGroupName and ServerName parameters to identify the database server, the StorageAccountName parameter to specify the storage account to be used for the audit logs and the EventType parameter to define which event types to audit. The auditing policy of a database server apply to all the databases in this server that are marked as using the server's auditing policy, as well as all newly created databases.If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the server's identifiers (i.e. ResourceGroupName and ServerName). + The Set-AzureRMSqlServerAuditingPolicy cmdlet changes the auditing policy of an Azure SQL Database server. To use the cmdlet, use the ResourceGroupName and ServerName parameters to identify the database server, the StorageAccountName parameter to specify the storage account to be used for the audit logs and the EventType parameter to define which event types to audit. The auditing policy of a database server apply to all the databases in this server that are marked as using the server's auditing policy, as well as all newly created databases.If the command succeeds and the PassThru switch is on, it returns an object describing the current auditing policy used as well as the server's identifiers (i.e. ResourceGroupName and ServerName). Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -8416,7 +8416,7 @@ - Set-AzureSqlServerAuditingPolicy + Set-AzureRMSqlServerAuditingPolicy PassThru @@ -8632,7 +8632,7 @@ PS C:\> - PS C:\>Get-Help Set-AzureSqlServerAuditingPolicy + PS C:\>Get-Help Set-AzureRMSqlServerAuditingPolicy Code Example Description @@ -8658,7 +8658,7 @@ - Set-AzureSqlDatabaseTransparentDataEncryption + Set-AzureRMSqlDatabaseTransparentDataEncryption Updates properties for Transparent Data Encryption for an Azure SQL Database. @@ -8679,7 +8679,7 @@ - Set-AzureSqlDatabaseTransparentDataEncryption + Set-AzureRMSqlDatabaseTransparentDataEncryption State @@ -8821,13 +8821,13 @@ PS C:\> - PS C:\>Set-AzureSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" -State Enabled + PS C:\>Set-AzureRMSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" -State Enabled The following command updates the transparent data encryption state for the Azure SQL database named "database1". - PS C:\>Set-AzureSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" -State Enabled + PS C:\>Set-AzureRMSqlDatabaseTransparentDataEncryption –ResourceGroupName "resourcegroup1" –ServerName "server1" –DatabaseName "database1" -State Enabled ResourceGroupName ServerName DatabaseName State ----------------- ---------- ------------ ----- @@ -8853,7 +8853,7 @@ - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool Updates properties for an Azure SQL elastic database pool. @@ -8874,7 +8874,7 @@ - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool ElasticPoolName @@ -9107,7 +9107,7 @@ PS C:\> - PS C:\>Set-AzureSqlDatabaseElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" –Dtu 1000 –DatabaseDtuMax 100 –DatabaseDtuMin 20 + PS C:\>Set-AzureRMSqlDatabaseElasticPool –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" –Dtu 1000 –DatabaseDtuMax 100 –DatabaseDtuMin 20 The following command sets an elastic pool’s DTUs to 1000, DTU max per database to 100, and the DTU min per database to 20. @@ -9129,27 +9129,27 @@ - Get-AzureSqlElasticPool + Get-AzureRMSqlElasticPool - Get-AzureSqlElasticPoolActivity + Get-AzureRMSqlElasticPoolActivity - Get-AzureSqlElasticPoolDatabase + Get-AzureRMSqlElasticPoolDatabase - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity - New-AzureSqlElasticPool + New-AzureRMSqlElasticPool - Set-AzureSqlElasticPool + Set-AzureRMSqlElasticPool @@ -9157,7 +9157,7 @@ - Set-AzureSqlServer + Set-AzureRMSqlServer Update the properties for an Azure SQL Server. @@ -9169,7 +9169,7 @@ - The Set-AzureSqlServer cmdlet updates the properties of an Azure SQL Server. + The Set-AzureRMSqlServer cmdlet updates the properties of an Azure SQL Server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -9178,7 +9178,7 @@ - Set-AzureSqlServer + Set-AzureRMSqlServer ServerName @@ -9392,7 +9392,7 @@ PS C:\> - PS C:\>Get-Help Set-AzureSqlServer + PS C:\>Get-Help Set-AzureRMSqlServer @@ -9418,7 +9418,7 @@ - Set-AzureSqlServerActiveDirectoryAdministrator + Set-AzureRMSqlServerActiveDirectoryAdministrator Provisions an Azure Active Directory administrator for Azure SQL Server in the current subscription. @@ -9430,7 +9430,7 @@ - The Set-AzureSqlServerActiveDirectoryAdministrator cmdlet provisions an Azure Active Directory administrator for Azure SQL Server in the current subscription. + The Set-AzureRMSqlServerActiveDirectoryAdministrator cmdlet provisions an Azure Active Directory administrator for Azure SQL Server in the current subscription. At any given time only one administrator can be provisioned The following members of Azure Active Directory can be provisioned as an administrator for Azure SQL Server Native members of Azure Active Directory @@ -9448,7 +9448,7 @@ - Set-AzureSqlServerActiveDirectoryAdministrator + Set-AzureRMSqlServerActiveDirectoryAdministrator DisplayName @@ -9594,7 +9594,7 @@ PS C:\> - PS C:\>Set-AzureSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "DBAs" + PS C:\>Set-AzureRMSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "DBAs" This command provisions an Azure Active Directory administrator group “DBAs” for Azure SQL Database Server “aad-managed-demo” associated with resource group "Group-23" @@ -9618,7 +9618,7 @@ PS C:\> - PS C:\>Set-AzureSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "Bob Johns" + PS C:\>Set-AzureRMSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "Bob Johns" This command provisions an Azure Active Directory user "Bob Johns" as an administrator for Azure SQL Database Server “aad-managed-demo” associated with resource group "Group-23" @@ -9642,13 +9642,13 @@ PS C:\> - PS c:\>Set-AzureSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "DBAs" –ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" + PS c:\>Set-AzureRMSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "DBAs" –ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" This command provisions an Azure Active Directory administrator group “DBAs” for Azure SQL Database Server “aad-managed-demo” associated with resource group "Group-23". To enforce <DisplayName> uniqueness, an optional parameter <–ObjectId > "40b79501-b343-44ed-9ce7-da4c8cc7353b" representing Azure AD ObjectID for the DBAs group is included - PS c:\>Set-AzureSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "DBAs" –ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" + PS c:\>Set-AzureRMSqlServerActiveDirectoryAdministrator –ResourceGroupName "Group-23" –ServerName "aad-managed-demo" –DisplayName "DBAs" –ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b" ResourceGroupName ServerName DisplayName ObjectId ----------------- ---------- ----------- -------- @@ -9666,11 +9666,11 @@ - Get-AzureSqlServerActiveDirectoryAdministrator + Get-AzureRMSqlServerActiveDirectoryAdministrator - Remove-AzureSqlServerActiveDirectoryAdministrator + Remove-AzureRMSqlServerActiveDirectoryAdministrator @@ -9678,7 +9678,7 @@ - Start-AzureSqlServerUpgrade + Start-AzureRMSqlServerUpgrade @@ -9694,7 +9694,7 @@ - Start-AzureSqlServerUpgrade + Start-AzureRMSqlServerUpgrade ServerVersion @@ -9874,7 +9874,7 @@ - Stop-AzureSqlServerUpgrade + Stop-AzureRMSqlServerUpgrade @@ -9890,7 +9890,7 @@ - Stop-AzureSqlServerUpgrade + Stop-AzureRMSqlServerUpgrade Force @@ -10051,7 +10051,7 @@ - Use-AzureSqlServerAuditingPolicy + Use-AzureRMSqlServerAuditingPolicy Marks an Azure SQL Database as using its server's auditing policy. @@ -10063,7 +10063,7 @@ - The Use-AzureSqlServerAuditingPolicy cmdlet marks an Azure SQL Database as using its server's auditing policy. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. If no auditing policy was defined already for the database server, this cmdlet would fail. + The Use-AzureRMSqlServerAuditingPolicy cmdlet marks an Azure SQL Database as using its server's auditing policy. To use the cmdlet, use the ResourceGroupName, ServerName and DatabaseName parameters to identify the database. If no auditing policy was defined already for the database server, this cmdlet would fail. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -10072,7 +10072,7 @@ - Use-AzureSqlServerAuditingPolicy + Use-AzureRMSqlServerAuditingPolicy PassThru @@ -10210,7 +10210,7 @@ PS C:\> - PS C:\>Get-Help Use-AzureSqlDatabaseServerAuditPolicy + PS C:\>Get-Help Use-AzureRMSqlDatabaseServerAuditPolicy @@ -10236,7 +10236,7 @@ - Get-AzureSqlDatabaseActivity + Get-AzureRMSqlDatabaseActivity Gets the status of database operations in an elastic database pool. @@ -10345,7 +10345,7 @@ PS C:\> - PS C:\>Get-AzureSqlDatabaseActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" + PS C:\>Get-AzureRMSqlDatabaseActivity –ResourceGroupName "resourcegroup1" –ServerName "server1" –ElasticPoolName "elasticpool1" The following example returns the operation status of all databases in an elastic pool named "elasticpool1". @@ -10371,7 +10371,7 @@ - New-AzureSqlServerFirewallRule + New-AzureRMSqlServerFirewallRule Creates a new firewall rule for an Azure SQL Database server. @@ -10383,7 +10383,7 @@ - The New-AzureSqlServerFirewallRule cmdlet creates a new firewall rule for the specified SQL Database server. + The New-AzureRMSqlServerFirewallRule cmdlet creates a new firewall rule for the specified SQL Database server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -10516,7 +10516,7 @@ PS C:\> - PS C:\>New-AzureSqlServerFirewallRule -ResourceGroupName "resourcegroup1" -ServerName "server1" -FirewallRuleName "rule1" -StartIpAddress "192.168.0.198" -EndIpAddress "192.168.0.199" + PS C:\>New-AzureRMSqlServerFirewallRule -ResourceGroupName "resourcegroup1" -ServerName "server1" -FirewallRuleName "rule1" -StartIpAddress "192.168.0.198" -EndIpAddress "192.168.0.199" The following example creates a new firewall rule. @@ -10538,15 +10538,15 @@ - Get-AzureSqlServerFirewallRule + Get-AzureRMSqlServerFirewallRule - Remove-AzureSqlServerFirewallRule + Remove-AzureRMSqlServerFirewallRule - Set-AzureSqlServerFirewallRule + Set-AzureRMSqlServerFirewallRule @@ -10554,7 +10554,7 @@ - Start-AzureSqlServerUpgrade + Start-AzureRMSqlServerUpgrade Starts upgrading an Azure SQL V11 server to a V12 server. @@ -10567,9 +10567,9 @@ - The Start-AzureSqlServerUpgrade cmdlet starts the upgrade of a SQL V11 server to V12. - Monitor the progress of an upgrade with the Get-AzureSqlServerUpgrade cmdlet. - You can stop the upgrade process with the Stop-AzureSqlServerUpgrade cmdlet. + The Start-AzureRMSqlServerUpgrade cmdlet starts the upgrade of a SQL V11 server to V12. + Monitor the progress of an upgrade with the Get-AzureRMSqlServerUpgrade cmdlet. + You can stop the upgrade process with the Stop-AzureRMSqlServerUpgrade cmdlet. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: @@ -10704,7 +10704,7 @@ PS C:\> - Start-AzureSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer -ServerVersion 12.0 + Start-AzureRMSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer -ServerVersion 12.0 Upgrade the existing server "MySqlServer" in resource group "MyResourceGroup" to version 12.0 @@ -10733,7 +10733,7 @@ $databaseMap.Name = "testdb" $databaseMap.TargetEdition = "Standard" $databaseMap.TargetServiceLevelObjective = "S0" - Start-AzureSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer -ServerVersion 12.0 -ScheduleUpgradeAfterUtcDateTime $scheduleTime -DatabaseCollection @($databaseMap) + Start-AzureRMSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer -ServerVersion 12.0 -ScheduleUpgradeAfterUtcDateTime $scheduleTime -DatabaseCollection @($databaseMap) @@ -10771,7 +10771,7 @@ $elasticPool.IncludeAllDatabases = $true $elasticPool.Name = "my_ep" $elasticPool.StorageMb = 800 * 1024 - Start-AzureSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer -ServerVersion 12.0 -ScheduleUpgradeAfterUtcDateTime $scheduleTime -ElasticPoolCollection @($elasticPool) + Start-AzureRMSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer -ServerVersion 12.0 -ScheduleUpgradeAfterUtcDateTime $scheduleTime -ElasticPoolCollection @($elasticPool) @@ -10801,11 +10801,11 @@ - Stop-AzureSqlServerUpgrade + Stop-AzureRMSqlServerUpgrade - Get-AzureSqlServerUpgrade + Get-AzureRMSqlServerUpgrade @@ -10813,7 +10813,7 @@ - Stop-AzureSqlServerUpgrade + Stop-AzureRMSqlServerUpgrade Stops an Azure SQL Server Upgrade. @@ -10825,7 +10825,7 @@ - The Stop-AzureSqlServerUpgrade cmdlet stops the upgrade process. + The Stop-AzureRMSqlServerUpgrade cmdlet stops the upgrade process. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -10923,7 +10923,7 @@ PS C:\> - Stop-AzureSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer + Stop-AzureRMSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer Stop the request to upgrade server "MySqlServer" in resource group "MyResourceGroup". @@ -10945,11 +10945,11 @@ - Start-AzureSqlServerUpgrade + Start-AzureRMSqlServerUpgrade - Get-AzureSqlServerUpgrade + Get-AzureRMSqlServerUpgrade @@ -10957,7 +10957,7 @@ - Get-AzureSqlServerUpgrade + Get-AzureRMSqlServerUpgrade Gets the status of an Azure SQL Server Upgrade. @@ -10969,7 +10969,7 @@ - The Get-AzureSqlServerUpgrade cmdlet returns the status of an Azure SQL Server Upgrade. + The Get-AzureRMSqlServerUpgrade cmdlet returns the status of an Azure SQL Server Upgrade. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -11055,7 +11055,7 @@ PS C:\> - Get-AzureSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer | Format-List + Get-AzureRMSqlServerUpgrade -ResourceGroupName MyResourceGroup -ServerName MySqlServer | Format-List Get the status of an upgrade request from server "MySqlServer" in resource group "MyResourceGroup". @@ -11077,11 +11077,11 @@ - Start-AzureSqlServerUpgrade + Start-AzureRMSqlServerUpgrade - Stop-AzureSqlServerUpgrade + Stop-AzureRMSqlServerUpgrade @@ -11089,7 +11089,7 @@ - New-AzureSqlDatabaseCopy + New-AzureRMSqlDatabaseCopy Creates a copy of an existing Azure SQL Database using the snapshot of the data at the time of the call. @@ -11101,8 +11101,8 @@ - This cmdlet replaces the Start-AzureSqlDatabaseCopy cmdlet when used to create a one-time database copy. It returns the database object of the copy. - Note: Use New-AzureSqlDatabaseSecondary for setting up geo-replication for a database. + This cmdlet replaces the Start-AzureRMSqlDatabaseCopy cmdlet when used to create a one-time database copy. It returns the database object of the copy. + Note: Use New-AzureRMSqlDatabaseSecondary for setting up geo-replication for a database. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -11111,7 +11111,7 @@ - New-AzureSqlDatabaseCopy + New-AzureRMSqlDatabaseCopy DatabaseName @@ -11346,7 +11346,7 @@ - New-AzureSqlDatabaseSecondary + New-AzureRMSqlDatabaseSecondary Creates a new secondary database for an existing Azure SQL Database and starts data replication. @@ -11358,7 +11358,7 @@ - This cmdlet replaces the Start-AzureSqlDatabaseCopy cmdlet when used for setting up geo-replication for a database. It returns the geo-replication link object from the primary to the secondary database. + This cmdlet replaces the Start-AzureRMSqlDatabaseCopy cmdlet when used for setting up geo-replication for a database. It returns the geo-replication link object from the primary to the secondary database. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -11367,7 +11367,7 @@ - New-AzureSqlDatabaseSecondary + New-AzureRMSqlDatabaseSecondary DatabaseName @@ -11602,7 +11602,7 @@ - Remove-AzureSqlDatabaseSecondary + Remove-AzureRMSqlDatabaseSecondary Terminates data replication between an Azure SQL Database and the specified secondary database. @@ -11614,7 +11614,7 @@ - This cmdlet replaces the Stop-AzureSqlDatabaseCopy cmdlet. It will force terminates the geo-replication link. There is no replication synchronization prior to termination. + This cmdlet replaces the Stop-AzureRMSqlDatabaseCopy cmdlet. It will force terminates the geo-replication link. There is no replication synchronization prior to termination. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -11623,7 +11623,7 @@ - Remove-AzureSqlDatabaseSecondary + Remove-AzureRMSqlDatabaseSecondary DatabaseName @@ -11820,7 +11820,7 @@ - Get-AzureSqlDatabaseReplicationLink + Get-AzureRMSqlDatabaseReplicationLink Gets the geo-replication links between an Azure SQL Database and the specified Azure Resource Group or Azure SQL Server. @@ -11832,7 +11832,7 @@ - This cmdlet replaces the Get-AzureSqlDatabaseCopy cmdlet. It will return all geo-replication links between the specified Azure Resource Group or Azure SQL Server. + This cmdlet replaces the Get-AzureRMSqlDatabaseCopy cmdlet. It will return all geo-replication links between the specified Azure Resource Group or Azure SQL Server. Note: This cmdlet can only be executed in Azure Resource Manager mode. To enable Azure Resource Manager mode run the following command: Switch-AzureMode –Name AzureResourceManager @@ -11841,7 +11841,7 @@ - Get-AzureSqlDatabaseReplicationLink + Get-AzureRMSqlDatabaseReplicationLink DatabaseName @@ -11879,7 +11879,7 @@ - Get-AzureSqlDatabaseReplicationLink + Get-AzureRMSqlDatabaseReplicationLink DatabaseName @@ -12038,7 +12038,7 @@ - Set-AzureSqlDatabaseSecondary + Set-AzureRMSqlDatabaseSecondary Switches a secondary Azure SQL Database to the primary in order to failover. @@ -12059,7 +12059,7 @@ - Set-AzureSqlDatabaseSecondary + Set-AzureRMSqlDatabaseSecondary DatabaseName diff --git a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs index c567ee384e7b..309a37fa993d 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Looks up a localized string similar to More than one Active Directory group with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct group. To get the object id use Get-AzureADGroup -SearchString "{0}". + /// Looks up a localized string similar to More than one Active Directory group with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct group. To get the object id use Get-AzureRMADGroup -SearchString "{0}". /// public static string ADGroupMoreThanOneFound { get { @@ -70,7 +70,7 @@ public static string ADGroupMoreThanOneFound { } /// - /// Looks up a localized string similar to Cannot find the Azure Active Directory object '{0}'. Please make sure that the user or group you are authorizing is registered in the current subscription's Azure Active directory. To get a list of Azure Active Directory groups use Get-AzureADGroup, or to get a list of Azure Active Directory users use Get-AzureADUser.. + /// Looks up a localized string similar to Cannot find the Azure Active Directory object '{0}'. Please make sure that the user or group you are authorizing is registered in the current subscription's Azure Active directory. To get a list of Azure Active Directory groups use Get-AzureRMADGroup, or to get a list of Azure Active Directory users use Get-AzureRMADUser.. /// public static string ADObjectNotFound { get { @@ -79,7 +79,7 @@ public static string ADObjectNotFound { } /// - /// Looks up a localized string similar to More than one Azure Active Directory user with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct user. To get the object id use Get-AzureADUser -SearchString "{0}". + /// Looks up a localized string similar to More than one Azure Active Directory user with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct user. To get the object id use Get-AzureRMADUser -SearchString "{0}". /// public static string ADUserMoreThanOneFound { get { @@ -196,7 +196,7 @@ public static string InvalidEventTypeSet { } /// - /// Looks up a localized string similar to Please use Set-AzureEnvironment to set a valid GraphEndpoint for the current AzureEnvironment.. + /// Looks up a localized string similar to Please use Set-AzureRMEnvironment to set a valid GraphEndpoint for the current AzureEnvironment.. /// public static string InvalidGraphEndpoint { get { diff --git a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx index 84c7ba1931d0..06c07ec49610 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx +++ b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx @@ -118,13 +118,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - More than one Active Directory group with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct group. To get the object id use Get-AzureADGroup -SearchString "{0}" + More than one Active Directory group with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct group. To get the object id use Get-AzureRMADGroup -SearchString "{0}" - Cannot find the Azure Active Directory object '{0}'. Please make sure that the user or group you are authorizing is registered in the current subscription's Azure Active directory. To get a list of Azure Active Directory groups use Get-AzureADGroup, or to get a list of Azure Active Directory users use Get-AzureADUser. + Cannot find the Azure Active Directory object '{0}'. Please make sure that the user or group you are authorizing is registered in the current subscription's Azure Active directory. To get a list of Azure Active Directory groups use Get-AzureRMADGroup, or to get a list of Azure Active Directory users use Get-AzureRMADUser. - More than one Azure Active Directory user with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct user. To get the object id use Get-AzureADUser -SearchString "{0}" + More than one Azure Active Directory user with the display name '{0}' was found. Please provide an Azure Active Directory object id to select the correct user. To get the object id use Get-AzureRMADUser -SearchString "{0}" Database with name: '{0}' already exists in server '{1}'. @@ -163,7 +163,7 @@ Cannot use the '{0}' option with other event types. - Please use Set-AzureEnvironment to set a valid GraphEndpoint for the current AzureEnvironment. + Please use Set-AzureRMEnvironment to set a valid GraphEndpoint for the current AzureEnvironment. Cannot use audit table retention without specifying TableIdentifier. You may want to use '{0}'. diff --git a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/GetAzureSqlServer.cs b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/GetAzureSqlServer.cs index 7065175ef3ff..0c16a3a90bc3 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/GetAzureSqlServer.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/GetAzureSqlServer.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.Server.Cmdlet { /// - /// Defines the Get-AzureSqlServer cmdlet + /// Defines the Get-AzureRMSqlServer cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlServer", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlServer : AzureSqlServerCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/NewAzureSqlServer.cs b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/NewAzureSqlServer.cs index 4ae12cabf72d..019cea71a033 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/NewAzureSqlServer.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/NewAzureSqlServer.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Sql.Server.Cmdlet { /// - /// Defines the Get-AzureSqlServer cmdlet + /// Defines the Get-AzureRMSqlServer cmdlet /// [Cmdlet(VerbsCommon.New, "AzureRMSqlServer", ConfirmImpact = ConfirmImpact.Low)] diff --git a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/RemoveAzureSqlServer.cs b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/RemoveAzureSqlServer.cs index 342168532ae0..4d072c796bfa 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/RemoveAzureSqlServer.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/RemoveAzureSqlServer.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Sql.Server.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseServer cmdlet + /// Defines the Get-AzureRMSqlDatabaseServer cmdlet /// [Cmdlet(VerbsCommon.Remove, "AzureRMSqlServer", SupportsShouldProcess = true, diff --git a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/SetAzureSqlServer.cs b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/SetAzureSqlServer.cs index 2a051a0ff1fa..7f305dc65a70 100644 --- a/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/SetAzureSqlServer.cs +++ b/src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet/SetAzureSqlServer.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Sql.Server.Cmdlet { /// - /// Defines the Get-AzureSqlServer cmdlet + /// Defines the Get-AzureRMSqlServer cmdlet /// [Cmdlet(VerbsCommon.Set, "AzureRMSqlServer", SupportsShouldProcess = true, diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/GetAzureSqlServerUpgrade.cs b/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/GetAzureSqlServerUpgrade.cs index c2c318ccbdb6..ac3c244d62e3 100644 --- a/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/GetAzureSqlServerUpgrade.cs +++ b/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/GetAzureSqlServerUpgrade.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.ServerUpgrade.Cmdlet { /// - /// Defines the Get-AzureSqlServerUpgrade cmdlet + /// Defines the Get-AzureRMSqlServerUpgrade cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlServerUpgrade", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlServerUpgrade : AzureSqlServerUpgradeCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StartAzureSqlServerUpgrade.cs b/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StartAzureSqlServerUpgrade.cs index 637fb35ee5a2..2d7c31d21cb1 100644 --- a/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StartAzureSqlServerUpgrade.cs +++ b/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StartAzureSqlServerUpgrade.cs @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Sql.ServerUpgrade.Cmdlet { /// - /// Defines the Start-AzureSqlServerUpgrade cmdlet + /// Defines the Start-AzureRMSqlServerUpgrade cmdlet /// [Cmdlet(VerbsLifecycle.Start, "AzureRMSqlServerUpgrade", ConfirmImpact = ConfirmImpact.Low)] diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StopAzureSqlServerUpgrade.cs b/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StopAzureSqlServerUpgrade.cs index f9cb3f92b292..6c71b9bacb78 100644 --- a/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StopAzureSqlServerUpgrade.cs +++ b/src/ResourceManager/Sql/Commands.Sql/ServerUpgrade/Cmdlet/StopAzureSqlServerUpgrade.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Commands.Sql.ServerUpgrade.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseServer cmdlet + /// Defines the Get-AzureRMSqlDatabaseServer cmdlet /// [Cmdlet(VerbsLifecycle.Stop, "AzureRMSqlServerUpgrade", SupportsShouldProcess = true, diff --git a/src/ResourceManager/Sql/Commands.Sql/ServiceObjective/Cmdlet/GetAzureSqlServerServiceObjective.cs b/src/ResourceManager/Sql/Commands.Sql/ServiceObjective/Cmdlet/GetAzureSqlServerServiceObjective.cs index bfc8216caf93..1aa86c145f2a 100644 --- a/src/ResourceManager/Sql/Commands.Sql/ServiceObjective/Cmdlet/GetAzureSqlServerServiceObjective.cs +++ b/src/ResourceManager/Sql/Commands.Sql/ServiceObjective/Cmdlet/GetAzureSqlServerServiceObjective.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Sql.ServiceObjective.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseServer cmdlet + /// Defines the Get-AzureRMSqlDatabaseServer cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlServerServiceObjective", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlServerServiceObjective : AzureSqlServerServiceObjectiveCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryption.cs b/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryption.cs index 81191bd54695..fcb7e5eea986 100644 --- a/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryption.cs +++ b/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryption.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseTransparentDataEncryption cmdlet + /// Defines the Get-AzureRMSqlDatabaseTransparentDataEncryption cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlDatabaseTransparentDataEncryption", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlDatabaseTransparentDataEncryption : AzureSqlDatabaseTransparentDataEncryptionCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryptionActivity.cs b/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryptionActivity.cs index d83a2118b290..c89fc0f2ee45 100644 --- a/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryptionActivity.cs +++ b/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/GetAzureSqlDatabaseTransparentDataEncryptionActivity.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseTransparentDataEncryption cmdlet + /// Defines the Get-AzureRMSqlDatabaseTransparentDataEncryption cmdlet /// [Cmdlet(VerbsCommon.Get, "AzureRMSqlDatabaseTransparentDataEncryptionActivity", ConfirmImpact = ConfirmImpact.None)] public class GetAzureSqlDatabaseTransparentDataEncryptionActivity : AzureSqlDatabaseTransparentDataEncryptionActivityCmdletBase diff --git a/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/SetAzureSqlDatabaseTransparentDataEncryption.cs b/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/SetAzureSqlDatabaseTransparentDataEncryption.cs index e94d6e814649..6b01db2ac0a3 100644 --- a/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/SetAzureSqlDatabaseTransparentDataEncryption.cs +++ b/src/ResourceManager/Sql/Commands.Sql/TransparentDataEncryption/Cmdlet/SetAzureSqlDatabaseTransparentDataEncryption.cs @@ -20,7 +20,7 @@ namespace Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Cmdlet { /// - /// Defines the Get-AzureSqlDatabaseTransparentDataEncryption cmdlet + /// Defines the Get-AzureRMSqlDatabaseTransparentDataEncryption cmdlet /// [Cmdlet(VerbsCommon.Set, "AzureRMSqlDatabaseTransparentDataEncryption", ConfirmImpact = ConfirmImpact.Low)] public class SetAzureSqlDatabaseTransparentDataEncryption : AzureSqlDatabaseTransparentDataEncryptionCmdletBase diff --git a/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.xml b/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.xml index 4f5b746f5ee1..5844a2baf766 100644 --- a/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.xml +++ b/src/ResourceManager/Storage/Commands.Management.Storage/Microsoft.Azure.Commands.Management.Storage.dll-Help.xml @@ -2,7 +2,7 @@ - Get-AzureStorageAccount + Get-AzureRMStorageAccount Get the properties of a Storage Account @@ -18,7 +18,7 @@ - Get-AzureStorageAccount + Get-AzureRMStorageAccount ResourceGroupName @@ -121,7 +121,7 @@ PS C:\> PS C:\> #Get one storage account - Get-AzureStorageAccount -ResourceGroupName "RG1" -AccountName "myStorageAccount" + Get-AzureRMStorageAccount -ResourceGroupName "RG1" -AccountName "myStorageAccount" @@ -142,7 +142,7 @@ PS C:\> PS C:\> # Get all Storage Accounts in a Resource Group - Get-AzureStorageAccount -ResourceGroupName "RG1" + Get-AzureRMStorageAccount -ResourceGroupName "RG1" @@ -163,7 +163,7 @@ PS C:\> PS C:\> # Get all Storage Accounts in the subscription - Get-AzureStorageAccount + Get-AzureRMStorageAccount @@ -185,7 +185,7 @@ - Get-AzureStorageAccountKey + Get-AzureRMStorageAccountKey Get the access keys for an Azure storage account @@ -201,7 +201,7 @@ - Get-AzureStorageAccountKey + Get-AzureRMStorageAccountKey ResourceGroupName @@ -304,7 +304,7 @@ PS C:\> #Get keys - Get-AzureStorageAccountKey -ResourceGroupName "RG1" -AccountName "myStorageAccount" + Get-AzureRMStorageAccountKey -ResourceGroupName "RG1" -AccountName "myStorageAccount" @@ -326,7 +326,7 @@ - New-AzureStorageAccount + New-AzureRMStorageAccount Allows you to create a new Storage Account @@ -342,7 +342,7 @@ - New-AzureStorageAccount + New-AzureRMStorageAccount ResourceGroupName @@ -490,7 +490,7 @@ PS C:\> - New-AzureStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Location "US West" -Type "Standard_GRS" + New-AzureRMStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Location "US West" -Type "Standard_GRS" @@ -512,7 +512,7 @@ - New-AzureStorageAccountKey + New-AzureRMStorageAccountKey Regenerates a storage key for an Azure storage account. @@ -528,7 +528,7 @@ - New-AzureStorageAccountKey + New-AzureRMStorageAccountKey ResourceGroupName @@ -654,7 +654,7 @@ PS C:\> #Regenerate a key -New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -keyName "key1" +New-AzureRMStorageKey -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -keyName "key1" @@ -676,7 +676,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName - Remove-AzureStorageAccount + Remove-AzureRMStorageAccount Remove Storage Account from Azure @@ -692,7 +692,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName - Remove-AzureStorageAccount + Remove-AzureRMStorageAccount ResourceGroupName @@ -794,7 +794,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName PS C:\> - PS C:\> Remove-AzureStorageAccount -ResourceGroupName "RG1" -AccountName "myStorageAccount" + PS C:\> Remove-AzureRMStorageAccount -ResourceGroupName "RG1" -AccountName "myStorageAccount" @@ -816,7 +816,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName - Set-AzureStorageAccount + Set-AzureRMStorageAccount Update the Storage Account properties @@ -832,7 +832,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName - Set-AzureStorageAccount + Set-AzureRMStorageAccount ResourceGroupName @@ -869,7 +869,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName - Set-AzureStorageAccount + Set-AzureRMStorageAccount ResourceGroupName @@ -907,7 +907,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName - Set-AzureStorageAccount + Set-AzureRMStorageAccount ResourceGroupName @@ -1083,7 +1083,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName PS C:\> PS C:\> # Set account type - Set-AzureStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Type "Standard_RAGRS" + Set-AzureRMStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -Type "Standard_RAGRS" @@ -1104,7 +1104,7 @@ New-AzureStorageKey -ResourceGroupName "myResourceGroup" -AccountName PS C:\> PS C:\> #Set custom domain - Set-AzureStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -CustomDomainName "domain name" –UseSubDomain “true” + Set-AzureRMStorageAccount -ResourceGroupName "myResourceGroup" -AccountName "myStorageAccount" -CustomDomainName "domain name" –UseSubDomain “true” diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml index 3c6f70869250..e0503b4ab40a 100644 --- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml +++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Microsoft.Azure.Commands.StreamAnalytics.dll-Help.xml @@ -2,7 +2,7 @@ - Get-AzureStreamAnalyticsInput + Get-AzureRMStreamAnalyticsInput Lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input. @@ -14,11 +14,11 @@ - The Get-AzureStreamAnalyticsInput cmdlet lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input. + The Get-AzureRMStreamAnalyticsInput cmdlet lists all of the inputs that are defined in a specified Stream Analytics job or gets information about a specific input. - Get-AzureStreamAnalyticsInput + Get-AzureRMStreamAnalyticsInput JobName @@ -152,7 +152,7 @@ PS C:\> - Get-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob + Get-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob This command returns information about all the inputs defined on the job StreamingJob. @@ -172,7 +172,7 @@ PS C:\> - Get-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream + Get-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream This command returns information about the input named EntryStream defined on the job StreamingJob. @@ -190,15 +190,15 @@ - New-AzureStreamAnalyticsInput + New-AzureRMStreamAnalyticsInput - Remove-AzureStreamAnalyticsInput + Remove-AzureRMStreamAnalyticsInput - Test-AzureStreamAnalyticsInput + Test-AzureRMStreamAnalyticsInput @@ -206,7 +206,7 @@ - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob Lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group. @@ -218,11 +218,11 @@ - The Get-AzureStreamAnalyticsJob cmdlet lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group. + The Get-AzureRMStreamAnalyticsJob cmdlet lists all Stream Analytics jobs defined in the Azure subscription or specified resource group or gets job information about a specific job within a resource group. - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob ResourceGroupName @@ -253,7 +253,7 @@ - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob NoExpand @@ -373,7 +373,7 @@ PS C:\> - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob This command returns information about all the Stream Analytics jobs in the Azure subscription. @@ -393,7 +393,7 @@ PS C:\> - Get-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US + Get-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US This command returns information about all the Stream Analytics jobs in the resource group StreamAnalytics-Default-West-US. @@ -413,7 +413,7 @@ PS C:\> - Get-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob + Get-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob This command returns information about the Stream Analytics job StreamingJob in the resource group StreamAnalytics-Default-West-US. @@ -431,19 +431,19 @@ - New-AzureStreamAnalyticsJob + New-AzureRMStreamAnalyticsJob - Remove-AzureStreamAnalyticsJob + Remove-AzureRMStreamAnalyticsJob - Start-AzureStreamAnalyticsJob + Start-AzureRMStreamAnalyticsJob - Stop-AzureStreamAnalyticsJob + Stop-AzureRMStreamAnalyticsJob @@ -451,7 +451,7 @@ - Get-AzureStreamAnalyticsOutput + Get-AzureRMStreamAnalyticsOutput Lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output. @@ -463,11 +463,11 @@ - The Get-AzureStreamAnalyticsOutput cmdlet lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output. + The Get-AzureRMStreamAnalyticsOutput cmdlet lists all of the outputs that are defined in a specified Stream Analytics job or gets information about a specific output. - Get-AzureStreamAnalyticsOutput + Get-AzureRMStreamAnalyticsOutput JobName @@ -601,7 +601,7 @@ PS C:\> - Get-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob + Get-AzureRMStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob This command returns information about the outputs defined on the job StreamingJob. @@ -621,7 +621,7 @@ PS C:\> - Get-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output + Get-AzureRMStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output This command returns information about the output named Output defined on the job StreamingJob. @@ -639,15 +639,15 @@ - New-AzureStreamAnalyticsOutput + New-AzureRMStreamAnalyticsOutput - Remove-AzureStreamAnalyticsOutput + Remove-AzureRMStreamAnalyticsOutput - Test-AzureStreamAnalyticsOutput + Test-AzureRMStreamAnalyticsOutput @@ -655,7 +655,7 @@ - Get-AzureStreamAnalyticsQuota + Get-AzureRMStreamAnalyticsQuota Gets information about the Streaming Unit quota of a specified region. @@ -668,11 +668,11 @@ - The Get-AzureStreamAnalyticsQuota cmdlet gets information about the Streaming Unit quota of a specified region. + The Get-AzureRMStreamAnalyticsQuota cmdlet gets information about the Streaming Unit quota of a specified region. - Get-AzureStreamAnalyticsQuota + Get-AzureRMStreamAnalyticsQuota Location @@ -768,7 +768,7 @@ PS C:\> - Get-AzureStreamAnalyticsQuota -Location "West US" + Get-AzureRMStreamAnalyticsQuota -Location "West US" This command returns information about Streaming Unit quota and usage in the West US region. @@ -794,7 +794,7 @@ - Get-AzureStreamAnalyticsTransformation + Get-AzureRMStreamAnalyticsTransformation Gets information about a specific transformation defined on Stream Analytics job. @@ -806,11 +806,11 @@ - The Get-AzureStreamAnalyticsTransformation cmdlet gets information about a specific transformation defined on Stream Analytics job. + The Get-AzureRMStreamAnalyticsTransformation cmdlet gets information about a specific transformation defined on Stream Analytics job. - Get-AzureStreamAnalyticsTransformation + Get-AzureRMStreamAnalyticsTransformation JobName @@ -944,7 +944,7 @@ PS C:\> - Get-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name StreamingJob + Get-AzureRMStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name StreamingJob This command returns information about the transformation called StreamingJob on the job StreamingJob. @@ -962,7 +962,7 @@ - New-AzureStreamAnalyticsTransformation + New-AzureRMStreamAnalyticsTransformation @@ -970,7 +970,7 @@ - New-AzureStreamAnalyticsInput + New-AzureRMStreamAnalyticsInput Creates a new input within a Stream Analytics job or updates an existing specified input. @@ -987,14 +987,14 @@ - The New-AzureStreamAnalyticsInput cmdlet creates a new input within a Stream Analytics job or updates an existing specified input. + The New-AzureRMStreamAnalyticsInput cmdlet creates a new input within a Stream Analytics job or updates an existing specified input. The name of the input can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file. If you specify an input that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing input. If you specify -Force parameter and specify an existing input name, the input will be replaced without confirmation. - New-AzureStreamAnalyticsInput + New-AzureRMStreamAnalyticsInput JobName @@ -1165,7 +1165,7 @@ PS C:\> - New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" + New-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" This command creates a new input from the file Input.json. If an existing input with the name specified in the input definition file is already defined, the cmdlet will ask whether or not to replace it. @@ -1185,7 +1185,7 @@ PS C:\> - New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream + New-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream This command creates a new input on the job called EntryStream. If an existing input with this name is already defined, the cmdlet will ask whether or not to replace it. @@ -1205,7 +1205,7 @@ PS C:\> - New-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream -Force + New-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -File "C:\Input.json" -Name EntryStream -Force This command replaces the definition of the existing input source called EntryStream with the definition from file. @@ -1223,15 +1223,15 @@ - Get-AzureStreamAnalyticsInput + Get-AzureRMStreamAnalyticsInput - Remove-AzureStreamAnalyticsInput + Remove-AzureRMStreamAnalyticsInput - Test-AzureStreamAnalyticsInput + Test-AzureRMStreamAnalyticsInput @@ -1239,7 +1239,7 @@ - New-AzureStreamAnalyticsJob + New-AzureRMStreamAnalyticsJob Creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job. @@ -1256,14 +1256,14 @@ - The New-AzureStreamAnalyticsJob cmdlet creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job. + The New-AzureRMStreamAnalyticsJob cmdlet creates a new Stream Analytics job in Microsoft Azure or updates the definition of an existing specified job. The name of the job can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file. If you specify a job name that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing job. If you specify -Force parameter and specify an existing job name, the job definition will be replaced without confirmation. - New-AzureStreamAnalyticsJob + New-AzureRMStreamAnalyticsJob Name @@ -1415,7 +1415,7 @@ PS C:\> - New-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json" + New-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json" This command creates a new job from the definition in JobDefinition.json. If an existing job with the name specified in the job definition file is already defined, the cmdlet will ask whether or not to replace it. @@ -1435,7 +1435,7 @@ PS C:\> - New-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json" -Name StreamingJob -Force + New-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\JobDefinition.json" -Name StreamingJob -Force This command replaces the job definition for StreamingJob. @@ -1453,19 +1453,19 @@ - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob - Remove-AzureStreamAnalyticsJob + Remove-AzureRMStreamAnalyticsJob - Start-AzureStreamAnalyticsJob + Start-AzureRMStreamAnalyticsJob - Stop-AzureStreamAnalyticsJob + Stop-AzureRMStreamAnalyticsJob @@ -1473,7 +1473,7 @@ - New-AzureStreamAnalyticsOutput + New-AzureRMStreamAnalyticsOutput Creates a new output within a Stream Analytics job or updates an existing output. @@ -1490,14 +1490,14 @@ - The New-AzureStreamAnalyticsOutput cmdlet creates a new output within a Stream Analytics job or updates an existing output. + The New-AzureRMStreamAnalyticsOutput cmdlet creates a new output within a Stream Analytics job or updates an existing output. The name of the output can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file. If you specify an output that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing output. If you specify -Force parameter and specify an existing output name, the output will be replaced without confirmation. - New-AzureStreamAnalyticsOutput + New-AzureRMStreamAnalyticsOutput JobName @@ -1668,7 +1668,7 @@ PS C:\> - New-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output + New-AzureRMStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output This command creates a new output called "output" in the job StreamingJob. If an existing output with this name is already defined, the cmdlet will ask whether or not to replace it. @@ -1689,7 +1689,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - New-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output -Force + New-AzureRMStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Output.json" -JobName StreamingJob -Name output -Force This command replaces the definition for "output" in the job StreamingJob. @@ -1707,15 +1707,15 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsOutput + Get-AzureRMStreamAnalyticsOutput - Remove-AzureStreamAnalyticsOutput + Remove-AzureRMStreamAnalyticsOutput - Test-AzureStreamAnalyticsOutput + Test-AzureRMStreamAnalyticsOutput @@ -1723,7 +1723,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - New-AzureStreamAnalyticsTransformation + New-AzureRMStreamAnalyticsTransformation Creates a new transformation within a Stream Analytics job or updates the existing transformation. @@ -1740,14 +1740,14 @@ is already defined, the cmdlet will ask whether or not to replace it. - The New-AzureStreamAnalyticsTransformation cmdlet creates a new transformation within a Stream Analytics job or updates the existing transformation. + The New-AzureRMStreamAnalyticsTransformation cmdlet creates a new transformation within a Stream Analytics job or updates the existing transformation. The name of the transformation can be specified in the .JSON file or on the command line. If both are specified, the name on command line must be the same with the one in the file. If you specify a transformation that already exists and do not specify -Force parameter, the cmdlet will ask whether or not to replace the existing transformation. If you specify -Force parameter and specify an existing transformation name, the transformation will be replaced without confirmation. - New-AzureStreamAnalyticsTransformation + New-AzureRMStreamAnalyticsTransformation JobName @@ -1918,7 +1918,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - New-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform + New-AzureRMStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform This command creates a new transformation called StreamingJobTransform in the job StreamingJob. If an existing transformation is already defined with this name, the cmdlet will ask whether or not to replace it. @@ -1938,7 +1938,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - New-AzureStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform -Force + New-AzureRMStreamAnalyticsTransformation -ResourceGroupName StreamAnalytics-Default-West-US -File "C:\Transformation.json" -JobName StreamingJob -Name StreamingJobTransform -Force This command replaces the definition of StreamingJobTransform in the job StreamingJob. @@ -1956,7 +1956,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsTransformation + Get-AzureRMStreamAnalyticsTransformation @@ -1964,7 +1964,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Remove-AzureStreamAnalyticsInput + Remove-AzureRMStreamAnalyticsInput Asynchronously deletes a specific input from a Stream Analytics job in Microsoft Azure. @@ -1979,12 +1979,12 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Remove-AzureStreamAnalyticsInput cmdlet asynchronously deletes a specific input from a Stream Analytics job in Microsoft Azure. + The Remove-AzureRMStreamAnalyticsInput cmdlet asynchronously deletes a specific input from a Stream Analytics job in Microsoft Azure. If you specify -Force parameter the input will be deleted without confirmation. - Remove-AzureStreamAnalyticsInput + Remove-AzureRMStreamAnalyticsInput JobName @@ -2136,7 +2136,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Remove-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EventStream + Remove-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EventStream This command removes the input EventStream from StreamingJob @@ -2154,15 +2154,15 @@ is already defined, the cmdlet will ask whether or not to replace it. - New-AzureStreamAnalyticsInput + New-AzureRMStreamAnalyticsInput - Get-AzureStreamAnalyticsInput + Get-AzureRMStreamAnalyticsInput - Test-AzureStreamAnalyticsInput + Test-AzureRMStreamAnalyticsInput @@ -2170,7 +2170,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Remove-AzureStreamAnalyticsJob + Remove-AzureRMStreamAnalyticsJob Asynchronously deletes a specific Stream Analytics job in Microsoft Azure. @@ -2185,12 +2185,12 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Remove-AzureStreamAnalyticsJob cmdlet asynchronously deletes a specific Stream Analytics job in Microsoft Azure. + The Remove-AzureRMStreamAnalyticsJob cmdlet asynchronously deletes a specific Stream Analytics job in Microsoft Azure. If you specify -Force parameter the job will be deleted without confirmation. - Remove-AzureStreamAnalyticsJob + Remove-AzureRMStreamAnalyticsJob Name @@ -2323,7 +2323,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Remove-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob + Remove-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob This command removes the job StreamingJob. @@ -2341,19 +2341,19 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob - New-AzureStreamAnalyticsJob + New-AzureRMStreamAnalyticsJob - Start-AzureStreamAnalyticsJob + Start-AzureRMStreamAnalyticsJob - Stop-AzureStreamAnalyticsJob + Stop-AzureRMStreamAnalyticsJob @@ -2361,7 +2361,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Remove-AzureStreamAnalyticsOutput + Remove-AzureRMStreamAnalyticsOutput Asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure. @@ -2376,12 +2376,12 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Remove-AzureStreamAnalyticsOutput cmdlet asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure. + The Remove-AzureRMStreamAnalyticsOutput cmdlet asynchronously deletes a specific output from a Stream Analytics job in Microsoft Azure. If you specify -Force parameter the output will be deleted without confirmation. - Remove-AzureStreamAnalyticsOutput + Remove-AzureRMStreamAnalyticsOutput JobName @@ -2533,7 +2533,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Remove-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output + Remove-AzureRMStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output This command removes the output Output in the job StreamingJob. @@ -2551,15 +2551,15 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsOutput + Get-AzureRMStreamAnalyticsOutput - New-AzureStreamAnalyticsOutput + New-AzureRMStreamAnalyticsOutput - Test-AzureStreamAnalyticsOutput + Test-AzureRMStreamAnalyticsOutput @@ -2567,7 +2567,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Start-AzureStreamAnalyticsJob + Start-AzureRMStreamAnalyticsJob Asynchronously deploys and starts a Stream Analytics job in Microsoft Azure. @@ -2579,11 +2579,11 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Start-AzureStreamAnalyticsJob cmdlet asynchronously deploys and starts a Stream Analytics job in Microsoft Azure. + The Start-AzureRMStreamAnalyticsJob cmdlet asynchronously deploys and starts a Stream Analytics job in Microsoft Azure. - Start-AzureStreamAnalyticsJob + Start-AzureRMStreamAnalyticsJob Name @@ -2735,7 +2735,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Start-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob -OutputStartMode CustomTime -OutputStartTime 2014-07-03T01:00Z + Start-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob -OutputStartMode CustomTime -OutputStartTime 2014-07-03T01:00Z This command starts the job StreamingJob and specifies that the output event stream should start at timestamp 2014-07-03T01:00Z. @@ -2753,19 +2753,19 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob - New-AzureStreamAnalyticsJob + New-AzureRMStreamAnalyticsJob - Remove-AzureStreamAnalyticsJob + Remove-AzureRMStreamAnalyticsJob - Stop-AzureStreamAnalyticsJob + Stop-AzureRMStreamAnalyticsJob @@ -2773,7 +2773,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Stop-AzureStreamAnalyticsJob + Stop-AzureRMStreamAnalyticsJob Asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state. @@ -2785,11 +2785,11 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Stop-AzureStreamAnalyticsJob cmdlet asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state. + The Stop-AzureRMStreamAnalyticsJob cmdlet asynchronously stops a Stream Analytics job from running in Microsoft Azure and de-allocates resources that were that were being used. The job definition and meta-data will remain available within your subscription through both the Azure Portal and Management APIs, such that the job can be edited and restarted. You will not be charged for a job in the Stopped state. - Stop-AzureStreamAnalyticsJob + Stop-AzureRMStreamAnalyticsJob Name @@ -2903,7 +2903,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Stop-AzureStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob + Stop-AzureRMStreamAnalyticsJob -ResourceGroupName StreamAnalytics-Default-West-US -Name StreamingJob This command stops the job StreamingJob. @@ -2921,19 +2921,19 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsJob + Get-AzureRMStreamAnalyticsJob - New-AzureStreamAnalyticsJob + New-AzureRMStreamAnalyticsJob - Remove-AzureStreamAnalyticsJob + Remove-AzureRMStreamAnalyticsJob - Start-AzureStreamAnalyticsJob + Start-AzureRMStreamAnalyticsJob @@ -2941,7 +2941,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Test-AzureStreamAnalyticsInput + Test-AzureRMStreamAnalyticsInput Tests the ability of Stream Analytics to connect to a specified input. @@ -2953,11 +2953,11 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Test-AzureStreamAnalyticsInput cmdlet tests the ability of Stream Analytics to connect to a specified input. + The Test-AzureRMStreamAnalyticsInput cmdlet tests the ability of Stream Analytics to connect to a specified input. - Test-AzureStreamAnalyticsInput + Test-AzureRMStreamAnalyticsInput JobName @@ -3090,7 +3090,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Test-AzureStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream + Test-AzureRMStreamAnalyticsInput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name EntryStream This tests the connection status of the input EntryStream in StreamingJob. @@ -3108,15 +3108,15 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsInput + Get-AzureRMStreamAnalyticsInput - New-AzureStreamAnalyticsInput + New-AzureRMStreamAnalyticsInput - Remove-AzureStreamAnalyticsInput + Remove-AzureRMStreamAnalyticsInput @@ -3124,7 +3124,7 @@ is already defined, the cmdlet will ask whether or not to replace it. - Test-AzureStreamAnalyticsOutput + Test-AzureRMStreamAnalyticsOutput Tests the ability of Stream Analytics to connect to a specified output. @@ -3136,11 +3136,11 @@ is already defined, the cmdlet will ask whether or not to replace it. - The Test-AzureStreamAnalyticsOutput cmdlet tests the ability of Stream Analytics to connect to a specified output. + The Test-AzureRMStreamAnalyticsOutput cmdlet tests the ability of Stream Analytics to connect to a specified output. - Test-AzureStreamAnalyticsOutput + Test-AzureRMStreamAnalyticsOutput JobName @@ -3273,7 +3273,7 @@ is already defined, the cmdlet will ask whether or not to replace it. PS C:\> - Test-AzureStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output + Test-AzureRMStreamAnalyticsOutput -ResourceGroupName StreamAnalytics-Default-West-US -JobName StreamingJob -Name Output This tests the connection status of the output Output in StreamingJob. @@ -3291,15 +3291,15 @@ is already defined, the cmdlet will ask whether or not to replace it. - Get-AzureStreamAnalyticsOuput + Get-AzureRMStreamAnalyticsOuput - New-AzureStreamAnalyticsOuput + New-AzureRMStreamAnalyticsOuput - Remove-AzureStreamAnalyticsOuput + Remove-AzureRMStreamAnalyticsOuput diff --git a/src/ResourceManager/Tags/Commands.Tags/Microsoft.Azure.Commands.Tags.dll-help.xml b/src/ResourceManager/Tags/Commands.Tags/Microsoft.Azure.Commands.Tags.dll-help.xml index 1aee30ad1b7e..1c8ff261eb2a 100644 --- a/src/ResourceManager/Tags/Commands.Tags/Microsoft.Azure.Commands.Tags.dll-help.xml +++ b/src/ResourceManager/Tags/Commands.Tags/Microsoft.Azure.Commands.Tags.dll-help.xml @@ -2,7 +2,7 @@ - Get-AzureTag + Get-AzureRMTag Gets predefined Azure tags @@ -15,15 +15,15 @@ - The Get-AzureTag cmdlet gets predefined Azure tags in your subscription. This cmdlet returns basic information about the tags or detailed information about tags and their values. All output objects include a Count property that represents the number of resources and resource groups to which the tags and values have been applied. Get-AzureTag is part of a set of cmdlets (New/Get/Remove) that help you manage predefined Azure tags.An Azure "tag" is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups. You can define and apply tags in a single step, but predefined tags let you establish standard, consistent, predictable names and values for the tags in your subscription. If the subscription includes any predefined tags, you cannot apply undefined tags or values to any resource or resource group in the subscription.To create a predefined tag, use the New-AzureTag cmdlet. To apply a predefined tag to a resource or resource group. use the Tag parameters of the New and Set cmdlets in the AzureResourceManager module. To search for resources or resource groups with a specified tag name or name and value, use the Tag parameters of the Get-AzureResource and Get-AzureResourceGroup cmdlets. + The Get-AzureRMTag cmdlet gets predefined Azure tags in your subscription. This cmdlet returns basic information about the tags or detailed information about tags and their values. All output objects include a Count property that represents the number of resources and resource groups to which the tags and values have been applied. Get-AzureRMTag is part of a set of cmdlets (New/Get/Remove) that help you manage predefined Azure tags.An Azure "tag" is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups. You can define and apply tags in a single step, but predefined tags let you establish standard, consistent, predictable names and values for the tags in your subscription. If the subscription includes any predefined tags, you cannot apply undefined tags or values to any resource or resource group in the subscription.To create a predefined tag, use the New-AzureRMTag cmdlet. To apply a predefined tag to a resource or resource group. use the Tag parameters of the New and Set cmdlets in the AzureResourceManager module. To search for resources or resource groups with a specified tag name or name and value, use the Tag parameters of the Get-AzureRMResource and Get-AzureRMResourceGroup cmdlets. - Get-AzureTag + Get-AzureRMTag Name - Gets detailed information about the predefined tag with the specified name. By default, Get-AzureTag gets basic information about all predefined tags in the subscription.When you use the Name parameter, the Detailed parameter has no effect. + Gets detailed information about the predefined tag with the specified name. By default, Get-AzureRMTag gets basic information about all predefined tags in the subscription.When you use the Name parameter, the Detailed parameter has no effect. String @@ -40,7 +40,7 @@ Name - Gets detailed information about the predefined tag with the specified name. By default, Get-AzureTag gets basic information about all predefined tags in the subscription.When you use the Name parameter, the Detailed parameter has no effect. + Gets detailed information about the predefined tag with the specified name. By default, Get-AzureRMTag gets basic information about all predefined tags in the subscription.When you use the Name parameter, the Detailed parameter has no effect. String @@ -100,7 +100,7 @@ - PS C:\>Get-AzureTag + PS C:\>Get-AzureRMTag Name Count ======== ===== @@ -124,7 +124,7 @@ CostCenter 20 - PS C:\>Get-AzureTag -Name Department + PS C:\>Get-AzureRMTag -Name Department Name: Department Count: 5 @@ -152,7 +152,7 @@ Values: - PS C:\>Get-AzureTag -Detailed + PS C:\>Get-AzureRMTag -Detailed Name: Department Count: 5 @@ -204,11 +204,11 @@ Values: http://go.microsoft.com/fwlink/?LinkId=404173 - New-AzureTag + New-AzureRMTag - Remove-AzureTag + Remove-AzureRMTag @@ -216,7 +216,7 @@ Values: - New-AzureTag + New-AzureRMTag Creates a predefined Azure tag or adds values to an existing tag @@ -229,15 +229,15 @@ Values: - The New-AzureTag cmdlet creates a predefined Azure tag with an optional predefined value. You can also use it to add additional values to existing predefined tags. To create a new predefined tag, enter a unique tag name. To add a value to an existing predefined tag, specify the name of the existing tag and the new value. This cmdlet returns an object that represents the new or changed tag with its values and the number of resources to which it has been applied. New-AzureTag is part of a set of cmdlets (New/Get/Remove) that let you manage predefined Azure tags.An Azure "tag" is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups. You can define and apply tags in a single step, but predefined tags let you establish standard, consistent, predictable names and values for the tags in your subscription. If the subscription includes any predefined tags, you cannot apply undefined tags or values to any resource or resource group in the subscription.To apply a predefined tag to a resource or resource group. use the Tag parameters of the New and Set cmdlets in the AzureResourceManager module. To search for resources or resource groups with a specified tag name or name and value, use the Tag parameters of the Get-AzureResource and Get-AzureResourceGroup cmdlets.Every tag has a name. The values are optional. A predefined Azure tag can have multiple values, but when you apply the tag to a resource or resource group, you apply the tag name and only one of its values. For example, you can create a predefined Department tag with a value for each department, such as Finance, Human Resources, and IT. When you apply the Department tag to a resource, you apply only one predefined value, such as Finance. + The New-AzureRMTag cmdlet creates a predefined Azure tag with an optional predefined value. You can also use it to add additional values to existing predefined tags. To create a new predefined tag, enter a unique tag name. To add a value to an existing predefined tag, specify the name of the existing tag and the new value. This cmdlet returns an object that represents the new or changed tag with its values and the number of resources to which it has been applied. New-AzureRMTag is part of a set of cmdlets (New/Get/Remove) that let you manage predefined Azure tags.An Azure "tag" is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups. You can define and apply tags in a single step, but predefined tags let you establish standard, consistent, predictable names and values for the tags in your subscription. If the subscription includes any predefined tags, you cannot apply undefined tags or values to any resource or resource group in the subscription.To apply a predefined tag to a resource or resource group. use the Tag parameters of the New and Set cmdlets in the AzureResourceManager module. To search for resources or resource groups with a specified tag name or name and value, use the Tag parameters of the Get-AzureRMResource and Get-AzureRMResourceGroup cmdlets.Every tag has a name. The values are optional. A predefined Azure tag can have multiple values, but when you apply the tag to a resource or resource group, you apply the tag name and only one of its values. For example, you can create a predefined Department tag with a value for each department, such as Finance, Human Resources, and IT. When you apply the Department tag to a resource, you apply only one predefined value, such as Finance. - New-AzureTag + New-AzureRMTag Name - Specifies the tag name. To create a new predefined tag, enter a unique name. To add a new value to an existing tag, enter the name of the existing tag.If an existing predefined tag has the specified name, New-AzureTag adds the specified value, if any, to the tag with that name, instead of creating a new tag. + Specifies the tag name. To create a new predefined tag, enter a unique name. To add a new value to an existing tag, enter the name of the existing tag.If an existing predefined tag has the specified name, New-AzureRMTag adds the specified value, if any, to the tag with that name, instead of creating a new tag. String @@ -254,7 +254,7 @@ Values: Name - Specifies the tag name. To create a new predefined tag, enter a unique name. To add a new value to an existing tag, enter the name of the existing tag.If an existing predefined tag has the specified name, New-AzureTag adds the specified value, if any, to the tag with that name, instead of creating a new tag. + Specifies the tag name. To create a new predefined tag, enter a unique name. To add a new value to an existing tag, enter the name of the existing tag.If an existing predefined tag has the specified name, New-AzureRMTag adds the specified value, if any, to the tag with that name, instead of creating a new tag. String @@ -314,7 +314,7 @@ Values: - PS C:\>New-AzureTag -Name FY2015 + PS C:\>New-AzureRMTag -Name FY2015 Name: Department Count: 0 @@ -327,7 +327,7 @@ Values: Finance 0 - This command creates a predefined tag named "FY2015". This tag has no values. You can apply a tag with no values to a resource or resource group, or use New-AzureTag to add values to the tag. You can also specify a value when you apply the tag to the resource or resource group. + This command creates a predefined tag named "FY2015". This tag has no values. You can apply a tag with no values to a resource or resource group, or use New-AzureRMTag to add values to the tag. You can also specify a value when you apply the tag to the resource or resource group. @@ -340,7 +340,7 @@ Values: - PS C:\>New-AzureTag -Name Department -Value Finance + PS C:\>New-AzureRMTag -Name Department -Value Finance Name: Department Count: 0 @@ -366,7 +366,7 @@ Values: - PS C:\>New-AzureTag -Name Department -Value Finance + PS C:\>New-AzureRMTag -Name Department -Value Finance Name: Department Count: 0 @@ -376,7 +376,7 @@ Values: Finance 0 -PS C:\>New-AzureTag -Name Department -Value IT +PS C:\>New-AzureRMTag -Name Department -Value IT Name: Department Count: 0 @@ -386,7 +386,7 @@ Values: Finance 0 IT 0 - These commands creates a Department predefined tag with two values. When the tag name exists, New-AzureTag adds the value to the existing tag, instead of creating a new one. + These commands creates a Department predefined tag with two values. When the tag name exists, New-AzureRMTag adds the value to the existing tag, instead of creating a new one. @@ -399,7 +399,7 @@ Values: - PS C:\>New-AzureTag -Name CostCenter -Value 0001 + PS C:\>New-AzureRMTag -Name CostCenter -Value 0001 Name: CostCenter @@ -410,7 +410,7 @@ Values: 0001 0 -PS C:\>Set-AzureResourceGroup -Name EngineerBlog -Tag @{Name="CostCenter";Value="0001"} +PS C:\>Set-AzureRMResourceGroup -Name EngineerBlog -Tag @{Name="CostCenter";Value="0001"} Name: EngineerBlog @@ -428,7 +428,7 @@ Tags: CostCenter 0001 -PS C:\>Get-AzureTag -Name CostCenter +PS C:\>Get-AzureRMTag -Name CostCenter Name: CostCenter @@ -438,7 +438,7 @@ Values: ========= ===== 0001 1 -PS C:\>Get-AzureResourceGroup -Tag @{Name="CostCenter"} +PS C:\>Get-AzureRMResourceGroup -Tag @{Name="CostCenter"} Name: EngineerBlog Location: East US @@ -458,7 +458,7 @@ Tags: - The first command uses the New-AzureTag cmdlet to create a predefined CostCenter tag with a value of 0001. You can use New-AzureTag again to add more values to the predefined tag.The second command uses the Set-AzureResourceGroup cmdlet to apply the CostCenter tag to the EngineerBlog resource group.The third command uses the Get-AzureTag cmdlet to get the CostCenter tag. The output shows that the Count property of the tag and its values were incremented when the tag was applied to the EngineeringBlog resource group.The fourth command uses the Tag parameter of the Get-AzureResource cmdlet to search for resource groups with the CostCenter tag (and any value). The cmdlet returns the EngineeringBlog resource group. + The first command uses the New-AzureRMTag cmdlet to create a predefined CostCenter tag with a value of 0001. You can use New-AzureRMTag again to add more values to the predefined tag.The second command uses the Set-AzureRMResourceGroup cmdlet to apply the CostCenter tag to the EngineerBlog resource group.The third command uses the Get-AzureRMTag cmdlet to get the CostCenter tag. The output shows that the Count property of the tag and its values were incremented when the tag was applied to the EngineeringBlog resource group.The fourth command uses the Tag parameter of the Get-AzureRMResource cmdlet to search for resource groups with the CostCenter tag (and any value). The cmdlet returns the EngineeringBlog resource group. @@ -469,11 +469,11 @@ Tags: http://go.microsoft.com/fwlink/?LinkId=404172 - Get-AzureTag + Get-AzureRMTag - Remove-AzureTag + Remove-AzureRMTag @@ -481,7 +481,7 @@ Tags: - Remove-AzureTag + Remove-AzureRMTag Deletes predefined Azure tags or values @@ -494,15 +494,15 @@ Tags: - The Remove-AzureTag cmdlet deletes predefined Azure tags and values from your subscription. To delete particular values from a predefined tag, use the Value parameter. By default, Remove-AzureTag deletes the specified tag and all of its values.You cannot delete a tag or value that is currently applied to a resource or resource group. Before using Remove-AzureTag, use the Tag parameter of the Set-AzureResource or Set-AzureResourceGroup cmdlets to delete the tag or values from the resource or resource group. The Remove-AzureTag cmdlet is part of a set of cmdlets (New/Get/Remove) that help you to manage your predefined Azure tags.An Azure "tag" is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups.You can define and apply tags in a single step, but predefined tags let you establish standard, consistent, predictable names and values for the tags in your subscription. If the subscription includes any predefined tags, you cannot apply undefined tags or values to any resource or resource group in the subscription. + The Remove-AzureRMTag cmdlet deletes predefined Azure tags and values from your subscription. To delete particular values from a predefined tag, use the Value parameter. By default, Remove-AzureRMTag deletes the specified tag and all of its values.You cannot delete a tag or value that is currently applied to a resource or resource group. Before using Remove-AzureRMTag, use the Tag parameter of the Set-AzureRMResource or Set-AzureRMResourceGroup cmdlets to delete the tag or values from the resource or resource group. The Remove-AzureRMTag cmdlet is part of a set of cmdlets (New/Get/Remove) that help you to manage your predefined Azure tags.An Azure "tag" is a name-value pair that you can use to categorize your Azure resources and resource groups, such as by department or cost center, or to track notes or comments about the resources and groups.You can define and apply tags in a single step, but predefined tags let you establish standard, consistent, predictable names and values for the tags in your subscription. If the subscription includes any predefined tags, you cannot apply undefined tags or values to any resource or resource group in the subscription. - Remove-AzureTag + Remove-AzureRMTag Name - Specifies the name of the tag to be deleted. This parameter is required. By default, Remove-AzureTag removes the specified tag and all of its values. To delete selected values, but not delete the tag, use the Value parameter. + Specifies the name of the tag to be deleted. This parameter is required. By default, Remove-AzureRMTag removes the specified tag and all of its values. To delete selected values, but not delete the tag, use the Value parameter. String @@ -516,7 +516,7 @@ Tags: Force - Suppresses the confirmation prompt. By default, Remove-AzureTag prompts for confirmation before deleting a predefined Azure tag. + Suppresses the confirmation prompt. By default, Remove-AzureRMTag prompts for confirmation before deleting a predefined Azure tag. SwitchParameter @@ -533,7 +533,7 @@ Tags: Name - Specifies the name of the tag to be deleted. This parameter is required. By default, Remove-AzureTag removes the specified tag and all of its values. To delete selected values, but not delete the tag, use the Value parameter. + Specifies the name of the tag to be deleted. This parameter is required. By default, Remove-AzureRMTag removes the specified tag and all of its values. To delete selected values, but not delete the tag, use the Value parameter. String @@ -557,7 +557,7 @@ Tags: Force - Suppresses the confirmation prompt. By default, Remove-AzureTag prompts for confirmation before deleting a predefined Azure tag. + Suppresses the confirmation prompt. By default, Remove-AzureRMTag prompts for confirmation before deleting a predefined Azure tag. SwitchParameter @@ -617,7 +617,7 @@ Tags: - PS C:\>Remove-AzureTag -Name Department + PS C:\>Remove-AzureRMTag -Name Department This command deletes the predefined Department tag and all of its resources. If the tag has been applied to any resources or resource groups, the command fails. @@ -632,7 +632,7 @@ Tags: - PS C:\>Remove-AzureTag -Name Department -Value HumanResources -PassThru + PS C:\>Remove-AzureRMTag -Name Department -Value HumanResources -PassThru Name: Department Count: 14 @@ -662,11 +662,11 @@ Values: http://go.microsoft.com/fwlink/?LinkId=404174 - Get-AzureTag + Get-AzureRMTag - New-AzureTag + New-AzureRMTag diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Microsoft.Azure.Commands.TrafficManager.dll-help.xml b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Microsoft.Azure.Commands.TrafficManager.dll-help.xml index 19b3ef6ad123..db97e9b2e7b8 100644 --- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Microsoft.Azure.Commands.TrafficManager.dll-help.xml +++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Microsoft.Azure.Commands.TrafficManager.dll-help.xml @@ -3,7 +3,7 @@ - Add-AzureTrafficManagerEndpointConfig + Add-AzureRMTrafficManagerEndpointConfig Adds an endpoint to an Azure Traffic Manager profile. @@ -15,12 +15,12 @@ - The Add-AzureTrafficManagerEndpointConfig cmdlet adds an endpoint to a local Azure Traffic Manager profile object. You can get a profile by using the New-AzureTrafficManagerProfile or Get-AzureTrafficManagerProfile cmdlets. - This cmdlet operates on the local profile object. Commit your changes to the profile for Traffic Manager by using the Set-AzureTrafficManagerProfile cmdlet. + The Add-AzureRMTrafficManagerEndpointConfig cmdlet adds an endpoint to a local Azure Traffic Manager profile object. You can get a profile by using the New-AzureRMTrafficManagerProfile or Get-AzureRMTrafficManagerProfile cmdlets. + This cmdlet operates on the local profile object. Commit your changes to the profile for Traffic Manager by using the Set-AzureRMTrafficManagerProfile cmdlet. - Add-AzureTrafficManagerEndpointConfig + Add-AzureRMTrafficManagerEndpointConfig EndpointLocation @@ -264,12 +264,12 @@ - PS C:\>$TrafficManagerProfile = Get-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" -PS C:\> Add-AzureTrafficManagerEndpointConfig -EndpointName "contoso" -EndpointStatus Enabled -Target "www.contoso.com" -TrafficManagerProfile $TrafficManagerProfile -Type ExternalEndpoints -EndpointLocation "North Europe" -Priority 1 -Weight 10 -PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManagerProfile + PS C:\>$TrafficManagerProfile = Get-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" +PS C:\> Add-AzureRMTrafficManagerEndpointConfig -EndpointName "contoso" -EndpointStatus Enabled -Target "www.contoso.com" -TrafficManagerProfile $TrafficManagerProfile -Type ExternalEndpoints -EndpointLocation "North Europe" -Priority 1 -Weight 10 +PS C:\> Set-AzureRMTrafficManagerProfile -TrafficManagerProfile $TrafficManagerProfile - The first command gets an Azure Traffic Manager profile by using the Get-AzureTrafficManagerProfile cmdlet. The command stores the local profile in the $TrafficManagerProfile variable. + The first command gets an Azure Traffic Manager profile by using the Get-AzureRMTrafficManagerProfile cmdlet. The command stores the local profile in the $TrafficManagerProfile variable. The second command adds an endpoint named contoso to the profile stored in $TrafficManagerProfile. The command includes configuration data for the endpoint. This command changes only the local object. The final command updates the Traffic Manager profile named ContosoProfile to match the local value in $TrafficManagerProfile. @@ -284,22 +284,22 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - Remove-AzureTrafficManagerEndpointConfig + Remove-AzureRMTrafficManagerEndpointConfig - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile Gets an Azure Traffic Manager profile. @@ -311,11 +311,11 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - The Get-AzureTrafficManagerProfile cmdlet gets a Traffic Manager profile from Azure Traffic Manager, and returns an object that represents that profile. You can modify the local object, and then apply changes to the profile by using the Set-AzureTrafficManagerProfile cmdlet. + The Get-AzureRMTrafficManagerProfile cmdlet gets a Traffic Manager profile from Azure Traffic Manager, and returns an object that represents that profile. You can modify the local object, and then apply changes to the profile by using the Set-AzureRMTrafficManagerProfile cmdlet. - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile Profile @@ -405,7 +405,7 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - This cmdlet returns a TrafficManagerProfile object. You can modify this object, and then apply changes to Traffic Manager by using Set-AzureTrafficManagerProfile. + This cmdlet returns a TrafficManagerProfile object. You can modify this object, and then apply changes to Traffic Manager by using Set-AzureRMTrafficManagerProfile. @@ -418,7 +418,7 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>Get-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" + PS C:\>Get-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" This command gets the profile named ContosoProfile in ResourceGroup11. @@ -434,22 +434,22 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - New-AzureTrafficManagerProfile + New-AzureRMTrafficManagerProfile - Remove-AzureTrafficManagerProfile + Remove-AzureRMTrafficManagerProfile - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile - New-AzureTrafficManagerProfile + New-AzureRMTrafficManagerProfile Creates an Azure Traffic Manager profile. @@ -461,12 +461,12 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - The New-AzureTrafficManagerProfile cmdlet creates an Azure Traffic Manager profile. Specify a name and required settings. This cmdlet returns a local object that represents the new profile. - This cmdlet does not configure Traffic Manager endpoints. Update the local profile object by using the Add-AzureTrafficManagerEndpointConfig cmdlet. Then upload changes to Traffic Manager by using the Set-AzureTrafficManagerProfile cmdlet. + The New-AzureRMTrafficManagerProfile cmdlet creates an Azure Traffic Manager profile. Specify a name and required settings. This cmdlet returns a local object that represents the new profile. + This cmdlet does not configure Traffic Manager endpoints. Update the local profile object by using the Add-AzureRMTrafficManagerEndpointConfig cmdlet. Then upload changes to Traffic Manager by using the Set-AzureRMTrafficManagerProfile cmdlet. - New-AzureTrafficManagerProfile + New-AzureRMTrafficManagerProfile Profile @@ -704,7 +704,7 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>New-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" -ProfileStatus Enabled -TrafficRoutingMethod Performance -RelativeDnsName "contosoapp" -TTL 30 -MonitorProtocol HTTP -MonitorPort 80 -MonitorPath "/default.aspx" + PS C:\>New-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" -ProfileStatus Enabled -TrafficRoutingMethod Performance -RelativeDnsName "contosoapp" -TTL 30 -MonitorProtocol HTTP -MonitorPort 80 -MonitorPath "/default.aspx" This command creates an Azure Traffic Manager profile named ContosoProfile in resource group ResourceGroup11. The DNS FQDN is contosoapp.trafficmanager.net. @@ -720,26 +720,26 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile - Remove-AzureTrafficManagerProfile + Remove-AzureRMTrafficManagerProfile - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile - Add-AzureTrafficManagerEndpointConfig + Add-AzureRMTrafficManagerEndpointConfig - Remove-AzureTrafficManagerEndpointConfig + Remove-AzureRMTrafficManagerEndpointConfig Removes an endpoint from an Azure Traffic Manager profile. @@ -751,12 +751,12 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - The Remove-AzureTrafficManagerEndpointConfig cmdlet removes an endpoint from a local Azure Traffic Manager profile object. You can get a profile by using the New-AzureTrafficManagerProfile or Get-AzureTrafficManagerProfile cmdlets. - This cmdlet operates on the local profile object. Commit your changes to the profile for Traffic Manager by using the Set-AzureTrafficManagerProfile cmdlet. + The Remove-AzureRMTrafficManagerEndpointConfig cmdlet removes an endpoint from a local Azure Traffic Manager profile object. You can get a profile by using the New-AzureRMTrafficManagerProfile or Get-AzureRMTrafficManagerProfile cmdlets. + This cmdlet operates on the local profile object. Commit your changes to the profile for Traffic Manager by using the Set-AzureRMTrafficManagerProfile cmdlet. - Remove-AzureTrafficManagerEndpointConfig + Remove-AzureRMTrafficManagerEndpointConfig Profile @@ -857,12 +857,12 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>$TrafficManagerProfile = Get-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" -PS C:\> Remove-AzureTrafficManagerEndpointConfig -EndpointName "contoso" -TrafficManagerProfile $TrafficManagerProfile -PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManagerProfile + PS C:\>$TrafficManagerProfile = Get-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" +PS C:\> Remove-AzureRMTrafficManagerEndpointConfig -EndpointName "contoso" -TrafficManagerProfile $TrafficManagerProfile +PS C:\> Set-AzureRMTrafficManagerProfile -TrafficManagerProfile $TrafficManagerProfile - The first command gets an Azure Traffic Manager profile by using the Get-AzureTrafficManagerProfile cmdlet. The command stores the local profile in the $TrafficManagerProfile variable. + The first command gets an Azure Traffic Manager profile by using the Get-AzureRMTrafficManagerProfile cmdlet. The command stores the local profile in the $TrafficManagerProfile variable. The second command removes an endpoint named contoso from the profile stored in $TrafficManagerProfile. This command changes only the local object. The final command updates the Traffic Manager profile named ContosoProfile to match the local value in $TrafficManagerProfile. @@ -880,10 +880,10 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>Get-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" | Remove-AzureTrafficManagerEndpointConfig -EndpointName "contoso" | Set-AzureTrafficManagerProfile + PS C:\>Get-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" | Remove-AzureRMTrafficManagerEndpointConfig -EndpointName "contoso" | Set-AzureRMTrafficManagerProfile - This command gets a profile, and then passes the local profile to Remove-AzureTrafficManagerEndpointConfig by using the pipeline operator. That cmdlet removes an endpoint named contoso from that profile, and then passes the result to Set-AzureTrafficManagerProfile. The final cmdlet updates the Traffic Manager profile to match the local value. + This command gets a profile, and then passes the local profile to Remove-AzureRMTrafficManagerEndpointConfig by using the pipeline operator. That cmdlet removes an endpoint named contoso from that profile, and then passes the result to Set-AzureRMTrafficManagerProfile. The final cmdlet updates the Traffic Manager profile to match the local value. @@ -896,22 +896,22 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - Add-AzureTrafficManagerEndpointConfig + Add-AzureRMTrafficManagerEndpointConfig - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile - Remove-AzureTrafficManagerProfile + Remove-AzureRMTrafficManagerProfile Deletes an Azure Traffic Manager profile. @@ -923,11 +923,11 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - The Remove-AzureTrafficManagerProfile cmdlet deletes an Azure Traffic Manager profile. You can specify a profile to delete by name, or you can specify a profile object. You can delete a profile object from Traffic Manager by using the pipeline or as a parameter value. + The Remove-AzureRMTrafficManagerProfile cmdlet deletes an Azure Traffic Manager profile. You can specify a profile to delete by name, or you can specify a profile object. You can delete a profile object from Traffic Manager by using the pipeline or as a parameter value. - Remove-AzureTrafficManagerProfile + Remove-AzureRMTrafficManagerProfile Force @@ -957,7 +957,7 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - Remove-AzureTrafficManagerProfile + Remove-AzureRMTrafficManagerProfile Force @@ -1081,7 +1081,7 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>Remove-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" + PS C:\>Remove-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" This command deletes the profile named ContosoProfile in ResourceGroup11. @@ -1100,7 +1100,7 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>Get-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" | Remove-AzureTrafficManagerProfile + PS C:\>Get-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" | Remove-AzureRMTrafficManagerProfile This command gets the profile named ContosoProfile in ResourceGroup11, and then passes that profile to the current cmdlet by using the pipeline operator. The current command deletes that profile. @@ -1116,22 +1116,22 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile - New-AzureTrafficManagerProfile + New-AzureRMTrafficManagerProfile - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile Updates an Azure Traffic Manager profile. @@ -1143,11 +1143,11 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - The Set-AzureTrafficManagerProfile cmdlet updates an Azure Traffic Manager profile. This cmdlet updates the settings of the profile from a local profile object. You can pass a profile object to Traffic Manager by using the pipeline or as a parameter value. + The Set-AzureRMTrafficManagerProfile cmdlet updates an Azure Traffic Manager profile. This cmdlet updates the settings of the profile from a local profile object. You can pass a profile object to Traffic Manager by using the pipeline or as a parameter value. - Set-AzureTrafficManagerProfile + Set-AzureRMTrafficManagerProfile Profile @@ -1229,11 +1229,11 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - PS C:\>$TrafficManagerProfile = Get-AzureTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" -PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManagerProfile + PS C:\>$TrafficManagerProfile = Get-AzureRMTrafficManagerProfile -Name "ContosoProfile" -ResourceGroupName "ResourceGroup11" +PS C:\> Set-AzureRMTrafficManagerProfile -TrafficManagerProfile $TrafficManagerProfile - The first command gets an Azure Traffic Manager profile by using the Get-AzureTrafficManagerProfile cmdlet. The command stores the profile locally in the $TrafficManagerProfile variable. After you get that profile, you can change it locally. + The first command gets an Azure Traffic Manager profile by using the Get-AzureRMTrafficManagerProfile cmdlet. The command stores the profile locally in the $TrafficManagerProfile variable. After you get that profile, you can change it locally. The second command updates the Traffic Manager profile named ContosoProfile to match the local value in $TrafficManagerProfile. @@ -1247,15 +1247,15 @@ PS C:\> Set-AzureTrafficManagerProfile -TrafficManagerProfile $TrafficManager - Get-AzureTrafficManagerProfile + Get-AzureRMTrafficManagerProfile - New-AzureTrafficManagerProfile + New-AzureRMTrafficManagerProfile - Remove-AzureTrafficManagerProfile + Remove-AzureRMTrafficManagerProfile diff --git a/src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.xml b/src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.xml index 7e7b0b2b9bc1..393d83f9f068 100644 --- a/src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.xml +++ b/src/ResourceManager/Websites/Commands.Websites/Microsoft.Azure.Commands.Websites.dll-Help.xml @@ -2,7 +2,7 @@ - Get-AzureAppServicePlan + Get-AzureRMAppServicePlan Gets Azure app service plan in the given resource group. @@ -18,7 +18,7 @@ - Get-AzureAppServicePlan + Get-AzureRMAppServicePlan ResourceGroupName @@ -120,7 +120,7 @@ PS C:\> - Get-AzureAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name myWHP + Get-AzureRMAppServicePlan -ResourceGroupName "Default-Web-WestUS" -Name myWHP Gets the app service plan myWHP in resource group "Default-Web-WestUS". @@ -142,7 +142,7 @@ - Get-AzureAppServicePlanMetrics + Get-AzureRMAppServicePlanMetrics @@ -158,7 +158,7 @@ - Get-AzureAppServicePlanMetrics + Get-AzureRMAppServicePlanMetrics Metrics @@ -376,7 +376,7 @@ - Get-AzureWebApp + Get-AzureRMWebApp Gets Azure web apps in the specified resource group @@ -388,11 +388,11 @@ - The Get-AzureWebApp cmdlet gets information about Azure web apps in the specified resource group. + The Get-AzureRMWebApp cmdlet gets information about Azure web apps in the specified resource group. - Get-AzureWebApp + Get-AzureRMWebApp SlotName @@ -513,7 +513,7 @@ PS C:\> - Get-AzureWebApp -ResourceGroupName Default-Web-WestUS -Name ngolistandard -SlotName dev + Get-AzureRMWebApp -ResourceGroupName Default-Web-WestUS -Name ngolistandard -SlotName dev Gets the slot dev for ngolistandard web app from resource group Default-Web-WestUS @@ -535,7 +535,7 @@ - Get-AzureWebAppMetrics + Get-AzureRMWebAppMetrics @@ -551,7 +551,7 @@ - Get-AzureWebAppMetrics + Get-AzureRMWebAppMetrics Metrics @@ -786,7 +786,7 @@ - Get-AzureWebAppPublishingProfile + Get-AzureRMWebAppPublishingProfile Get the web app publishing profile. @@ -802,7 +802,7 @@ - Get-AzureWebAppPublishingProfile + Get-AzureRMWebAppPublishingProfile SlotName @@ -925,7 +925,7 @@ - New-AzureAppServicePlan + New-AzureRMAppServicePlan Creates a new app service plan in a given Geo location. @@ -941,7 +941,7 @@ - New-AzureAppServicePlan + New-AzureRMAppServicePlan Location @@ -1119,7 +1119,7 @@ PS C:\> - New-AzureAppServicePlan -ResourceGroupName "Default-Web-WestUS" -AppServicePlanName "NgoliWHP" -location "West US" -Debug -Sku Basic -NumberofWorkers 2 -WorkerSize Small + New-AzureRMAppServicePlan -ResourceGroupName "Default-Web-WestUS" -AppServicePlanName "NgoliWHP" -location "West US" -Debug -Sku Basic -NumberofWorkers 2 -WorkerSize Small Creates a new app service plan in resource group "Default-Web-WestUS" -with app service plan name "NgoliWHP" in geo location "West US" using Basic sku and allocates total 2 workers worker size is Small @@ -1141,7 +1141,7 @@ - New-AzureWebApp + New-AzureRMWebApp Create an Azure Web app @@ -1157,7 +1157,7 @@ - New-AzureWebApp + New-AzureRMWebApp SlotName @@ -1316,7 +1316,7 @@ PS C:\> - New-AzureWebApp -ResourceGroupName Default-Web-WestUS -Name MyFirstSite -Location "West US" -AppServicePlan MyAppServicePlan + New-AzureRMWebApp -ResourceGroupName Default-Web-WestUS -Name MyFirstSite -Location "West US" -AppServicePlan MyAppServicePlan Creates a new Azure web app named MyFirstSite in the existing resourcegroup named Default-Web-WestUS in data center "West US" using existing app service plan MyAppServicePlan @@ -1338,7 +1338,7 @@ - Remove-AzureAppServicePlan + Remove-AzureRMAppServicePlan Remove an Azure app service plan @@ -1354,7 +1354,7 @@ - Remove-AzureAppServicePlan + Remove-AzureRMAppServicePlan Force @@ -1475,7 +1475,7 @@ PS C:\> - Remove-AzureAppServicePlan -ResourceGroupName "Default-Web-WestUS" -AppServicePlanName "NGoliStandard" + Remove-AzureRMAppServicePlan -ResourceGroupName "Default-Web-WestUS" -AppServicePlanName "NGoliStandard" Deletes azure app service plan in resource group "Default-Web-WestUS" with app service plan name "NGoliStandard" @@ -1497,7 +1497,7 @@ - Remove-AzureWebApp + Remove-AzureRMWebApp Remove an Azure web app @@ -1513,7 +1513,7 @@ - Remove-AzureWebApp + Remove-AzureRMWebApp Force @@ -1634,7 +1634,7 @@ PS C:\> - Remove-AzureWebApp -ResourceGroupName Default-Web-WestUS -Name MyFirstSite + Remove-AzureRMWebApp -ResourceGroupName Default-Web-WestUS -Name MyFirstSite Deletes the Azure Web app named MyFirstSite in the resource group named Default-Web-WestUS @@ -1656,7 +1656,7 @@ - Restart-AzureWebApp + Restart-AzureRMWebApp Stop and start an Azure web app. @@ -1668,11 +1668,11 @@ - Stops and then starts an Azure web app. If web app is already in stopped state use Start-AzureWebApp command + Stops and then starts an Azure web app. If web app is already in stopped state use Start-AzureRMWebApp command - Restart-AzureWebApp + Restart-AzureRMWebApp SlotName @@ -1793,7 +1793,7 @@ PS C:\> - Restart-AzureWebApp -ResourceGroupName Default-Web-WestUS -Name MyFirstSite + Restart-AzureRMWebApp -ResourceGroupName Default-Web-WestUS -Name MyFirstSite Stops the site MyFirstSite and then starts it. @@ -1815,7 +1815,7 @@ - Set-AzureAppServicePlan + Set-AzureRMAppServicePlan Sets the app service plan @@ -1831,7 +1831,7 @@ - Set-AzureAppServicePlan + Set-AzureRMAppServicePlan Location @@ -2031,7 +2031,7 @@ - Start-AzureWebApp + Start-AzureRMWebApp Start an Azure web app @@ -2047,7 +2047,7 @@ - Start-AzureWebApp + Start-AzureRMWebApp SlotName @@ -2168,7 +2168,7 @@ PS C:\> - Start-AzureWebApp -ResourceGroupName Default-Web-WestUS -Name MyWebApp + Start-AzureRMWebApp -ResourceGroupName Default-Web-WestUS -Name MyWebApp Starts the web app named MyWebApp in resource group Default-Web-WestUS @@ -2190,7 +2190,7 @@ - Stop-AzureWebApp + Stop-AzureRMWebApp Stop the web app. @@ -2206,7 +2206,7 @@ - Stop-AzureWebApp + Stop-AzureRMWebApp SlotName @@ -2327,7 +2327,7 @@ PS C:\> - Stop-AzureWebApp -ResourceGroupName Default-Web-WestUS -Name ngolistandard + Stop-AzureRMWebApp -ResourceGroupName Default-Web-WestUS -Name ngolistandard Stops the web app named MyWebApp in resource group Default-Web-WestUS