diff --git a/eng/mgmt/mgmtmetadata/batch_resource-manager.txt b/eng/mgmt/mgmtmetadata/batch_resource-manager.txt index 4126a845ab68..69dc73fb922c 100644 --- a/eng/mgmt/mgmtmetadata/batch_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/batch_resource-manager.txt @@ -1,14 +1,14 @@ -Installing AutoRest version: latest +Installing AutoRest version: 2.0.4413 AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/batch/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\work\github\azure-sdk-for-net\sdk -2019-08-07 15:41:13 UTC +cmd.exe /c autorest.cmd https://github.com/matthchr/azure-rest-api-specs/blob/feature/batch-minor-fix/specification/batch/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --tag=package-2020-03 --csharp.output-folder=C:\work\github\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Management.Batch\src\generated +2020-03-17 00:11:21 UTC Azure-rest-api-specs repository information -GitHub fork: Azure -Branch: master -Commit: ad759850354ddb7b4ffea0a49b70243fd9ec5a42 +GitHub fork: matthchr +Branch: feature/batch-minor-fix +Commit: d20c35ece5026cb2091e881ae62b114f65bc239b AutoRest information -Requested version: latest -Bootstrapper version: autorest@2.0.4283 +Requested version: 2.0.4413 +Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/AzSdk.RP.props b/sdk/batch/Microsoft.Azure.Management.Batch/AzSdk.RP.props index 4b09ddd9dde1..8258dfedcfec 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/AzSdk.RP.props +++ b/sdk/batch/Microsoft.Azure.Management.Batch/AzSdk.RP.props @@ -1,7 +1,7 @@ - Batch_2019-08-01; + Batch_2020-03-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/CHANGELOG.md b/sdk/batch/Microsoft.Azure.Management.Batch/CHANGELOG.md index d637645d82a4..e1fdc6bc8896 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/CHANGELOG.md +++ b/sdk/batch/Microsoft.Azure.Management.Batch/CHANGELOG.md @@ -1,10 +1,25 @@ -## Microsoft.Azure.Management.Batch release notes +# Release History -### Changes in 9.0.0 -#### REST API version +## 10.1.0-preview.1 (Unreleased) + +## 10.0.0 (2020-03-17) +### REST API version +- This version targets REST API version 2020-03-01. + +### Features +- Added ability to access the Batch DataPlane API without needing a public DNS entry for the account via the new `PublicNetworkAccess` property on `BatchAccount`. +- Added new `PrivateLinkResource` and `PrivateEndpointConnection` resource types. These are both only used when the `PublicNetworkAccess` property on `BatchAccount` is set to `Disabled`. + - When `PublicNetworkAccess` is set to `Disabled` a new `PrivateLinkResource` is visible in that account, which can be used to connect to the account using an ARM Private Endpoint in your VNET. +- Added ability to encrypt `ComputeNode` disk drives using the new `DiskEncryptionConfiguration` property of `VirtualMachineConfiguration`. +- **[Breaking]** The `Id` property of `ImageReference` can now only refer to a Shared Image Gallery image. +- **[Breaking]** Pools can now be provisioned without a public IP using the new `PublicIPAddressConfiguration` property of `NetworkConfiguration`. + - The `PublicIPs` property of `NetworkConfiguration` has moved in to `PublicIPAddressConfiguration` as well. This property can only be specified if `IPAddressProvisioningType` is `UserManaged`. + +## 9.0.0 +### REST API version - This version targets REST API version 2019-08-01. -#### Features +### Features - Added ability to specify a collection of public IPs on `NetworkConfiguration` via the new `PublicIPs` property. This guarantees nodes in the Pool will have an IP from the list user provided IPs. - Added ability to mount remote file-systems on each node of a pool via the `MountConfiguration` property on `Pool`. @@ -12,19 +27,19 @@ - **[Breaking]** When not specified, the default value for `WaitForSuccess` on `StartTask` is now `true` (was `false`). - **[Breaking]** When not specified, the default value for `Scope` on `AutoUserSpecification` is now always `Pool` (was `Task` on Windows nodes, `Pool` on Linux nodes). -### Changes in 8.0.0 -#### REST API version +## 8.0.0 +### REST API version - This version targets REST API version 2019-04-01. -#### Features +### Features - Added BatchAccount properties `DedicatedCoreQuotaPerVMFamily` and `DedicatedCoreQuotaPerVMFamilyEnforced` to facilitate the transition to per VM family quota - **[Breaking]** Accounts created with `PoolAllocationMode` set to `UserSubscription` will not return core quota properties `DedicatedCoreQuota` or `LowPriorityCoreQuota` -### Changes in 7.0.0 -#### REST API version +## 7.0.0 +### REST API version - This version targets REST API version 2018-12-01. -#### Features +### Features - **[Breaking]** ResourceFile improvements - Added the ability specify an entire Azure Storage container in `ResourceFile`. - A new property `HttpUrl` replaces `BlobSource`. This can be any HTTP URL. Previously, this had to be an Azure Blob Storage URL. @@ -38,48 +53,50 @@ - Added support on Windows pools for creating users with a specific login mode (either `Batch` or `Interactive`) via `WindowsUserConfiguration.LoginMode`. - Added support for `ContainerConfiguration` when creating a pool. -#### Bug fixes +### Bug fixes - Deleting an account will no longer return `NotFound` at the end of the operation -### Changes in 6.0.0 -#### REST API version +## 6.0.0 +### REST API version - This version targets REST API version 2017-09-01. + +### Features - Adding support for Certificate and Pool operations. -### Changes in 5.1.0 -#### REST API version +## 5.1.0 +### REST API version - This version targets REST API version 2017-05-01. -#### Features +### Features - Added a new `CheckNameAvailability` API which allows you to check if an account name is available on a particular region. -### Changes in 5.0.0 -#### REST API version +## 5.0.0 +### REST API version - This version targets REST API version 2017-05-01. -#### Features -##### Breaking changes +### Features +#### Breaking changes - BatchAccount `CoreQuota` renamed to `DedicatedCoreQuota`. - The structure of `CloudError` has changed. It now has an `Error` property, and the error information (`code`, `message`, `target`, and `details`) is inside that property. - The type `UpdateApplicationParameters` was renamed to `ApplicationUpdateParameters`. - The type `AddApplicationParameters` was renamed to `ApplicationCreateParameters`. -##### Non-breaking changes +#### Non-breaking changes - BatchAccount now reports the low-priority core quota as well in the property `LowPriorityCoreQuota`. - Added a new `Operations` API, which can be used to query the available operations. -#### Packaging +### Packaging - Now targets `netstandard1.4` instead of `netstandard1.5` and `netstandard1.1`. -### Changes in 4.2.0 +## 4.2.0 - Added option to create a Batch account which allocates pool nodes in the user's subscription. This is done with `PoolAllocationMode = UserSubscription`. When using this mode, a `KeyVaultReference` must also be supplied. - Changed classes which appear only in responses to be immutable. - This version targets REST API version 2017-01-01. -### Changes in 4.1.0 +## 4.1.0 - This package version had an issue and was unlisted on NuGet immediately after shipping. This version **should not be used**. -### Changes in 3.0.0 +## 3.0.0 - Renamed `AccountResource` to `BatchAccount`. - Renamed `AccountOperations` to `BatchAccountOperations`. The `IBatchManagementClient.Account` property was also renamed to `IBatchManagementClient.BatchAccount`. - Split `Application` and `ApplicationPackage` operations up into two separate operation groups. @@ -87,7 +104,7 @@ - Renamed `SubscriptionOperations` to `LocationOperations` and changed `SubscriptionOperations.GetSubscriptionQuotas` to be `LocationOperations.GetQuotas`. - This version targets REST API version 2015-12-01. -### Changes in 2.1.0 +## 2.1.0 - Added support for .NETStandard. - Fixed the .NETFramework 4.5 dependencies. - This version targets REST API version 2015-12-01. \ No newline at end of file diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationOperations.cs index 57bba147e19a..ccf751792438 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationOperations.cs @@ -106,9 +106,9 @@ internal ApplicationOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -345,9 +345,9 @@ internal ApplicationOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -562,9 +562,9 @@ internal ApplicationOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -800,9 +800,9 @@ internal ApplicationOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -1046,9 +1046,9 @@ internal ApplicationOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs index 5ceb743da021..d4dfdfa7e2e1 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs @@ -51,7 +51,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) public BatchManagementClient Client { get; private set; } /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done after the + /// `ApplicationPackage` was created and uploaded. This needs to be done before + /// an `ApplicationPackage` can be used on Pools or Tasks. /// /// /// The name of the resource group that contains the Batch account. @@ -109,9 +111,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -329,7 +331,10 @@ internal ApplicationPackageOperations(BatchManagementClient client) } /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS where + /// the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using `ApplicationPackageActive` + /// before it can be used. /// /// /// The name of the resource group that contains the Batch account. @@ -384,9 +389,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -648,9 +653,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -889,9 +894,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) @@ -1148,9 +1153,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (applicationName == null) diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs index 88295d149910..52c9f82ec97a 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs @@ -22,7 +22,9 @@ namespace Microsoft.Azure.Management.Batch public static partial class ApplicationPackageOperationsExtensions { /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done after the + /// `ApplicationPackage` was created and uploaded. This needs to be done before + /// an `ApplicationPackage` can be used on Pools or Tasks. /// /// /// The operations group for this extension method. @@ -48,7 +50,9 @@ public static ApplicationPackage Activate(this IApplicationPackageOperations ope } /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done after the + /// `ApplicationPackage` was created and uploaded. This needs to be done before + /// an `ApplicationPackage` can be used on Pools or Tasks. /// /// /// The operations group for this extension method. @@ -80,7 +84,10 @@ public static ApplicationPackage Activate(this IApplicationPackageOperations ope } /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS where + /// the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using `ApplicationPackageActive` + /// before it can be used. /// /// /// The operations group for this extension method. @@ -103,7 +110,10 @@ public static ApplicationPackage Create(this IApplicationPackageOperations opera } /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS where + /// the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using `ApplicationPackageActive` + /// before it can be used. /// /// /// The operations group for this extension method. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchAccountOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchAccountOperations.cs index b5129ff1aca1..8ce29d76ab8d 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchAccountOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchAccountOperations.cs @@ -135,9 +135,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (parameters == null) @@ -379,9 +379,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) @@ -954,9 +954,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) @@ -1151,9 +1151,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) @@ -1378,9 +1378,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) @@ -1599,9 +1599,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (parameters == null) @@ -1835,9 +1835,9 @@ internal BatchAccountOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchManagementClient.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchManagementClient.cs index f1ff71a80f27..c137c0ad15af 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchManagementClient.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/BatchManagementClient.cs @@ -102,6 +102,16 @@ public partial class BatchManagementClient : ServiceClient public virtual ICertificateOperations Certificate { get; private set; } + /// + /// Gets the IPrivateLinkResourceOperations. + /// + public virtual IPrivateLinkResourceOperations PrivateLinkResource { get; private set; } + + /// + /// Gets the IPrivateEndpointConnectionOperations. + /// + public virtual IPrivateEndpointConnectionOperations PrivateEndpointConnection { get; private set; } + /// /// Gets the IPoolOperations. /// @@ -354,9 +364,11 @@ private void Initialize() Location = new LocationOperations(this); Operations = new Operations(this); Certificate = new CertificateOperations(this); + PrivateLinkResource = new PrivateLinkResourceOperations(this); + PrivateEndpointConnection = new PrivateEndpointConnectionOperations(this); Pool = new PoolOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2019-08-01"; + ApiVersion = "2020-03-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/CertificateOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/CertificateOperations.cs index 0f1386497784..fcc00cb2ce8c 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/CertificateOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/CertificateOperations.cs @@ -113,9 +113,9 @@ internal CertificateOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) @@ -390,9 +390,9 @@ internal CertificateOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (certificateName == null) @@ -687,9 +687,9 @@ internal CertificateOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (certificateName == null) @@ -946,9 +946,9 @@ internal CertificateOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (certificateName == null) @@ -1208,9 +1208,9 @@ internal CertificateOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (certificateName == null) @@ -1488,9 +1488,9 @@ internal CertificateOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (certificateName == null) diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs index 36f474fc365c..dfc986a11f13 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs @@ -24,7 +24,10 @@ namespace Microsoft.Azure.Management.Batch public partial interface IApplicationPackageOperations { /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done + /// after the `ApplicationPackage` was created and uploaded. This needs + /// to be done before an `ApplicationPackage` can be used on Pools or + /// Tasks. /// /// /// The name of the resource group that contains the Batch account. @@ -59,7 +62,10 @@ public partial interface IApplicationPackageOperations /// Task> ActivateWithHttpMessagesAsync(string resourceGroupName, string accountName, string applicationName, string versionName, string format, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS + /// where the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using + /// `ApplicationPackageActive` before it can be used. /// /// /// The name of the resource group that contains the Batch account. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IBatchManagementClient.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IBatchManagementClient.cs index 85aca4c682c3..a5044e02df3c 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IBatchManagementClient.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IBatchManagementClient.cs @@ -99,6 +99,16 @@ public partial interface IBatchManagementClient : System.IDisposable /// ICertificateOperations Certificate { get; } + /// + /// Gets the IPrivateLinkResourceOperations. + /// + IPrivateLinkResourceOperations PrivateLinkResource { get; } + + /// + /// Gets the IPrivateEndpointConnectionOperations. + /// + IPrivateEndpointConnectionOperations PrivateEndpointConnection { get; } + /// /// Gets the IPoolOperations. /// diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IPrivateEndpointConnectionOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IPrivateEndpointConnectionOperations.cs new file mode 100644 index 000000000000..f2bc6d66865d --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IPrivateEndpointConnectionOperations.cs @@ -0,0 +1,147 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PrivateEndpointConnectionOperations operations. + /// + public partial interface IPrivateEndpointConnectionOperations + { + /// + /// Lists all of the private endpoint connections in the specified + /// account. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets information about the specified private endpoint connection. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within + /// the account. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Updates the properties of an existing private endpoint connection. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within + /// the account. + /// + /// + /// PrivateEndpointConnection properties that should be updated. + /// Properties that are supplied will be updated, any property not + /// supplied will be unchanged. + /// + /// + /// The state (ETag) version of the private endpoint connection to + /// update. This value can be omitted or set to "*" to apply the + /// operation unconditionally. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all of the private endpoint connections in the specified + /// account. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IPrivateLinkResourceOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IPrivateLinkResourceOperations.cs new file mode 100644 index 000000000000..2e605304e367 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IPrivateLinkResourceOperations.cs @@ -0,0 +1,106 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PrivateLinkResourceOperations operations. + /// + public partial interface IPrivateLinkResourceOperations + { + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets information about the specified private link resource. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private link resource name. This must be unique within the + /// account. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateLinkResourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccount.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccount.cs index b483a425cbfc..097334d92411 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccount.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccount.cs @@ -48,8 +48,12 @@ public BatchAccount() /// creating pools in the Batch account. /// A reference to the Azure key vault /// associated with the Batch account. + /// The network interface type for + /// accessing Azure Batch service and Batch account operations. /// The properties and status of any /// auto-storage account associated with the Batch account. + /// The encryption configuration for the Batch + /// account. /// The dedicated core quota for the /// Batch account. /// The low-priority core quota for @@ -65,14 +69,16 @@ public BatchAccount() /// account. /// The active job and job /// schedule quota for the Batch account. - public BatchAccount(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), string accountEndpoint = default(string), ProvisioningState provisioningState = default(ProvisioningState), PoolAllocationMode? poolAllocationMode = default(PoolAllocationMode?), KeyVaultReference keyVaultReference = default(KeyVaultReference), AutoStorageProperties autoStorage = default(AutoStorageProperties), int? dedicatedCoreQuota = default(int?), int? lowPriorityCoreQuota = default(int?), IList dedicatedCoreQuotaPerVMFamily = default(IList), bool dedicatedCoreQuotaPerVMFamilyEnforced = default(bool), int poolQuota = default(int), int activeJobAndJobScheduleQuota = default(int)) + public BatchAccount(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), string accountEndpoint = default(string), ProvisioningState provisioningState = default(ProvisioningState), PoolAllocationMode? poolAllocationMode = default(PoolAllocationMode?), KeyVaultReference keyVaultReference = default(KeyVaultReference), PublicNetworkAccessType? publicNetworkAccess = default(PublicNetworkAccessType?), AutoStorageProperties autoStorage = default(AutoStorageProperties), EncryptionProperties encryption = default(EncryptionProperties), int? dedicatedCoreQuota = default(int?), int? lowPriorityCoreQuota = default(int?), IList dedicatedCoreQuotaPerVMFamily = default(IList), bool dedicatedCoreQuotaPerVMFamilyEnforced = default(bool), int poolQuota = default(int), int activeJobAndJobScheduleQuota = default(int)) : base(id, name, type, location, tags) { AccountEndpoint = accountEndpoint; ProvisioningState = provisioningState; PoolAllocationMode = poolAllocationMode; KeyVaultReference = keyVaultReference; + PublicNetworkAccess = publicNetworkAccess; AutoStorage = autoStorage; + Encryption = encryption; DedicatedCoreQuota = dedicatedCoreQuota; LowPriorityCoreQuota = lowPriorityCoreQuota; DedicatedCoreQuotaPerVMFamily = dedicatedCoreQuotaPerVMFamily; @@ -118,6 +124,17 @@ public BatchAccount() [JsonProperty(PropertyName = "properties.keyVaultReference")] public KeyVaultReference KeyVaultReference { get; private set; } + /// + /// Gets the network interface type for accessing Azure Batch service + /// and Batch account operations. + /// + /// + /// If not specified, the default value is 'enabled'. Possible values + /// include: 'Enabled', 'Disabled' + /// + [JsonProperty(PropertyName = "properties.publicNetworkAccess")] + public PublicNetworkAccessType? PublicNetworkAccess { get; private set; } + /// /// Gets the properties and status of any auto-storage account /// associated with the Batch account. @@ -125,6 +142,12 @@ public BatchAccount() [JsonProperty(PropertyName = "properties.autoStorage")] public AutoStorageProperties AutoStorage { get; private set; } + /// + /// Gets the encryption configuration for the Batch account. + /// + [JsonProperty(PropertyName = "properties.encryption")] + public EncryptionProperties Encryption { get; private set; } + /// /// Gets the dedicated core quota for the Batch account. /// diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountCreateParameters.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountCreateParameters.cs index 2453b914a773..9d98512b412a 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountCreateParameters.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountCreateParameters.cs @@ -46,13 +46,19 @@ public BatchAccountCreateParameters() /// creating pools in the Batch account. /// A reference to the Azure key vault /// associated with the Batch account. - public BatchAccountCreateParameters(string location, IDictionary tags = default(IDictionary), AutoStorageBaseProperties autoStorage = default(AutoStorageBaseProperties), PoolAllocationMode? poolAllocationMode = default(PoolAllocationMode?), KeyVaultReference keyVaultReference = default(KeyVaultReference)) + /// The network access type for + /// accessing Azure Batch account. + /// The encryption configuration for the Batch + /// account. + public BatchAccountCreateParameters(string location, IDictionary tags = default(IDictionary), AutoStorageBaseProperties autoStorage = default(AutoStorageBaseProperties), PoolAllocationMode? poolAllocationMode = default(PoolAllocationMode?), KeyVaultReference keyVaultReference = default(KeyVaultReference), PublicNetworkAccessType? publicNetworkAccess = default(PublicNetworkAccessType?), EncryptionProperties encryption = default(EncryptionProperties)) { Location = location; Tags = tags; AutoStorage = autoStorage; PoolAllocationMode = poolAllocationMode; KeyVaultReference = keyVaultReference; + PublicNetworkAccess = publicNetworkAccess; + Encryption = encryption; CustomInit(); } @@ -101,6 +107,22 @@ public BatchAccountCreateParameters() [JsonProperty(PropertyName = "properties.keyVaultReference")] public KeyVaultReference KeyVaultReference { get; set; } + /// + /// Gets or sets the network access type for accessing Azure Batch + /// account. + /// + /// + /// Possible values include: 'Enabled', 'Disabled' + /// + [JsonProperty(PropertyName = "properties.publicNetworkAccess")] + public PublicNetworkAccessType? PublicNetworkAccess { get; set; } + + /// + /// Gets or sets the encryption configuration for the Batch account. + /// + [JsonProperty(PropertyName = "properties.encryption")] + public EncryptionProperties Encryption { get; set; } + /// /// Validate the object. /// diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountUpdateParameters.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountUpdateParameters.cs index 9162cf403b2e..074e7fb1de41 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountUpdateParameters.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/BatchAccountUpdateParameters.cs @@ -40,10 +40,13 @@ public BatchAccountUpdateParameters() /// account. /// The properties related to the /// auto-storage account. - public BatchAccountUpdateParameters(IDictionary tags = default(IDictionary), AutoStorageBaseProperties autoStorage = default(AutoStorageBaseProperties)) + /// The encryption configuration for the Batch + /// account. + public BatchAccountUpdateParameters(IDictionary tags = default(IDictionary), AutoStorageBaseProperties autoStorage = default(AutoStorageBaseProperties), EncryptionProperties encryption = default(EncryptionProperties)) { Tags = tags; AutoStorage = autoStorage; + Encryption = encryption; CustomInit(); } @@ -64,6 +67,12 @@ public BatchAccountUpdateParameters() [JsonProperty(PropertyName = "properties.autoStorage")] public AutoStorageBaseProperties AutoStorage { get; set; } + /// + /// Gets or sets the encryption configuration for the Batch account. + /// + [JsonProperty(PropertyName = "properties.encryption")] + public EncryptionProperties Encryption { get; set; } + /// /// Validate the object. /// diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Certificate.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Certificate.cs index b7bf95aa3fc7..8cd7557108a9 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Certificate.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Certificate.cs @@ -38,8 +38,8 @@ public Certificate() /// The ETag of the resource, used for concurrency /// statements. /// The algorithm of the certificate - /// thumbprint - /// The thumbprint of the certificate + /// thumbprint. + /// The thumbprint of the certificate. /// The format of the certificate - either Pfx or /// Cer. If omitted, the default is Pfx. Possible values include: /// 'Pfx', 'Cer' @@ -76,7 +76,7 @@ public Certificate() partial void CustomInit(); /// - /// Gets or sets the algorithm of the certificate thumbprint + /// Gets or sets the algorithm of the certificate thumbprint. /// /// /// This must match the first portion of the certificate name. @@ -86,7 +86,7 @@ public Certificate() public string ThumbprintAlgorithm { get; set; } /// - /// Gets or sets the thumbprint of the certificate + /// Gets or sets the thumbprint of the certificate. /// /// /// This must match the thumbprint from the name. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateBaseProperties.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateBaseProperties.cs index 2efd820a2efa..8d729e028dfa 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateBaseProperties.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateBaseProperties.cs @@ -27,8 +27,8 @@ public CertificateBaseProperties() /// Initializes a new instance of the CertificateBaseProperties class. /// /// The algorithm of the certificate - /// thumbprint - /// The thumbprint of the certificate + /// thumbprint. + /// The thumbprint of the certificate. /// The format of the certificate - either Pfx or /// Cer. If omitted, the default is Pfx. Possible values include: /// 'Pfx', 'Cer' @@ -46,7 +46,7 @@ public CertificateBaseProperties() partial void CustomInit(); /// - /// Gets or sets the algorithm of the certificate thumbprint + /// Gets or sets the algorithm of the certificate thumbprint. /// /// /// This must match the first portion of the certificate name. @@ -56,7 +56,7 @@ public CertificateBaseProperties() public string ThumbprintAlgorithm { get; set; } /// - /// Gets or sets the thumbprint of the certificate + /// Gets or sets the thumbprint of the certificate. /// /// /// This must match the thumbprint from the name. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateCreateOrUpdateParameters.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateCreateOrUpdateParameters.cs index b1a90b6cb046..045e0c79e350 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateCreateOrUpdateParameters.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CertificateCreateOrUpdateParameters.cs @@ -42,8 +42,8 @@ public CertificateCreateOrUpdateParameters() /// The ETag of the resource, used for concurrency /// statements. /// The algorithm of the certificate - /// thumbprint - /// The thumbprint of the certificate + /// thumbprint. + /// The thumbprint of the certificate. /// The format of the certificate - either Pfx or /// Cer. If omitted, the default is Pfx. Possible values include: /// 'Pfx', 'Cer' @@ -66,7 +66,7 @@ public CertificateCreateOrUpdateParameters() partial void CustomInit(); /// - /// Gets or sets the algorithm of the certificate thumbprint + /// Gets or sets the algorithm of the certificate thumbprint. /// /// /// This must match the first portion of the certificate name. @@ -76,7 +76,7 @@ public CertificateCreateOrUpdateParameters() public string ThumbprintAlgorithm { get; set; } /// - /// Gets or sets the thumbprint of the certificate + /// Gets or sets the thumbprint of the certificate. /// /// /// This must match the thumbprint from the name. @@ -104,8 +104,7 @@ public CertificateCreateOrUpdateParameters() /// Gets or sets the password to access the certificate's private key. /// /// - /// This is required if the certificate format is pfx and must be - /// omitted if the certificate format is cer. + /// This must not be specified if the certificate format is Cer. /// [JsonProperty(PropertyName = "properties.password")] public string Password { get; set; } diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CheckNameAvailabilityParameters.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CheckNameAvailabilityParameters.cs index a86a5e530830..24d55f8d4e99 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CheckNameAvailabilityParameters.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/CheckNameAvailabilityParameters.cs @@ -58,7 +58,7 @@ static CheckNameAvailabilityParameters() public string Name { get; set; } /// - /// The resource type. Must be set to Microsoft.Batch/batchAccounts + /// The resource type. /// [JsonProperty(PropertyName = "type")] public static string Type { get; private set; } diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/DiskEncryptionConfiguration.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/DiskEncryptionConfiguration.cs new file mode 100644 index 000000000000..f7e8c87118e7 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/DiskEncryptionConfiguration.cs @@ -0,0 +1,63 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The disk encryption configuration applied on compute nodes in the pool. + /// Disk encryption configuration is not supported on Linux pool created + /// with Virtual Machine Image or Shared Image Gallery Image. + /// + public partial class DiskEncryptionConfiguration + { + /// + /// Initializes a new instance of the DiskEncryptionConfiguration + /// class. + /// + public DiskEncryptionConfiguration() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DiskEncryptionConfiguration + /// class. + /// + /// The list of disk targets Batch Service will + /// encrypt on the compute node + public DiskEncryptionConfiguration(IList targets = default(IList)) + { + Targets = targets; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the list of disk targets Batch Service will encrypt on + /// the compute node + /// + /// + /// On Linux pool, only "TemporaryDisk" is supported; on Windows pool, + /// "OsDisk" and "TemporaryDisk" must be specified. + /// + [JsonProperty(PropertyName = "targets")] + public IList Targets { get; set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/DiskEncryptionTarget.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/DiskEncryptionTarget.cs new file mode 100644 index 000000000000..35d2c0ef4af3 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/DiskEncryptionTarget.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for DiskEncryptionTarget. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum DiskEncryptionTarget + { + /// + /// The OS Disk on the compute node is encrypted. + /// + [EnumMember(Value = "OsDisk")] + OsDisk, + /// + /// The temporary disk on the compute node is encrypted. On Linux this + /// encryption applies to other partitions (such as those on mounted + /// data disks) when encryption occurs at boot time. + /// + [EnumMember(Value = "TemporaryDisk")] + TemporaryDisk + } + internal static class DiskEncryptionTargetEnumExtension + { + internal static string ToSerializedValue(this DiskEncryptionTarget? value) + { + return value == null ? null : ((DiskEncryptionTarget)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this DiskEncryptionTarget value) + { + switch( value ) + { + case DiskEncryptionTarget.OsDisk: + return "OsDisk"; + case DiskEncryptionTarget.TemporaryDisk: + return "TemporaryDisk"; + } + return null; + } + + internal static DiskEncryptionTarget? ParseDiskEncryptionTarget(this string value) + { + switch( value ) + { + case "OsDisk": + return DiskEncryptionTarget.OsDisk; + case "TemporaryDisk": + return DiskEncryptionTarget.TemporaryDisk; + } + return null; + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/EncryptionProperties.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/EncryptionProperties.cs new file mode 100644 index 000000000000..9b3c29733b5d --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/EncryptionProperties.cs @@ -0,0 +1,59 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Linq; + + public partial class EncryptionProperties + { + /// + /// Initializes a new instance of the EncryptionProperties class. + /// + public EncryptionProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EncryptionProperties class. + /// + /// Type of the key source. Possible values + /// include: 'Microsoft.Batch', 'Microsoft.KeyVault' + /// Additional details when using + /// Microsoft.KeyVault + public EncryptionProperties(KeySource? keySource = default(KeySource?), KeyVaultProperties keyVaultProperties = default(KeyVaultProperties)) + { + KeySource = keySource; + KeyVaultProperties = keyVaultProperties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets type of the key source. Possible values include: + /// 'Microsoft.Batch', 'Microsoft.KeyVault' + /// + [JsonProperty(PropertyName = "keySource")] + public KeySource? KeySource { get; set; } + + /// + /// Gets or sets additional details when using Microsoft.KeyVault + /// + [JsonProperty(PropertyName = "keyVaultProperties")] + public KeyVaultProperties KeyVaultProperties { get; set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/IPAddressProvisioningType.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/IPAddressProvisioningType.cs new file mode 100644 index 000000000000..e726bfaf26c8 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/IPAddressProvisioningType.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for IPAddressProvisioningType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum IPAddressProvisioningType + { + /// + /// A public IP will be created and managed by Batch. There may be + /// multiple public IPs depending on the size of the Pool. + /// + [EnumMember(Value = "BatchManaged")] + BatchManaged, + /// + /// Public IPs are provided by the user and will be used to provision + /// the Compute Nodes. + /// + [EnumMember(Value = "UserManaged")] + UserManaged, + /// + /// No public IP Address will be created for the Compute Nodes in the + /// Pool. + /// + [EnumMember(Value = "NoPublicIPAddresses")] + NoPublicIPAddresses + } + internal static class IPAddressProvisioningTypeEnumExtension + { + internal static string ToSerializedValue(this IPAddressProvisioningType? value) + { + return value == null ? null : ((IPAddressProvisioningType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this IPAddressProvisioningType value) + { + switch( value ) + { + case IPAddressProvisioningType.BatchManaged: + return "BatchManaged"; + case IPAddressProvisioningType.UserManaged: + return "UserManaged"; + case IPAddressProvisioningType.NoPublicIPAddresses: + return "NoPublicIPAddresses"; + } + return null; + } + + internal static IPAddressProvisioningType? ParseIPAddressProvisioningType(this string value) + { + switch( value ) + { + case "BatchManaged": + return IPAddressProvisioningType.BatchManaged; + case "UserManaged": + return IPAddressProvisioningType.UserManaged; + case "NoPublicIPAddresses": + return IPAddressProvisioningType.NoPublicIPAddresses; + } + return null; + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/ImageReference.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/ImageReference.cs index 83058e17abb8..f0d5e189c207 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/ImageReference.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/ImageReference.cs @@ -40,13 +40,10 @@ public ImageReference() /// image. /// The version of the Azure Virtual Machines /// Marketplace image. - /// The ARM resource identifier of the Virtual Machine - /// Image or Shared Image Gallery Image. Compute Nodes of the Pool will - /// be created using this Image Id. This is of either the form - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - /// for Virtual Machine Image or - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId} - /// for SIG image. + /// The ARM resource identifier of the Shared Image + /// Gallery Image. Compute Nodes in the Pool will be created using this + /// Image Id. This is of the form + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId}. public ImageReference(string publisher = default(string), string offer = default(string), string sku = default(string), string version = default(string), string id = default(string)) { Publisher = publisher; @@ -104,21 +101,17 @@ public ImageReference() public string Version { get; set; } /// - /// Gets or sets the ARM resource identifier of the Virtual Machine - /// Image or Shared Image Gallery Image. Compute Nodes of the Pool will - /// be created using this Image Id. This is of either the form - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - /// for Virtual Machine Image or - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId} - /// for SIG image. + /// Gets or sets the ARM resource identifier of the Shared Image + /// Gallery Image. Compute Nodes in the Pool will be created using this + /// Image Id. This is of the form + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionId}. /// /// - /// This property is mutually exclusive with other properties. For - /// Virtual Machine Image it must be in the same region and - /// subscription as the Azure Batch account. For SIG image it must have - /// replicas in the same region as the Azure Batch account. For - /// information about the firewall settings for the Batch node agent to - /// communicate with the Batch service see + /// This property is mutually exclusive with other properties. The + /// Shared Image Gallery image must have replicas in the same region as + /// the Azure Batch account. For information about the firewall + /// settings for the Batch node agent to communicate with the Batch + /// service see /// https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. /// [JsonProperty(PropertyName = "id")] diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/KeySource.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/KeySource.cs new file mode 100644 index 000000000000..840d49d934b0 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/KeySource.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for KeySource. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum KeySource + { + /// + /// Batch creates and manages the encryption keys used to protect the + /// account data. + /// + [EnumMember(Value = "Microsoft.Batch")] + MicrosoftBatch, + /// + /// The encryption keys used to protect the account data are stored in + /// an external key vault. + /// + [EnumMember(Value = "Microsoft.KeyVault")] + MicrosoftKeyVault + } + internal static class KeySourceEnumExtension + { + internal static string ToSerializedValue(this KeySource? value) + { + return value == null ? null : ((KeySource)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this KeySource value) + { + switch( value ) + { + case KeySource.MicrosoftBatch: + return "Microsoft.Batch"; + case KeySource.MicrosoftKeyVault: + return "Microsoft.KeyVault"; + } + return null; + } + + internal static KeySource? ParseKeySource(this string value) + { + switch( value ) + { + case "Microsoft.Batch": + return KeySource.MicrosoftBatch; + case "Microsoft.KeyVault": + return KeySource.MicrosoftKeyVault; + } + return null; + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/KeyVaultProperties.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/KeyVaultProperties.cs new file mode 100644 index 000000000000..bf86e5601d62 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/KeyVaultProperties.cs @@ -0,0 +1,51 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Linq; + + public partial class KeyVaultProperties + { + /// + /// Initializes a new instance of the KeyVaultProperties class. + /// + public KeyVaultProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the KeyVaultProperties class. + /// + /// Full path to the versioned secret. + /// Example + /// https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053 + public KeyVaultProperties(string keyIdentifier = default(string)) + { + KeyIdentifier = keyIdentifier; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets full path to the versioned secret. Example + /// https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053 + /// + [JsonProperty(PropertyName = "keyIdentifier")] + public string KeyIdentifier { get; set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkConfiguration.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkConfiguration.cs index d87c4907496c..20439a389d81 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkConfiguration.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkConfiguration.cs @@ -11,8 +11,6 @@ namespace Microsoft.Azure.Management.Batch.Models { using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; /// @@ -37,13 +35,13 @@ public NetworkConfiguration() /// /subscriptions/{subscription}/resourceGroups/{group}/providers/{provider}/virtualNetworks/{network}/subnets/{subnet}. /// The configuration for endpoints /// on compute nodes in the Batch pool. - /// The list of public IPs which the Batch - /// service will use when provisioning Compute Nodes. - public NetworkConfiguration(string subnetId = default(string), PoolEndpointConfiguration endpointConfiguration = default(PoolEndpointConfiguration), IList publicIPs = default(IList)) + /// The Public IPAddress + /// configuration for Compute Nodes in the Batch Pool. + public NetworkConfiguration(string subnetId = default(string), PoolEndpointConfiguration endpointConfiguration = default(PoolEndpointConfiguration), PublicIPAddressConfiguration publicIPAddressConfiguration = default(PublicIPAddressConfiguration)) { SubnetId = subnetId; EndpointConfiguration = endpointConfiguration; - PublicIPs = publicIPs; + PublicIPAddressConfiguration = publicIPAddressConfiguration; CustomInit(); } @@ -63,8 +61,8 @@ public NetworkConfiguration() /// the Azure Batch account. The specified subnet should have enough /// free IP addresses to accommodate the number of nodes in the pool. /// If the subnet doesn't have enough free IP addresses, the pool will - /// partially allocate compute nodes, and a resize error will occur. - /// The 'MicrosoftAzureBatch' service principal must have the 'Classic + /// partially allocate compute nodes and a resize error will occur. The + /// 'MicrosoftAzureBatch' service principal must have the 'Classic /// Virtual Machine Contributor' Role-Based Access Control (RBAC) role /// for the specified VNet. The specified subnet must allow /// communication from the Azure Batch service to be able to schedule @@ -72,17 +70,15 @@ public NetworkConfiguration() /// specified VNet has any associated Network Security Groups (NSG). If /// communication to the compute nodes in the specified subnet is /// denied by an NSG, then the Batch service will set the state of the - /// compute nodes to unusable. For pools created via - /// virtualMachineConfiguration the Batch account must have - /// poolAllocationMode userSubscription in order to use a VNet. If the - /// specified VNet has any associated Network Security Groups (NSG), - /// then a few reserved system ports must be enabled for inbound - /// communication. For pools created with a virtual machine - /// configuration, enable ports 29876 and 29877, as well as port 22 for - /// Linux and port 3389 for Windows. For pools created with a cloud - /// service configuration, enable ports 10100, 20100, and 30100. Also - /// enable outbound connections to Azure Storage on port 443. For more - /// details see: + /// compute nodes to unusable. If the specified VNet has any associated + /// Network Security Groups (NSG), then a few reserved system ports + /// must be enabled for inbound communication. For pools created with a + /// virtual machine configuration, enable ports 29876 and 29877, as + /// well as port 22 for Linux and port 3389 for Windows. For pools + /// created with a cloud service configuration, enable ports 10100, + /// 20100, and 30100. Also enable outbound connections to Azure Storage + /// on port 443. For cloudServiceConfiguration pools, only 'classic' + /// VNETs are supported. For more details see: /// https://docs.microsoft.com/en-us/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration /// [JsonProperty(PropertyName = "subnetId")] @@ -100,19 +96,15 @@ public NetworkConfiguration() public PoolEndpointConfiguration EndpointConfiguration { get; set; } /// - /// Gets or sets the list of public IPs which the Batch service will - /// use when provisioning Compute Nodes. + /// Gets or sets the Public IPAddress configuration for Compute Nodes + /// in the Batch Pool. /// /// - /// The number of IPs specified here limits the maximum size of the - /// Pool - 50 dedicated nodes or 20 low-priority nodes can be allocated - /// for each public IP. For example, a pool needing 150 dedicated VMs - /// would need at least 3 public IPs specified. Each element of this - /// collection is of the form: - /// /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}. + /// This property is only supported on Pools with the + /// virtualMachineConfiguration property. /// - [JsonProperty(PropertyName = "publicIPs")] - public IList PublicIPs { get; set; } + [JsonProperty(PropertyName = "publicIPAddressConfiguration")] + public PublicIPAddressConfiguration PublicIPAddressConfiguration { get; set; } /// /// Validate the object. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkSecurityGroupRule.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkSecurityGroupRule.cs index d9605754f480..2584e91e5589 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkSecurityGroupRule.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/NetworkSecurityGroupRule.cs @@ -62,7 +62,7 @@ public NetworkSecurityGroupRule() /// example, rules could be specified with order numbers of 150, 250, /// and 350. The rule with the order number of 150 takes precedence /// over the rule that has an order of 250. Allowed priorities are 150 - /// to 3500. If any reserved or duplicate values are provided the + /// to 4096. If any reserved or duplicate values are provided the /// request fails with HTTP status code 400. /// [JsonProperty(PropertyName = "priority")] diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs index dcea21954adb..6f76584237b1 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs @@ -190,7 +190,7 @@ public Pool() /// For information about available sizes of virtual machines for Cloud /// Services pools (pools created with cloudServiceConfiguration), see /// Sizes for Cloud Services - /// (http://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). + /// (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). /// Batch supports all Cloud Services VM sizes except ExtraSmall. For /// information about available VM sizes for pools using images from /// the Virtual Machines Marketplace (pools created with diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpoint.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpoint.cs new file mode 100644 index 000000000000..fa422cd84cc3 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpoint.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The private endpoint of the private endpoint connection. + /// + public partial class PrivateEndpoint + { + /// + /// Initializes a new instance of the PrivateEndpoint class. + /// + public PrivateEndpoint() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateEndpoint class. + /// + /// The ARM resource identifier of the private + /// endpoint. This is of the form + /// /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/privateEndpoints/{privateEndpoint}. + public PrivateEndpoint(string id = default(string)) + { + Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the ARM resource identifier of the private endpoint. This is + /// of the form + /// /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/privateEndpoints/{privateEndpoint}. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnection.cs new file mode 100644 index 000000000000..4e07db556d2a --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnection.cs @@ -0,0 +1,84 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Contains information about a private link resource. + /// + [Rest.Serialization.JsonTransformation] + public partial class PrivateEndpointConnection : ProxyResource + { + /// + /// Initializes a new instance of the PrivateEndpointConnection class. + /// + public PrivateEndpointConnection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateEndpointConnection class. + /// + /// The ID of the resource. + /// The name of the resource. + /// The type of the resource. + /// The ETag of the resource, used for concurrency + /// statements. + /// The provisioning state of the + /// private endpoint connection. + /// The ARM resource identifier of the + /// private endpoint. + /// The private link + /// service connection state of the private endpoint + /// connection. + public PrivateEndpointConnection(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PrivateEndpointConnectionProvisioningState provisioningState = default(PrivateEndpointConnectionProvisioningState), PrivateEndpoint privateEndpoint = default(PrivateEndpoint), PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState)) + : base(id, name, type, etag) + { + ProvisioningState = provisioningState; + PrivateEndpoint = privateEndpoint; + PrivateLinkServiceConnectionState = privateLinkServiceConnectionState; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the provisioning state of the private endpoint connection. + /// + /// + /// Possible values include: 'Succeeded', 'Updating', 'Failed' + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public PrivateEndpointConnectionProvisioningState ProvisioningState { get; private set; } + + /// + /// Gets or sets the ARM resource identifier of the private endpoint. + /// + [JsonProperty(PropertyName = "properties.privateEndpoint")] + public PrivateEndpoint PrivateEndpoint { get; set; } + + /// + /// Gets or sets the private link service connection state of the + /// private endpoint connection. + /// + [JsonProperty(PropertyName = "properties.privateLinkServiceConnectionState")] + public PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get; set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnectionProvisioningState.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnectionProvisioningState.cs new file mode 100644 index 000000000000..1dff34ceda8a --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnectionProvisioningState.cs @@ -0,0 +1,79 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for PrivateEndpointConnectionProvisioningState. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum PrivateEndpointConnectionProvisioningState + { + /// + /// The connection status is final and is ready for use if Status is + /// Approved. + /// + [EnumMember(Value = "Succeeded")] + Succeeded, + /// + /// The user has requested that the connection status be updated, but + /// the update operation has not yet completed. You may not reference + /// the connection when connecting the Batch account. + /// + [EnumMember(Value = "Updating")] + Updating, + /// + /// The user requested that the connection be updated and it failed. + /// You may retry the update operation. + /// + [EnumMember(Value = "Failed")] + Failed + } + internal static class PrivateEndpointConnectionProvisioningStateEnumExtension + { + internal static string ToSerializedValue(this PrivateEndpointConnectionProvisioningState? value) + { + return value == null ? null : ((PrivateEndpointConnectionProvisioningState)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this PrivateEndpointConnectionProvisioningState value) + { + switch( value ) + { + case PrivateEndpointConnectionProvisioningState.Succeeded: + return "Succeeded"; + case PrivateEndpointConnectionProvisioningState.Updating: + return "Updating"; + case PrivateEndpointConnectionProvisioningState.Failed: + return "Failed"; + } + return null; + } + + internal static PrivateEndpointConnectionProvisioningState? ParsePrivateEndpointConnectionProvisioningState(this string value) + { + switch( value ) + { + case "Succeeded": + return PrivateEndpointConnectionProvisioningState.Succeeded; + case "Updating": + return PrivateEndpointConnectionProvisioningState.Updating; + case "Failed": + return PrivateEndpointConnectionProvisioningState.Failed; + } + return null; + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnectionUpdateHeaders.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnectionUpdateHeaders.cs new file mode 100644 index 000000000000..5b117e2e9dc7 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateEndpointConnectionUpdateHeaders.cs @@ -0,0 +1,59 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class PrivateEndpointConnectionUpdateHeaders + { + /// + /// Initializes a new instance of the + /// PrivateEndpointConnectionUpdateHeaders class. + /// + public PrivateEndpointConnectionUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// PrivateEndpointConnectionUpdateHeaders class. + /// + /// The ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + public PrivateEndpointConnectionUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkResource.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkResource.cs new file mode 100644 index 000000000000..4673299088ab --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkResource.cs @@ -0,0 +1,76 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Contains information about a private link resource. + /// + [Rest.Serialization.JsonTransformation] + public partial class PrivateLinkResource : ProxyResource + { + /// + /// Initializes a new instance of the PrivateLinkResource class. + /// + public PrivateLinkResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateLinkResource class. + /// + /// The ID of the resource. + /// The name of the resource. + /// The type of the resource. + /// The ETag of the resource, used for concurrency + /// statements. + /// The group id of the private link + /// resource. + /// The list of required members that are + /// used to establish the private link connection. + public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string groupId = default(string), IList requiredMembers = default(IList)) + : base(id, name, type, etag) + { + GroupId = groupId; + RequiredMembers = requiredMembers; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the group id of the private link resource. + /// + /// + /// The group id is used to establish the private link connection. + /// + [JsonProperty(PropertyName = "properties.groupId")] + public string GroupId { get; private set; } + + /// + /// Gets the list of required members that are used to establish the + /// private link connection. + /// + [JsonProperty(PropertyName = "properties.requiredMembers")] + public IList RequiredMembers { get; private set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkServiceConnectionState.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkServiceConnectionState.cs new file mode 100644 index 000000000000..72d879cb26e2 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkServiceConnectionState.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The private link service connection state of the private endpoint + /// connection + /// + public partial class PrivateLinkServiceConnectionState + { + /// + /// Initializes a new instance of the PrivateLinkServiceConnectionState + /// class. + /// + public PrivateLinkServiceConnectionState() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateLinkServiceConnectionState + /// class. + /// + /// The status for the private endpoint connection + /// of Batch account + /// Description of the private Connection + /// state + /// Action required on the private + /// connection state + public PrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStatus? status = default(PrivateLinkServiceConnectionStatus?), string description = default(string), string actionRequired = default(string)) + { + Status = status; + Description = description; + ActionRequired = actionRequired; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the status for the private endpoint connection of + /// Batch account + /// + /// + /// Possible values include: 'Approved', 'Pending', 'Rejected', + /// 'Disconnected' + /// + [JsonProperty(PropertyName = "status")] + public PrivateLinkServiceConnectionStatus? Status { get; set; } + + /// + /// Gets or sets description of the private Connection state + /// + [JsonProperty(PropertyName = "description")] + public string Description { get; set; } + + /// + /// Gets action required on the private connection state + /// + [JsonProperty(PropertyName = "actionRequired")] + public string ActionRequired { get; private set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkServiceConnectionStatus.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkServiceConnectionStatus.cs new file mode 100644 index 000000000000..40f913919b58 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PrivateLinkServiceConnectionStatus.cs @@ -0,0 +1,88 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for PrivateLinkServiceConnectionStatus. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum PrivateLinkServiceConnectionStatus + { + /// + /// The private endpoint connection is approved and can be used to + /// access Batch account + /// + [EnumMember(Value = "Approved")] + Approved, + /// + /// The private endpoint connection is pending and cannot be used to + /// access Batch account + /// + [EnumMember(Value = "Pending")] + Pending, + /// + /// The private endpoint connection is rejected and cannot be used to + /// access Batch account + /// + [EnumMember(Value = "Rejected")] + Rejected, + /// + /// The private endpoint connection is disconnected and cannot be used + /// to access Batch account + /// + [EnumMember(Value = "Disconnected")] + Disconnected + } + internal static class PrivateLinkServiceConnectionStatusEnumExtension + { + internal static string ToSerializedValue(this PrivateLinkServiceConnectionStatus? value) + { + return value == null ? null : ((PrivateLinkServiceConnectionStatus)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this PrivateLinkServiceConnectionStatus value) + { + switch( value ) + { + case PrivateLinkServiceConnectionStatus.Approved: + return "Approved"; + case PrivateLinkServiceConnectionStatus.Pending: + return "Pending"; + case PrivateLinkServiceConnectionStatus.Rejected: + return "Rejected"; + case PrivateLinkServiceConnectionStatus.Disconnected: + return "Disconnected"; + } + return null; + } + + internal static PrivateLinkServiceConnectionStatus? ParsePrivateLinkServiceConnectionStatus(this string value) + { + switch( value ) + { + case "Approved": + return PrivateLinkServiceConnectionStatus.Approved; + case "Pending": + return PrivateLinkServiceConnectionStatus.Pending; + case "Rejected": + return PrivateLinkServiceConnectionStatus.Rejected; + case "Disconnected": + return PrivateLinkServiceConnectionStatus.Disconnected; + } + return null; + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PublicIPAddressConfiguration.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PublicIPAddressConfiguration.cs new file mode 100644 index 000000000000..d825fce8233d --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PublicIPAddressConfiguration.cs @@ -0,0 +1,80 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The public IP Address configuration of the networking configuration of + /// a Pool. + /// + public partial class PublicIPAddressConfiguration + { + /// + /// Initializes a new instance of the PublicIPAddressConfiguration + /// class. + /// + public PublicIPAddressConfiguration() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PublicIPAddressConfiguration + /// class. + /// + /// The provisioning type for Public IP + /// Addresses for the pool + /// The list of public IPs which the Batch + /// service will use when provisioning Compute Nodes. + public PublicIPAddressConfiguration(IPAddressProvisioningType? provision = default(IPAddressProvisioningType?), IList ipAddressIds = default(IList)) + { + Provision = provision; + IpAddressIds = ipAddressIds; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the provisioning type for Public IP Addresses for the + /// pool + /// + /// + /// The default value is BatchManaged. Possible values include: + /// 'BatchManaged', 'UserManaged', 'NoPublicIPAddresses' + /// + [JsonProperty(PropertyName = "provision")] + public IPAddressProvisioningType? Provision { get; set; } + + /// + /// Gets or sets the list of public IPs which the Batch service will + /// use when provisioning Compute Nodes. + /// + /// + /// The number of IPs specified here limits the maximum size of the + /// Pool - 50 dedicated nodes or 20 low-priority nodes can be allocated + /// for each public IP. For example, a pool needing 150 dedicated VMs + /// would need at least 3 public IPs specified. Each element of this + /// collection is of the form: + /// /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}. + /// + [JsonProperty(PropertyName = "ipAddressIds")] + public IList IpAddressIds { get; set; } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PublicNetworkAccessType.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PublicNetworkAccessType.cs new file mode 100644 index 000000000000..cbc4c5c05ed0 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/PublicNetworkAccessType.cs @@ -0,0 +1,67 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for PublicNetworkAccessType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum PublicNetworkAccessType + { + /// + /// Enables connectivity to Azure Batch through public DNS. + /// + [EnumMember(Value = "Enabled")] + Enabled, + /// + /// Disables public connectivity and enables private connectivity to + /// Azure Batch Service through private endpoint resource. + /// + [EnumMember(Value = "Disabled")] + Disabled + } + internal static class PublicNetworkAccessTypeEnumExtension + { + internal static string ToSerializedValue(this PublicNetworkAccessType? value) + { + return value == null ? null : ((PublicNetworkAccessType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this PublicNetworkAccessType value) + { + switch( value ) + { + case PublicNetworkAccessType.Enabled: + return "Enabled"; + case PublicNetworkAccessType.Disabled: + return "Disabled"; + } + return null; + } + + internal static PublicNetworkAccessType? ParsePublicNetworkAccessType(this string value) + { + switch( value ) + { + case "Enabled": + return PublicNetworkAccessType.Enabled; + case "Disabled": + return PublicNetworkAccessType.Disabled; + } + return null; + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/VirtualMachineConfiguration.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/VirtualMachineConfiguration.cs index 5d226f824c97..cbfb8b04727d 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/VirtualMachineConfiguration.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/VirtualMachineConfiguration.cs @@ -48,7 +48,9 @@ public VirtualMachineConfiguration() /// used when deploying the operating system. /// The container configuration /// for the pool. - public VirtualMachineConfiguration(ImageReference imageReference, string nodeAgentSkuId, WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), IList dataDisks = default(IList), string licenseType = default(string), ContainerConfiguration containerConfiguration = default(ContainerConfiguration)) + /// The disk encryption + /// configuration for the pool. + public VirtualMachineConfiguration(ImageReference imageReference, string nodeAgentSkuId, WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), IList dataDisks = default(IList), string licenseType = default(string), ContainerConfiguration containerConfiguration = default(ContainerConfiguration), DiskEncryptionConfiguration diskEncryptionConfiguration = default(DiskEncryptionConfiguration)) { ImageReference = imageReference; NodeAgentSkuId = nodeAgentSkuId; @@ -56,6 +58,7 @@ public VirtualMachineConfiguration() DataDisks = dataDisks; LicenseType = licenseType; ContainerConfiguration = containerConfiguration; + DiskEncryptionConfiguration = diskEncryptionConfiguration; CustomInit(); } @@ -139,6 +142,16 @@ public VirtualMachineConfiguration() [JsonProperty(PropertyName = "containerConfiguration")] public ContainerConfiguration ContainerConfiguration { get; set; } + /// + /// Gets or sets the disk encryption configuration for the pool. + /// + /// + /// If specified, encryption is performed on each node in the pool + /// during node provisioning. + /// + [JsonProperty(PropertyName = "diskEncryptionConfiguration")] + public DiskEncryptionConfiguration DiskEncryptionConfiguration { get; set; } + /// /// Validate the object. /// diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PoolOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PoolOperations.cs index e1b7a887b117..c35d33cf8084 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PoolOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PoolOperations.cs @@ -123,9 +123,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (Client.ApiVersion == null) @@ -397,9 +397,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (poolName == null) @@ -690,9 +690,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (poolName == null) @@ -938,9 +938,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (poolName == null) @@ -1196,9 +1196,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (poolName == null) @@ -1456,9 +1456,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (poolName == null) @@ -1734,9 +1734,9 @@ internal PoolOperations(BatchManagementClient client) { throw new ValidationException(ValidationRules.MinLength, "accountName", 3); } - if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[-\\w\\._]+$")) + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) { - throw new ValidationException(ValidationRules.Pattern, "accountName", "^[-\\w\\._]+$"); + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); } } if (poolName == null) diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateEndpointConnectionOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateEndpointConnectionOperations.cs new file mode 100644 index 000000000000..51bb0c0dbfcb --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateEndpointConnectionOperations.cs @@ -0,0 +1,960 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PrivateEndpointConnectionOperations operations. + /// + internal partial class PrivateEndpointConnectionOperations : IServiceOperations, IPrivateEndpointConnectionOperations + { + /// + /// Initializes a new instance of the PrivateEndpointConnectionOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PrivateEndpointConnectionOperations(BatchManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the BatchManagementClient + /// + public BatchManagementClient Client { get; private set; } + + /// + /// Lists all of the private endpoint connections in the specified account. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("maxresults", maxresults); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByBatchAccount", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (maxresults != null) + { + _queryParameters.Add(string.Format("maxresults={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(maxresults, Client.SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets information about the specified private endpoint connection. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within the + /// account. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); + } + } + if (privateEndpointConnectionName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName"); + } + if (privateEndpointConnectionName != null) + { + if (privateEndpointConnectionName.Length > 64) + { + throw new ValidationException(ValidationRules.MaxLength, "privateEndpointConnectionName", 64); + } + if (privateEndpointConnectionName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "privateEndpointConnectionName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(privateEndpointConnectionName, "^[a-zA-Z0-9_-]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "privateEndpointConnectionName", "^[a-zA-Z0-9_-]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Updates the properties of an existing private endpoint connection. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within the + /// account. + /// + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. + /// + /// + /// The state (ETag) version of the private endpoint connection to update. This + /// value can be omitted or set to "*" to apply the operation unconditionally. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); + } + } + if (privateEndpointConnectionName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "privateEndpointConnectionName"); + } + if (privateEndpointConnectionName != null) + { + if (privateEndpointConnectionName.Length > 64) + { + throw new ValidationException(ValidationRules.MaxLength, "privateEndpointConnectionName", 64); + } + if (privateEndpointConnectionName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "privateEndpointConnectionName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(privateEndpointConnectionName, "^[a-zA-Z0-9_-]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "privateEndpointConnectionName", "^[a-zA-Z0-9_-]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists all of the private endpoint connections in the specified account. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByBatchAccountNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateEndpointConnectionOperationsExtensions.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateEndpointConnectionOperationsExtensions.cs new file mode 100644 index 000000000000..fa1f0f974e1c --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateEndpointConnectionOperationsExtensions.cs @@ -0,0 +1,219 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for PrivateEndpointConnectionOperations. + /// + public static partial class PrivateEndpointConnectionOperationsExtensions + { + /// + /// Lists all of the private endpoint connections in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + public static IPage ListByBatchAccount(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?)) + { + return operations.ListByBatchAccountAsync(resourceGroupName, accountName, maxresults).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the private endpoint connections in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByBatchAccountAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByBatchAccountWithHttpMessagesAsync(resourceGroupName, accountName, maxresults, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets information about the specified private endpoint connection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within the + /// account. + /// + public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName) + { + return operations.GetAsync(resourceGroupName, accountName, privateEndpointConnectionName).GetAwaiter().GetResult(); + } + + /// + /// Gets information about the specified private endpoint connection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within the + /// account. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Updates the properties of an existing private endpoint connection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within the + /// account. + /// + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. + /// + /// + /// The state (ETag) version of the private endpoint connection to update. This + /// value can be omitted or set to "*" to apply the operation unconditionally. + /// + public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string)) + { + return operations.UpdateAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Updates the properties of an existing private endpoint connection. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private endpoint connection name. This must be unique within the + /// account. + /// + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. + /// + /// + /// The state (ETag) version of the private endpoint connection to update. This + /// value can be omitted or set to "*" to apply the operation unconditionally. + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all of the private endpoint connections in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByBatchAccountNext(this IPrivateEndpointConnectionOperations operations, string nextPageLink) + { + return operations.ListByBatchAccountNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the private endpoint connections in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByBatchAccountNextAsync(this IPrivateEndpointConnectionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByBatchAccountNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateLinkResourceOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateLinkResourceOperations.cs new file mode 100644 index 000000000000..f4159d75437a --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateLinkResourceOperations.cs @@ -0,0 +1,681 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PrivateLinkResourceOperations operations. + /// + internal partial class PrivateLinkResourceOperations : IServiceOperations, IPrivateLinkResourceOperations + { + /// + /// Initializes a new instance of the PrivateLinkResourceOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PrivateLinkResourceOperations(BatchManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the BatchManagementClient + /// + public BatchManagementClient Client { get; private set; } + + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByBatchAccountWithHttpMessagesAsync(string resourceGroupName, string accountName, int? maxresults = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("maxresults", maxresults); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByBatchAccount", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (maxresults != null) + { + _queryParameters.Add(string.Format("maxresults={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(maxresults, Client.SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets information about the specified private link resource. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private link resource name. This must be unique within the account. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateLinkResourceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-z0-9]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "accountName", "^[a-z0-9]+$"); + } + } + if (privateLinkResourceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "privateLinkResourceName"); + } + if (privateLinkResourceName != null) + { + if (privateLinkResourceName.Length > 64) + { + throw new ValidationException(ValidationRules.MaxLength, "privateLinkResourceName", 64); + } + if (privateLinkResourceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "privateLinkResourceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(privateLinkResourceName, "^[a-zA-Z0-9_-]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "privateLinkResourceName", "^[a-zA-Z0-9_-]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("privateLinkResourceName", privateLinkResourceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{privateLinkResourceName}", System.Uri.EscapeDataString(privateLinkResourceName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByBatchAccountNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByBatchAccountNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateLinkResourceOperationsExtensions.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateLinkResourceOperationsExtensions.cs new file mode 100644 index 000000000000..018af5606846 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/PrivateLinkResourceOperationsExtensions.cs @@ -0,0 +1,151 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Batch +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for PrivateLinkResourceOperations. + /// + public static partial class PrivateLinkResourceOperationsExtensions + { + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + public static IPage ListByBatchAccount(this IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?)) + { + return operations.ListByBatchAccountAsync(resourceGroupName, accountName, maxresults).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The maximum number of items to return in the response. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByBatchAccountAsync(this IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, int? maxresults = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByBatchAccountWithHttpMessagesAsync(resourceGroupName, accountName, maxresults, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets information about the specified private link resource. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private link resource name. This must be unique within the account. + /// + public static PrivateLinkResource Get(this IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName) + { + return operations.GetAsync(resourceGroupName, accountName, privateLinkResourceName).GetAwaiter().GetResult(); + } + + /// + /// Gets information about the specified private link resource. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The private link resource name. This must be unique within the account. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, privateLinkResourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByBatchAccountNext(this IPrivateLinkResourceOperations operations, string nextPageLink) + { + return operations.ListByBatchAccountNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the private link resources in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByBatchAccountNextAsync(this IPrivateLinkResourceOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByBatchAccountNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs index 183d718438f4..9bd7d8334342 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs @@ -19,26 +19,17 @@ public static IEnumerable> ApiInfo_BatchManagement { return new Tuple[] { - new Tuple("Batch", "Application", "2019-08-01"), - new Tuple("Batch", "ApplicationPackage", "2019-08-01"), - new Tuple("Batch", "BatchAccount", "2019-08-01"), - new Tuple("Batch", "Certificate", "2019-08-01"), - new Tuple("Batch", "Location", "2019-08-01"), - new Tuple("Batch", "Operations", "2019-08-01"), - new Tuple("Batch", "Pool", "2019-08-01"), + new Tuple("Batch", "Application", "2020-03-01"), + new Tuple("Batch", "ApplicationPackage", "2020-03-01"), + new Tuple("Batch", "BatchAccount", "2020-03-01"), + new Tuple("Batch", "Certificate", "2020-03-01"), + new Tuple("Batch", "Location", "2020-03-01"), + new Tuple("Batch", "Operations", "2020-03-01"), + new Tuple("Batch", "Pool", "2020-03-01"), + new Tuple("Batch", "PrivateEndpointConnection", "2020-03-01"), + new Tuple("Batch", "PrivateLinkResource", "2020-03-01"), }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "latest"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/batch/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\work\\github\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "ad759850354ddb7b4ffea0a49b70243fd9ec5a42"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } - diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Microsoft.Azure.Management.Batch.csproj b/sdk/batch/Microsoft.Azure.Management.Batch/src/Microsoft.Azure.Management.Batch.csproj index 2dbfad3f91ba..b80571b3ef30 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Microsoft.Azure.Management.Batch.csproj +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Microsoft.Azure.Management.Batch.csproj @@ -8,7 +8,7 @@ Provides management capabilities for Azure Batch service accounts. Microsoft Azure Batch Management Library Microsoft.Azure.Management.Batch - 9.0.0 + 10.0.0 Microsoft Azure batch management;batch; For detailed release notes, see: https://aka.ms/batch-net-management-changelog diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Properties/AssemblyInfo.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Properties/AssemblyInfo.cs index 227c66712204..7759cd3ebbce 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Properties/AssemblyInfo.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyTitle("Microsoft Azure Batch Management Library")] [assembly: AssemblyDescription("Provides management functions for Microsoft Azure Batch services.")] -[assembly: AssemblyVersion("9.0.0.0")] -[assembly: AssemblyFileVersion("9.0.0.0")] +[assembly: AssemblyVersion("10.0.0.0")] +[assembly: AssemblyFileVersion("10.0.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/AccountTests.InMemory.cs b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/AccountTests.InMemory.cs index 81c3ab7337a5..9c7aea9668ca 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/AccountTests.InMemory.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/AccountTests.InMemory.cs @@ -29,6 +29,7 @@ public void AccountCreateThrowsExceptions() Assert.Throws(() => client.BatchAccount.Create("foo", "bar", null)); Assert.Throws(() => client.BatchAccount.Create("invalid+", "account", new BatchAccountCreateParameters())); Assert.Throws(() => client.BatchAccount.Create("rg", "invalid%", new BatchAccountCreateParameters())); + Assert.Throws(() => client.BatchAccount.Create("rg", "INVALID", new BatchAccountCreateParameters())); Assert.Throws(() => client.BatchAccount.Create("rg", "/invalid", new BatchAccountCreateParameters())); Assert.Throws(() => client.BatchAccount.Create("rg", "s", new BatchAccountCreateParameters())); Assert.Throws(() => client.BatchAccount.Create("rg", "account_name_that_is_too_long", new BatchAccountCreateParameters())); @@ -48,12 +49,12 @@ public void AccountCreateAsyncValidateMessage() var okResponse = new HttpResponseMessage(HttpStatusCode.OK) { Content = new StringContent(@"{ - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'accountname', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded' }, 'tags' : { @@ -72,7 +73,7 @@ public void AccountCreateAsyncValidateMessage() var result = Task.Factory.StartNew(() => client.BatchAccount.CreateWithHttpMessagesAsync( "foo", - "acctName", + "accountname", new BatchAccountCreateParameters { Location = "South Central US", @@ -105,12 +106,12 @@ public void CreateAccountWithAutoStorageAsyncValidateMessage() var okResponse = new HttpResponseMessage(HttpStatusCode.OK) { Content = new StringContent(@"{ - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'accountname', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'autoStorage' :{ 'storageAccountId' : '//storageAccount1', @@ -124,7 +125,7 @@ public void CreateAccountWithAutoStorageAsyncValidateMessage() var client = BatchTestHelper.GetBatchManagementClient(handler); - var result = client.BatchAccount.Create("resourceGroupName", "acctName", new BatchAccountCreateParameters + var result = client.BatchAccount.Create("resourceGroupName", "accountname", new BatchAccountCreateParameters { Location = "South Central US", AutoStorage = new AutoStorageBaseProperties() @@ -146,12 +147,12 @@ public void AccountUpdateWithAutoStorageValidateMessage() var response = new HttpResponseMessage(HttpStatusCode.OK) { Content = new StringContent(@"{ - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'autoStorage' : { 'storageAccountId' : '//StorageAccountId', @@ -172,7 +173,7 @@ public void AccountUpdateWithAutoStorageValidateMessage() tags.Add("tag1", "value for tag1"); tags.Add("tag2", "value for tag2"); - var result = client.BatchAccount.Update("foo", "acctName", new BatchAccountUpdateParameters + var result = client.BatchAccount.Update("foo", "acctname", new BatchAccountUpdateParameters { Tags = tags, }); @@ -196,12 +197,12 @@ public void AccountCreateSyncValidateMessage() var response = new HttpResponseMessage(HttpStatusCode.OK) { Content = new StringContent(@"{ - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'accountname', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded' }, 'tags' : { @@ -218,7 +219,7 @@ public void AccountCreateSyncValidateMessage() tags.Add("tag1", "value for tag1"); tags.Add("tag2", "value for tag2"); - var result = client.BatchAccount.Create("foo", "acctName", new BatchAccountCreateParameters("westus") + var result = client.BatchAccount.Create("foo", "accountname", new BatchAccountCreateParameters("westus") { Tags = tags, AutoStorage = new AutoStorageBaseProperties() @@ -244,12 +245,12 @@ public void AccountUpdateValidateMessage() var response = new HttpResponseMessage(HttpStatusCode.OK) { Content = new StringContent(@"{ - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded' }, 'tags' : { @@ -266,7 +267,7 @@ public void AccountUpdateValidateMessage() tags.Add("tag1", "value for tag1"); tags.Add("tag2", "value for tag2"); - var result = client.BatchAccount.Update("foo", "acctName", new BatchAccountUpdateParameters + var result = client.BatchAccount.Update("foo", "acctname", new BatchAccountUpdateParameters { Tags = tags, AutoStorage = new AutoStorageBaseProperties() @@ -319,7 +320,7 @@ public void AccountDeleteValidateMessage() var handler = new RecordedDelegatingHandler(new HttpResponseMessage[] { acceptedResponse, okResponse, okResponse }); var client = BatchTestHelper.GetBatchManagementClient(handler); - client.BatchAccount.Delete("resGroup", "acctName"); + client.BatchAccount.Delete("resGroup", "acctname"); // Validate headers Assert.Equal(HttpMethod.Delete, handler.Requests[0].Method); @@ -348,7 +349,7 @@ public void AccountDeleteNotFoundValidateMessage() var result = Assert.Throws(() => Task.Factory.StartNew(() => client.BatchAccount.DeleteWithHttpMessagesAsync( "resGroup", - "acctName")).Unwrap().GetAwaiter().GetResult()); + "acctname")).Unwrap().GetAwaiter().GetResult()); // Validate headers Assert.Equal(HttpMethod.Delete, handler.Requests[0].Method); @@ -368,7 +369,7 @@ public void AccountDeleteOkValidateMessage() var handler = new RecordedDelegatingHandler(noContentResponse); var client = BatchTestHelper.GetBatchManagementClient(handler); - client.BatchAccount.Delete("resGroup", "acctName"); + client.BatchAccount.Delete("resGroup", "acctname"); // Validate headers Assert.Equal(HttpMethod.Delete, handler.Requests[0].Method); @@ -392,12 +393,12 @@ public void AccountGetValidateResponse() var response = new HttpResponseMessage(HttpStatusCode.OK) { Content = new StringContent(@"{ - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -415,7 +416,7 @@ public void AccountGetValidateResponse() var handler = new RecordedDelegatingHandler(response) { StatusCodeToReturn = HttpStatusCode.OK }; var client = BatchTestHelper.GetBatchManagementClient(handler); - var result = client.BatchAccount.Get("foo", "acctName"); + var result = client.BatchAccount.Get("foo", "acctname"); // Validate headers Assert.Equal(HttpMethod.Get, handler.Method); @@ -423,8 +424,8 @@ public void AccountGetValidateResponse() // Validate result Assert.Equal("South Central US", result.Location); - Assert.Equal("acctName", result.Name); - Assert.Equal("/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName", result.Id); + Assert.Equal("acctname", result.Name); + Assert.Equal("/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname", result.Id); Assert.NotEmpty(result.AccountEndpoint); Assert.Equal(20, result.DedicatedCoreQuota); Assert.Equal(50, result.LowPriorityCoreQuota); @@ -455,12 +456,12 @@ public void AccountListValidateMessage() 'value': [ { - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'West US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -473,12 +474,12 @@ public void AccountListValidateMessage() } }, { - 'id': '/subscriptions/12345/resourceGroups/bar/providers/Microsoft.Batch/batchAccounts/acctName1', + 'id': '/subscriptions/12345/resourceGroups/bar/providers/Microsoft.Batch/batchAccounts/acctname1', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName1', + 'name': 'acctname1', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName1.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname1.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -502,12 +503,12 @@ public void AccountListValidateMessage() 'value': [ { - 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'West US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -520,12 +521,12 @@ public void AccountListValidateMessage() } }, { - 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctName1', + 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctname1', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName1', + 'name': 'acctname1', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName1.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname1.batch.core.windows.net/', 'provisioningState' : 'Succeeded' }, 'tags' : { @@ -534,7 +535,7 @@ public void AccountListValidateMessage() } } ], - 'nextLink' : 'https://fake.net/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctName?$skipToken=opaqueStringThatYouShouldntCrack' + 'nextLink' : 'https://fake.net/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctname?$skipToken=opaqueStringThatYouShouldntCrack' } ") }; @@ -547,12 +548,12 @@ public void AccountListValidateMessage() 'value': [ { - 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'West US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -566,12 +567,12 @@ public void AccountListValidateMessage() } }, { - 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctName1', + 'id': '/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctname1', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName1', + 'name': 'acctname1', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName1.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname1.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -584,7 +585,7 @@ public void AccountListValidateMessage() } } ], - 'nextLink' : 'https://fake.net/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctName?$skipToken=opaqueStringThatYouShouldntCrack' + 'nextLink' : 'https://fake.net/subscriptions/12345/resourceGroups/resGroup/providers/Microsoft.Batch/batchAccounts/acctname?$skipToken=opaqueStringThatYouShouldntCrack' } ") }; @@ -614,9 +615,9 @@ public void AccountListValidateMessage() var account1 = result.Body.ElementAt(0); var account2 = result.Body.ElementAt(1); Assert.Equal("West US", account1.Location); - Assert.Equal("acctName", account1.Name); - Assert.Equal("/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName", account1.Id); - Assert.Equal("/subscriptions/12345/resourceGroups/bar/providers/Microsoft.Batch/batchAccounts/acctName1", account2.Id); + Assert.Equal("acctname", account1.Name); + Assert.Equal("/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname", account1.Id); + Assert.Equal("/subscriptions/12345/resourceGroups/bar/providers/Microsoft.Batch/batchAccounts/acctname1", account2.Id); Assert.NotEmpty(account1.AccountEndpoint); Assert.Equal(20, account1.DedicatedCoreQuota); Assert.Equal(50, account1.LowPriorityCoreQuota); @@ -656,12 +657,12 @@ public void AccountListByResourceGroupValidateMessage() 'value': [ { - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName', + 'name': 'acctname', 'location': 'West US', 'properties': { - 'accountEndpoint' : 'http://acctName.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname.batch.core.windows.net/', 'provisioningState' : 'Succeeded', 'dedicatedCoreQuota' : '20', 'lowPriorityCoreQuota' : '50', @@ -674,12 +675,12 @@ public void AccountListByResourceGroupValidateMessage() } }, { - 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName1', + 'id': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname1', 'type' : 'Microsoft.Batch/batchAccounts', - 'name': 'acctName1', + 'name': 'acctname1', 'location': 'South Central US', 'properties': { - 'accountEndpoint' : 'http://acctName1.batch.core.windows.net/', + 'accountEndpoint' : 'http://acctname1.batch.core.windows.net/', 'provisioningState' : 'Failed', 'dedicatedCoreQuota' : '10', 'lowPriorityCoreQuota' : '50', @@ -712,9 +713,9 @@ public void AccountListByResourceGroupValidateMessage() var account2 = result.ElementAt(1); Assert.Equal("West US", account1.Location); - Assert.Equal("acctName", account1.Name); - Assert.Equal( @"/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName", account1.Id); - Assert.Equal(@"http://acctName.batch.core.windows.net/", account1.AccountEndpoint); + Assert.Equal("acctname", account1.Name); + Assert.Equal( @"/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname", account1.Id); + Assert.Equal(@"http://acctname.batch.core.windows.net/", account1.AccountEndpoint); Assert.Equal(ProvisioningState.Succeeded, account1.ProvisioningState); Assert.Equal(20, account1.DedicatedCoreQuota); Assert.Equal(50, account1.LowPriorityCoreQuota); @@ -722,9 +723,9 @@ public void AccountListByResourceGroupValidateMessage() Assert.Equal(200, account1.ActiveJobAndJobScheduleQuota); Assert.Equal("South Central US", account2.Location); - Assert.Equal("acctName1", account2.Name); - Assert.Equal(@"/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName1", account2.Id); - Assert.Equal(@"http://acctName1.batch.core.windows.net/", account2.AccountEndpoint); + Assert.Equal("acctname1", account2.Name); + Assert.Equal(@"/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname1", account2.Id); + Assert.Equal(@"http://acctname1.batch.core.windows.net/", account2.AccountEndpoint); Assert.Equal(ProvisioningState.Failed, account2.ProvisioningState); Assert.Equal(10, account2.DedicatedCoreQuota); Assert.Equal(50, account2.LowPriorityCoreQuota); @@ -767,7 +768,7 @@ public void AccountKeysListValidateMessage() var handler = new RecordedDelegatingHandler(response) { StatusCodeToReturn = HttpStatusCode.OK }; var client = BatchTestHelper.GetBatchManagementClient(handler); - var result = client.BatchAccount.GetKeys("foo", "acctName"); + var result = client.BatchAccount.GetKeys("foo", "acctname"); // Validate headers - User-Agent for certs, Authorization for tokens Assert.Equal(HttpMethod.Post, handler.Method); @@ -810,7 +811,7 @@ public void AccountKeysRegenerateValidateMessage() var result = client.BatchAccount.RegenerateKey( "foo", - "acctName", + "acctname", AccountKeyType.Primary); // Validate headers - User-Agent for certs, Authorization for tokens diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/ApplicationPackageTests.InMemory.cs b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/ApplicationPackageTests.InMemory.cs index 59f0968b7536..98cbf87aea7b 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/ApplicationPackageTests.InMemory.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/ApplicationPackageTests.InMemory.cs @@ -12,9 +12,9 @@ using System.Threading.Tasks; using Xunit; -namespace Batch.Tests.InMemoryTests +namespace Microsoft.Azure.Batch.Tests { - public class ApplicationPackageTests + public class InMemoryTestsApplicationPackageTests { [Fact] public void IfAnAccountIsCreatedWithAutoStorage_ThenTheAutoStorageAccountIdMustNotBeNull() @@ -24,7 +24,7 @@ public void IfAnAccountIsCreatedWithAutoStorage_ThenTheAutoStorageAccountIdMustN var client = BatchTestHelper.GetBatchManagementClient(handler); // If storageId is not set this will throw an ValidationException - var ex = Assert.Throws(() => client.BatchAccount.Create("resourceGroupName", "acctName", new BatchAccountCreateParameters + var ex = Assert.Throws(() => client.BatchAccount.Create("resourceGroupName", "accountname", new BatchAccountCreateParameters { Location = "South Central US", AutoStorage = new AutoStorageBaseProperties() @@ -52,7 +52,7 @@ public void AddApplicationPackageValidateMessage() var result = Task.Factory.StartNew(() => client.ApplicationPackage.CreateWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "appId", "beta")).Unwrap().GetAwaiter().GetResult(); @@ -81,7 +81,7 @@ public void AddApplicationValidateMessage() var result = Task.Factory.StartNew(() => client.Application.CreateWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "appId", new Application { @@ -116,7 +116,7 @@ public void ActivateApplicationPackageValidateMessage() var result = Task.Factory.StartNew(() => client.ApplicationPackage.ActivateWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "appId", "version", "zip")).Unwrap().GetAwaiter().GetResult(); @@ -146,7 +146,7 @@ public void DeleteApplicationValidateMessage() var result = Task.Factory.StartNew(() => client.Application.DeleteWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "appId")).Unwrap().GetAwaiter().GetResult(); // Validate headers - User-Agent for certs, Authorization for tokens @@ -172,7 +172,7 @@ public void DeleteApplicationPackageValidateMessage() var result = Task.Factory.StartNew(() => client.ApplicationPackage.DeleteWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "appId", "version")).Unwrap().GetAwaiter().GetResult(); @@ -203,7 +203,7 @@ public void GetApplicationValidateMessage() var result = Task.Factory.StartNew(() => client.Application.GetWithHttpMessagesAsync( "applicationId", - "acctName", + "acctname", "id")).Unwrap().GetAwaiter().GetResult(); // Validate headers - User-Agent for certs, Authorization for tokens @@ -234,7 +234,7 @@ public void GetApplicationPackageValidateMessage() var result = Task.Factory.StartNew(() => client.ApplicationPackage.GetWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "id", "VER")).Unwrap().GetAwaiter().GetResult(); @@ -273,7 +273,7 @@ public void ListApplicationValidateMessage() var result = Task.Factory.StartNew(() => client.Application.ListWithHttpMessagesAsync( "resourceGroupName", - "acctName")).Unwrap().GetAwaiter().GetResult(); + "acctname")).Unwrap().GetAwaiter().GetResult(); // Validate headers - User-Agent for certs, Authorization for tokens Assert.Equal(HttpMethod.Get, handler.Method); @@ -303,9 +303,9 @@ public void ListApplicationPackageValidateMessage() var client = BatchTestHelper.GetBatchManagementClient(handler); var result = Task.Factory.StartNew(() => client.ApplicationPackage.ListWithHttpMessagesAsync( - "appName", "resourceGroupName", - "acctName")).Unwrap().GetAwaiter().GetResult(); + "acctname", + "appName")).Unwrap().GetAwaiter().GetResult(); // Validate headers - User-Agent for certs, Authorization for tokens Assert.Equal(HttpMethod.Get, handler.Method); @@ -333,7 +333,7 @@ public void UpdateApplicationValidateMessage() var result = Task.Factory.StartNew(() => client.Application.UpdateWithHttpMessagesAsync( "resourceGroupName", - "acctName", + "acctname", "appId", new Application { @@ -439,7 +439,7 @@ private static string ApplicationPackageJson(DateTime utcNow) 'id': 'foo', 'name' : 'beta', 'properties': { - 'storageUrl': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName', + 'storageUrl': '/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname', 'state' : 'Pending', 'format':'zip', 'storageUrlExpiry':'" + utcNow.ToString("o") + @"', @@ -451,7 +451,7 @@ private static string ApplicationPackageJson(DateTime utcNow) private void AssertOnApplicationPackageProperties(ApplicationPackage package, DateTime utcNow) { Assert.Equal("foo", package.Id); - Assert.Equal("/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctName", package.StorageUrl); + Assert.Equal("/subscriptions/12345/resourceGroups/foo/providers/Microsoft.Batch/batchAccounts/acctname", package.StorageUrl); Assert.Equal(PackageState.Pending, package.State); Assert.Equal("beta", package.Name); Assert.Equal("zip", package.Format); diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/InMemoryPrivateEndpointConnectionTests.cs b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/InMemoryPrivateEndpointConnectionTests.cs new file mode 100644 index 000000000000..7d5bef9a7dc8 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/InMemoryPrivateEndpointConnectionTests.cs @@ -0,0 +1,126 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using Batch.Tests.Helpers; +using Microsoft.Azure.Management.Batch; +using Microsoft.Azure.Management.Batch.Models; +using System.Linq; +using System.Net; +using System.Net.Http; +using System.Threading.Tasks; +using Xunit; + +namespace Microsoft.Azure.Batch.Tests +{ + public class InMemoryPrivateEndpointConnectionTests + { + [Fact] + public async Task PrivateEndpointConnectionGet() + { + var okResponse = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new StringContent(@" + { + 'properties': { + 'provisioningState': 'Succeeded', + 'privateEndpoint': { + 'id': '/subscriptions/1234/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/privateEndpointName' + }, + 'privateLinkServiceConnectionState': { + 'status': 'Approved', + 'description': 'Its approved' + } + } + }") + }; + + var handler = new RecordedDelegatingHandler(new HttpResponseMessage[] { okResponse }); + + var client = BatchTestHelper.GetBatchManagementClient(handler); + var result = await client.PrivateEndpointConnection.GetAsync("rg", "myaccount", "privateEndpointName"); + + // Validate result + Assert.Equal(PrivateEndpointConnectionProvisioningState.Succeeded, result.ProvisioningState); + Assert.Equal("/subscriptions/1234/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/privateEndpointName", result.PrivateEndpoint.Id); + Assert.Equal(PrivateLinkServiceConnectionStatus.Approved, result.PrivateLinkServiceConnectionState.Status); + Assert.Equal("Its approved", result.PrivateLinkServiceConnectionState.Description); + Assert.Null(result.PrivateLinkServiceConnectionState.ActionRequired); + } + + [Fact] + public async Task PrivateEndpointConnectionList() + { + var okResponse = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new StringContent(@" + { + 'value': + [{ + 'properties': { + 'provisioningState': 'Succeeded', + 'privateEndpoint': { + 'id': '/subscriptions/1234/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/privateEndpointName' + }, + 'privateLinkServiceConnectionState': { + 'status': 'Approved', + 'description': 'Its approved' + } + } + }] + }") + }; + + var handler = new RecordedDelegatingHandler(new HttpResponseMessage[] { okResponse }); + + var client = BatchTestHelper.GetBatchManagementClient(handler); + var result = (await client.PrivateEndpointConnection.ListByBatchAccountAsync("rg", "myaccount")).ToList(); + + // Validate result + Assert.Equal(PrivateEndpointConnectionProvisioningState.Succeeded, result.Single().ProvisioningState); + Assert.Equal("/subscriptions/1234/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/privateEndpointName", result.Single().PrivateEndpoint.Id); + Assert.Equal(PrivateLinkServiceConnectionStatus.Approved, result.Single().PrivateLinkServiceConnectionState.Status); + Assert.Equal("Its approved", result.Single().PrivateLinkServiceConnectionState.Description); + Assert.Null(result.Single().PrivateLinkServiceConnectionState.ActionRequired); + } + + [Fact] + public async Task PrivateEndpointConnectionUpdate() + { + var okResponse = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new StringContent(@" + { + 'properties': { + 'provisioningState': 'Succeeded', + 'privateEndpoint': { + 'id': '/subscriptions/1234/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/privateEndpointName' + }, + 'privateLinkServiceConnectionState': { + 'status': 'Pending', + 'description': 'Its pending' + } + } + }") + }; + + var handler = new RecordedDelegatingHandler(new HttpResponseMessage[] { okResponse }); + + var client = BatchTestHelper.GetBatchManagementClient(handler); + var result = await client.PrivateEndpointConnection.UpdateAsync( + "rg", + "myaccount", + "privateEndpointName", + new PrivateEndpointConnection( + privateLinkServiceConnectionState: new PrivateLinkServiceConnectionState( + status: PrivateLinkServiceConnectionStatus.Pending, + description: "It's pending"))); + + // Validate result + Assert.Equal(PrivateEndpointConnectionProvisioningState.Succeeded, result.ProvisioningState); + Assert.Equal("/subscriptions/1234/resourceGroups/rg/providers/Microsoft.Network/privateEndpoints/privateEndpointName", result.PrivateEndpoint.Id); + Assert.Equal(PrivateLinkServiceConnectionStatus.Pending, result.PrivateLinkServiceConnectionState.Status); + Assert.Equal("Its pending", result.PrivateLinkServiceConnectionState.Description); + Assert.Null(result.PrivateLinkServiceConnectionState.ActionRequired); + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/InMemoryPrivateLinkResourceTests.cs b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/InMemoryPrivateLinkResourceTests.cs new file mode 100644 index 000000000000..ae2981ae4ef6 --- /dev/null +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/InMemoryTests/InMemoryPrivateLinkResourceTests.cs @@ -0,0 +1,72 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using Batch.Tests.Helpers; +using Microsoft.Azure.Management.Batch; +using System.Linq; +using System.Net; +using System.Net.Http; +using System.Threading.Tasks; +using Xunit; + +namespace Microsoft.Azure.Batch.Tests +{ + public class InMemoryPrivateLinkResourceTests + { + [Fact] + public async Task PrivateLinkResourceGet() + { + var okResponse = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new StringContent(@" + { + 'properties': { + 'groupId': 'batchAccount', + 'requiredMembers': [ + 'batchAccount' + ] + } + }") + }; + + var handler = new RecordedDelegatingHandler(new HttpResponseMessage[] { okResponse }); + + var client = BatchTestHelper.GetBatchManagementClient(handler); + var result = await client.PrivateLinkResource.GetAsync("rg", "myaccount", "privateLinkResource"); + + // Validate result + Assert.Equal("batchAccount", result.GroupId); + Assert.Single(result.RequiredMembers, "batchAccount"); + } + + [Fact] + public async Task PrivateEndpointConnectionList() + { + var okResponse = new HttpResponseMessage(HttpStatusCode.OK) + { + Content = new StringContent(@" + { + 'value': [ + { + 'properties': { + 'groupId': 'batchAccount', + 'requiredMembers': [ + 'batchAccount' + ] + } + } + ] + }") + }; + + var handler = new RecordedDelegatingHandler(new HttpResponseMessage[] { okResponse }); + + var client = BatchTestHelper.GetBatchManagementClient(handler); + var result = (await client.PrivateLinkResource.ListByBatchAccountAsync("rg", "myaccount")).ToList(); + + // Validate result + Assert.Equal("batchAccount", result.Single().GroupId); + Assert.Single(result.Single().RequiredMembers, "batchAccount"); + } + } +} diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountCanCreateWithBYOSEnabled.json b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountCanCreateWithBYOSEnabled.json index 1cd87599f9b9..983a14d0b138 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountCanCreateWithBYOSEnabled.json +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountCanCreateWithBYOSEnabled.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d71f547-5604-484b-a5a0-5885dc2863b3" + "0a67e67f-8b8c-4df3-bbcb-06677e021b48" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "872448e8-62c3-45fe-9032-7bfc320da79f" + "75163d24-6173-43b8-aace-2459e7031a0e" ], "x-ms-correlation-request-id": [ - "872448e8-62c3-45fe-9032-7bfc320da79f" + "75163d24-6173-43b8-aace-2459e7031a0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202724Z:872448e8-62c3-45fe-9032-7bfc320da79f" + "WESTUS:20200313T004754Z:75163d24-6173-43b8-aace-2459e7031a0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:27:24 GMT" + "Fri, 13 Mar 2020 00:47:54 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,28 +54,28 @@ "-1" ], "Content-Length": [ - "4272" + "4557" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet801?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet9790?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzkwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4dd69b62-9049-43d1-a02e-29e93c5664ea" + "f3fd04be-5ceb-4094-83d9-3b866ffe6a93" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "c96be7b7-1aea-4e93-affb-60db908fd86b" + "38795856-65d3-4ebd-8e08-19507161df33" ], "x-ms-correlation-request-id": [ - "c96be7b7-1aea-4e93-affb-60db908fd86b" + "38795856-65d3-4ebd-8e08-19507161df33" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202726Z:c96be7b7-1aea-4e93-affb-60db908fd86b" + "WESTUS:20200313T004756Z:38795856-65d3-4ebd-8e08-19507161df33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:27:25 GMT" + "Fri, 13 Mar 2020 00:47:55 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,7 +123,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801\",\r\n \"name\": \"azsmnet801\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790\",\r\n \"name\": \"azsmnet9790\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { @@ -133,15 +133,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca485673-c03f-409a-ace6-06bd86cd5e74" + "9dd1f2f5-1088-4d17-9cd3-9ada749f249d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "f970eeda-10d3-40d3-bdc7-48aa1cba5e2f" + "cea584bd-d04d-430d-83cb-18ea4234999b" ], "x-ms-correlation-request-id": [ - "f970eeda-10d3-40d3-bdc7-48aa1cba5e2f" + "cea584bd-d04d-430d-83cb-18ea4234999b" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202728Z:f970eeda-10d3-40d3-bdc7-48aa1cba5e2f" + "WESTUS:20200313T004757Z:cea584bd-d04d-430d-83cb-18ea4234999b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:27:27 GMT" + "Fri, 13 Mar 2020 00:47:57 GMT" ], "Content-Length": [ - "6252" + "7496" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,25 +183,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.KeyVault\",\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\r\n \"roleDefinitionId\": \"1cf9858a-28a2-4228-abba-94e606305b95\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.KeyVault\",\r\n \"namespace\": \"Microsoft.KeyVault\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\r\n \"roleDefinitionId\": \"1cf9858a-28a2-4228-abba-94e606305b95\"\r\n },\r\n {\r\n \"applicationId\": \"589d5083-6f11-4d30-a62a-a4b316a14abf\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"vaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"vaults/secrets\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/accessPolicies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\",\r\n \"2014-12-19-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2019-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-03-01-hybrid\",\r\n \"apiVersion\": \"2016-10-01\"\r\n },\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\",\r\n \"2015-06-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedVaults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deleteVirtualNetworkOrSubnets\",\r\n \"locations\": [\r\n \"East US\",\r\n \"North Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Australia Central\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\",\r\n \"2016-10-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2016-10-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"vaults/eventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Brazil South\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"UAE North\",\r\n \"South Africa North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\",\r\n \"2018-02-14-preview\",\r\n \"2018-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet801/providers/Microsoft.KeyVault//vaults/azsmnet6883?api-version=2016-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5LZXlWYXVsdC8vdmF1bHRzL2F6c21uZXQ2ODgzP2FwaS12ZXJzaW9uPTIwMTYtMTAtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet9790/providers/Microsoft.KeyVault//vaults/azsmnet7342?api-version=2016-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuS2V5VmF1bHQvL3ZhdWx0cy9henNtbmV0NzM0Mj9hcGktdmVyc2lvbj0yMDE2LTEwLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"accessPolicies\": [\r\n {\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"enabledForDiskEncryption\": true\r\n },\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec8a1e89-c209-4b5a-96d0-54281d4ecfc2" + "3c9c29bf-38b2-4cbe-970d-4eb2ef6d08a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -219,10 +219,10 @@ "no-cache" ], "x-ms-keyvault-service-version": [ - "1.1.0.249" + "1.1.0.275" ], "x-ms-request-id": [ - "d6b1a82b-5630-493c-a617-af04ed677e3d" + "b84fdb1a-e9e4-4459-8d45-72a8ffbfb111" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,16 +243,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "74ed7335-d9d2-44d0-996c-474e4edf0194" + "0f3625c3-ac29-43af-b329-2744e2c801a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202730Z:74ed7335-d9d2-44d0-996c-474e4edf0194" + "WESTUS:20200313T004801Z:0f3625c3-ac29-43af-b329-2744e2c801a4" ], "Date": [ - "Tue, 06 Aug 2019 20:27:30 GMT" + "Fri, 13 Mar 2020 00:48:00 GMT" ], "Content-Length": [ - "677" + "678" ], "Content-Type": [ "application/json; charset=utf-8" @@ -261,19 +261,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.KeyVault/vaults/azsmnet6883\",\r\n \"name\": \"azsmnet6883\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForDiskEncryption\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"vaultUri\": \"https://azsmnet6883.vault.azure.net\",\r\n \"provisioningState\": \"RegisteringDns\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.KeyVault/vaults/azsmnet7342\",\r\n \"name\": \"azsmnet7342\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForDiskEncryption\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"vaultUri\": \"https://azsmnet7342.vault.azure.net\",\r\n \"provisioningState\": \"RegisteringDns\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet801/providers/Microsoft.KeyVault//vaults/azsmnet6883?api-version=2016-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5LZXlWYXVsdC8vdmF1bHRzL2F6c21uZXQ2ODgzP2FwaS12ZXJzaW9uPTIwMTYtMTAtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet9790/providers/Microsoft.KeyVault//vaults/azsmnet7342?api-version=2016-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuS2V5VmF1bHQvL3ZhdWx0cy9henNtbmV0NzM0Mj9hcGktdmVyc2lvbj0yMDE2LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -285,10 +285,10 @@ "no-cache" ], "x-ms-keyvault-service-version": [ - "1.1.0.249" + "1.1.0.275" ], "x-ms-request-id": [ - "b86d07ac-791e-4a82-8173-c1e469e4781d" + "8644bb65-a0e2-4e08-9d16-205df995368f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -309,16 +309,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "7e480fde-7ba8-4bf6-8ef0-afd1beab1983" + "5d2cebbc-23b0-49f4-a5a1-ab0cfcaac51b" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202801Z:7e480fde-7ba8-4bf6-8ef0-afd1beab1983" + "WESTUS:20200313T004831Z:5d2cebbc-23b0-49f4-a5a1-ab0cfcaac51b" ], "Date": [ - "Tue, 06 Aug 2019 20:28:01 GMT" + "Fri, 13 Mar 2020 00:48:31 GMT" ], "Content-Length": [ - "673" + "674" ], "Content-Type": [ "application/json; charset=utf-8" @@ -327,32 +327,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.KeyVault/vaults/azsmnet6883\",\r\n \"name\": \"azsmnet6883\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForDiskEncryption\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"vaultUri\": \"https://azsmnet6883.vault.azure.net/\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.KeyVault/vaults/azsmnet7342\",\r\n \"name\": \"azsmnet7342\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"East US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"f520d84c-3fd3-4cc8-88d4-2ed25b00d27a\",\r\n \"permissions\": {\r\n \"secrets\": [\r\n \"All\"\r\n ],\r\n \"keys\": [\r\n \"All\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": true,\r\n \"enabledForDiskEncryption\": true,\r\n \"enabledForTemplateDeployment\": true,\r\n \"vaultUri\": \"https://azsmnet7342.vault.azure.net/\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.Batch/batchAccounts/azsmnet8425?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ4NDI1P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.Batch/batchAccounts/azsmnet5791?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTc5MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.KeyVault/vaults/azsmnet6883\",\r\n \"url\": \"https://azsmnet6883.vault.azure.net/\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.KeyVault/vaults/azsmnet7342\",\r\n \"url\": \"https://azsmnet7342.vault.azure.net/\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5eea5ecb-9069-4311-b0e9-1912ad9090b8" + "144848c5-9217-43ae-a44c-ae7b6269e72b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "331" + "332" ] }, "ResponseHeaders": { @@ -363,13 +363,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.Batch/batchAccounts/azsmnet8425/operationResults/4cbcaa65-7f31-4611-a845-91b93b832085?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.Batch/batchAccounts/azsmnet5791/operationResults/0a64562c-5550-4c29-92d3-8d76f305845e?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "4cbcaa65-7f31-4611-a845-91b93b832085" + "0a64562c-5550-4c29-92d3-8d76f305845e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -384,13 +384,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "fe8ba0fb-435b-42ea-8259-87be89a7f80f" + "ce559c83-cee4-4577-8c12-1e80749181f7" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202805Z:fe8ba0fb-435b-42ea-8259-87be89a7f80f" + "WESTUS:20200313T004836Z:ce559c83-cee4-4577-8c12-1e80749181f7" ], "Date": [ - "Tue, 06 Aug 2019 20:28:04 GMT" + "Fri, 13 Mar 2020 00:48:36 GMT" ], "Expires": [ "-1" @@ -403,16 +403,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.Batch/batchAccounts/azsmnet8425/operationResults/4cbcaa65-7f31-4611-a845-91b93b832085?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ4NDI1L29wZXJhdGlvblJlc3VsdHMvNGNiY2FhNjUtN2YzMS00NjExLWE4NDUtOTFiOTNiODMyMDg1P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.Batch/batchAccounts/azsmnet5791/operationResults/0a64562c-5550-4c29-92d3-8d76f305845e?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTc5MS9vcGVyYXRpb25SZXN1bHRzLzBhNjQ1NjJjLTU1NTAtNGMyOS05MmQzLThkNzZmMzA1ODQ1ZT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -423,13 +423,13 @@ "no-cache" ], "ETag": [ - "\"0x8D71AAC9F34A6DE\"" + "\"0x8D7C6E84CD98EB4\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-request-id": [ - "08cdbbcd-05e2-4749-b5e3-7bdbfaa36ed0" + "9399fed4-fa55-4da1-aab4-405bde7390f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -441,16 +441,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "41346060-e265-4573-8a1b-839766557768" + "3b8463b9-2b8f-42d5-8e78-f91003175d98" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202820Z:41346060-e265-4573-8a1b-839766557768" + "WESTUS:20200313T004852Z:3b8463b9-2b8f-42d5-8e78-f91003175d98" ], "Date": [ - "Tue, 06 Aug 2019 20:28:19 GMT" + "Fri, 13 Mar 2020 00:48:51 GMT" ], "Content-Length": [ - "657" + "747" ], "Content-Type": [ "application/json; charset=utf-8" @@ -459,29 +459,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:28:20 GMT" + "Fri, 13 Mar 2020 00:48:52 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.Batch/batchAccounts/azsmnet8425\",\r\n \"name\": \"azsmnet8425\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet8425.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.KeyVault/vaults/azsmnet6883\",\r\n \"url\": \"https://azsmnet6883.vault.azure.net/\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.Batch/batchAccounts/azsmnet5791\",\r\n \"name\": \"azsmnet5791\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet5791.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.KeyVault/vaults/azsmnet7342\",\r\n \"url\": \"https://azsmnet7342.vault.azure.net/\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.Batch/batchAccounts/azsmnet8425?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ4MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ4NDI1P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.Batch/batchAccounts/azsmnet5791?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ5NzkwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0NTc5MT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ca3845f5-17bc-4162-8cf6-83475384ac3b" + "8ce9488d-046d-44ba-ae44-35cc95824359" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -492,13 +492,13 @@ "no-cache" ], "ETag": [ - "\"0x8D71AAC95E53EBE\"" + "\"0x8D7C6E843B7108F\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "cb4bd132-b5c9-4923-bc15-02dcdab29144" + "1ccab2ce-8a6c-46a4-9f2f-9c1610d271ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -510,16 +510,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "f2610e79-8660-4ff9-b25f-e16f15dbffec" + "89475dbf-36f7-45a2-b2d4-011eb999b90d" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202820Z:f2610e79-8660-4ff9-b25f-e16f15dbffec" + "WESTUS:20200313T004852Z:89475dbf-36f7-45a2-b2d4-011eb999b90d" ], "Date": [ - "Tue, 06 Aug 2019 20:28:19 GMT" + "Fri, 13 Mar 2020 00:48:51 GMT" ], "Content-Length": [ - "657" + "747" ], "Content-Type": [ "application/json; charset=utf-8" @@ -528,28 +528,28 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:28:04 GMT" + "Fri, 13 Mar 2020 00:48:36 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.Batch/batchAccounts/azsmnet8425\",\r\n \"name\": \"azsmnet8425\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet8425.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet801/providers/Microsoft.KeyVault/vaults/azsmnet6883\",\r\n \"url\": \"https://azsmnet6883.vault.azure.net/\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.Batch/batchAccounts/azsmnet5791\",\r\n \"name\": \"azsmnet5791\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet5791.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"UserSubscription\",\r\n \"keyVaultReference\": {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet9790/providers/Microsoft.KeyVault/vaults/azsmnet7342\",\r\n \"url\": \"https://azsmnet7342.vault.azure.net/\"\r\n },\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet801?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ4MDE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet9790?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ5NzkwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f553905e-e919-4a8e-8bd6-311e539ad568" + "a4c0c7d8-9f83-44b8-a465-d8a67efc35d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -561,7 +561,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -570,13 +570,13 @@ "14999" ], "x-ms-request-id": [ - "a7395208-6dd5-464a-bc2d-214bce3ca27c" + "2845a8fc-464a-4092-9ef7-3b022d448f59" ], "x-ms-correlation-request-id": [ - "a7395208-6dd5-464a-bc2d-214bce3ca27c" + "2845a8fc-464a-4092-9ef7-3b022d448f59" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202822Z:a7395208-6dd5-464a-bc2d-214bce3ca27c" + "WESTUS:20200313T004854Z:2845a8fc-464a-4092-9ef7-3b022d448f59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -585,7 +585,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:28:21 GMT" + "Fri, 13 Mar 2020 00:48:54 GMT" ], "Expires": [ "-1" @@ -598,15 +598,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -618,7 +618,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -627,13 +627,13 @@ "11998" ], "x-ms-request-id": [ - "237ddacf-3262-4462-bc95-d2be1369085e" + "16acd3d9-35f3-4dcf-a56d-39e70cd3da7b" ], "x-ms-correlation-request-id": [ - "237ddacf-3262-4462-bc95-d2be1369085e" + "16acd3d9-35f3-4dcf-a56d-39e70cd3da7b" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202837Z:237ddacf-3262-4462-bc95-d2be1369085e" + "WESTUS:20200313T004909Z:16acd3d9-35f3-4dcf-a56d-39e70cd3da7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,7 +642,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:28:36 GMT" + "Fri, 13 Mar 2020 00:49:09 GMT" ], "Expires": [ "-1" @@ -655,15 +655,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -675,7 +675,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -684,13 +684,13 @@ "11997" ], "x-ms-request-id": [ - "55bf9b17-8214-49cb-8f53-d14af009792a" + "196b28e5-1d38-4a8b-892a-776d9bb36054" ], "x-ms-correlation-request-id": [ - "55bf9b17-8214-49cb-8f53-d14af009792a" + "196b28e5-1d38-4a8b-892a-776d9bb36054" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202852Z:55bf9b17-8214-49cb-8f53-d14af009792a" + "WESTUS:20200313T004924Z:196b28e5-1d38-4a8b-892a-776d9bb36054" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -699,7 +699,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:28:51 GMT" + "Fri, 13 Mar 2020 00:49:24 GMT" ], "Expires": [ "-1" @@ -712,15 +712,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -732,7 +732,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -741,13 +741,13 @@ "11996" ], "x-ms-request-id": [ - "3d8e15c4-093e-4b21-9d0d-733dad975155" + "96c642e6-eb36-48ca-b128-f5f1df0ed005" ], "x-ms-correlation-request-id": [ - "3d8e15c4-093e-4b21-9d0d-733dad975155" + "96c642e6-eb36-48ca-b128-f5f1df0ed005" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202907Z:3d8e15c4-093e-4b21-9d0d-733dad975155" + "WESTUS:20200313T004939Z:96c642e6-eb36-48ca-b128-f5f1df0ed005" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -756,7 +756,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:29:06 GMT" + "Fri, 13 Mar 2020 00:49:39 GMT" ], "Expires": [ "-1" @@ -769,15 +769,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -789,7 +789,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -798,13 +798,13 @@ "11995" ], "x-ms-request-id": [ - "b317a02c-a34f-4a7d-a652-76a871888286" + "7b37ffb3-75ee-4c53-8faf-9fabcd3fec6a" ], "x-ms-correlation-request-id": [ - "b317a02c-a34f-4a7d-a652-76a871888286" + "7b37ffb3-75ee-4c53-8faf-9fabcd3fec6a" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202922Z:b317a02c-a34f-4a7d-a652-76a871888286" + "WESTUS:20200313T004954Z:7b37ffb3-75ee-4c53-8faf-9fabcd3fec6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -813,7 +813,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:29:21 GMT" + "Fri, 13 Mar 2020 00:49:54 GMT" ], "Expires": [ "-1" @@ -826,15 +826,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -846,7 +846,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -855,13 +855,13 @@ "11994" ], "x-ms-request-id": [ - "1971f6b2-cd2c-46d6-8a2f-18e3d2f6cb1d" + "2cf594c3-62b3-4839-8223-201a4ecee2a2" ], "x-ms-correlation-request-id": [ - "1971f6b2-cd2c-46d6-8a2f-18e3d2f6cb1d" + "2cf594c3-62b3-4839-8223-201a4ecee2a2" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202937Z:1971f6b2-cd2c-46d6-8a2f-18e3d2f6cb1d" + "WESTUS:20200313T005010Z:2cf594c3-62b3-4839-8223-201a4ecee2a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,7 +870,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:29:37 GMT" + "Fri, 13 Mar 2020 00:50:09 GMT" ], "Expires": [ "-1" @@ -883,15 +883,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -903,7 +903,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -912,13 +912,13 @@ "11993" ], "x-ms-request-id": [ - "37b64131-5365-46ec-aeb6-5ad9ec87417b" + "659c8562-f955-4813-affb-ffde04073087" ], "x-ms-correlation-request-id": [ - "37b64131-5365-46ec-aeb6-5ad9ec87417b" + "659c8562-f955-4813-affb-ffde04073087" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T202953Z:37b64131-5365-46ec-aeb6-5ad9ec87417b" + "WESTUS:20200313T005025Z:659c8562-f955-4813-affb-ffde04073087" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -927,7 +927,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:29:52 GMT" + "Fri, 13 Mar 2020 00:50:24 GMT" ], "Expires": [ "-1" @@ -940,15 +940,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -963,13 +963,13 @@ "11992" ], "x-ms-request-id": [ - "6da79fc5-3e83-4352-8d07-3d8a6e10c9a4" + "09c640ad-9e87-45a4-8cc5-806bcfaeafab" ], "x-ms-correlation-request-id": [ - "6da79fc5-3e83-4352-8d07-3d8a6e10c9a4" + "09c640ad-9e87-45a4-8cc5-806bcfaeafab" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203008Z:6da79fc5-3e83-4352-8d07-3d8a6e10c9a4" + "WESTUS:20200313T005040Z:09c640ad-9e87-45a4-8cc5-806bcfaeafab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,7 +978,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:30:07 GMT" + "Fri, 13 Mar 2020 00:50:39 GMT" ], "Expires": [ "-1" @@ -991,15 +991,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUODAxLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPREF4TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUOTc5MC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVPVGM1TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1014,13 +1014,13 @@ "11991" ], "x-ms-request-id": [ - "5b516063-4fbd-49a0-a00e-535f03179e0d" + "0032d8da-3215-40bf-b376-35602fbf73b0" ], "x-ms-correlation-request-id": [ - "5b516063-4fbd-49a0-a00e-535f03179e0d" + "0032d8da-3215-40bf-b376-35602fbf73b0" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203008Z:5b516063-4fbd-49a0-a00e-535f03179e0d" + "WESTUS:20200313T005040Z:0032d8da-3215-40bf-b376-35602fbf73b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1029,7 +1029,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:30:07 GMT" + "Fri, 13 Mar 2020 00:50:39 GMT" ], "Expires": [ "-1" @@ -1044,9 +1044,9 @@ ], "Names": { "BatchAccountCanCreateWithBYOSEnabled": [ - "azsmnet801", - "azsmnet8425", - "azsmnet6883" + "azsmnet9790", + "azsmnet5791", + "azsmnet7342" ] }, "Variables": { diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountEndToEndAsync.json b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountEndToEndAsync.json index d81a21de0faa..9c1c7eeca2e9 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountEndToEndAsync.json +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/AccountTests/BatchAccountEndToEndAsync.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6b824f5-37d9-4b9b-ad77-6f5e2e704cf2" + "00e4faac-aef6-4012-adaf-2d3331cfec0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "5a4f59b7-3dc5-4db1-a593-714a41d5af45" + "54aa749c-b1b8-45c7-a787-59816ec11012" ], "x-ms-correlation-request-id": [ - "5a4f59b7-3dc5-4db1-a593-714a41d5af45" + "54aa749c-b1b8-45c7-a787-59816ec11012" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203009Z:5a4f59b7-3dc5-4db1-a593-714a41d5af45" + "WESTUS:20200313T005041Z:54aa749c-b1b8-45c7-a787-59816ec11012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:30:08 GMT" + "Fri, 13 Mar 2020 00:50:41 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,28 +54,28 @@ "-1" ], "Content-Length": [ - "4272" + "4557" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet7026?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDI2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet3634?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjM0P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f33f9aab-946d-4d36-a567-54f4219af4bc" + "4882faa0-001c-48d8-bebb-3f2b216b8cfe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "eca7c67e-f082-4666-b534-6329a7393bd9" + "73deb94b-1c64-4582-b6ec-06ed091654f4" ], "x-ms-correlation-request-id": [ - "eca7c67e-f082-4666-b534-6329a7393bd9" + "73deb94b-1c64-4582-b6ec-06ed091654f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203010Z:eca7c67e-f082-4666-b534-6329a7393bd9" + "WESTUS:20200313T005043Z:73deb94b-1c64-4582-b6ec-06ed091654f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:30:09 GMT" + "Fri, 13 Mar 2020 00:50:42 GMT" ], "Content-Length": [ "175" @@ -123,32 +123,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026\",\r\n \"name\": \"azsmnet7026\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634\",\r\n \"name\": \"azsmnet3634\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/checkNameAvailability?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet358\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9659\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03956aae-994d-4105-b4a0-1706ada99dce" + "79108785-3794-4497-8d5e-ce6b25a1e491" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "72" + "73" ] }, "ResponseHeaders": { @@ -162,7 +162,7 @@ "1199" ], "x-ms-request-id": [ - "3383d2f9-fa70-4a1c-a6f2-c4348929f5b7" + "b2a3fde9-8b0b-490d-b98d-602a081d38c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,13 +174,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "664c50b7-a144-4283-a5ac-ee802a36b559" + "446c1a2c-3a63-4d67-953c-6254472dc7fd" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203011Z:664c50b7-a144-4283-a5ac-ee802a36b559" + "WESTUS:20200313T005044Z:446c1a2c-3a63-4d67-953c-6254472dc7fd" ], "Date": [ - "Tue, 06 Aug 2019 20:30:10 GMT" + "Fri, 13 Mar 2020 00:50:43 GMT" ], "Content-Length": [ "22" @@ -196,28 +196,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/checkNameAvailability?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/checkNameAvailability?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"azsmnet358\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\"\r\n}", + "RequestBody": "{\r\n \"name\": \"azsmnet9659\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "42c1bc50-ee75-41e7-a824-77bd91e10d34" + "bce432d3-84fc-41e1-9566-59ce35478291" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "72" + "73" ] }, "ResponseHeaders": { @@ -231,7 +231,7 @@ "1198" ], "x-ms-request-id": [ - "d14af053-812d-470b-9ddf-1b827def186f" + "92ba5157-2d79-4dd5-9b86-910c67d6aab6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -243,16 +243,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "3111ad4a-47b9-4287-aa44-0c226e9c7cbb" + "5c548f14-fd47-4715-af3d-e7fe2300561d" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203028Z:3111ad4a-47b9-4287-aa44-0c226e9c7cbb" + "WESTUS:20200313T005101Z:5c548f14-fd47-4715-af3d-e7fe2300561d" ], "Date": [ - "Tue, 06 Aug 2019 20:30:27 GMT" + "Fri, 13 Mar 2020 00:51:00 GMT" ], "Content-Length": [ - "109" + "110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -261,26 +261,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": false,\r\n \"reason\": \"AlreadyExists\",\r\n \"message\": \"An account named 'azsmnet358' is already in use.\"\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": false,\r\n \"reason\": \"AlreadyExists\",\r\n \"message\": \"An account named 'azsmnet9659' is already in use.\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2c6e8366-a555-4efc-842d-ec3dd2aa3b85" + "f5f347bb-1774-45d0-95f0-fe395c11293b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -297,13 +297,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358/operationResults/f0f23fe5-89eb-44bf-a71d-10180ae11e59?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659/operationResults/90053e39-4e8d-4b2d-a049-ea5b38e98d7c?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "f0f23fe5-89eb-44bf-a71d-10180ae11e59" + "90053e39-4e8d-4b2d-a049-ea5b38e98d7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -318,13 +318,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "e3ed039e-c9ff-4f30-96e5-c299822fb549" + "79d66e30-351d-4dc5-8a62-d87c4be42c19" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203012Z:e3ed039e-c9ff-4f30-96e5-c299822fb549" + "WESTUS:20200313T005046Z:79d66e30-351d-4dc5-8a62-d87c4be42c19" ], "Date": [ - "Tue, 06 Aug 2019 20:30:12 GMT" + "Fri, 13 Mar 2020 00:50:45 GMT" ], "Expires": [ "-1" @@ -337,16 +337,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358/operationResults/f0f23fe5-89eb-44bf-a71d-10180ae11e59?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4L29wZXJhdGlvblJlc3VsdHMvZjBmMjNmZTUtODllYi00NGJmLWE3MWQtMTAxODBhZTExZTU5P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659/operationResults/90053e39-4e8d-4b2d-a049-ea5b38e98d7c?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OS9vcGVyYXRpb25SZXN1bHRzLzkwMDUzZTM5LTRlOGQtNGIyZC1hMDQ5LWVhNWIzOGU5OGQ3Yz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -357,13 +357,13 @@ "no-cache" ], "ETag": [ - "\"0x8D71AACEB4B9136\"" + "\"0x8D7C6E89A0B4387\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-request-id": [ - "b7d4285b-de51-4f75-8c23-d5eff06cd646" + "5ae82fd3-9194-4301-aedc-900eff82ad39" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -375,16 +375,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "9fda3882-312d-45b6-854e-fc477369d9c5" + "483c9bd8-dfb4-4390-81b4-4c138c77c918" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203028Z:9fda3882-312d-45b6-854e-fc477369d9c5" + "WESTUS:20200313T005101Z:483c9bd8-dfb4-4390-81b4-4c138c77c918" ], "Date": [ - "Tue, 06 Aug 2019 20:30:27 GMT" + "Fri, 13 Mar 2020 00:51:00 GMT" ], "Content-Length": [ - "1845" + "2027" ], "Content-Type": [ "application/json; charset=utf-8" @@ -393,29 +393,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:30:28 GMT" + "Fri, 13 Mar 2020 00:51:01 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358\",\r\n \"name\": \"azsmnet358\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet358.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659\",\r\n \"name\": \"azsmnet9659\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet9659.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBrsv2Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abbb5bcd-6103-4f78-bfa2-6157a5e32d28" + "d969eedb-39cb-45ec-a4b3-ea12fcafe68a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -426,13 +426,13 @@ "no-cache" ], "ETag": [ - "\"0x8D71AACE2287311\"" + "\"0x8D7C6E890E08B78\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "e5d0e52a-617e-4262-be03-444613078a9a" + "55820181-f036-4b3e-a3d3-4fca1faf79d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -444,16 +444,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "c2691244-1003-437a-9631-aec3c3a8d0bd" + "13786bf6-48f3-4928-a661-f6b64c89fbbb" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203028Z:c2691244-1003-437a-9631-aec3c3a8d0bd" + "WESTUS:20200313T005101Z:13786bf6-48f3-4928-a661-f6b64c89fbbb" ], "Date": [ - "Tue, 06 Aug 2019 20:30:27 GMT" + "Fri, 13 Mar 2020 00:51:01 GMT" ], "Content-Length": [ - "1845" + "2027" ], "Content-Type": [ "application/json; charset=utf-8" @@ -462,29 +462,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:30:12 GMT" + "Fri, 13 Mar 2020 00:50:46 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358\",\r\n \"name\": \"azsmnet358\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet358.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659\",\r\n \"name\": \"azsmnet9659\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet9659.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBrsv2Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01bcbd65-678b-409f-a0f1-2c5d42fc8450" + "ae513291-d70f-4606-a084-b80378103906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -498,7 +498,7 @@ "11994" ], "x-ms-request-id": [ - "1e2695b8-1b40-4653-ae13-a899d19b2029" + "d243fc27-a22e-4b6f-9a93-75366841012a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -510,13 +510,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "ca11ebd4-bbcf-4fe6-8b3e-d80df82f36ec" + "c80abdcd-1c85-41b1-9bd9-3924ff3a189c" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203045Z:ca11ebd4-bbcf-4fe6-8b3e-d80df82f36ec" + "WESTUS:20200313T005118Z:c80abdcd-1c85-41b1-9bd9-3924ff3a189c" ], "Date": [ - "Tue, 06 Aug 2019 20:30:44 GMT" + "Fri, 13 Mar 2020 00:51:18 GMT" ], "Content-Length": [ "193" @@ -528,26 +528,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"AccountNotFound\",\r\n \"message\": \"The specified account does not exist.\\nRequestId:1e2695b8-1b40-4653-ae13-a899d19b2029\\nTime:2019-08-06T20:30:45.0581699Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"AccountNotFound\",\r\n \"message\": \"The specified account does not exist.\\nRequestId:d243fc27-a22e-4b6f-9a93-75366841012a\\nTime:2020-03-13T00:51:18.8958222Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358/listKeys?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659/listKeys?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0fc27cff-ee0d-4d18-8ef3-a2d32b1f109b" + "b4f02364-62c7-4dc4-923a-77561f7f3976" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -561,7 +561,7 @@ "1197" ], "x-ms-request-id": [ - "248775b6-ed76-4008-839d-c8278f28e691" + "842dbaa5-c980-46cc-ae5c-1125fb38388b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -573,16 +573,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "63b6262c-194b-4b14-9eb9-a0d02317ed98" + "ecd33ca5-f00d-47d6-81ef-4285306cd280" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203028Z:63b6262c-194b-4b14-9eb9-a0d02317ed98" + "WESTUS:20200313T005102Z:ecd33ca5-f00d-47d6-81ef-4285306cd280" ], "Date": [ - "Tue, 06 Aug 2019 20:30:27 GMT" + "Fri, 13 Mar 2020 00:51:01 GMT" ], "Content-Length": [ - "232" + "233" ], "Content-Type": [ "application/json; charset=utf-8" @@ -591,26 +591,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accountName\": \"azsmnet358\",\r\n \"primary\": \"RExyVcXanCgImUNDZinmUcoMMZISBKCyJ+RMSgj9qnT7wu6VxLAwTE/0NEQfI+6ALoAMaZERTQrU9DSpEdtClw==\",\r\n \"secondary\": \"7u10TzmSm/amq/KU+Kv2ypUB6ZKs9fXOd/g5YL5ukAclS/8KVV5J5S2C0htOgE0MtCmPcNHOk0nnCdknYMOzFw==\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"azsmnet9659\",\r\n \"primary\": \"FI3hc6q08Mj6L57NYruqndFQ9Ed7Mg3SFnxc1xKa96pbdMkBbLYuwDZqUlQ3425lu6h389s5T3Cz3SlHYNYdFg==\",\r\n \"secondary\": \"ubFd/++dBHC7d4GCVTaAjO4f4cO8TLm9CRua7X5k1nIqVmDuvCUsUMOXi6Tq0XGlrekWAndo4oncX8RWQaPgbQ==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358/regenerateKeys?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4L3JlZ2VuZXJhdGVLZXlzP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659/regenerateKeys?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OS9yZWdlbmVyYXRlS2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"keyName\": \"Primary\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06e39c69-fd34-41ba-932e-fdb17ddf1d03" + "05b2a5b0-0554-4b39-9374-517598e2a823" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -630,7 +630,7 @@ "1196" ], "x-ms-request-id": [ - "3e7c5f5b-d467-4ef3-a4fa-2fe83393beb0" + "6c542c7a-aabb-47dd-bd6f-fe3de46eb2a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,16 +642,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "fb36b8e7-5d88-4b07-b482-50aa3ec371de" + "e6016e6a-7433-4122-bbe4-8fe777c8de3e" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203029Z:fb36b8e7-5d88-4b07-b482-50aa3ec371de" + "WESTUS:20200313T005102Z:e6016e6a-7433-4122-bbe4-8fe777c8de3e" ], "Date": [ - "Tue, 06 Aug 2019 20:30:28 GMT" + "Fri, 13 Mar 2020 00:51:01 GMT" ], "Content-Length": [ - "232" + "233" ], "Content-Type": [ "application/json; charset=utf-8" @@ -660,26 +660,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accountName\": \"azsmnet358\",\r\n \"primary\": \"mH9eaO21O5bbsKqST4OL+JyNTCvhEk/2E/V+J8CiZQMdEBqg5AG7NLmGwblPuOR6+It+R+7p9QpqQ/bYJysR2w==\",\r\n \"secondary\": \"7u10TzmSm/amq/KU+Kv2ypUB6ZKs9fXOd/g5YL5ukAclS/8KVV5J5S2C0htOgE0MtCmPcNHOk0nnCdknYMOzFw==\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"azsmnet9659\",\r\n \"primary\": \"pvzKvlrYyOiLrozzsrNe5edHx8yyFYtlMJSOvXrVXNYqFbWcL9vePiDQ5S1EjWgULkZ6S5sI3N78PFGR4f07cg==\",\r\n \"secondary\": \"ubFd/++dBHC7d4GCVTaAjO4f4cO8TLm9CRua7X5k1nIqVmDuvCUsUMOXi6Tq0XGlrekWAndo4oncX8RWQaPgbQ==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e368763-77f0-4e1d-96b3-6102724729e9" + "20511cd8-babd-4d11-bec8-968cad14f6e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -693,7 +693,7 @@ "11997" ], "x-ms-request-id": [ - "50df1edd-4e2d-4cfb-809f-8a6e73ba57a7" + "84a7474a-1e4c-4029-926d-3cab717c0f0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,16 +705,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "f723364a-072f-4114-a821-513abfebed85" + "579a2fb0-486c-4266-924c-287386cbdea3" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203029Z:f723364a-072f-4114-a821-513abfebed85" + "WESTUS:20200313T005102Z:579a2fb0-486c-4266-924c-287386cbdea3" ], "Date": [ - "Tue, 06 Aug 2019 20:30:28 GMT" + "Fri, 13 Mar 2020 00:51:01 GMT" ], "Content-Length": [ - "1857" + "2039" ], "Content-Type": [ "application/json; charset=utf-8" @@ -723,26 +723,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358\",\r\n \"name\": \"azsmnet358\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet358.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659\",\r\n \"name\": \"azsmnet9659\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet9659.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBrsv2Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet7026/providers/Microsoft.Batch/batchAccounts/azsmnet358?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ3MDI2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MzU4P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet3634/providers/Microsoft.Batch/batchAccounts/azsmnet9659?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQzNjM0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0OTY1OT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5866b6f8-2c73-46a5-a59e-28a32e637b9e" + "20750358-5ce3-4723-97f3-21d52828c6c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -753,13 +753,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet358-521624ab-65cb-4de7-9231-47fe65091a19?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet9659-f25138be-3ced-4160-9701-08fc4cb4c072?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "521624ab-65cb-4de7-9231-47fe65091a19" + "f25138be-3ced-4160-9701-08fc4cb4c072" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -774,13 +774,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "b7e38498-3459-49df-b1a0-a6b51b5062f9" + "b80df76b-c3f0-4b1e-aa51-4daa98c3b282" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203029Z:b7e38498-3459-49df-b1a0-a6b51b5062f9" + "WESTUS:20200313T005102Z:b80df76b-c3f0-4b1e-aa51-4daa98c3b282" ], "Date": [ - "Tue, 06 Aug 2019 20:30:29 GMT" + "Fri, 13 Mar 2020 00:51:02 GMT" ], "Expires": [ "-1" @@ -793,16 +793,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet358-521624ab-65cb-4de7-9231-47fe65091a19?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MzU4LTUyMTYyNGFiLTY1Y2ItNGRlNy05MjMxLTQ3ZmU2NTA5MWExOT9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet9659-f25138be-3ced-4160-9701-08fc4cb4c072?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0OTY1OS1mMjUxMzhiZS0zY2VkLTQxNjAtOTcwMS0wOGZjNGNiNGMwNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -813,7 +813,7 @@ "no-cache" ], "x-ms-request-id": [ - "31da1a8e-3dce-4bbf-b05a-83559b9e4c73" + "f5310dc4-fe87-4e17-b5aa-b5e29dcad33d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,13 +828,13 @@ "11996" ], "x-ms-correlation-request-id": [ - "9efe9199-0c91-4470-86a3-a224783df22d" + "d7d17a50-dd9f-49c4-8870-940860eb0cdf" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203044Z:9efe9199-0c91-4470-86a3-a224783df22d" + "WESTUS:20200313T005118Z:d7d17a50-dd9f-49c4-8870-940860eb0cdf" ], "Date": [ - "Tue, 06 Aug 2019 20:30:44 GMT" + "Fri, 13 Mar 2020 00:51:17 GMT" ], "Expires": [ "-1" @@ -847,16 +847,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet358-521624ab-65cb-4de7-9231-47fe65091a19?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MzU4LTUyMTYyNGFiLTY1Y2ItNGRlNy05MjMxLTQ3ZmU2NTA5MWExOT9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet9659-f25138be-3ced-4160-9701-08fc4cb4c072?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0OTY1OS1mMjUxMzhiZS0zY2VkLTQxNjAtOTcwMS0wOGZjNGNiNGMwNzI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -867,7 +867,7 @@ "no-cache" ], "x-ms-request-id": [ - "06557dbb-7eb2-4130-bd13-118354300711" + "3ff6370e-50f1-4c0a-9ef5-313b27fabe69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -882,13 +882,13 @@ "11995" ], "x-ms-correlation-request-id": [ - "a2fa413b-670e-4e59-b78c-37fa2d62db1d" + "6745e7bd-eb35-4006-86de-79db9f1bede0" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203044Z:a2fa413b-670e-4e59-b78c-37fa2d62db1d" + "WESTUS:20200313T005118Z:6745e7bd-eb35-4006-86de-79db9f1bede0" ], "Date": [ - "Tue, 06 Aug 2019 20:30:44 GMT" + "Fri, 13 Mar 2020 00:51:17 GMT" ], "Expires": [ "-1" @@ -901,21 +901,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet7026?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ3MDI2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet3634?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQzNjM0P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92f0775b-9151-479a-bc22-b631c3738bde" + "9ae7607f-e4e1-4662-bb04-b9a3f4c2e493" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -927,7 +927,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNzAyNi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -936,13 +936,13 @@ "14999" ], "x-ms-request-id": [ - "2c15d260-7c92-4db2-98e4-9c41567714f0" + "c4f72d28-7659-4e99-8593-d3c4dd3ee028" ], "x-ms-correlation-request-id": [ - "2c15d260-7c92-4db2-98e4-9c41567714f0" + "c4f72d28-7659-4e99-8593-d3c4dd3ee028" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203046Z:2c15d260-7c92-4db2-98e4-9c41567714f0" + "WESTUS:20200313T005120Z:c4f72d28-7659-4e99-8593-d3c4dd3ee028" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -951,7 +951,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:30:45 GMT" + "Fri, 13 Mar 2020 00:51:20 GMT" ], "Expires": [ "-1" @@ -964,15 +964,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNzAyNi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOekF5TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNell6TkMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -984,7 +984,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNzAyNi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -993,13 +993,13 @@ "11999" ], "x-ms-request-id": [ - "493c7108-24f8-47fa-94f2-8c5b6819791a" + "ae9b7a5b-abc9-4905-965b-1c87317e9d01" ], "x-ms-correlation-request-id": [ - "493c7108-24f8-47fa-94f2-8c5b6819791a" + "ae9b7a5b-abc9-4905-965b-1c87317e9d01" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203101Z:493c7108-24f8-47fa-94f2-8c5b6819791a" + "WESTUS:20200313T005135Z:ae9b7a5b-abc9-4905-965b-1c87317e9d01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1008,7 +1008,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:31:00 GMT" + "Fri, 13 Mar 2020 00:51:35 GMT" ], "Expires": [ "-1" @@ -1021,15 +1021,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNzAyNi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOekF5TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNell6TkMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1040,17 +1040,23 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-request-id": [ - "78a9e81f-bd5e-45f9-8373-e71393ab6efc" + "a58788ba-9f53-471c-8562-d7eac5152ef5" ], "x-ms-correlation-request-id": [ - "78a9e81f-bd5e-45f9-8373-e71393ab6efc" + "a58788ba-9f53-471c-8562-d7eac5152ef5" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203116Z:78a9e81f-bd5e-45f9-8373-e71393ab6efc" + "WESTUS:20200313T005150Z:a58788ba-9f53-471c-8562-d7eac5152ef5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1059,7 +1065,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:31:15 GMT" + "Fri, 13 Mar 2020 00:51:50 GMT" ], "Expires": [ "-1" @@ -1069,18 +1075,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNzAyNi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOekF5TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNell6TkMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -1091,17 +1097,182 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-request-id": [ - "6b152284-a742-4270-861f-6842afc7b4da" + "d3e43d1f-3f6a-4257-81b7-07ebfcf9eb39" + ], + "x-ms-correlation-request-id": [ + "d3e43d1f-3f6a-4257-81b7-07ebfcf9eb39" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200313T005206Z:d3e43d1f-3f6a-4257-81b7-07ebfcf9eb39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 13 Mar 2020 00:52:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNell6TkMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28325.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-request-id": [ + "a26beded-11d5-4caa-acbd-4c5217ae5c3f" + ], + "x-ms-correlation-request-id": [ + "a26beded-11d5-4caa-acbd-4c5217ae5c3f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200313T005221Z:a26beded-11d5-4caa-acbd-4c5217ae5c3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 13 Mar 2020 00:52:20 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNell6TkMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28325.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "227d467f-df8d-4408-bc8b-b84417d9e612" + ], + "x-ms-correlation-request-id": [ + "227d467f-df8d-4408-bc8b-b84417d9e612" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200313T005236Z:227d467f-df8d-4408-bc8b-b84417d9e612" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 13 Mar 2020 00:52:36 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMzYzNC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNell6TkMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28325.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-request-id": [ + "09c22f0c-5b6c-4ccd-8e73-eb52d4f1caec" ], "x-ms-correlation-request-id": [ - "6b152284-a742-4270-861f-6842afc7b4da" + "09c22f0c-5b6c-4ccd-8e73-eb52d4f1caec" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T203116Z:6b152284-a742-4270-861f-6842afc7b4da" + "WESTUS:20200313T005236Z:09c22f0c-5b6c-4ccd-8e73-eb52d4f1caec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1110,7 +1281,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:31:15 GMT" + "Fri, 13 Mar 2020 00:52:36 GMT" ], "Expires": [ "-1" @@ -1125,8 +1296,8 @@ ], "Names": { "BatchAccountEndToEndAsync": [ - "azsmnet7026", - "azsmnet358" + "azsmnet3634", + "azsmnet9659" ] }, "Variables": { diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/CertificateTests/BatchCertificateEndToEndAsync.json b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/CertificateTests/BatchCertificateEndToEndAsync.json index 2b1c0c974829..769bb9b12f77 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/CertificateTests/BatchCertificateEndToEndAsync.json +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/CertificateTests/BatchCertificateEndToEndAsync.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "baf18f72-c5d3-40a2-82ad-c5c9e81941f6" + "7c4a1599-61e4-4756-856b-4e639e295bbd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "0daad967-1eaf-4a32-b491-49192ed732da" + "a045b263-c8f1-45e3-b95f-ff3f313bef2a" ], "x-ms-correlation-request-id": [ - "0daad967-1eaf-4a32-b491-49192ed732da" + "a045b263-c8f1-45e3-b95f-ff3f313bef2a" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215530Z:0daad967-1eaf-4a32-b491-49192ed732da" + "WESTUS:20200313T171556Z:a045b263-c8f1-45e3-b95f-ff3f313bef2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 21:55:29 GMT" + "Fri, 13 Mar 2020 17:15:55 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,28 +54,28 @@ "-1" ], "Content-Length": [ - "4272" + "4761" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet518?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet2396?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzk2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "37c78828-96a3-49e9-87cf-bd0fa28dfc6f" + "9521756c-f3ce-49d9-9199-e795ea3e1ede" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "7d2fa083-bcf7-493d-a36b-6b41ae9b3912" + "16affcce-e292-4580-b21d-2e896b72bdc0" ], "x-ms-correlation-request-id": [ - "7d2fa083-bcf7-493d-a36b-6b41ae9b3912" + "16affcce-e292-4580-b21d-2e896b72bdc0" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215532Z:7d2fa083-bcf7-493d-a36b-6b41ae9b3912" + "WESTUS:20200313T171601Z:16affcce-e292-4580-b21d-2e896b72bdc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 21:55:31 GMT" + "Fri, 13 Mar 2020 17:16:01 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518\",\r\n \"name\": \"azsmnet518\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396\",\r\n \"name\": \"azsmnet2396\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "de2e63bd-3e3d-432a-8fea-b3a1d2e398ff" + "9befb679-13aa-455e-81cf-97e865f6a703" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/operationResults/a897c71b-18c0-45cc-8feb-550bd3872a11?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/operationResults/ce152590-4106-462d-926a-6664a747f432?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "a897c71b-18c0-45cc-8feb-550bd3872a11" + "ce152590-4106-462d-926a-6664a747f432" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -180,13 +180,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "4192d9f9-21d6-4d71-a420-8ef4637f9611" + "64bcba15-d0ee-4d88-b16b-cf42fa95a14d" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215534Z:4192d9f9-21d6-4d71-a420-8ef4637f9611" + "WESTUS:20200313T171606Z:64bcba15-d0ee-4d88-b16b-cf42fa95a14d" ], "Date": [ - "Tue, 06 Aug 2019 21:55:33 GMT" + "Fri, 13 Mar 2020 17:16:06 GMT" ], "Expires": [ "-1" @@ -199,16 +199,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/operationResults/a897c71b-18c0-45cc-8feb-550bd3872a11?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L29wZXJhdGlvblJlc3VsdHMvYTg5N2M3MWItMThjMC00NWNjLThmZWItNTUwYmQzODcyYTExP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/operationResults/ce152590-4106-462d-926a-6664a747f432?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL29wZXJhdGlvblJlc3VsdHMvY2UxNTI1OTAtNDEwNi00NjJkLTkyNmEtNjY2NGE3NDdmNDMyP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "no-cache" ], "ETag": [ - "\"0x8D71AB8D7D0337E\"" + "\"0x8D7C772409D74FB\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-request-id": [ - "94944c3d-113f-4ae8-ac95-238ea2da3357" + "39d85b73-5880-44b9-9067-b885d65fefdf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -237,16 +237,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "34835502-aa5d-4275-9ce4-b9348f501773" + "ec320bf1-8460-41c2-a08a-f5c6fe4ddace" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215549Z:34835502-aa5d-4275-9ce4-b9348f501773" + "WESTUS:20200313T171622Z:ec320bf1-8460-41c2-a08a-f5c6fe4ddace" ], "Date": [ - "Tue, 06 Aug 2019 21:55:48 GMT" + "Fri, 13 Mar 2020 17:16:21 GMT" ], "Content-Length": [ - "1847" + "2024" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,29 +255,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 21:55:49 GMT" + "Fri, 13 Mar 2020 17:16:22 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164\",\r\n \"name\": \"azsmnet5164\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet5164.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213\",\r\n \"name\": \"azsmnet213\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet213.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBrsv2Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"format\": \"Pfx\",\r\n \"data\": \"MIIGMQIBAzCCBe0GCSqGSIb3DQEHAaCCBd4EggXaMIIF1jCCA8AGCSqGSIb3DQEHAaCCA7EEggOtMIIDqTCCA6UGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAhyd3xCtln3iQICB9AEggKQhe5P10V9iV1BsDlwWT561Yu2hVq3JT8ae/ebx1ZR/gMApVereDKkS9Zg4vFyssusHebbK5pDpU8vfAqle0TM4m7wGsRj453ZorSPUfMpHvQnAOn+2pEpWdMThU7xvZ6DVpwhDOQk9166z+KnKdHGuJKh4haMT7Rw/6xZ1rsBt2423cwTrQVMQyACrEkianpuujubKltN99qRoFAxhQcnYE2KlYKw7lRcExq6mDSYAyk5xJZ1ZFdLj6MAryZroQit/0g5eyhoNEKwWbi8px5j71pRTf7yjN+deMGQKwbGl+3OgaL1UZ5fCjypbVL60kpIBxLZwIJ7p3jJ+q9pbq9zSdzshPYor5lxyUfXqaso/0/91ayNoBzg4hQGh618PhFI6RMGjwkzhB9xk74iweJ9HQyIHf8yx2RCSI22JuCMitPMWSGvOszhbNx3AEDLuiiAOHg391mprEtKZguOIr9LrJwem/YmcHbwyz5YAbZmiseKPkllfC7dafFfCFEkj6R2oegIsZo0pEKYisAXBqT0g+6/jGwuhlZcBo0f7UIZm88iA3MrJCjlXEgV5OcQdoWj+hq0lKEdnhtCKr03AIfukN6+4vjjarZeW1bs0swq0l3XFf5RHa11otshMS4mpewshB9iO9MuKWpRxuxeng4PlKZ/zuBqmPeUrjJ9454oK35Pq+dghfemt7AUpBH/KycDNIZgfdEWUZrRKBGnc519C+RTqxyt5hWL18nJk4LvSd3QKlJ1iyJxClhhb/NWEzPqNdyA5cxen+2T9bd/EqJ2KzRv5/BPVwTQkHH9W/TZElFyvFfOFIW2+03RKbVGw72Mr/0xKZ+awAnEfoU+SL/2Gj2m6PHkqFX2sOCi/tN9EA4xgdswEwYJKoZIhvcNAQkVMQYEBAEAAAAwXQYJKwYBBAGCNxEBMVAeTgBNAGkAYwByAG8AcwBvAGYAdAAgAFMAdAByAG8AbgBnACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjBlBgkqhkiG9w0BCRQxWB5WAFAAdgBrAFQAbQBwADoANABjAGUANgAwADQAZABhAC0AMAA2ADgAMQAtADQANAAxADUALQBhADIAYwBhAC0ANQA3ADcAMwAwADgAZQA2AGQAOQBhAGMwggIOBgkqhkiG9w0BBwGgggH/BIIB+zCCAfcwggHzBgsqhkiG9w0BDAoBA6CCAcswggHHBgoqhkiG9w0BCRYBoIIBtwSCAbMwggGvMIIBXaADAgECAhAdka3aTQsIsUphgIXGUmeRMAkGBSsOAwIdBQAwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3kwHhcNMTYwMTAxMDcwMDAwWhcNMTgwMTAxMDcwMDAwWjASMRAwDgYDVQQDEwdub2Rlc2RrMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5fhcxbJHxxBEIDzVOMc56s04U6k4GPY7yMR1m+rBGVRiAyV4RjY6U936dqXHCVD36ps2Q0Z+OeEgyCInkIyVeB1EwXcToOcyeS2YcUb0vRWZDouC3tuFdHwiK1Ed5iW/LksmXDotyV7kpqzaPhOFiMtBuMEwNJcPge9k17hRgRQIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwCNYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwCQYFKw4DAh0FAANBAHl2M97QbpzdnwO5HoRBsiEExOcLTNg+GKCr7HUsbzfvrUivw+JLL7qjHAIc5phnK+F5bQ8HKe0L9YXBSKl+fvwxFTATBgkqhkiG9w0BCRUxBgQEAQAAADA7MB8wBwYFKw4DAhoEFGVtyGMqiBd32fGpzlGZQoRM6UQwBBTI0YHFFqTS4Go8CoLgswn29EiuUQICB9A=\",\r\n \"password\": \"nodesdk\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9db719e2-7740-4a3d-b569-d8b121be9f11" + "18352f9a-2c5f-47e6-95b9-7c867c71c426" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -294,13 +294,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AB8D803FF7A\"" + "W/\"0x8D7C77243FE4AB7\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-request-id": [ - "61b0c082-48b2-4eab-b497-3184bcb63766" + "be422511-2919-4523-a11a-39e3f67fbe49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -312,13 +312,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "e442daf1-46b1-4397-91a6-1d8fb2bd30cf" + "16d87330-7ecf-4376-a209-2481dc739dc6" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215550Z:e442daf1-46b1-4397-91a6-1d8fb2bd30cf" + "WESTUS:20200313T171627Z:16d87330-7ecf-4376-a209-2481dc739dc6" ], "Date": [ - "Tue, 06 Aug 2019 21:55:50 GMT" + "Fri, 13 Mar 2020 17:16:27 GMT" ], "Content-Length": [ "1145" @@ -330,29 +330,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 21:55:49 GMT" + "Fri, 13 Mar 2020 17:16:27 GMT" ] }, - "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D71AB8D803FF7A\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T21:55:49.6534045Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D7C77243FE4AB7\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:16:27.7129033Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcz9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4701ca36-394c-48ee-bead-b44dfaf86073" + "c28e1c0f-84ac-4674-82bc-ac621c66b910" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -366,7 +366,7 @@ "11998" ], "x-ms-request-id": [ - "3e612dd1-a706-45f5-9edf-1e1c5598a717" + "8d57c3ac-69f4-4558-8f58-5881f62653d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,13 +378,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "eb7bc556-4af3-4979-b528-ba8d5517edd2" + "8e20f2da-5630-40ad-b963-2b0719c470f2" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215550Z:eb7bc556-4af3-4979-b528-ba8d5517edd2" + "WESTUS:20200313T171631Z:8e20f2da-5630-40ad-b963-2b0719c470f2" ], "Date": [ - "Tue, 06 Aug 2019 21:55:50 GMT" + "Fri, 13 Mar 2020 17:16:30 GMT" ], "Content-Length": [ "1157" @@ -396,26 +396,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D71AB8D803FF7A\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T21:55:49.6534045Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D7C77243FE4AB7\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:16:27.7129033Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4b2f675-5acb-496b-bc9a-0f4e091cd102" + "b36901db-62c2-4404-84b3-1ba4b49571be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -426,13 +426,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AB8D803FF7A\"" + "W/\"0x8D7C77243FE4AB7\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-request-id": [ - "4cc4b67e-c3a7-4401-9b8b-d14dd1ee7cfe" + "1f3944ce-e868-4d1c-a508-e3e41580c2cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -444,13 +444,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "e3732ed2-0f0a-4ab1-80d8-7549e5b6ddc3" + "36cbe3cd-e878-4858-9b12-91bbbcdecdd6" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215550Z:e3732ed2-0f0a-4ab1-80d8-7549e5b6ddc3" + "WESTUS:20200313T171633Z:36cbe3cd-e878-4858-9b12-91bbbcdecdd6" ], "Date": [ - "Tue, 06 Aug 2019 21:55:50 GMT" + "Fri, 13 Mar 2020 17:16:32 GMT" ], "Content-Length": [ "1145" @@ -462,29 +462,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 21:55:49 GMT" + "Fri, 13 Mar 2020 17:16:27 GMT" ] }, - "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D71AB8D803FF7A\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T21:55:49.6534045Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D7C77243FE4AB7\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:16:27.7129033Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b8bae4d-d9b5-437c-ad9b-3499a39ad771" + "fe8f2608-3f1b-40bf-b674-b3494df65cdf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -498,7 +498,7 @@ "11990" ], "x-ms-request-id": [ - "5b3ffc5e-b78b-4d14-9caa-f5021e232e59" + "e3f1b343-47c6-4205-aba8-b4f5cf5aca63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -510,13 +510,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "e7b3538c-83b7-4918-979b-4e6d74f66fb1" + "2a545cc6-8145-4fbc-88bf-b9aed838510e" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215708Z:e7b3538c-83b7-4918-979b-4e6d74f66fb1" + "WESTUS:20200313T171802Z:2a545cc6-8145-4fbc-88bf-b9aed838510e" ], "Date": [ - "Tue, 06 Aug 2019 21:57:07 GMT" + "Fri, 13 Mar 2020 17:18:02 GMT" ], "Content-Length": [ "201" @@ -528,26 +528,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"CertificateNotFound\",\r\n \"message\": \"The specified certificate does not exist.\\nRequestId:5b3ffc5e-b78b-4d14-9caa-f5021e232e59\\nTime:2019-08-06T21:57:07.9728492Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"CertificateNotFound\",\r\n \"message\": \"The specified certificate does not exist.\\nRequestId:e3f1b343-47c6-4205-aba8-b4f5cf5aca63\\nTime:2020-03-13T17:18:02.8932502Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"format\": \"Pfx\",\r\n \"data\": \"MIIGMQIBAzCCBe0GCSqGSIb3DQEHAaCCBd4EggXaMIIF1jCCA8AGCSqGSIb3DQEHAaCCA7EEggOtMIIDqTCCA6UGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAhyd3xCtln3iQICB9AEggKQhe5P10V9iV1BsDlwWT561Yu2hVq3JT8ae/ebx1ZR/gMApVereDKkS9Zg4vFyssusHebbK5pDpU8vfAqle0TM4m7wGsRj453ZorSPUfMpHvQnAOn+2pEpWdMThU7xvZ6DVpwhDOQk9166z+KnKdHGuJKh4haMT7Rw/6xZ1rsBt2423cwTrQVMQyACrEkianpuujubKltN99qRoFAxhQcnYE2KlYKw7lRcExq6mDSYAyk5xJZ1ZFdLj6MAryZroQit/0g5eyhoNEKwWbi8px5j71pRTf7yjN+deMGQKwbGl+3OgaL1UZ5fCjypbVL60kpIBxLZwIJ7p3jJ+q9pbq9zSdzshPYor5lxyUfXqaso/0/91ayNoBzg4hQGh618PhFI6RMGjwkzhB9xk74iweJ9HQyIHf8yx2RCSI22JuCMitPMWSGvOszhbNx3AEDLuiiAOHg391mprEtKZguOIr9LrJwem/YmcHbwyz5YAbZmiseKPkllfC7dafFfCFEkj6R2oegIsZo0pEKYisAXBqT0g+6/jGwuhlZcBo0f7UIZm88iA3MrJCjlXEgV5OcQdoWj+hq0lKEdnhtCKr03AIfukN6+4vjjarZeW1bs0swq0l3XFf5RHa11otshMS4mpewshB9iO9MuKWpRxuxeng4PlKZ/zuBqmPeUrjJ9454oK35Pq+dghfemt7AUpBH/KycDNIZgfdEWUZrRKBGnc519C+RTqxyt5hWL18nJk4LvSd3QKlJ1iyJxClhhb/NWEzPqNdyA5cxen+2T9bd/EqJ2KzRv5/BPVwTQkHH9W/TZElFyvFfOFIW2+03RKbVGw72Mr/0xKZ+awAnEfoU+SL/2Gj2m6PHkqFX2sOCi/tN9EA4xgdswEwYJKoZIhvcNAQkVMQYEBAEAAAAwXQYJKwYBBAGCNxEBMVAeTgBNAGkAYwByAG8AcwBvAGYAdAAgAFMAdAByAG8AbgBnACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjBlBgkqhkiG9w0BCRQxWB5WAFAAdgBrAFQAbQBwADoANABjAGUANgAwADQAZABhAC0AMAA2ADgAMQAtADQANAAxADUALQBhADIAYwBhAC0ANQA3ADcAMwAwADgAZQA2AGQAOQBhAGMwggIOBgkqhkiG9w0BBwGgggH/BIIB+zCCAfcwggHzBgsqhkiG9w0BDAoBA6CCAcswggHHBgoqhkiG9w0BCRYBoIIBtwSCAbMwggGvMIIBXaADAgECAhAdka3aTQsIsUphgIXGUmeRMAkGBSsOAwIdBQAwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3kwHhcNMTYwMTAxMDcwMDAwWhcNMTgwMTAxMDcwMDAwWjASMRAwDgYDVQQDEwdub2Rlc2RrMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5fhcxbJHxxBEIDzVOMc56s04U6k4GPY7yMR1m+rBGVRiAyV4RjY6U936dqXHCVD36ps2Q0Z+OeEgyCInkIyVeB1EwXcToOcyeS2YcUb0vRWZDouC3tuFdHwiK1Ed5iW/LksmXDotyV7kpqzaPhOFiMtBuMEwNJcPge9k17hRgRQIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwCNYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwCQYFKw4DAh0FAANBAHl2M97QbpzdnwO5HoRBsiEExOcLTNg+GKCr7HUsbzfvrUivw+JLL7qjHAIc5phnK+F5bQ8HKe0L9YXBSKl+fvwxFTATBgkqhkiG9w0BCRUxBgQEAQAAADA7MB8wBwYFKw4DAhoEFGVtyGMqiBd32fGpzlGZQoRM6UQwBBTI0YHFFqTS4Go8CoLgswn29EiuUQICB9A=\",\r\n \"password\": \"nodesdk\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b1c2efb-7a10-43eb-ba09-3246a39816a5" + "fc87ce41-01e6-4f21-a21f-05f39f423f1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -564,13 +564,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AB8D803FF7A\"" + "W/\"0x8D7C77243FE4AB7\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-request-id": [ - "4f441f80-e40f-4423-9df6-7f5f482fe579" + "87e4bb15-7896-400e-8436-5c16a49374b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,13 +582,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "80b81c90-8063-44ad-9261-ba926ed45466" + "893be99c-a79b-4319-a592-4a3627dbccd1" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215551Z:80b81c90-8063-44ad-9261-ba926ed45466" + "WESTUS:20200313T171633Z:893be99c-a79b-4319-a592-4a3627dbccd1" ], "Date": [ - "Tue, 06 Aug 2019 21:55:50 GMT" + "Fri, 13 Mar 2020 17:16:33 GMT" ], "Content-Length": [ "1145" @@ -600,29 +600,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 21:55:49 GMT" + "Fri, 13 Mar 2020 17:16:27 GMT" ] }, - "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D71AB8D803FF7A\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T21:55:49.6534045Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D7C77243FE4AB7\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:16:27.7129033Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7/cancelDelete?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjcvY2FuY2VsRGVsZXRlP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7/cancelDelete?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjcvY2FuY2VsRGVsZXRlP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c1a1c5db-4394-4fcd-91dd-a5b66ec7f0b0" + "31672218-7c67-42b5-8cc2-58e56a041d46" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -633,13 +633,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AB8D803FF7A\"" + "W/\"0x8D7C77243FE4AB7\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-request-id": [ - "97667178-e3d8-4854-839b-c8fc32caffc7" + "28db5139-e8a2-4041-91cc-21d1256381b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -651,13 +651,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "1e7366b4-6d93-4335-8096-ee1b3a43f13a" + "04a8d49e-a69c-4d60-9d1e-15446bf3bbcf" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215551Z:1e7366b4-6d93-4335-8096-ee1b3a43f13a" + "WESTUS:20200313T171635Z:04a8d49e-a69c-4d60-9d1e-15446bf3bbcf" ], "Date": [ - "Tue, 06 Aug 2019 21:55:50 GMT" + "Fri, 13 Mar 2020 17:16:35 GMT" ], "Content-Length": [ "1145" @@ -669,29 +669,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 21:55:49 GMT" + "Fri, 13 Mar 2020 17:16:27 GMT" ] }, - "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D71AB8D803FF7A\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T21:55:49.6534045Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/certificates\",\r\n \"etag\": \"W/\\\"0x8D7C77243FE4AB7\\\"\",\r\n \"properties\": {\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"thumbprint\": \"cff2ab63c8c955aaf71989efa641b906558d9fb7\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:16:27.7129033Z\",\r\n \"format\": \"Pfx\",\r\n \"publicData\": \"MIIBrzCCAV2gAwIBAgIQHZGt2k0LCLFKYYCFxlJnkTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTE2MDEwMTA3MDAwMFoXDTE4MDEwMTA3MDAwMFowEjEQMA4GA1UEAxMHbm9kZXNkazCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuX4XMWyR8cQRCA81TjHOerNOFOpOBj2O8jEdZvqwRlUYgMleEY2OlPd+nalxwlQ9+qbNkNGfjnhIMgiJ5CMlXgdRMF3E6DnMnktmHFG9L0VmQ6Lgt7bhXR8IitRHeYlvy5LJlw6Lcle5Kas2j4ThYjLQbjBMDSXD4HvZNe4UYEUCAwEAAaNLMEkwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQB5djPe0G6c3Z8DuR6EQbIhBMTnC0zYPhigq+x1LG83761Ir8PiSy+6oxwCHOaYZyvheW0PByntC/WFwUipfn78\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificates/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlcy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjc/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "712cef5d-88a2-459b-bef3-315fc41cf001" + "07ea08bb-a3eb-4dde-a40a-703b1b35b3b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -702,13 +702,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8D71AB8D92894FC?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8D7C7724A97B194?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "b32b1bab-497a-4e99-b665-6e4b2eb3b327" + "7564eb5e-89e0-4841-89ff-156d956d3d68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -723,13 +723,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "97b465e8-8c13-4421-94f2-b4596758d2ee" + "ee757a22-27a5-4efc-9372-6a0a0c9b334a" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215551Z:97b465e8-8c13-4421-94f2-b4596758d2ee" + "WESTUS:20200313T171638Z:ee757a22-27a5-4efc-9372-6a0a0c9b334a" ], "Date": [ - "Tue, 06 Aug 2019 21:55:51 GMT" + "Fri, 13 Mar 2020 17:16:38 GMT" ], "Expires": [ "-1" @@ -742,16 +742,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8D71AB8D92894FC?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOEQ3MUFCOEQ5Mjg5NEZDP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8D7C7724A97B194?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOEQ3Qzc3MjRBOTdCMTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -762,13 +762,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "36dbdab3-5467-4b86-b9f4-dab9a7a211b3" + "c9584013-8c3b-4346-b833-6555be50d95a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -783,13 +783,13 @@ "11996" ], "x-ms-correlation-request-id": [ - "9fb05d5a-3f85-47f7-8dec-5d25f97d2b6e" + "bdf3256f-bc07-436f-b05f-ca63d248541f" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215606Z:9fb05d5a-3f85-47f7-8dec-5d25f97d2b6e" + "WESTUS:20200313T171654Z:bdf3256f-bc07-436f-b05f-ca63d248541f" ], "Date": [ - "Tue, 06 Aug 2019 21:56:06 GMT" + "Fri, 13 Mar 2020 17:16:53 GMT" ], "Expires": [ "-1" @@ -802,16 +802,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3MWFiOGQ5Mjg5NGZjP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3Yzc3MjRhOTdiMTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -822,13 +822,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "0edd9272-586f-4105-9729-4ad7405a7480" + "ac0493b0-0ae4-459c-bb89-4d2310055e76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -843,13 +843,13 @@ "11995" ], "x-ms-correlation-request-id": [ - "1bdf4cba-9d12-4bb1-95b0-6d7f1410c568" + "9475e537-7c13-4b8d-9dd2-b9348aaf82a1" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215622Z:1bdf4cba-9d12-4bb1-95b0-6d7f1410c568" + "WESTUS:20200313T171709Z:9475e537-7c13-4b8d-9dd2-b9348aaf82a1" ], "Date": [ - "Tue, 06 Aug 2019 21:56:21 GMT" + "Fri, 13 Mar 2020 17:17:08 GMT" ], "Expires": [ "-1" @@ -862,16 +862,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3MWFiOGQ5Mjg5NGZjP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3Yzc3MjRhOTdiMTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -882,13 +882,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "69d38263-ec16-4f3e-8e25-a5f84913355b" + "72bcd4ce-c486-4ca7-b3a7-852e4ea3b22d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -903,13 +903,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "cf240936-a815-4dac-8842-306b2f138a86" + "a6b820ea-b700-407a-b31d-99f693e21670" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215637Z:cf240936-a815-4dac-8842-306b2f138a86" + "WESTUS:20200313T171724Z:a6b820ea-b700-407a-b31d-99f693e21670" ], "Date": [ - "Tue, 06 Aug 2019 21:56:36 GMT" + "Fri, 13 Mar 2020 17:17:23 GMT" ], "Expires": [ "-1" @@ -922,16 +922,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3MWFiOGQ5Mjg5NGZjP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3Yzc3MjRhOTdiMTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -942,13 +942,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "869343eb-85a6-40fa-bfb5-751e6b415e46" + "9592d96c-d40e-4fde-863e-ea9a438ba46f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -963,13 +963,13 @@ "11993" ], "x-ms-correlation-request-id": [ - "a3495588-cf2b-49b9-ab2f-504000fb7b7c" + "44737db6-68ec-4bc2-af9f-6bbe7d41a3da" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215652Z:a3495588-cf2b-49b9-ab2f-504000fb7b7c" + "WESTUS:20200313T171740Z:44737db6-68ec-4bc2-af9f-6bbe7d41a3da" ], "Date": [ - "Tue, 06 Aug 2019 21:56:52 GMT" + "Fri, 13 Mar 2020 17:17:39 GMT" ], "Expires": [ "-1" @@ -982,16 +982,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3MWFiOGQ5Mjg5NGZjP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3Yzc3MjRhOTdiMTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1002,7 +1002,7 @@ "no-cache" ], "x-ms-request-id": [ - "fb5744ff-5d62-4295-98ae-920f470e1b2d" + "b00b7c07-ebc5-4ea6-8c84-2275352772b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1017,13 +1017,13 @@ "11992" ], "x-ms-correlation-request-id": [ - "e934432e-ba44-4935-b8e1-8b71881dc1dd" + "279d24b8-129b-4512-9b79-7f489023b19d" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215707Z:e934432e-ba44-4935-b8e1-8b71881dc1dd" + "WESTUS:20200313T171755Z:279d24b8-129b-4512-9b79-7f489023b19d" ], "Date": [ - "Tue, 06 Aug 2019 21:57:07 GMT" + "Fri, 13 Mar 2020 17:17:55 GMT" ], "Expires": [ "-1" @@ -1036,16 +1036,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d71ab8d92894fc?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0L2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3MWFiOGQ5Mjg5NGZjP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213/certificateOperationResults/sha1-cff2ab63c8c955aaf71989efa641b906558d9fb7-8d7c7724a97b194?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzL2NlcnRpZmljYXRlT3BlcmF0aW9uUmVzdWx0cy9zaGExLWNmZjJhYjYzYzhjOTU1YWFmNzE5ODllZmE2NDFiOTA2NTU4ZDlmYjctOGQ3Yzc3MjRhOTdiMTk0P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1056,7 +1056,7 @@ "no-cache" ], "x-ms-request-id": [ - "a4f1a3f8-3f04-4d6f-a68b-38b3b2fbce36" + "758d0f0c-fefe-4226-a2e1-0cd73cf29f08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1071,13 +1071,13 @@ "11991" ], "x-ms-correlation-request-id": [ - "7e7c0f79-3712-48ab-81dc-3e934b0559a7" + "3318f786-9ce2-43e3-ae13-54762eb3b55c" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215707Z:7e7c0f79-3712-48ab-81dc-3e934b0559a7" + "WESTUS:20200313T171756Z:3318f786-9ce2-43e3-ae13-54762eb3b55c" ], "Date": [ - "Tue, 06 Aug 2019 21:57:07 GMT" + "Fri, 13 Mar 2020 17:17:55 GMT" ], "Expires": [ "-1" @@ -1090,22 +1090,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet518/providers/Microsoft.Batch/batchAccounts/azsmnet5164?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ1MTgvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQ1MTY0P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet2396/providers/Microsoft.Batch/batchAccounts/azsmnet213?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQyMzk2L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0MjEzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a025c095-6e88-46f8-a1ba-23b1a4ce1e65" + "a02a096b-4874-4f21-ac4d-c76b73715be3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1116,13 +1116,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "d9850446-132e-4e11-ad77-dc9cae8df300" + "3b680cf7-3166-49b6-b9b5-6ae45ac6e74d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1137,13 +1137,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "499c99c5-88b8-42be-9db9-a95419310f65" + "354f1987-7baf-4534-ab87-c6d5a00142d2" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215708Z:499c99c5-88b8-42be-9db9-a95419310f65" + "WESTUS:20200313T171805Z:354f1987-7baf-4534-ab87-c6d5a00142d2" ], "Date": [ - "Tue, 06 Aug 2019 21:57:08 GMT" + "Fri, 13 Mar 2020 17:18:04 GMT" ], "Expires": [ "-1" @@ -1156,16 +1156,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1176,13 +1176,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "5f05f9c2-919e-4620-88f0-48cf10d62027" + "2f25147e-66dd-4359-8d12-c39cd99dd0ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1197,13 +1197,13 @@ "11989" ], "x-ms-correlation-request-id": [ - "1829557f-f8ce-460b-9c95-9ad08fd89b58" + "ebe1753d-1024-4c90-9382-59a0917bb0b5" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215723Z:1829557f-f8ce-460b-9c95-9ad08fd89b58" + "WESTUS:20200313T171820Z:ebe1753d-1024-4c90-9382-59a0917bb0b5" ], "Date": [ - "Tue, 06 Aug 2019 21:57:23 GMT" + "Fri, 13 Mar 2020 17:18:19 GMT" ], "Expires": [ "-1" @@ -1216,16 +1216,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1236,13 +1236,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "4a7e465e-2e83-4b8f-807e-941b6a9bacff" + "6eeda2c1-83ec-47ad-aff6-9ebecbf22f10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,13 +1257,13 @@ "11988" ], "x-ms-correlation-request-id": [ - "f50a234a-ebcf-4659-9f24-c8f31c736dbd" + "9e6f8fe6-6bfc-4fc0-9499-31a97355ef20" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215738Z:f50a234a-ebcf-4659-9f24-c8f31c736dbd" + "WESTUS:20200313T171835Z:9e6f8fe6-6bfc-4fc0-9499-31a97355ef20" ], "Date": [ - "Tue, 06 Aug 2019 21:57:38 GMT" + "Fri, 13 Mar 2020 17:18:34 GMT" ], "Expires": [ "-1" @@ -1276,16 +1276,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1296,13 +1296,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "c9c09452-0c90-4be7-9d0a-75033e781d2b" + "22ebe497-7d81-4169-9b2c-024fc22e766c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1317,13 +1317,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "5ec1383e-95e6-4052-91c7-8855de141dc4" + "3144599d-b141-4160-a573-e26d3a084d8f" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215754Z:5ec1383e-95e6-4052-91c7-8855de141dc4" + "WESTUS:20200313T171850Z:3144599d-b141-4160-a573-e26d3a084d8f" ], "Date": [ - "Tue, 06 Aug 2019 21:57:53 GMT" + "Fri, 13 Mar 2020 17:18:50 GMT" ], "Expires": [ "-1" @@ -1336,16 +1336,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1356,13 +1356,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "0d9d8374-6cf2-4b1c-b461-63e5aec39a3b" + "09d1fbb5-2d98-4ac0-be1c-bfbc8418c9b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1377,13 +1377,13 @@ "11986" ], "x-ms-correlation-request-id": [ - "82573d27-f640-4122-88f2-7410d72c1b28" + "bb18119f-c968-492b-a9cb-8626fce72f21" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215809Z:82573d27-f640-4122-88f2-7410d72c1b28" + "WESTUS:20200313T171906Z:bb18119f-c968-492b-a9cb-8626fce72f21" ], "Date": [ - "Tue, 06 Aug 2019 21:58:08 GMT" + "Fri, 13 Mar 2020 17:19:06 GMT" ], "Expires": [ "-1" @@ -1396,16 +1396,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1416,13 +1416,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "d795482d-c60f-45b0-a0b2-60e9fd4025ff" + "4ecfb061-bd1a-4261-8bf7-1886fb297486" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1437,13 +1437,13 @@ "11985" ], "x-ms-correlation-request-id": [ - "db2048a3-8531-4454-a932-0bef5eebb263" + "e19a1cc9-8421-462b-a51a-04f0feac8bc8" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215824Z:db2048a3-8531-4454-a932-0bef5eebb263" + "WESTUS:20200313T171921Z:e19a1cc9-8421-462b-a51a-04f0feac8bc8" ], "Date": [ - "Tue, 06 Aug 2019 21:58:24 GMT" + "Fri, 13 Mar 2020 17:19:21 GMT" ], "Expires": [ "-1" @@ -1456,16 +1456,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1476,13 +1476,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "35545c64-cfda-4de0-8b21-e0715ade2b70" + "b68d99dc-d4a1-42f0-965d-a72220f496ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1497,13 +1497,13 @@ "11984" ], "x-ms-correlation-request-id": [ - "91b2e5b9-9ec5-4a41-bceb-6f2174271429" + "f726d431-344e-462d-a8ec-22277f079a63" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215839Z:91b2e5b9-9ec5-4a41-bceb-6f2174271429" + "WESTUS:20200313T171937Z:f726d431-344e-462d-a8ec-22277f079a63" ], "Date": [ - "Tue, 06 Aug 2019 21:58:38 GMT" + "Fri, 13 Mar 2020 17:19:36 GMT" ], "Expires": [ "-1" @@ -1516,16 +1516,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1536,13 +1536,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "0a807139-9c9f-4175-9587-26e4714506c2" + "5188be97-ddbd-4381-99e9-55fbe01658cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1557,13 +1557,13 @@ "11983" ], "x-ms-correlation-request-id": [ - "09d699ee-539e-49b0-96ba-a74671af883a" + "74b1a105-3b98-4487-9913-b67f78972192" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215854Z:09d699ee-539e-49b0-96ba-a74671af883a" + "WESTUS:20200313T171952Z:74b1a105-3b98-4487-9913-b67f78972192" ], "Date": [ - "Tue, 06 Aug 2019 21:58:54 GMT" + "Fri, 13 Mar 2020 17:19:51 GMT" ], "Expires": [ "-1" @@ -1576,16 +1576,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1596,13 +1596,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "eed61aec-f709-464a-a055-8501fbba524b" + "5a0cb4dc-2df9-4f45-aa7c-2bdd84f3baf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1610,20 +1610,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], "x-ms-correlation-request-id": [ - "b3bfa5a6-a7c8-4324-b3cd-76b1fad8a9a4" + "69578c2e-982b-406d-bcd4-53eb3e68ca0e" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215909Z:b3bfa5a6-a7c8-4324-b3cd-76b1fad8a9a4" + "WESTUS:20200313T172007Z:69578c2e-982b-406d-bcd4-53eb3e68ca0e" ], "Date": [ - "Tue, 06 Aug 2019 21:59:09 GMT" + "Fri, 13 Mar 2020 17:20:07 GMT" ], "Expires": [ "-1" @@ -1636,16 +1636,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1656,13 +1656,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "2fcde4bd-cd71-4183-9e9d-7fe40f7dd867" + "f9814eec-dd30-47a9-a316-5714bf1a2cd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1670,20 +1670,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11981" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "b89b03c5-851a-41d4-a9a1-61559d7b10c3" + "b2a9fbd0-4f62-48bb-96ed-7c8f44627321" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215925Z:b89b03c5-851a-41d4-a9a1-61559d7b10c3" + "WESTUS:20200313T172023Z:b2a9fbd0-4f62-48bb-96ed-7c8f44627321" ], "Date": [ - "Tue, 06 Aug 2019 21:59:24 GMT" + "Fri, 13 Mar 2020 17:20:22 GMT" ], "Expires": [ "-1" @@ -1696,16 +1696,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1716,13 +1716,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "1b2adae5-f058-4b87-8674-653586cc7e8f" + "57739f79-4ba7-4f02-8da5-71185dddd530" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1737,13 +1737,13 @@ "11980" ], "x-ms-correlation-request-id": [ - "517f01a1-af15-445d-9a0d-3f1df4fc0a76" + "c4d43a9a-a54c-4fdb-88d0-bb9b725ef0ba" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215940Z:517f01a1-af15-445d-9a0d-3f1df4fc0a76" + "WESTUS:20200313T172038Z:c4d43a9a-a54c-4fdb-88d0-bb9b725ef0ba" ], "Date": [ - "Tue, 06 Aug 2019 21:59:39 GMT" + "Fri, 13 Mar 2020 17:20:37 GMT" ], "Expires": [ "-1" @@ -1756,16 +1756,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1776,13 +1776,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "1af2d0b0-ac02-4687-96c3-25c7e51333d5" + "95628bfd-a0b4-41cd-82a6-7faeb03ae5b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1797,13 +1797,13 @@ "11979" ], "x-ms-correlation-request-id": [ - "53689f38-dc3d-4514-920a-84e623873889" + "fb82eb8a-72e8-44ca-bda8-b6c9065aa488" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T215955Z:53689f38-dc3d-4514-920a-84e623873889" + "WESTUS:20200313T172053Z:fb82eb8a-72e8-44ca-bda8-b6c9065aa488" ], "Date": [ - "Tue, 06 Aug 2019 21:59:55 GMT" + "Fri, 13 Mar 2020 17:20:53 GMT" ], "Expires": [ "-1" @@ -1816,16 +1816,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1836,13 +1836,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "b1c2ec67-d753-423b-88db-57ea0247bc3a" + "881f1141-b429-4ded-8662-c9866b8ea9c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1857,13 +1857,13 @@ "11978" ], "x-ms-correlation-request-id": [ - "389c71e1-ecd4-4767-aae6-393c642aa2da" + "bc5eddaa-d8bc-49c2-bc73-42c05969a487" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220010Z:389c71e1-ecd4-4767-aae6-393c642aa2da" + "WESTUS:20200313T172109Z:bc5eddaa-d8bc-49c2-bc73-42c05969a487" ], "Date": [ - "Tue, 06 Aug 2019 22:00:10 GMT" + "Fri, 13 Mar 2020 17:21:09 GMT" ], "Expires": [ "-1" @@ -1876,16 +1876,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1896,13 +1896,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "ef3bea70-05e2-4d8a-9ece-4e71db6a0472" + "1b4c0f15-3933-4114-851a-8a38fc882e1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1910,20 +1910,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], "x-ms-correlation-request-id": [ - "4d630dd3-caf4-4dde-ba24-2eca264836e0" + "1eb4a7f6-23e9-4d86-9601-bb8e52e9d080" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220025Z:4d630dd3-caf4-4dde-ba24-2eca264836e0" + "WESTUS:20200313T172124Z:1eb4a7f6-23e9-4d86-9601-bb8e52e9d080" ], "Date": [ - "Tue, 06 Aug 2019 22:00:24 GMT" + "Fri, 13 Mar 2020 17:21:24 GMT" ], "Expires": [ "-1" @@ -1936,16 +1936,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1956,13 +1956,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "e3002e35-f6f4-4193-be2c-758d8f8321e3" + "ce14fc6e-ab8e-4075-8f1e-ee1d9f1fb762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1977,13 +1977,13 @@ "11976" ], "x-ms-correlation-request-id": [ - "a140991f-dffd-4088-9a77-7791a3acedd6" + "fd51ddf1-20a2-4dd2-b4fc-6e717574db8c" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220040Z:a140991f-dffd-4088-9a77-7791a3acedd6" + "WESTUS:20200313T172139Z:fd51ddf1-20a2-4dd2-b4fc-6e717574db8c" ], "Date": [ - "Tue, 06 Aug 2019 22:00:40 GMT" + "Fri, 13 Mar 2020 17:21:39 GMT" ], "Expires": [ "-1" @@ -1996,16 +1996,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2016,13 +2016,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "ecbe3263-9aad-4bac-abb1-fbd6b470e8f8" + "81e3556c-2772-4386-99d4-c87f1d9b071e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2030,20 +2030,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "70ec6070-3529-49b8-b442-dae0a241c6cf" + "096e8d51-7da5-4deb-9668-4020e4005110" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220056Z:70ec6070-3529-49b8-b442-dae0a241c6cf" + "WESTUS:20200313T172155Z:096e8d51-7da5-4deb-9668-4020e4005110" ], "Date": [ - "Tue, 06 Aug 2019 22:00:55 GMT" + "Fri, 13 Mar 2020 17:21:54 GMT" ], "Expires": [ "-1" @@ -2056,16 +2056,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2076,13 +2076,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "ed90d7dc-869d-41ff-abc8-50d81a549557" + "37afd4a3-a651-4a1a-8be1-0dfe403dae20" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2097,13 +2097,13 @@ "11974" ], "x-ms-correlation-request-id": [ - "fc049c22-1540-44fb-abcb-176f352c4da2" + "5e9e5950-6845-4317-8820-6e75f6c51775" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220111Z:fc049c22-1540-44fb-abcb-176f352c4da2" + "WESTUS:20200313T172210Z:5e9e5950-6845-4317-8820-6e75f6c51775" ], "Date": [ - "Tue, 06 Aug 2019 22:01:10 GMT" + "Fri, 13 Mar 2020 17:22:10 GMT" ], "Expires": [ "-1" @@ -2116,16 +2116,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2136,13 +2136,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "e4972903-f3b0-44ae-9ca9-cbd046a03714" + "4fe2cde6-ebff-43d2-af31-143599c6cb43" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2157,13 +2157,13 @@ "11973" ], "x-ms-correlation-request-id": [ - "cd1f0bf0-17f2-4f13-b67a-3aea5930bddb" + "f22ca351-3ce4-4c05-8882-74e0b42d6660" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220126Z:cd1f0bf0-17f2-4f13-b67a-3aea5930bddb" + "WESTUS:20200313T172226Z:f22ca351-3ce4-4c05-8882-74e0b42d6660" ], "Date": [ - "Tue, 06 Aug 2019 22:01:25 GMT" + "Fri, 13 Mar 2020 17:22:25 GMT" ], "Expires": [ "-1" @@ -2176,16 +2176,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2196,13 +2196,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "ff302d6d-78bf-41b1-8d15-084f576abd8e" + "31ba8e0c-90be-47e3-a519-d72e91f8560a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2210,20 +2210,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "x-ms-correlation-request-id": [ - "b74d74dd-058c-4d42-a2c4-4330ec7e1f76" + "e71801e2-0cde-4d1a-977c-1ac905ab4325" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220141Z:b74d74dd-058c-4d42-a2c4-4330ec7e1f76" + "WESTUS:20200313T172241Z:e71801e2-0cde-4d1a-977c-1ac905ab4325" ], "Date": [ - "Tue, 06 Aug 2019 22:01:40 GMT" + "Fri, 13 Mar 2020 17:22:40 GMT" ], "Expires": [ "-1" @@ -2236,16 +2236,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2256,13 +2256,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "eb9841d5-bcad-415c-af4d-0d2f45f80551" + "0e25c3c1-0211-4e57-ae0c-6313151c25e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2277,13 +2277,13 @@ "11971" ], "x-ms-correlation-request-id": [ - "1ee05571-c2b9-4280-93a9-2427d7ba937c" + "162e2ec4-c3a2-47a8-994a-e54e0f2d6388" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220156Z:1ee05571-c2b9-4280-93a9-2427d7ba937c" + "WESTUS:20200313T172256Z:162e2ec4-c3a2-47a8-994a-e54e0f2d6388" ], "Date": [ - "Tue, 06 Aug 2019 22:01:56 GMT" + "Fri, 13 Mar 2020 17:22:56 GMT" ], "Expires": [ "-1" @@ -2296,16 +2296,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2316,13 +2316,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "1abfcbd1-e08d-4f00-b9a9-b5bb779deb91" + "c41368b4-28a3-4d39-b75c-58004be0fb64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2337,13 +2337,13 @@ "11970" ], "x-ms-correlation-request-id": [ - "28b695c1-5af0-4702-8f9f-093e5b45c585" + "ff4c4722-3f7e-47ab-8296-60572fcb8c3b" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220211Z:28b695c1-5af0-4702-8f9f-093e5b45c585" + "WESTUS:20200313T172312Z:ff4c4722-3f7e-47ab-8296-60572fcb8c3b" ], "Date": [ - "Tue, 06 Aug 2019 22:02:11 GMT" + "Fri, 13 Mar 2020 17:23:11 GMT" ], "Expires": [ "-1" @@ -2356,16 +2356,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2376,13 +2376,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "a0ee4744-baf2-4778-beca-cc26bae1bc55" + "02ddcc85-cfb9-4ba6-b1db-9acc88a60db0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2390,20 +2390,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "c2d4e8d0-d873-426e-9f09-ab64c768cfc2" + "9aa8543d-6d7f-4f09-80dc-979d63e59cd6" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220226Z:c2d4e8d0-d873-426e-9f09-ab64c768cfc2" + "WESTUS:20200313T172327Z:9aa8543d-6d7f-4f09-80dc-979d63e59cd6" ], "Date": [ - "Tue, 06 Aug 2019 22:02:26 GMT" + "Fri, 13 Mar 2020 17:23:27 GMT" ], "Expires": [ "-1" @@ -2416,16 +2416,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2435,14 +2435,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" - ], - "Retry-After": [ - "15" - ], "x-ms-request-id": [ - "18e4c947-51f2-4f01-bb01-4f08ee898dfe" + "6b6faf5f-6cfd-471e-9549-b11a7a889634" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2457,13 +2451,13 @@ "11968" ], "x-ms-correlation-request-id": [ - "80cd5f5a-0771-4e3d-87a9-9538bf318249" + "2c09e2a4-e07d-4f6b-b214-9d9b0c299534" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220242Z:80cd5f5a-0771-4e3d-87a9-9538bf318249" + "WESTUS:20200313T172342Z:2c09e2a4-e07d-4f6b-b214-9d9b0c299534" ], "Date": [ - "Tue, 06 Aug 2019 22:02:41 GMT" + "Fri, 13 Mar 2020 17:23:42 GMT" ], "Expires": [ "-1" @@ -2473,19 +2467,19 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet213-3b680cf7-3166-49b6-b9b5-6ae45ac6e74d?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MjEzLTNiNjgwY2Y3LTMxNjYtNDliNi1iOWI1LTZhZTQ1YWM2ZTc0ZD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2495,14 +2489,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01" - ], - "Retry-After": [ - "15" - ], "x-ms-request-id": [ - "f65e433c-ccec-432d-b289-9a1c6b63b978" + "5e2ac962-9922-492d-8852-c934d19960c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2510,20 +2498,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], "x-ms-correlation-request-id": [ - "0a527574-16ff-4eb0-9d3a-e3b4ef03da80" + "c14a6170-f129-4786-b85f-68b79d676b35" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220257Z:0a527574-16ff-4eb0-9d3a-e3b4ef03da80" + "WESTUS:20200313T172343Z:c14a6170-f129-4786-b85f-68b79d676b35" ], "Date": [ - "Tue, 06 Aug 2019 22:02:56 GMT" + "Fri, 13 Mar 2020 17:23:42 GMT" ], "Expires": [ "-1" @@ -2533,19 +2521,25 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet2396?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQyMzk2P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "2167a8ca-7005-48d8-a8d7-339caf2d51cb" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2555,62 +2549,23 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "7f719523-4d84-4b25-b098-3b6b64a17023" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], - "X-Content-Type-Options": [ - "nosniff" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "x-ms-request-id": [ + "06e7b993-d23c-46d0-8266-030ab5c26ba2" ], "x-ms-correlation-request-id": [ - "df1f68cc-6c39-46b0-9b7b-79027b84a970" + "06e7b993-d23c-46d0-8266-030ab5c26ba2" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220312Z:df1f68cc-6c39-46b0-9b7b-79027b84a970" - ], - "Date": [ - "Tue, 06 Aug 2019 22:03:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet5164-d9850446-132e-4e11-ad77-dc9cae8df300?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0NTE2NC1kOTg1MDQ0Ni0xMzJlLTRlMTEtYWQ3Ny1kYzljYWU4ZGYzMDA/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "13973ea1-f5f5-42f2-b4f1-9d8c682080ee" + "WESTUS:20200313T172348Z:06e7b993-d23c-46d0-8266-030ab5c26ba2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2618,20 +2573,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-correlation-request-id": [ - "b66721c6-94d2-43df-88d8-c7f6196b9024" - ], - "x-ms-routing-request-id": [ - "WESTUS:20190806T220312Z:b66721c6-94d2-43df-88d8-c7f6196b9024" - ], "Date": [ - "Tue, 06 Aug 2019 22:03:12 GMT" + "Fri, 13 Mar 2020 17:23:48 GMT" ], "Expires": [ "-1" @@ -2641,24 +2584,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet518?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ1MTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNak01TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "b8c77a30-8ee1-4e2c-b299-d58bf655c5cc" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2670,22 +2607,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" ], "x-ms-request-id": [ - "a74773f0-825b-4422-bc34-421e337a4316" + "6e1ce39a-a673-4ff4-82f1-d613e65bf5a7" ], "x-ms-correlation-request-id": [ - "a74773f0-825b-4422-bc34-421e337a4316" + "6e1ce39a-a673-4ff4-82f1-d613e65bf5a7" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220314Z:a74773f0-825b-4422-bc34-421e337a4316" + "WESTUS:20200313T172404Z:6e1ce39a-a673-4ff4-82f1-d613e65bf5a7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2694,7 +2631,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 22:03:14 GMT" + "Fri, 13 Mar 2020 17:24:03 GMT" ], "Expires": [ "-1" @@ -2707,15 +2644,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVEU0TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNak01TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2727,7 +2664,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2736,13 +2673,13 @@ "11998" ], "x-ms-request-id": [ - "11e3491e-fa0d-4a23-9272-5e71207b95fe" + "b084c750-aa95-425b-af74-5308ded80c2c" ], "x-ms-correlation-request-id": [ - "11e3491e-fa0d-4a23-9272-5e71207b95fe" + "b084c750-aa95-425b-af74-5308ded80c2c" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220329Z:11e3491e-fa0d-4a23-9272-5e71207b95fe" + "WESTUS:20200313T172419Z:b084c750-aa95-425b-af74-5308ded80c2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2751,7 +2688,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 22:03:29 GMT" + "Fri, 13 Mar 2020 17:24:18 GMT" ], "Expires": [ "-1" @@ -2764,15 +2701,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVEU0TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNak01TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2784,7 +2721,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" @@ -2793,13 +2730,13 @@ "11997" ], "x-ms-request-id": [ - "83aa9c25-1ef6-46eb-9103-fa27464cc00c" + "2832516f-d13f-41a4-b46b-383c7beacbb1" ], "x-ms-correlation-request-id": [ - "83aa9c25-1ef6-46eb-9103-fa27464cc00c" + "2832516f-d13f-41a4-b46b-383c7beacbb1" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220344Z:83aa9c25-1ef6-46eb-9103-fa27464cc00c" + "WESTUS:20200313T172434Z:2832516f-d13f-41a4-b46b-383c7beacbb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2808,7 +2745,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 22:03:44 GMT" + "Fri, 13 Mar 2020 17:24:34 GMT" ], "Expires": [ "-1" @@ -2821,15 +2758,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVEU0TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNak01TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2844,13 +2781,13 @@ "11996" ], "x-ms-request-id": [ - "c9cdd0d7-09f6-472c-b4f9-05aae14a09dc" + "a0cc11dd-8461-4aca-8c42-dad6051615b3" ], "x-ms-correlation-request-id": [ - "c9cdd0d7-09f6-472c-b4f9-05aae14a09dc" + "a0cc11dd-8461-4aca-8c42-dad6051615b3" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220400Z:c9cdd0d7-09f6-472c-b4f9-05aae14a09dc" + "WESTUS:20200313T172450Z:a0cc11dd-8461-4aca-8c42-dad6051615b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2859,7 +2796,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 22:03:59 GMT" + "Fri, 13 Mar 2020 17:24:50 GMT" ], "Expires": [ "-1" @@ -2872,15 +2809,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNTE4LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOVEU0TFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMjM5Ni1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNak01TmkxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2895,13 +2832,13 @@ "11995" ], "x-ms-request-id": [ - "a5f0ffc5-355c-4c26-8926-0fa5972734ca" + "66d12f5c-2e6a-498b-b13d-f7bc43c32248" ], "x-ms-correlation-request-id": [ - "a5f0ffc5-355c-4c26-8926-0fa5972734ca" + "66d12f5c-2e6a-498b-b13d-f7bc43c32248" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T220400Z:a5f0ffc5-355c-4c26-8926-0fa5972734ca" + "WESTUS:20200313T172450Z:66d12f5c-2e6a-498b-b13d-f7bc43c32248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2910,7 +2847,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 22:03:59 GMT" + "Fri, 13 Mar 2020 17:24:50 GMT" ], "Expires": [ "-1" @@ -2925,8 +2862,8 @@ ], "Names": { "BatchCertificateEndToEndAsync": [ - "azsmnet518", - "azsmnet5164" + "azsmnet2396", + "azsmnet213" ] }, "Variables": { diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/LocationTests/GetLocationQuotasAsync.json b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/LocationTests/GetLocationQuotasAsync.json index 0490e983dff8..91333e969778 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/LocationTests/GetLocationQuotasAsync.json +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/LocationTests/GetLocationQuotasAsync.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ea0abbb-bd9b-4a34-9e7e-9a73f0826eb4" + "ccf6d95b-4bdc-495a-a5b5-3823279d6554" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "c5313c13-1e04-4f18-ae47-e1fea0486f9f" + "ea97d77b-d2a4-408a-97f3-d414ce9a0f06" ], "x-ms-correlation-request-id": [ - "c5313c13-1e04-4f18-ae47-e1fea0486f9f" + "ea97d77b-d2a4-408a-97f3-d414ce9a0f06" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200308Z:c5313c13-1e04-4f18-ae47-e1fea0486f9f" + "WESTUS:20200313T004737Z:ea97d77b-d2a4-408a-97f3-d414ce9a0f06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:03:08 GMT" + "Fri, 13 Mar 2020 00:47:36 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,29 +54,29 @@ "-1" ], "Content-Length": [ - "4272" + "4557" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/quotas?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9xdW90YXM/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/East%20US/quotas?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL0Vhc3QlMjBVUy9xdW90YXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e37a3551-30d6-4bd0-81e2-7cf0a82d8f92" + "76d93a95-6988-460f-9d21-26e2cc040670" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -90,7 +90,7 @@ "11999" ], "x-ms-request-id": [ - "8487d76f-f3fe-43ca-b38c-c7b3e834cd5d" + "5c4649d6-b233-43cf-8651-98cad43d175a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -102,13 +102,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "7986db05-0498-46ab-976c-9e654652cf7a" + "8484aeb3-7291-4bf8-84a1-8bf14a239ae3" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200309Z:7986db05-0498-46ab-976c-9e654652cf7a" + "WESTUS:20200313T004737Z:8484aeb3-7291-4bf8-84a1-8bf14a239ae3" ], "Date": [ - "Tue, 06 Aug 2019 20:03:08 GMT" + "Fri, 13 Mar 2020 00:47:36 GMT" ], "Content-Length": [ "18" diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/PoolTests/BatchPoolEndToEndAsync.json b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/PoolTests/BatchPoolEndToEndAsync.json index a79d63357e42..4ea23e21c6e0 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/PoolTests/BatchPoolEndToEndAsync.json +++ b/sdk/batch/Microsoft.Azure.Management.Batch/tests/SessionRecords/PoolTests/BatchPoolEndToEndAsync.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "121cce1c-099c-4664-b24c-e32b8b825d21" + "b776ab89-c7d6-4022-96c1-6412b4a86244" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "790e3476-0a6b-4c56-916f-1749dab2d736" + "c542a0d9-17ac-46a0-b861-db751880d196" ], "x-ms-correlation-request-id": [ - "790e3476-0a6b-4c56-916f-1749dab2d736" + "c542a0d9-17ac-46a0-b861-db751880d196" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200611Z:790e3476-0a6b-4c56-916f-1749dab2d736" + "WESTUS:20200313T174545Z:c542a0d9-17ac-46a0-b861-db751880d196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:06:10 GMT" + "Fri, 13 Mar 2020 17:45:44 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,28 +54,28 @@ "-1" ], "Content-Length": [ - "4272" + "4761" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch\",\r\n \"namespace\": \"Microsoft.Batch\",\r\n \"authorization\": {\r\n \"applicationId\": \"ddbf3205-c6bd-46ae-8127-60eb93363864\",\r\n \"roleDefinitionId\": \"b7f84953-1d03-4eab-9ea4-45f065258ff8\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"batchAccounts\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2017-09-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"North Europe\",\r\n \"Central US\",\r\n \"East Asia\",\r\n \"Japan East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"South India\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West Central US\",\r\n \"West US 2\",\r\n \"France Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"Switzerland North\",\r\n \"Norway East\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\",\r\n \"2019-08-01\",\r\n \"2019-04-01\",\r\n \"2018-12-01\",\r\n \"2017-09-01\",\r\n \"2017-05-01\",\r\n \"2017-01-01\",\r\n \"2015-12-01\",\r\n \"2015-09-01\",\r\n \"2015-07-01\",\r\n \"2014-05-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet164?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet6300?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzAwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c8b51fd-f16e-491f-b172-c5dfbcbf8c91" + "9ce7a8d3-b109-4c21-b29b-bcd6819c6714" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "48aa4207-c529-47bc-9ea5-dd85e7ec418c" + "3beafacd-11a3-4a42-bfb9-ea424cd1ad10" ], "x-ms-correlation-request-id": [ - "48aa4207-c529-47bc-9ea5-dd85e7ec418c" + "3beafacd-11a3-4a42-bfb9-ea424cd1ad10" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200613Z:48aa4207-c529-47bc-9ea5-dd85e7ec418c" + "WESTUS:20200313T174547Z:3beafacd-11a3-4a42-bfb9-ea424cd1ad10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:06:12 GMT" + "Fri, 13 Mar 2020 17:45:46 GMT" ], "Content-Length": [ - "173" + "175" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164\",\r\n \"name\": \"azsmnet164\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300\",\r\n \"name\": \"azsmnet6300\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c2afb156-3d32-4f80-9425-8a9aa5aceded" + "01d1955e-28e3-4881-8f00-54821a5f7880" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,13 +159,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/operationResults/895665ec-d55d-49b6-9604-46e6f96d87b9?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/operationResults/863eb254-f895-41ff-9ddf-f0420b858619?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "895665ec-d55d-49b6-9604-46e6f96d87b9" + "863eb254-f895-41ff-9ddf-f0420b858619" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -180,13 +180,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "56da1561-5ccc-456d-952a-aacb757c4c2d" + "a5a3812a-fe20-4272-a4e1-a2939a49a62d" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200615Z:56da1561-5ccc-456d-952a-aacb757c4c2d" + "WESTUS:20200313T174552Z:a5a3812a-fe20-4272-a4e1-a2939a49a62d" ], "Date": [ - "Tue, 06 Aug 2019 20:06:14 GMT" + "Fri, 13 Mar 2020 17:45:52 GMT" ], "Expires": [ "-1" @@ -199,16 +199,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/operationResults/895665ec-d55d-49b6-9604-46e6f96d87b9?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L29wZXJhdGlvblJlc3VsdHMvODk1NjY1ZWMtZDU1ZC00OWI2LTk2MDQtNDZlNmY5NmQ4N2I5P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/operationResults/863eb254-f895-41ff-9ddf-f0420b858619?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9vcGVyYXRpb25SZXN1bHRzLzg2M2ViMjU0LWY4OTUtNDFmZi05ZGRmLWYwNDIwYjg1ODYxOT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -219,13 +219,13 @@ "no-cache" ], "ETag": [ - "\"0x8D71AA9928E40D0\"" + "\"0x8D7C776692A7B5B\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-request-id": [ - "1412a95e-4bc3-48ac-9c86-087a41952ad7" + "6edad4c3-2632-4c6d-9008-e802474d51dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -237,16 +237,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "a2d2dd72-e983-4691-be38-ab292a16b2fd" + "35a5a84c-ce93-4ace-b73f-3832a21ee107" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200630Z:a2d2dd72-e983-4691-be38-ab292a16b2fd" + "WESTUS:20200313T174608Z:35a5a84c-ce93-4ace-b73f-3832a21ee107" ], "Date": [ - "Tue, 06 Aug 2019 20:06:29 GMT" + "Fri, 13 Mar 2020 17:46:07 GMT" ], "Content-Length": [ - "1847" + "2027" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,29 +255,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:06:30 GMT" + "Fri, 13 Mar 2020 17:46:08 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937\",\r\n \"name\": \"azsmnet1937\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet1937.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918\",\r\n \"name\": \"azsmnet8918\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"azsmnet8918.pilotprod2.eastus.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 700,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 100\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardFSFamily\",\r\n \"coreQuota\": 50\r\n },\r\n {\r\n \"name\": \"standardA0_A7Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardA8_A11Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"basicAFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHPromoFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardGSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHCSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBrsv2Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": false,\r\n \"lowPriorityCoreQuota\": 500,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_paas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfcGFhc19wb29sP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_paas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X3BhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"test_pool\",\r\n \"vmSize\": \"small\",\r\n \"deploymentConfiguration\": {\r\n \"cloudServiceConfiguration\": {\r\n \"osFamily\": \"5\"\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0\r\n }\r\n },\r\n \"userAccounts\": [\r\n {\r\n \"name\": \"username\",\r\n \"password\": \"randompasswd\"\r\n }\r\n ],\r\n \"startTask\": {\r\n \"commandLine\": \"cmd.exe /c \\\"echo hello world\\\"\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://blobsource.com\",\r\n \"filePath\": \"filename.txt\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"ENV_VAR\",\r\n \"value\": \"env_value\"\r\n }\r\n ],\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"elevationLevel\": \"Admin\"\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4be10d57-710c-4d4c-9d51-82cf6f068017" + "82358147-543f-44b4-8d83-caa0b5f16374" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -294,13 +294,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AA992D4464B\"" + "W/\"0x8D7C7766C8D6A18\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-request-id": [ - "27c02202-e156-4ee4-a7e2-125a2f9c1da8" + "cb615f18-7b45-4ecb-bef0-2e56b3742cf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -312,16 +312,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "a9ed1f15-224e-4d04-aedf-b9f7a1f611a3" + "e42ff52c-cdcd-4564-85be-154414b8b556" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200631Z:a9ed1f15-224e-4d04-aedf-b9f7a1f611a3" + "WESTUS:20200313T174614Z:e42ff52c-cdcd-4564-85be-154414b8b556" ], "Date": [ - "Tue, 06 Aug 2019 20:06:31 GMT" + "Fri, 13 Mar 2020 17:46:13 GMT" ], "Content-Length": [ - "1524" + "1525" ], "Content-Type": [ "application/json; charset=utf-8" @@ -330,29 +330,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:06:31 GMT" + "Fri, 13 Mar 2020 17:46:13 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_paas_pool\",\r\n \"name\": \"test_paas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA992D4464B\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"creationTime\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"allocationState\": \"Resizing\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"vmSize\": \"Small\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"cloudServiceConfiguration\": {\r\n \"osFamily\": \"5\",\r\n \"osVersion\": \"*\"\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"startTask\": {\r\n \"commandLine\": \"cmd.exe /c \\\"echo hello world\\\"\",\r\n \"resourceFiles\": [\r\n {\r\n \"filePath\": \"filename.txt\",\r\n \"httpUrl\": \"https://blobsource.com\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"ENV_VAR\",\r\n \"value\": \"env_value\"\r\n }\r\n ],\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"Pool\",\r\n \"elevationLevel\": \"Admin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"userAccounts\": [\r\n {\r\n \"name\": \"username\",\r\n \"elevationLevel\": \"NonAdmin\",\r\n \"windowsUserConfiguration\": {\r\n \"loginMode\": \"Interactive\"\r\n }\r\n }\r\n ],\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:31.1394891Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_paas_pool\",\r\n \"name\": \"test_paas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7766C8D6A18\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"creationTime\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"allocationState\": \"Resizing\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"vmSize\": \"Small\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"cloudServiceConfiguration\": {\r\n \"osFamily\": \"5\",\r\n \"osVersion\": \"*\"\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"startTask\": {\r\n \"commandLine\": \"cmd.exe /c \\\"echo hello world\\\"\",\r\n \"resourceFiles\": [\r\n {\r\n \"filePath\": \"filename.txt\",\r\n \"httpUrl\": \"https://blobsource.com\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"ENV_VAR\",\r\n \"value\": \"env_value\"\r\n }\r\n ],\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"Pool\",\r\n \"elevationLevel\": \"Admin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"userAccounts\": [\r\n {\r\n \"name\": \"username\",\r\n \"elevationLevel\": \"NonAdmin\",\r\n \"windowsUserConfiguration\": {\r\n \"loginMode\": \"Interactive\"\r\n }\r\n }\r\n ],\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2020-03-13T17:46:13.7489944Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfaWFhc19wb29sP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X2lhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"test_pool\",\r\n \"vmSize\": \"Standard_A1\",\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bea34b77-9a53-4761-9ff4-e6995257de79" + "b3ccfcbc-8023-4edd-92af-d71a15b58748" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,13 +369,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AA9936E6ADA\"" + "W/\"0x8D7C7766F150C53\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-request-id": [ - "5351db15-2216-4518-955a-c93bed29839c" + "bac94f43-3634-4c12-9152-1bb65dea6aee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -387,16 +387,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "77ce6bab-7ee2-45ed-a334-e508975c0b58" + "ad001c82-91b8-4637-86c7-938bac71390f" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200632Z:77ce6bab-7ee2-45ed-a334-e508975c0b58" + "WESTUS:20200313T174618Z:ad001c82-91b8-4637-86c7-938bac71390f" ], "Date": [ - "Tue, 06 Aug 2019 20:06:31 GMT" + "Fri, 13 Mar 2020 17:46:17 GMT" ], "Content-Length": [ - "1293" + "1294" ], "Content-Type": [ "application/json; charset=utf-8" @@ -405,29 +405,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:06:32 GMT" + "Fri, 13 Mar 2020 17:46:17 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA9936E6ADA\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"creationTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"allocationState\": \"Resizing\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:32.1496794Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7766F150C53\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"creationTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"allocationState\": \"Resizing\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2020-03-13T17:46:17.9933267Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "44635f04-0a29-446e-84f8-57fe0cdc5eb6" + "fb592bc3-b399-47db-9c2a-161a98b18019" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -441,7 +441,7 @@ "11998" ], "x-ms-request-id": [ - "6fb388f6-00ea-47c4-bde6-532e9e8df9fd" + "13eb1703-1988-4548-a038-dc3d8644268d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -453,16 +453,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "335776d1-6003-46ad-b015-9733db618a79" + "44f7ad85-e60a-4f8f-8192-17170c1e0ff1" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200632Z:335776d1-6003-46ad-b015-9733db618a79" + "WESTUS:20200313T174618Z:44f7ad85-e60a-4f8f-8192-17170c1e0ff1" ], "Date": [ - "Tue, 06 Aug 2019 20:06:31 GMT" + "Fri, 13 Mar 2020 17:46:17 GMT" ], "Content-Length": [ - "2826" + "2830" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,26 +471,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA9936E6ADA\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"creationTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:32.2447366Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:32.1496794Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_paas_pool\",\r\n \"name\": \"test_paas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA992D4464B\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"creationTime\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:31.1394891Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:31.2315183Z\",\r\n \"vmSize\": \"Small\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"cloudServiceConfiguration\": {\r\n \"osFamily\": \"5\",\r\n \"osVersion\": \"*\"\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"startTask\": {\r\n \"commandLine\": \"cmd.exe /c \\\"echo hello world\\\"\",\r\n \"resourceFiles\": [\r\n {\r\n \"filePath\": \"filename.txt\",\r\n \"httpUrl\": \"https://blobsource.com\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"ENV_VAR\",\r\n \"value\": \"env_value\"\r\n }\r\n ],\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"Pool\",\r\n \"elevationLevel\": \"Admin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"userAccounts\": [\r\n {\r\n \"name\": \"username\",\r\n \"elevationLevel\": \"NonAdmin\",\r\n \"windowsUserConfiguration\": {\r\n \"loginMode\": \"Interactive\"\r\n }\r\n }\r\n ],\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:31.1394891Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7766F150C53\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"creationTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"allocationState\": \"Resizing\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2020-03-13T17:46:17.9933267Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_paas_pool\",\r\n \"name\": \"test_paas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7766C8D6A18\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"creationTime\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:13.7489944Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:14.4690288Z\",\r\n \"vmSize\": \"Small\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"cloudServiceConfiguration\": {\r\n \"osFamily\": \"5\",\r\n \"osVersion\": \"*\"\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"startTask\": {\r\n \"commandLine\": \"cmd.exe /c \\\"echo hello world\\\"\",\r\n \"resourceFiles\": [\r\n {\r\n \"filePath\": \"filename.txt\",\r\n \"httpUrl\": \"https://blobsource.com\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"ENV_VAR\",\r\n \"value\": \"env_value\"\r\n }\r\n ],\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"Pool\",\r\n \"elevationLevel\": \"Admin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"userAccounts\": [\r\n {\r\n \"name\": \"username\",\r\n \"elevationLevel\": \"NonAdmin\",\r\n \"windowsUserConfiguration\": {\r\n \"loginMode\": \"Interactive\"\r\n }\r\n }\r\n ],\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2020-03-13T17:46:13.7489944Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfaWFhc19wb29sP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X2lhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "093659c9-0732-4ecb-970f-ca544fc66e32" + "dbe2345b-6130-419c-ad8a-6b6921976d7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -501,13 +501,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AA9936E6ADA\"" + "W/\"0x8D7C7766F150C53\"" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-request-id": [ - "2299cc85-047a-4fcc-970f-a98821b2d802" + "10384161-e6da-41bb-8b2e-c5fee24c53c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,16 +519,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "cdae89ad-4e02-4bb7-b1ef-b762e8a49e22" + "b645ba43-cfcf-40a4-b239-05c12949f965" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200632Z:cdae89ad-4e02-4bb7-b1ef-b762e8a49e22" + "WESTUS:20200313T174618Z:b645ba43-cfcf-40a4-b239-05c12949f965" ], "Date": [ - "Tue, 06 Aug 2019 20:06:31 GMT" + "Fri, 13 Mar 2020 17:46:17 GMT" ], "Content-Length": [ - "1291" + "1292" ], "Content-Type": [ "application/json; charset=utf-8" @@ -537,29 +537,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:06:32 GMT" + "Fri, 13 Mar 2020 17:46:17 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA9936E6ADA\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"creationTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:32.2447366Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:32.1496794Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7766F150C53\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"creationTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:18.4980685Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2020-03-13T17:46:17.9933267Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool/stopResize?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfaWFhc19wb29sL3N0b3BSZXNpemU/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool/stopResize?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X2lhYXNfcG9vbC9zdG9wUmVzaXplP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6502ad58-68fc-4b02-bb73-8fe65daf797d" + "baa50588-edd9-42e2-be12-c22478259f82" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -570,13 +570,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AA9936E6ADA\"" + "W/\"0x8D7C7766F150C53\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-request-id": [ - "17f9cbaf-1fbb-4cc6-a707-ce4f33ab319e" + "100d5f95-e6cb-4a5c-a918-b37b2234dd64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -588,16 +588,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "56d840af-cfcf-463d-a12f-45d9da1ae9e2" + "03866f8b-295f-4d2d-a8c4-2388e04295e6" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200632Z:56d840af-cfcf-463d-a12f-45d9da1ae9e2" + "WESTUS:20200313T174621Z:03866f8b-295f-4d2d-a8c4-2388e04295e6" ], "Date": [ - "Tue, 06 Aug 2019 20:06:31 GMT" + "Fri, 13 Mar 2020 17:46:20 GMT" ], "Content-Length": [ - "1291" + "1292" ], "Content-Type": [ "application/json; charset=utf-8" @@ -606,29 +606,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:06:32 GMT" + "Fri, 13 Mar 2020 17:46:17 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA9936E6ADA\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"creationTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:32.2447366Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:32.1496794Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7766F150C53\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"creationTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:18.4980685Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2020-03-13T17:46:17.9933267Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool/disableAutoScale?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfaWFhc19wb29sL2Rpc2FibGVBdXRvU2NhbGU/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool/disableAutoScale?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X2lhYXNfcG9vbC9kaXNhYmxlQXV0b1NjYWxlP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd7db123-41ca-448a-90c7-834663adf9d2" + "ebd7c6e0-1b82-4888-83c5-2bddd445057d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -639,13 +639,13 @@ "no-cache" ], "ETag": [ - "W/\"0x8D71AA99434BECB\"" + "W/\"0x8D7C7767189B8AA\"" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-request-id": [ - "da7953a3-b859-4876-a0bd-346a7ec01764" + "4d1944bb-40be-43e8-893e-323bb91a2c16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,16 +657,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "f541d014-4101-47d1-aedc-67dea0f4121b" + "7b3034b8-9560-41ae-8bca-df96ff6f67f9" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200633Z:f541d014-4101-47d1-aedc-67dea0f4121b" + "WESTUS:20200313T174622Z:7b3034b8-9560-41ae-8bca-df96ff6f67f9" ], "Date": [ - "Tue, 06 Aug 2019 20:06:32 GMT" + "Fri, 13 Mar 2020 17:46:21 GMT" ], "Content-Length": [ - "1291" + "1141" ], "Content-Type": [ "application/json; charset=utf-8" @@ -675,29 +675,29 @@ "-1" ], "Last-Modified": [ - "Tue, 06 Aug 2019 20:06:33 GMT" + "Fri, 13 Mar 2020 17:46:22 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D71AA99434BECB\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2019-08-06T20:06:33.4494411Z\",\r\n \"creationTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2019-08-06T20:06:32.1496794Z\",\r\n \"allocationState\": \"Steady\",\r\n \"allocationStateTransitionTime\": \"2019-08-06T20:06:32.2447366Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"resizeOperationStatus\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"nodeDeallocationOption\": \"Requeue\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"startTime\": \"2019-08-06T20:06:32.1496794Z\"\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool\",\r\n \"name\": \"test_iaas_pool\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/pools\",\r\n \"etag\": \"W/\\\"0x8D7C7767189B8AA\\\"\",\r\n \"properties\": {\r\n \"lastModified\": \"2020-03-13T17:46:22.1133994Z\",\r\n \"creationTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"provisioningStateTransitionTime\": \"2020-03-13T17:46:17.9933267Z\",\r\n \"allocationState\": \"Resizing\",\r\n \"allocationStateTransitionTime\": \"2020-03-13T17:46:22.1133994Z\",\r\n \"vmSize\": \"STANDARD_A1\",\r\n \"interNodeCommunication\": \"Disabled\",\r\n \"maxTasksPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"deploymentConfiguration\": {\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2016-Datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSkuId\": \"batch.node.windows amd64\",\r\n \"windowsConfiguration\": {\r\n \"enableAutomaticUpdates\": true\r\n }\r\n }\r\n },\r\n \"scaleSettings\": {\r\n \"fixedScale\": {\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeTimeout\": \"PT15M\"\r\n }\r\n },\r\n \"currentDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_paas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfcGFhc19wb29sP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_paas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X3BhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b425051f-4890-4cbb-bdef-55278f52a8db" + "0eaedab6-aaee-4237-85a8-cbd4fe2aa604" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -708,13 +708,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/poolOperationResults/delete-test_paas_pool?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/poolOperationResults/delete-test_paas_pool?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "85ac6c2d-9033-42ba-9784-e7d563aca39e" + "acaa767b-bd94-4002-9846-bb7ceb6792b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -729,13 +729,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "00e8a447-f293-4c74-9704-343dc98ca388" + "73bdd113-83e3-428c-a8db-faf6590da4f4" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200633Z:00e8a447-f293-4c74-9704-343dc98ca388" + "WESTUS:20200313T174622Z:73bdd113-83e3-428c-a8db-faf6590da4f4" ], "Date": [ - "Tue, 06 Aug 2019 20:06:32 GMT" + "Fri, 13 Mar 2020 17:46:21 GMT" ], "Expires": [ "-1" @@ -748,16 +748,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/poolOperationResults/delete-test_paas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xPcGVyYXRpb25SZXN1bHRzL2RlbGV0ZS10ZXN0X3BhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/poolOperationResults/delete-test_paas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29sT3BlcmF0aW9uUmVzdWx0cy9kZWxldGUtdGVzdF9wYWFzX3Bvb2w/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -768,7 +768,7 @@ "no-cache" ], "x-ms-request-id": [ - "5f012c70-f2ea-4cb0-ac33-cc051e9dae35" + "2031a53c-6b1c-4adf-8d8c-df52e71f57d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -776,20 +776,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "935377c8-70d2-4890-834d-f162bfb03f51" + "62fbd37e-2260-45c9-bc37-b0d7aa26430e" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200648Z:935377c8-70d2-4890-834d-f162bfb03f51" + "WESTUS:20200313T174637Z:62fbd37e-2260-45c9-bc37-b0d7aa26430e" ], "Date": [ - "Tue, 06 Aug 2019 20:06:48 GMT" + "Fri, 13 Mar 2020 17:46:36 GMT" ], "Expires": [ "-1" @@ -802,16 +802,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/poolOperationResults/delete-test_paas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xPcGVyYXRpb25SZXN1bHRzL2RlbGV0ZS10ZXN0X3BhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/poolOperationResults/delete-test_paas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29sT3BlcmF0aW9uUmVzdWx0cy9kZWxldGUtdGVzdF9wYWFzX3Bvb2w/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -822,7 +822,7 @@ "no-cache" ], "x-ms-request-id": [ - "6b5b23ce-ab28-4bcc-a3c3-9641cb5b162e" + "0bff09ea-df84-44f0-91d4-e1061a230b25" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -837,13 +837,13 @@ "11995" ], "x-ms-correlation-request-id": [ - "250b2801-e511-47d9-bbc2-f3327a09531c" + "5bf065ac-9933-4b9f-8109-ae723101e704" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200649Z:250b2801-e511-47d9-bbc2-f3327a09531c" + "WESTUS:20200313T174638Z:5bf065ac-9933-4b9f-8109-ae723101e704" ], "Date": [ - "Tue, 06 Aug 2019 20:06:48 GMT" + "Fri, 13 Mar 2020 17:46:37 GMT" ], "Expires": [ "-1" @@ -856,22 +856,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_iaas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfaWFhc19wb29sP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_iaas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X2lhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "757c7727-08c7-4bcd-8086-b7d04004a122" + "b2bdb638-d470-470c-a59f-24193733d3e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -882,13 +882,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/poolOperationResults/delete-test_iaas_pool?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/poolOperationResults/delete-test_iaas_pool?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "4ccd4d65-e312-478b-97d6-f89fec0bf8a5" + "b15a94d1-ee85-44c0-9b8e-0dda21ea8773" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -903,13 +903,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "4b65530f-6d39-4b0c-ac47-ae165540d5a0" + "385181d9-0d00-4431-aa52-887abe6206a4" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200649Z:4b65530f-6d39-4b0c-ac47-ae165540d5a0" + "WESTUS:20200313T174638Z:385181d9-0d00-4431-aa52-887abe6206a4" ], "Date": [ - "Tue, 06 Aug 2019 20:06:48 GMT" + "Fri, 13 Mar 2020 17:46:37 GMT" ], "Expires": [ "-1" @@ -922,16 +922,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/poolOperationResults/delete-test_iaas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xPcGVyYXRpb25SZXN1bHRzL2RlbGV0ZS10ZXN0X2lhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/poolOperationResults/delete-test_iaas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29sT3BlcmF0aW9uUmVzdWx0cy9kZWxldGUtdGVzdF9pYWFzX3Bvb2w/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -942,7 +942,7 @@ "no-cache" ], "x-ms-request-id": [ - "86a3f498-7841-4fc1-827b-e152c03c587e" + "e54239bb-74a7-4f21-b3ba-1b66e8417046" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -957,13 +957,13 @@ "11994" ], "x-ms-correlation-request-id": [ - "e900c7e2-8a48-4552-b127-5e136dfe728b" + "8faa6b0e-e962-41c8-a989-87bbd7e5b4ac" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200704Z:e900c7e2-8a48-4552-b127-5e136dfe728b" + "WESTUS:20200313T174653Z:8faa6b0e-e962-41c8-a989-87bbd7e5b4ac" ], "Date": [ - "Tue, 06 Aug 2019 20:07:04 GMT" + "Fri, 13 Mar 2020 17:46:53 GMT" ], "Expires": [ "-1" @@ -976,16 +976,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/poolOperationResults/delete-test_iaas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xPcGVyYXRpb25SZXN1bHRzL2RlbGV0ZS10ZXN0X2lhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDE5LTA4LTAx", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/poolOperationResults/delete-test_iaas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29sT3BlcmF0aW9uUmVzdWx0cy9kZWxldGUtdGVzdF9pYWFzX3Bvb2w/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -996,7 +996,7 @@ "no-cache" ], "x-ms-request-id": [ - "7098971f-938c-48bd-b348-cf5a71142908" + "27537861-0e0d-41af-8740-9df5f81d6ec4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1011,13 +1011,13 @@ "11993" ], "x-ms-correlation-request-id": [ - "f62b303b-da1e-40bf-8e75-a5fd5d563ba5" + "79da7e96-afa1-4d5a-bd82-34bbd71230c0" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200704Z:f62b303b-da1e-40bf-8e75-a5fd5d563ba5" + "WESTUS:20200313T174654Z:79da7e96-afa1-4d5a-bd82-34bbd71230c0" ], "Date": [ - "Tue, 06 Aug 2019 20:07:04 GMT" + "Fri, 13 Mar 2020 17:46:53 GMT" ], "Expires": [ "-1" @@ -1030,22 +1030,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937/pools/test_paas_pool?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3L3Bvb2xzL3Rlc3RfcGFhc19wb29sP2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918/pools/test_paas_pool?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOC9wb29scy90ZXN0X3BhYXNfcG9vbD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58ed92eb-c52b-4857-97b5-74175470c715" + "5f3a162e-8329-4606-919c-2ca8b33a415d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1059,7 +1059,7 @@ "11992" ], "x-ms-request-id": [ - "177f2e64-43bb-4984-813c-23e08d8d371b" + "e06bde6c-83c6-42ca-b37e-b5eab629a01a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1071,13 +1071,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "077dc700-e586-4185-a4ec-64fa2b6d0a68" + "bf192551-6aae-4f4a-8b81-10aaa8da2eb7" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200704Z:077dc700-e586-4185-a4ec-64fa2b6d0a68" + "WESTUS:20200313T174703Z:bf192551-6aae-4f4a-8b81-10aaa8da2eb7" ], "Date": [ - "Tue, 06 Aug 2019 20:07:04 GMT" + "Fri, 13 Mar 2020 17:47:02 GMT" ], "Content-Length": [ "187" @@ -1089,26 +1089,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"PoolNotFound\",\r\n \"message\": \"The specified pool does not exist.\\nRequestId:177f2e64-43bb-4984-813c-23e08d8d371b\\nTime:2019-08-06T20:07:04.5720284Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"PoolNotFound\",\r\n \"message\": \"The specified pool does not exist.\\nRequestId:e06bde6c-83c6-42ca-b37e-b5eab629a01a\\nTime:2020-03-13T17:47:03.6948030Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet164/providers/Microsoft.Batch/batchAccounts/azsmnet1937?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQxNjQvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2F6c21uZXQxOTM3P2FwaS12ZXJzaW9uPTIwMTktMDgtMDE=", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourceGroups/azsmnet6300/providers/Microsoft.Batch/batchAccounts/azsmnet8918?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlR3JvdXBzL2F6c21uZXQ2MzAwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9henNtbmV0ODkxOD9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe8059b9-23cf-4960-a13e-d3b3c8fe1d9a" + "0b6be313-de97-4959-862f-5a15c8d81532" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1119,13 +1119,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "7588fab0-e267-43f1-a48d-ca01c2fdd6a1" + "a4240da6-ef18-4cf1-a4b8-c28721b692e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1140,13 +1140,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "3b35c87e-6c67-4909-ada5-f036efc7c3a8" + "1333bf99-5761-401e-8c89-c53f14f6d35a" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200705Z:3b35c87e-6c67-4909-ada5-f036efc7c3a8" + "WESTUS:20200313T174705Z:1333bf99-5761-401e-8c89-c53f14f6d35a" ], "Date": [ - "Tue, 06 Aug 2019 20:07:04 GMT" + "Fri, 13 Mar 2020 17:47:04 GMT" ], "Expires": [ "-1" @@ -1159,16 +1159,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1179,13 +1179,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "f2588670-c826-4122-b568-cb32099f591f" + "47f7e04a-e1dd-4d10-bdaf-b5379d6c0eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1200,13 +1200,13 @@ "11991" ], "x-ms-correlation-request-id": [ - "00ec41e9-800c-4635-899c-b2d121c1bc33" + "4a330055-8f07-4e02-b6ab-a8ce084b18db" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200720Z:00ec41e9-800c-4635-899c-b2d121c1bc33" + "WESTUS:20200313T174720Z:4a330055-8f07-4e02-b6ab-a8ce084b18db" ], "Date": [ - "Tue, 06 Aug 2019 20:07:19 GMT" + "Fri, 13 Mar 2020 17:47:20 GMT" ], "Expires": [ "-1" @@ -1219,16 +1219,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1239,13 +1239,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "ff934dc8-2716-4df8-aba7-b3dc56cab182" + "2d0b752f-58f8-4793-be78-8a596f8040c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1260,13 +1260,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "11861774-39f1-4829-845d-437524423d91" + "08f5dcdb-d8d0-4ef2-84e9-52dd704bb097" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200735Z:11861774-39f1-4829-845d-437524423d91" + "WESTUS:20200313T174736Z:08f5dcdb-d8d0-4ef2-84e9-52dd704bb097" ], "Date": [ - "Tue, 06 Aug 2019 20:07:34 GMT" + "Fri, 13 Mar 2020 17:47:36 GMT" ], "Expires": [ "-1" @@ -1279,16 +1279,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1299,13 +1299,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "f0fa692a-6f34-4082-9056-6d740f5abc10" + "304075af-4bfc-4a2c-9ad1-6d6a5b159f37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1320,13 +1320,13 @@ "11989" ], "x-ms-correlation-request-id": [ - "acf5e629-3774-4edf-bccf-d6b5d64afd7e" + "fd546e8e-4f6d-4c59-b29d-2280d7c597af" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200750Z:acf5e629-3774-4edf-bccf-d6b5d64afd7e" + "WESTUS:20200313T174751Z:fd546e8e-4f6d-4c59-b29d-2280d7c597af" ], "Date": [ - "Tue, 06 Aug 2019 20:07:50 GMT" + "Fri, 13 Mar 2020 17:47:51 GMT" ], "Expires": [ "-1" @@ -1339,16 +1339,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1359,13 +1359,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "2065d162-5c91-4695-a449-031aff59360d" + "5c50f7d0-c6bc-4e7c-84e2-655901c37bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1380,13 +1380,13 @@ "11988" ], "x-ms-correlation-request-id": [ - "ec9ab28b-0790-4f83-8af3-f254d7778cd0" + "c1370024-e0a4-4ad9-ae2e-3e27c6fc4e39" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200806Z:ec9ab28b-0790-4f83-8af3-f254d7778cd0" + "WESTUS:20200313T174807Z:c1370024-e0a4-4ad9-ae2e-3e27c6fc4e39" ], "Date": [ - "Tue, 06 Aug 2019 20:08:05 GMT" + "Fri, 13 Mar 2020 17:48:06 GMT" ], "Expires": [ "-1" @@ -1399,16 +1399,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1419,13 +1419,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "090254c4-a630-4bda-a678-ff0712edf8fd" + "9d4c67c9-b311-4bc2-9937-e6012ba21e31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1440,13 +1440,13 @@ "11987" ], "x-ms-correlation-request-id": [ - "d9337a93-0078-49a1-b148-6d225f349d40" + "a4686519-d152-4e39-9c88-8e56ba279de7" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200821Z:d9337a93-0078-49a1-b148-6d225f349d40" + "WESTUS:20200313T174822Z:a4686519-d152-4e39-9c88-8e56ba279de7" ], "Date": [ - "Tue, 06 Aug 2019 20:08:20 GMT" + "Fri, 13 Mar 2020 17:48:21 GMT" ], "Expires": [ "-1" @@ -1459,16 +1459,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1479,13 +1479,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "b359cf8c-e895-4dcd-80e7-70778550008a" + "7b66f693-9c79-4abe-bd4b-ec561e17afcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1493,20 +1493,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "9e4269ca-d5ad-4f70-adf2-ab6edc178e58" + "62dd2df2-ed51-46a8-8ceb-833cf0312e35" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200836Z:9e4269ca-d5ad-4f70-adf2-ab6edc178e58" + "WESTUS:20200313T174837Z:62dd2df2-ed51-46a8-8ceb-833cf0312e35" ], "Date": [ - "Tue, 06 Aug 2019 20:08:35 GMT" + "Fri, 13 Mar 2020 17:48:37 GMT" ], "Expires": [ "-1" @@ -1519,16 +1519,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1539,13 +1539,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "ea856f60-1572-4f2f-a22b-9e9de403f182" + "459e65b7-ec4c-4c6c-8c48-048b8af98a00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1560,13 +1560,13 @@ "11985" ], "x-ms-correlation-request-id": [ - "2eb91b3a-636b-4aa5-8091-d49720c10eb7" + "6b8702eb-5573-4370-a6d9-586473bec9b8" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200851Z:2eb91b3a-636b-4aa5-8091-d49720c10eb7" + "WESTUS:20200313T174853Z:6b8702eb-5573-4370-a6d9-586473bec9b8" ], "Date": [ - "Tue, 06 Aug 2019 20:08:50 GMT" + "Fri, 13 Mar 2020 17:48:52 GMT" ], "Expires": [ "-1" @@ -1579,16 +1579,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1599,13 +1599,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "c82825aa-b081-4e07-822f-1b440d1935b4" + "f287e786-b53e-4658-8528-efab21018a6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1613,20 +1613,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], "x-ms-correlation-request-id": [ - "e86aa6c7-e910-4375-bf0b-9f352686da6b" + "41cdb678-bf1a-4f68-bc14-570600492fdc" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200906Z:e86aa6c7-e910-4375-bf0b-9f352686da6b" + "WESTUS:20200313T174908Z:41cdb678-bf1a-4f68-bc14-570600492fdc" ], "Date": [ - "Tue, 06 Aug 2019 20:09:05 GMT" + "Fri, 13 Mar 2020 17:49:07 GMT" ], "Expires": [ "-1" @@ -1639,16 +1639,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1659,13 +1659,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "a1d6f4b6-8cbe-4efb-b12a-4a40df8e06fd" + "cd0f316c-490b-47c5-9d3d-470def698211" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1680,13 +1680,13 @@ "11983" ], "x-ms-correlation-request-id": [ - "a6302129-0b38-405e-8834-e7154e01f65e" + "1d16863b-ec6d-43b2-a3be-ace444f709f7" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200921Z:a6302129-0b38-405e-8834-e7154e01f65e" + "WESTUS:20200313T174923Z:1d16863b-ec6d-43b2-a3be-ace444f709f7" ], "Date": [ - "Tue, 06 Aug 2019 20:09:21 GMT" + "Fri, 13 Mar 2020 17:49:23 GMT" ], "Expires": [ "-1" @@ -1699,16 +1699,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1719,13 +1719,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "1d493e61-d02a-4726-8281-ae0afba600ed" + "586e9ec4-01b8-497e-9c79-a0e2ec5e98ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1733,20 +1733,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "ddfb98ac-c5ed-449f-aea1-d83b84e04947" + "00e808f0-eb86-4d93-84cf-0fb29c669284" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200936Z:ddfb98ac-c5ed-449f-aea1-d83b84e04947" + "WESTUS:20200313T174939Z:00e808f0-eb86-4d93-84cf-0fb29c669284" ], "Date": [ - "Tue, 06 Aug 2019 20:09:36 GMT" + "Fri, 13 Mar 2020 17:49:38 GMT" ], "Expires": [ "-1" @@ -1759,16 +1759,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1779,13 +1779,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "68b51fda-e8ef-4801-83ca-108fa745ced4" + "e7f0ef55-7426-4398-aa0d-5ead4eeba0a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1800,13 +1800,13 @@ "11981" ], "x-ms-correlation-request-id": [ - "4722ed1b-6ef7-45e9-9889-ef656ad11d5d" + "67143a4b-3ef6-49ec-9a7f-2f3d5b7b6ddc" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T200952Z:4722ed1b-6ef7-45e9-9889-ef656ad11d5d" + "WESTUS:20200313T174954Z:67143a4b-3ef6-49ec-9a7f-2f3d5b7b6ddc" ], "Date": [ - "Tue, 06 Aug 2019 20:09:51 GMT" + "Fri, 13 Mar 2020 17:49:54 GMT" ], "Expires": [ "-1" @@ -1819,16 +1819,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1839,13 +1839,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "6e30eaa1-f803-4c85-ac3d-89853971afd1" + "e649b377-9b97-423c-bad0-134d0f76a585" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1860,13 +1860,13 @@ "11980" ], "x-ms-correlation-request-id": [ - "862d3b1e-b401-41bb-bcc0-c9fe1e484d71" + "de3145bd-b552-47c6-aa8f-0e10c34265ce" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201007Z:862d3b1e-b401-41bb-bcc0-c9fe1e484d71" + "WESTUS:20200313T175009Z:de3145bd-b552-47c6-aa8f-0e10c34265ce" ], "Date": [ - "Tue, 06 Aug 2019 20:10:06 GMT" + "Fri, 13 Mar 2020 17:50:09 GMT" ], "Expires": [ "-1" @@ -1879,16 +1879,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1899,13 +1899,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "6d0d4b6b-8ea6-4453-af7f-09b8616e1e41" + "f456d745-9b8d-4925-8307-727465e53321" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,13 +1920,13 @@ "11979" ], "x-ms-correlation-request-id": [ - "813a2028-3ed3-4a24-ab33-f78e764aa96e" + "1420f5ff-8bf0-4293-8b94-b7e611673e43" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201022Z:813a2028-3ed3-4a24-ab33-f78e764aa96e" + "WESTUS:20200313T175025Z:1420f5ff-8bf0-4293-8b94-b7e611673e43" ], "Date": [ - "Tue, 06 Aug 2019 20:10:21 GMT" + "Fri, 13 Mar 2020 17:50:24 GMT" ], "Expires": [ "-1" @@ -1939,16 +1939,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -1959,13 +1959,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "a20f648e-e043-4ebd-9097-0080b5c2f882" + "94e404ae-e9c5-48bf-9e80-888a1253484c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1980,13 +1980,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "216a02e4-e5c0-4ed1-b335-1f1a77549b52" + "fdb836fa-b613-495f-805c-c0fbbd3ca737" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201037Z:216a02e4-e5c0-4ed1-b335-1f1a77549b52" + "WESTUS:20200313T175040Z:fdb836fa-b613-495f-805c-c0fbbd3ca737" ], "Date": [ - "Tue, 06 Aug 2019 20:10:36 GMT" + "Fri, 13 Mar 2020 17:50:39 GMT" ], "Expires": [ "-1" @@ -1999,16 +1999,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2019,13 +2019,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "3bf55ee1-48a4-4d77-80e8-54c73beebec8" + "59f0435f-d2e8-4680-a224-4f02f05cc9fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2040,13 +2040,13 @@ "11977" ], "x-ms-correlation-request-id": [ - "99c9ca1d-8dbd-4e00-bcd4-90eda0581606" + "9203b00e-c849-480e-8d5d-3f13dbfbaf69" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201052Z:99c9ca1d-8dbd-4e00-bcd4-90eda0581606" + "WESTUS:20200313T175056Z:9203b00e-c849-480e-8d5d-3f13dbfbaf69" ], "Date": [ - "Tue, 06 Aug 2019 20:10:52 GMT" + "Fri, 13 Mar 2020 17:50:55 GMT" ], "Expires": [ "-1" @@ -2059,16 +2059,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2079,13 +2079,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "14c533c8-76b0-4de7-8091-70ecbe013cf9" + "4e7d99ff-d95b-46be-93e5-fc2a307e5bb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2100,13 +2100,13 @@ "11976" ], "x-ms-correlation-request-id": [ - "30c94e2d-e164-4721-bb67-07fab45455b2" + "6949cd3c-22c6-47b0-b688-990a28494880" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201107Z:30c94e2d-e164-4721-bb67-07fab45455b2" + "WESTUS:20200313T175111Z:6949cd3c-22c6-47b0-b688-990a28494880" ], "Date": [ - "Tue, 06 Aug 2019 20:11:07 GMT" + "Fri, 13 Mar 2020 17:51:10 GMT" ], "Expires": [ "-1" @@ -2119,16 +2119,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2139,13 +2139,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "e35d50d2-0045-4fbe-9fa1-6f426e5c5b3e" + "2e2fe832-1204-4b6d-aa0a-9f44a5a21504" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2160,13 +2160,13 @@ "11975" ], "x-ms-correlation-request-id": [ - "37379472-732b-4651-9e72-0034b58ea939" + "db637568-140c-4eaa-92ae-63c9ae51c4dc" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201122Z:37379472-732b-4651-9e72-0034b58ea939" + "WESTUS:20200313T175126Z:db637568-140c-4eaa-92ae-63c9ae51c4dc" ], "Date": [ - "Tue, 06 Aug 2019 20:11:22 GMT" + "Fri, 13 Mar 2020 17:51:25 GMT" ], "Expires": [ "-1" @@ -2179,16 +2179,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2199,13 +2199,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "3dcd81ce-5758-49d4-946d-054237bbef9b" + "514a3427-aff6-4776-8623-588a0366c58c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2213,20 +2213,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "79b092b5-fa10-4cde-acdf-bcc1c45644e7" + "59190513-4089-4727-be01-0c7f07d91b70" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201137Z:79b092b5-fa10-4cde-acdf-bcc1c45644e7" + "WESTUS:20200313T175142Z:59190513-4089-4727-be01-0c7f07d91b70" ], "Date": [ - "Tue, 06 Aug 2019 20:11:37 GMT" + "Fri, 13 Mar 2020 17:51:41 GMT" ], "Expires": [ "-1" @@ -2239,16 +2239,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2259,13 +2259,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "e05b6b64-c312-4043-8bb5-75c258bfbde7" + "560f58f5-6af3-4e46-b9bb-2b7736833cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2280,13 +2280,13 @@ "11973" ], "x-ms-correlation-request-id": [ - "521edfc7-db03-4500-89b4-fcfb90442896" + "65c9ddc4-377b-4425-be71-76b83b6738d8" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201153Z:521edfc7-db03-4500-89b4-fcfb90442896" + "WESTUS:20200313T175157Z:65c9ddc4-377b-4425-be71-76b83b6738d8" ], "Date": [ - "Tue, 06 Aug 2019 20:11:52 GMT" + "Fri, 13 Mar 2020 17:51:57 GMT" ], "Expires": [ "-1" @@ -2299,16 +2299,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2319,13 +2319,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "a4a739bf-fb75-4cd1-aae9-f6759fe19b63" + "3d72744a-c537-4523-9a8c-4aa48dd30f48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2333,20 +2333,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], "x-ms-correlation-request-id": [ - "610a8f37-da65-46bb-a191-27002f5272ec" + "5908f5af-b5fd-4a2d-b347-4e5bcc2e57d6" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201208Z:610a8f37-da65-46bb-a191-27002f5272ec" + "WESTUS:20200313T175212Z:5908f5af-b5fd-4a2d-b347-4e5bcc2e57d6" ], "Date": [ - "Tue, 06 Aug 2019 20:12:07 GMT" + "Fri, 13 Mar 2020 17:52:12 GMT" ], "Expires": [ "-1" @@ -2359,16 +2359,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2379,13 +2379,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "d88830de-1d3e-404b-ba8f-3d6c9ca8d105" + "4097afa3-2a26-4163-9733-9c652048e70b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2400,13 +2400,13 @@ "11971" ], "x-ms-correlation-request-id": [ - "f89bd4cb-4150-4a25-ac3b-e6a7cb9ecf4b" + "8d76d393-1d34-4fc1-aab1-0120316dc7c2" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201223Z:f89bd4cb-4150-4a25-ac3b-e6a7cb9ecf4b" + "WESTUS:20200313T175228Z:8d76d393-1d34-4fc1-aab1-0120316dc7c2" ], "Date": [ - "Tue, 06 Aug 2019 20:12:23 GMT" + "Fri, 13 Mar 2020 17:52:27 GMT" ], "Expires": [ "-1" @@ -2419,16 +2419,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2438,14 +2438,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" - ], - "Retry-After": [ - "15" - ], "x-ms-request-id": [ - "49ecd95a-af82-4717-a6e4-92f9039fbabd" + "60436797-e74b-4ad5-881c-9771ce28c6be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2453,20 +2447,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "d2da7c11-8c5b-4b69-91ee-67e3b0b92c6d" + "73392cdf-3b2d-483b-8753-46e025281345" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201238Z:d2da7c11-8c5b-4b69-91ee-67e3b0b92c6d" + "WESTUS:20200313T175243Z:73392cdf-3b2d-483b-8753-46e025281345" ], "Date": [ - "Tue, 06 Aug 2019 20:12:38 GMT" + "Fri, 13 Mar 2020 17:52:42 GMT" ], "Expires": [ "-1" @@ -2476,19 +2470,19 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet8918-a4240da6-ef18-4cf1-a4b8-c28721b692e9?api-version=2020-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0ODkxOC1hNDI0MGRhNi1lZjE4LTRjZjEtYTRiOC1jMjg3MjFiNjkyZTk/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.Batch.BatchManagementClient/9.0.0.0" ] }, "ResponseHeaders": { @@ -2498,14 +2492,8 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01" - ], - "Retry-After": [ - "15" - ], "x-ms-request-id": [ - "645f555c-38a5-4993-bdf3-4a49f2f20ac4" + "b1e53203-452d-4e92-a76e-44ca64bb2b24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2520,13 +2508,13 @@ "11969" ], "x-ms-correlation-request-id": [ - "dd0b89d9-0494-48a9-991a-713353e5094a" + "78a87453-3f6b-416c-9aad-6f5b24d6e555" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201253Z:dd0b89d9-0494-48a9-991a-713353e5094a" + "WESTUS:20200313T175243Z:78a87453-3f6b-416c-9aad-6f5b24d6e555" ], "Date": [ - "Tue, 06 Aug 2019 20:12:53 GMT" + "Fri, 13 Mar 2020 17:52:43 GMT" ], "Expires": [ "-1" @@ -2536,19 +2524,25 @@ ] }, "ResponseBody": "", - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet6300?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQ2MzAwP2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "96a7577d-b625-472f-9d4c-91a187d7b6e8" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2558,29 +2552,32 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "ef8b5c85-e938-4e17-86e1-ee86df5f0f56" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "Location": [ + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], - "X-Content-Type-Options": [ - "nosniff" + "Retry-After": [ + "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "x-ms-request-id": [ + "e8d15d85-c8ec-466e-a119-4b973c932473" ], "x-ms-correlation-request-id": [ - "a05d3cfd-6e7e-4e0b-924b-722a3cc64e5b" + "e8d15d85-c8ec-466e-a119-4b973c932473" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201308Z:a05d3cfd-6e7e-4e0b-924b-722a3cc64e5b" + "WESTUS:20200313T175250Z:e8d15d85-c8ec-466e-a119-4b973c932473" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:08 GMT" + "Fri, 13 Mar 2020 17:52:49 GMT" ], "Expires": [ "-1" @@ -2590,19 +2587,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/providers/Microsoft.Batch/locations/eastus/accountOperationResults/azsmnet1937-7588fab0-e267-43f1-a48d-ca01c2fdd6a1?api-version=2019-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL2Vhc3R1cy9hY2NvdW50T3BlcmF0aW9uUmVzdWx0cy9henNtbmV0MTkzNy03NTg4ZmFiMC1lMjY3LTQzZjEtYTQ4ZC1jYTAxYzJmZGQ2YTE/YXBpLXZlcnNpb249MjAxOS0wOC0wMQ==", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOak13TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", - "Microsoft.Azure.Management.Batch.BatchManagementClient/8.0.0.0" + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, "ResponseHeaders": { @@ -2612,29 +2609,32 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "bc15cf22-4112-4b29-b1dd-5bf7cba81b75" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" + "Location": [ + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Retry-After": [ + "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11999" + ], + "x-ms-request-id": [ + "aefd8352-1541-47f9-ae7c-4ab03b581d50" ], "x-ms-correlation-request-id": [ - "32ae6c0e-d039-4596-9a86-ac1c3e7312aa" + "aefd8352-1541-47f9-ae7c-4ab03b581d50" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201308Z:32ae6c0e-d039-4596-9a86-ac1c3e7312aa" + "WESTUS:20200313T175305Z:aefd8352-1541-47f9-ae7c-4ab03b581d50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:08 GMT" + "Fri, 13 Mar 2020 17:53:05 GMT" ], "Expires": [ "-1" @@ -2644,24 +2644,18 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/resourcegroups/azsmnet164?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L3Jlc291cmNlZ3JvdXBzL2F6c21uZXQxNjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOak13TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "51eca602-186a-46de-a293-1dd351fe24dc" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2673,22 +2667,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "x-ms-request-id": [ - "ceae88be-3059-4154-a8f1-b29ba916a3a9" + "defd9a50-0693-4923-849a-ed691e710243" ], "x-ms-correlation-request-id": [ - "ceae88be-3059-4154-a8f1-b29ba916a3a9" + "defd9a50-0693-4923-849a-ed691e710243" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201311Z:ceae88be-3059-4154-a8f1-b29ba916a3a9" + "WESTUS:20200313T175320Z:defd9a50-0693-4923-849a-ed691e710243" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2697,7 +2691,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:11 GMT" + "Fri, 13 Mar 2020 17:53:20 GMT" ], "Expires": [ "-1" @@ -2710,15 +2704,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNVFkwTFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOak13TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2730,22 +2724,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "2bec1565-2c35-4d09-8b91-20e60d96052d" + "8052ab83-0dee-4895-920c-03a554eac99a" ], "x-ms-correlation-request-id": [ - "2bec1565-2c35-4d09-8b91-20e60d96052d" + "8052ab83-0dee-4895-920c-03a554eac99a" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201326Z:2bec1565-2c35-4d09-8b91-20e60d96052d" + "WESTUS:20200313T175336Z:8052ab83-0dee-4895-920c-03a554eac99a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2754,7 +2748,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:26 GMT" + "Fri, 13 Mar 2020 17:53:35 GMT" ], "Expires": [ "-1" @@ -2767,15 +2761,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNVFkwTFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOak13TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2787,22 +2781,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10" + "https://management.azure.com/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11996" ], "x-ms-request-id": [ - "396f9345-17dd-458e-9b37-1cca0cead452" + "44c19d0a-9292-435e-8e87-d84e328f41c5" ], "x-ms-correlation-request-id": [ - "396f9345-17dd-458e-9b37-1cca0cead452" + "44c19d0a-9292-435e-8e87-d84e328f41c5" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201341Z:396f9345-17dd-458e-9b37-1cca0cead452" + "WESTUS:20200313T175351Z:44c19d0a-9292-435e-8e87-d84e328f41c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2811,7 +2805,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:41 GMT" + "Fri, 13 Mar 2020 17:53:51 GMT" ], "Expires": [ "-1" @@ -2824,15 +2818,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNVFkwTFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOak13TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2844,16 +2838,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11995" ], "x-ms-request-id": [ - "c4c3e436-e37b-4a12-8012-f8cf693367f6" + "1b2d7bea-223c-412b-9479-36745665f25b" ], "x-ms-correlation-request-id": [ - "c4c3e436-e37b-4a12-8012-f8cf693367f6" + "1b2d7bea-223c-412b-9479-36745665f25b" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201356Z:c4c3e436-e37b-4a12-8012-f8cf693367f6" + "WESTUS:20200313T175406Z:1b2d7bea-223c-412b-9479-36745665f25b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2862,7 +2856,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:56 GMT" + "Fri, 13 Mar 2020 17:54:06 GMT" ], "Expires": [ "-1" @@ -2875,15 +2869,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUMTY0LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVNVFkwTFVWQlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2laV0Z6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/2915bbd6-1252-405f-8173-6c00428146d9/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BWlNNTkVUNjMwMC1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjkxNWJiZDYtMTI1Mi00MDVmLTgxNzMtNmMwMDQyODE0NmQ5L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCV2xOTlRrVlVOak13TUMxRlFWTlVWVk1pTENKcWIySk1iMk5oZEdsdmJpSTZJbVZoYzNSMWN5Sjk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.01", + "FxVersion/4.6.28325.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18362.", + "OSVersion/Microsoft.Windows.10.0.18363.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ] }, @@ -2895,16 +2889,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11994" ], "x-ms-request-id": [ - "bc92df7d-e71e-415d-9bc2-60df4d15926d" + "73fefe26-dc19-4a62-9b7e-8e429051cce5" ], "x-ms-correlation-request-id": [ - "bc92df7d-e71e-415d-9bc2-60df4d15926d" + "73fefe26-dc19-4a62-9b7e-8e429051cce5" ], "x-ms-routing-request-id": [ - "WESTUS:20190806T201356Z:bc92df7d-e71e-415d-9bc2-60df4d15926d" + "WESTUS:20200313T175407Z:73fefe26-dc19-4a62-9b7e-8e429051cce5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2913,7 +2907,7 @@ "nosniff" ], "Date": [ - "Tue, 06 Aug 2019 20:13:56 GMT" + "Fri, 13 Mar 2020 17:54:06 GMT" ], "Expires": [ "-1" @@ -2928,8 +2922,8 @@ ], "Names": { "BatchPoolEndToEndAsync": [ - "azsmnet164", - "azsmnet1937" + "azsmnet6300", + "azsmnet8918" ] }, "Variables": {