diff --git a/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperations.cs index 709c9e26f6b6..528cccd10319 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperations.cs @@ -349,6 +349,9 @@ internal ApplicationPackageOperations (BatchManagementClient client) /// /// The version of the application. /// + /// + /// The tags of the resource. + /// /// /// Headers that will be added to request. /// @@ -370,7 +373,7 @@ internal ApplicationPackageOperations (BatchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string applicationName, string versionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string applicationName, string versionName, System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { @@ -449,6 +452,10 @@ internal ApplicationPackageOperations (BatchManagementClient client) } ApplicationPackage parameters = new ApplicationPackage(); + if(tags != null) + { + parameters.Tags = tags; + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperationsExtensions.cs b/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperationsExtensions.cs index 34c9024b3036..724c4c711e8b 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperationsExtensions.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/ApplicationPackageOperationsExtensions.cs @@ -89,9 +89,9 @@ public static ApplicationPackage Activate(this IApplicationPackageOperations ope /// /// The version of the application. /// - public static ApplicationPackage Create(this IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, string versionName) + public static ApplicationPackage Create(this IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, string versionName, System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary)) { - return ((IApplicationPackageOperations)operations).CreateAsync(resourceGroupName, accountName, applicationName, versionName).GetAwaiter().GetResult(); + return ((IApplicationPackageOperations)operations).CreateAsync(resourceGroupName, accountName, applicationName, versionName, tags).GetAwaiter().GetResult(); } /// @@ -119,9 +119,9 @@ public static ApplicationPackage Create(this IApplicationPackageOperations opera /// /// The cancellation token. /// - public static async System.Threading.Tasks.Task CreateAsync(this IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, string versionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public static async System.Threading.Tasks.Task CreateAsync(this IApplicationPackageOperations operations, string resourceGroupName, string accountName, string applicationName, string versionName, System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - using (var _result = await operations.CreateWithHttpMessagesAsync(resourceGroupName, accountName, applicationName, versionName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateWithHttpMessagesAsync(resourceGroupName, accountName, applicationName, versionName, tags, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperations.cs index b470cb9da37c..40c384cc58db 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperations.cs @@ -2111,7 +2111,7 @@ internal BatchAccountOperations (BatchManagementClient client) /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The name of the resource group that contains the Batch account. @@ -3375,7 +3375,7 @@ internal BatchAccountOperations (BatchManagementClient client) /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperationsExtensions.cs b/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperationsExtensions.cs index 1ceac9aca4ca..1e7f5c1fcf5d 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperationsExtensions.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/BatchAccountOperationsExtensions.cs @@ -471,7 +471,7 @@ public static DetectorResponse GetDetector(this IBatchAccountOperations operatio /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The operations group for this extension method. @@ -494,7 +494,7 @@ public static Microsoft.Rest.Azure.IPage ListOutbou /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The operations group for this extension method. @@ -715,7 +715,7 @@ public static Microsoft.Rest.Azure.IPage ListDetectorsNext(thi /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The operations group for this extension method. @@ -735,7 +735,7 @@ public static Microsoft.Rest.Azure.IPage ListOutbou /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The operations group for this extension method. diff --git a/src/Batch/Batch.Management.Sdk/Generated/BatchManagementClient.cs b/src/Batch/Batch.Management.Sdk/Generated/BatchManagementClient.cs index d0654bb16452..80b6eb71a1ce 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/BatchManagementClient.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/BatchManagementClient.cs @@ -98,6 +98,10 @@ public partial class BatchManagementClient : Microsoft.Rest.ServiceClient public virtual IPoolOperations Pool { get; private set; } /// + /// Gets the INetworkSecurityPerimeterOperations + /// + public virtual INetworkSecurityPerimeterOperations NetworkSecurityPerimeter { get; private set; } + /// /// Initializes a new instance of the BatchManagementClient class. /// /// @@ -301,6 +305,9 @@ public BatchManagementClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCre /// /// Optional. The http client handler used to handle http transport. /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// /// /// Thrown when a required parameter is null /// @@ -341,8 +348,9 @@ private void Initialize() this.PrivateLinkResource = new PrivateLinkResourceOperations(this); this.PrivateEndpointConnection = new PrivateEndpointConnectionOperations(this); this.Pool = new PoolOperations(this); + this.NetworkSecurityPerimeter = new NetworkSecurityPerimeterOperations(this); this.BaseUri = new System.Uri("https://management.azure.com"); - this.ApiVersion = "2022-10-01"; + this.ApiVersion = "2024-07-01"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; this.GenerateClientRequestId = true; diff --git a/src/Batch/Batch.Management.Sdk/Generated/IApplicationPackageOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/IApplicationPackageOperations.cs index 85c81fa9f7ca..ef9cbb09fac1 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/IApplicationPackageOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/IApplicationPackageOperations.cs @@ -78,6 +78,9 @@ public partial interface IApplicationPackageOperations /// /// The version of the application. /// + /// + /// The tags of the resource. + /// /// /// The headers that will be added to request. /// @@ -90,7 +93,7 @@ public partial interface IApplicationPackageOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string applicationName, string versionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string applicationName, string versionName, System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Deletes an application package record and its associated binary file. diff --git a/src/Batch/Batch.Management.Sdk/Generated/IBatchAccountOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/IBatchAccountOperations.cs index 7bbb53b99291..2139fa6dfcfb 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/IBatchAccountOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/IBatchAccountOperations.cs @@ -336,7 +336,7 @@ public partial interface IBatchAccountOperations /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// Lists the endpoints that a Batch Compute Node under this Batch Account may @@ -345,7 +345,7 @@ public partial interface IBatchAccountOperations /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The name of the resource group that contains the Batch account. @@ -506,7 +506,7 @@ public partial interface IBatchAccountOperations /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// Lists the endpoints that a Batch Compute Node under this Batch Account may @@ -515,7 +515,7 @@ public partial interface IBatchAccountOperations /// network allows outbound access to these endpoints. Failure to allow access /// to these endpoints may cause Batch to mark the affected nodes as unusable. /// For more information about creating a pool inside of a virtual network, see - /// https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network. + /// https://learn.microsoft.com/azure/batch/batch-virtual-network. /// /// /// The NextLink from the previous successful call to List operation. diff --git a/src/Batch/Batch.Management.Sdk/Generated/IBatchManagementClient.cs b/src/Batch/Batch.Management.Sdk/Generated/IBatchManagementClient.cs index 83562fff68f6..066fc167d4aa 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/IBatchManagementClient.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/IBatchManagementClient.cs @@ -114,5 +114,10 @@ public partial interface IBatchManagementClient : System.IDisposable /// IPoolOperations Pool { get; } + /// + /// Gets the INetworkSecurityPerimeterOperations + /// + INetworkSecurityPerimeterOperations NetworkSecurityPerimeter { get; } + } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/ILocationOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/ILocationOperations.cs index d9c71c0a6ca9..71606ba55c87 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/ILocationOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/ILocationOperations.cs @@ -69,37 +69,6 @@ public partial interface ILocationOperations /// System.Threading.Tasks.Task>> ListSupportedVirtualMachineSkusWithHttpMessagesAsync(string locationName, int? maxresults = default(int?), string filter = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// The region for which to retrieve Batch service supported SKUs. - /// - /// - /// The maximum number of items to return in the response. - /// - /// - /// OData filter expression. Valid properties for filtering are "familyName". - /// - /// - /// 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 - /// - System.Threading.Tasks.Task>> ListSupportedCloudServiceSkusWithHttpMessagesAsync(string locationName, int? maxresults = default(int?), string filter = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - /// /// Checks whether the Batch account name is available in the specified region. /// @@ -151,30 +120,5 @@ public partial interface ILocationOperations /// System.Threading.Tasks.Task>> ListSupportedVirtualMachineSkusNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// 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 - /// - System.Threading.Tasks.Task>> ListSupportedCloudServiceSkusNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); - } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/INetworkSecurityPerimeterOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/INetworkSecurityPerimeterOperations.cs new file mode 100644 index 000000000000..49871b57073c --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/INetworkSecurityPerimeterOperations.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.Azure; + using Models; + + /// + /// NetworkSecurityPerimeterOperations operations. + /// + public partial interface INetworkSecurityPerimeterOperations + { + /// + /// Lists all of the NSP configurations in the specified account. + /// + /// + /// Lists all of the NSP configurations in the specified account. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch 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 + /// + System.Threading.Tasks.Task>> ListConfigurationsWithHttpMessagesAsync(string resourceGroupName, string accountName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets information about the specified NSP configuration. + /// + /// + /// Gets information about the specified NSP configuration. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The name for Network Security Perimeter configuration + /// + /// + /// 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 + /// + System.Threading.Tasks.Task> GetConfigurationWithHttpMessagesAsync(string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The name for Network Security Perimeter configuration + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task> ReconcileConfigurationWithHttpMessagesAsync(string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The name for Network Security Perimeter configuration + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task> BeginReconcileConfigurationWithHttpMessagesAsync(string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Lists all of the NSP configurations in the specified account. + /// + /// + /// Lists all of the NSP configurations 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 + /// + System.Threading.Tasks.Task>> ListConfigurationsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs index 233a6afc572b..8a5caf1d7593 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs @@ -92,9 +92,10 @@ public partial interface IPrivateEndpointConnectionOperations /// 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 private link service connection state of the private endpoint - /// connection + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. /// /// /// The headers that will be added to request. @@ -108,7 +109,7 @@ public partial interface IPrivateEndpointConnectionOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Deletes the specified private endpoint connection. @@ -157,9 +158,10 @@ public partial interface IPrivateEndpointConnectionOperations /// 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 private link service connection state of the private endpoint - /// connection + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. /// /// /// The headers that will be added to request. @@ -173,7 +175,7 @@ public partial interface IPrivateEndpointConnectionOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Deletes the specified private endpoint connection. diff --git a/src/Batch/Batch.Management.Sdk/Generated/LocationOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/LocationOperations.cs index 6ccb5b76ea2d..24fce390fb61 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/LocationOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/LocationOperations.cs @@ -463,228 +463,6 @@ internal LocationOperations (BatchManagementClient client) - } - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// The region for which to retrieve Batch service supported SKUs. - /// - /// - /// The maximum number of items to return in the response. - /// - /// - /// OData filter expression. Valid properties for filtering are "familyName". - /// - /// - /// 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 System.Threading.Tasks.Task>> ListSupportedCloudServiceSkusWithHttpMessagesAsync(string locationName, int? maxresults = default(int?), string filter = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) - { - - - - - if (locationName == null) - { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "locationName"); - } - - - - if (this.Client.ApiVersion == null) - { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - - if (this.Client.SubscriptionId == null) - { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - - // Tracing - bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); - System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); - tracingParameters.Add("locationName", locationName); - tracingParameters.Add("maxresults", maxresults); - tracingParameters.Add("filter", filter); - - - tracingParameters.Add("cancellationToken", cancellationToken); - Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListSupportedCloudServiceSkus", tracingParameters); - } - // Construct URL - - var _baseUrl = this.Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus").ToString(); - _url = _url.Replace("{locationName}", System.Uri.EscapeDataString(locationName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); - - System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); - if (maxresults != null) - { - _queryParameters.Add(string.Format("maxresults={0}", System.Uri.EscapeDataString(Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(maxresults, this.Client.SerializationSettings).Trim('"')))); - } - if (filter != null) - { - _queryParameters.Add(string.Format("$filter={0}", System.Uri.EscapeDataString(filter))); - } - if (this.Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new System.Net.Http.HttpRequestMessage(); - System.Net.Http.HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (this.Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.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 (this.Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - - System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - - if ((int)_statusCode != 200) - { - var ex = new Microsoft.Rest.Azure.CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new Microsoft.Rest.Azure.CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (Newtonsoft.Json.JsonException) - { - // Ignore the exception - } - ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new Microsoft.Rest.Azure.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 = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); - } - catch (Newtonsoft.Json.JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - - - - - } /// /// Checks whether the Batch account name is available in the specified region. @@ -1086,189 +864,6 @@ internal LocationOperations (BatchManagementClient client) - } - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// 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 System.Threading.Tasks.Task>> ListSupportedCloudServiceSkusNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) - { - - if (nextPageLink == null) - { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); - System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - - - tracingParameters.Add("cancellationToken", cancellationToken); - Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListSupportedCloudServiceSkusNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - - System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new System.Net.Http.HttpRequestMessage(); - System.Net.Http.HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (this.Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.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 (this.Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - - System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - - if ((int)_statusCode != 200) - { - var ex = new Microsoft.Rest.Azure.CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new Microsoft.Rest.Azure.CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (Newtonsoft.Json.JsonException) - { - // Ignore the exception - } - ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new Microsoft.Rest.Azure.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 = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); - } - catch (Newtonsoft.Json.JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - - - - - } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/LocationOperationsExtensions.cs b/src/Batch/Batch.Management.Sdk/Generated/LocationOperationsExtensions.cs index 0d664da956bc..34fb2c6e958c 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/LocationOperationsExtensions.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/LocationOperationsExtensions.cs @@ -95,53 +95,6 @@ public static BatchLocationQuota GetQuotas(this ILocationOperations operations, } } /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The region for which to retrieve Batch service supported SKUs. - /// - /// - /// The maximum number of items to return in the response. - /// - /// - /// OData filter expression. Valid properties for filtering are "familyName". - /// - public static Microsoft.Rest.Azure.IPage ListSupportedCloudServiceSkus(this ILocationOperations operations, string locationName, int? maxresults = default(int?), string filter = default(string)) - { - return ((ILocationOperations)operations).ListSupportedCloudServiceSkusAsync(locationName, maxresults, filter).GetAwaiter().GetResult(); - } - - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The region for which to retrieve Batch service supported SKUs. - /// - /// - /// The maximum number of items to return in the response. - /// - /// - /// OData filter expression. Valid properties for filtering are "familyName". - /// - /// - /// The cancellation token. - /// - public static async System.Threading.Tasks.Task> ListSupportedCloudServiceSkusAsync(this ILocationOperations operations, string locationName, int? maxresults = default(int?), string filter = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) - { - using (var _result = await operations.ListSupportedCloudServiceSkusWithHttpMessagesAsync(locationName, maxresults, filter, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - /// /// Checks whether the Batch account name is available in the specified region. /// /// @@ -209,40 +162,5 @@ public static Microsoft.Rest.Azure.IPage ListSupportedVirtualMachi return _result.Body; } } - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static Microsoft.Rest.Azure.IPage ListSupportedCloudServiceSkusNext(this ILocationOperations operations, string nextPageLink) - { - return ((ILocationOperations)operations).ListSupportedCloudServiceSkusNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// Gets the list of Batch supported Cloud Service VM sizes available at the - /// given location. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async System.Threading.Tasks.Task> ListSupportedCloudServiceSkusNextAsync(this ILocationOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) - { - using (var _result = await operations.ListSupportedCloudServiceSkusNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } } } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRule.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRule.cs new file mode 100644 index 000000000000..c20cab9a1ffa --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRule.cs @@ -0,0 +1,58 @@ +// 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 System.Linq; + + /// + /// Access rule in a network security perimeter configuration profile + /// + public partial class AccessRule + { + /// + /// Initializes a new instance of the AccessRule class. + /// + public AccessRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AccessRule class. + /// + + /// Name of the access rule + /// + + /// Properties of Access Rule + /// + public AccessRule(string name = default(string), AccessRuleProperties properties = default(AccessRuleProperties)) + + { + this.Name = name; + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets name of the access rule + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets properties of Access Rule + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public AccessRuleProperties Properties {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRuleDirection.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRuleDirection.cs new file mode 100644 index 000000000000..4b8ae08415fb --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRuleDirection.cs @@ -0,0 +1,25 @@ +// 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 +{ + + /// + /// Defines values for AccessRuleDirection. + /// + + + public static class AccessRuleDirection + { + /// + /// Applies to inbound network traffic to the secured resources. + /// + public const string Inbound = "Inbound"; + /// + /// Applies to outbound network traffic from the secured resources + /// + public const string Outbound = "Outbound"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRuleProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRuleProperties.cs new file mode 100644 index 000000000000..b3ab0cd63661 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRuleProperties.cs @@ -0,0 +1,108 @@ +// 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 System.Linq; + + /// + /// Properties of Access Rule + /// + public partial class AccessRuleProperties + { + /// + /// Initializes a new instance of the AccessRuleProperties class. + /// + public AccessRuleProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AccessRuleProperties class. + /// + + /// Direction of Access Rule + /// Possible values include: 'Inbound', 'Outbound' + + /// Address prefixes in the CIDR format for inbound rules + /// + + /// Subscriptions for inbound rules + /// + + /// Network security perimeters for inbound rules + /// + + /// Fully qualified domain names (FQDN) for outbound rules + /// + + /// Email addresses for outbound rules + /// + + /// Phone numbers for outbound rules + /// + public AccessRuleProperties(string direction = default(string), System.Collections.Generic.IList addressPrefixes = default(System.Collections.Generic.IList), System.Collections.Generic.IList subscriptions = default(System.Collections.Generic.IList), System.Collections.Generic.IList networkSecurityPerimeters = default(System.Collections.Generic.IList), System.Collections.Generic.IList fullyQualifiedDomainNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList emailAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList phoneNumbers = default(System.Collections.Generic.IList)) + + { + this.Direction = direction; + this.AddressPrefixes = addressPrefixes; + this.Subscriptions = subscriptions; + this.NetworkSecurityPerimeters = networkSecurityPerimeters; + this.FullyQualifiedDomainNames = fullyQualifiedDomainNames; + this.EmailAddresses = emailAddresses; + this.PhoneNumbers = phoneNumbers; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets direction of Access Rule Possible values include: 'Inbound', 'Outbound' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "direction")] + public string Direction {get; set; } + + /// + /// Gets or sets address prefixes in the CIDR format for inbound rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "addressPrefixes")] + public System.Collections.Generic.IList AddressPrefixes {get; set; } + + /// + /// Gets or sets subscriptions for inbound rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subscriptions")] + public System.Collections.Generic.IList Subscriptions {get; set; } + + /// + /// Gets or sets network security perimeters for inbound rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "networkSecurityPerimeters")] + public System.Collections.Generic.IList NetworkSecurityPerimeters {get; set; } + + /// + /// Gets or sets fully qualified domain names (FQDN) for outbound rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "fullyQualifiedDomainNames")] + public System.Collections.Generic.IList FullyQualifiedDomainNames {get; set; } + + /// + /// Gets or sets email addresses for outbound rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "emailAddresses")] + public System.Collections.Generic.IList EmailAddresses {get; set; } + + /// + /// Gets or sets phone numbers for outbound rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "phoneNumbers")] + public System.Collections.Generic.IList PhoneNumbers {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRulePropertiesSubscriptionsItem.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRulePropertiesSubscriptionsItem.cs new file mode 100644 index 000000000000..eea37adc4545 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AccessRulePropertiesSubscriptionsItem.cs @@ -0,0 +1,50 @@ +// 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 System.Linq; + + /// + /// Subscription identifiers + /// + public partial class AccessRulePropertiesSubscriptionsItem + { + /// + /// Initializes a new instance of the AccessRulePropertiesSubscriptionsItem class. + /// + public AccessRulePropertiesSubscriptionsItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AccessRulePropertiesSubscriptionsItem class. + /// + + /// The fully qualified Azure resource ID of the subscription e.g. + /// ('/subscriptions/00000000-0000-0000-0000-000000000000') + /// + public AccessRulePropertiesSubscriptionsItem(string id = default(string)) + + { + this.Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the fully qualified Azure resource ID of the subscription e.g. + /// ('/subscriptions/00000000-0000-0000-0000-000000000000') + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/Application.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/Application.cs index 0ce1fc8ab1e7..3bf992b1f1d5 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/Application.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/Application.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about an application in a Batch account. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class Application : ProxyResource + public partial class Application : AzureProxyResource { /// /// Initializes a new instance of the Application class. @@ -37,6 +37,9 @@ public Application() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// The display name for the application. /// @@ -48,9 +51,9 @@ public Application() /// specify a version. This property can only be set to the name of an existing /// package. /// - public Application(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string displayName = default(string), bool? allowUpdates = default(bool?), string defaultVersion = default(string)) + public Application(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string displayName = default(string), bool? allowUpdates = default(bool?), string defaultVersion = default(string)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.DisplayName = displayName; this.AllowUpdates = allowUpdates; diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ApplicationPackage.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ApplicationPackage.cs index 4232032b173c..b2479702cfd9 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/ApplicationPackage.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ApplicationPackage.cs @@ -12,7 +12,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// application. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ApplicationPackage : ProxyResource + public partial class ApplicationPackage : AzureProxyResource { /// /// Initializes a new instance of the ApplicationPackage class. @@ -38,6 +38,9 @@ public ApplicationPackage() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// The current state of the application package. /// Possible values include: 'Pending', 'Active' @@ -52,9 +55,9 @@ public ApplicationPackage() /// The time at which the package was last activated, if the package is active. /// - public ApplicationPackage(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PackageState? state = default(PackageState?), string format = default(string), string storageUrl = default(string), System.DateTime? storageUrlExpiry = default(System.DateTime?), System.DateTime? lastActivationTime = default(System.DateTime?)) + public ApplicationPackage(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), PackageState? state = default(PackageState?), string format = default(string), string storageUrl = default(string), System.DateTime? storageUrlExpiry = default(System.DateTime?), System.DateTime? lastActivationTime = default(System.DateTime?)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.State = state; this.Format = format; diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AuthenticationMode.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AuthenticationMode.cs index 558bda075764..c58b2c4916f7 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/AuthenticationMode.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AuthenticationMode.cs @@ -20,7 +20,7 @@ public enum AuthenticationMode [System.Runtime.Serialization.EnumMember(Value = "SharedKey")] SharedKey, /// - /// The authentication mode using Azure Active Directory. + /// The authentication mode using Microsoft Entra ID. /// [System.Runtime.Serialization.EnumMember(Value = "AAD")] AAD, diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AutomaticOSUpgradePolicy.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AutomaticOSUpgradePolicy.cs new file mode 100644 index 000000000000..123c638629e5 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AutomaticOSUpgradePolicy.cs @@ -0,0 +1,91 @@ +// 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 System.Linq; + + /// + /// The configuration parameters used for performing automatic OS upgrade. + /// + public partial class AutomaticOSUpgradePolicy + { + /// + /// Initializes a new instance of the AutomaticOSUpgradePolicy class. + /// + public AutomaticOSUpgradePolicy() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AutomaticOSUpgradePolicy class. + /// + + /// Whether OS image rollback feature should be disabled. + /// + + /// Indicates whether OS upgrades should automatically be applied to scale set + /// instances in a rolling fashion when a newer version of the OS image becomes + /// available. <br /><br /> If this is set to true for Windows based pools, + /// [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) + /// cannot be set to true. + /// + + /// Indicates whether rolling upgrade policy should be used during Auto OS + /// Upgrade. Auto OS Upgrade will fallback to the default policy if no policy + /// is defined on the VMSS. + /// + + /// Defer OS upgrades on the TVMs if they are running tasks. + /// + public AutomaticOSUpgradePolicy(bool? disableAutomaticRollback = default(bool?), bool? enableAutomaticOSUpgrade = default(bool?), bool? useRollingUpgradePolicy = default(bool?), bool? osRollingUpgradeDeferral = default(bool?)) + + { + this.DisableAutomaticRollback = disableAutomaticRollback; + this.EnableAutomaticOSUpgrade = enableAutomaticOSUpgrade; + this.UseRollingUpgradePolicy = useRollingUpgradePolicy; + this.OSRollingUpgradeDeferral = osRollingUpgradeDeferral; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets whether OS image rollback feature should be disabled. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "disableAutomaticRollback")] + public bool? DisableAutomaticRollback {get; set; } + + /// + /// Gets or sets indicates whether OS upgrades should automatically be applied + /// to scale set instances in a rolling fashion when a newer version of the OS + /// image becomes available. <br /><br /> If this is set to true for Windows + /// based pools, + /// [WindowsConfiguration.enableAutomaticUpdates](https://learn.microsoft.com/rest/api/batchmanagement/pool/create?tabs=HTTP#windowsconfiguration) + /// cannot be set to true. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableAutomaticOSUpgrade")] + public bool? EnableAutomaticOSUpgrade {get; set; } + + /// + /// Gets or sets indicates whether rolling upgrade policy should be used during + /// Auto OS Upgrade. Auto OS Upgrade will fallback to the default policy if no + /// policy is defined on the VMSS. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useRollingUpgradePolicy")] + public bool? UseRollingUpgradePolicy {get; set; } + + /// + /// Gets or sets defer OS upgrades on the TVMs if they are running tasks. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "osRollingUpgradeDeferral")] + public bool? OSRollingUpgradeDeferral {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AzureProxyResource.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AzureProxyResource.cs new file mode 100644 index 000000000000..0fa2913c89be --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AzureProxyResource.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 System.Linq; + + /// + /// A definition of an Azure resource. + /// + public partial class AzureProxyResource : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the AzureProxyResource class. + /// + public AzureProxyResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AzureProxyResource 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 tags of the resource. + /// + public AzureProxyResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary)) + + { + this.Id = id; + this.Name = name; + this.Type = type; + this.Etag = etag; + this.Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the ID of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the name of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the type of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets the ETag of the resource, used for concurrency statements. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "etag")] + public string Etag {get; private set; } + + /// + /// Gets or sets the tags of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tags")] + public System.Collections.Generic.IDictionary Tags {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/AzureResource.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/AzureResource.cs new file mode 100644 index 000000000000..14d6861ac366 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/AzureResource.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 System.Linq; + + /// + /// A definition of an Azure resource. + /// + public partial class AzureResource : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the AzureResource class. + /// + public AzureResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AzureResource class. + /// + + /// The ID of the resource. + /// + + /// The name of the resource. + /// + + /// The type of the resource. + /// + + /// The location of the resource. + /// + + /// The tags of the resource. + /// + public AzureResource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary)) + + { + this.Id = id; + this.Name = name; + this.Type = type; + this.Location = location; + this.Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the ID of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the name of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the type of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets the location of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; private set; } + + /// + /// Gets the tags of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tags")] + public System.Collections.Generic.IDictionary Tags {get; private set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccount.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccount.cs index 5b7157cd85c4..06c40549dfae 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccount.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccount.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about an Azure Batch account. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class BatchAccount : Resource + public partial class BatchAccount : AzureResource { /// /// Initializes a new instance of the BatchAccount class. @@ -64,7 +64,7 @@ public BatchAccount() /// /// If not specified, the default value is 'enabled'. - /// Possible values include: 'Enabled', 'Disabled' + /// Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// List of private endpoint connections associated with the Batch account /// @@ -184,7 +184,7 @@ public BatchAccount() public KeyVaultReference KeyVaultReference {get; private set; } /// - /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled' + /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.publicNetworkAccess")] public PublicNetworkAccessType? PublicNetworkAccess {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateParameters.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateParameters.cs index 783f56b8fd8d..98849e001f31 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateParameters.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateParameters.cs @@ -42,16 +42,15 @@ public BatchAccountCreateParameters() /// The pool allocation mode also affects how clients may authenticate to the /// Batch Service API. If the mode is BatchService, clients may authenticate - /// using access keys or Azure Active Directory. If the mode is - /// UserSubscription, clients must use Azure Active Directory. The default is - /// BatchService. + /// using access keys or Microsoft Entra ID. If the mode is UserSubscription, + /// clients must use Microsoft Entra ID. The default is BatchService. /// Possible values include: 'BatchService', 'UserSubscription' /// A reference to the Azure key vault associated with the Batch account. /// /// If not specified, the default value is 'enabled'. - /// Possible values include: 'Enabled', 'Disabled' + /// Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// Configures how customer data is encrypted inside the Batch account. By /// default, accounts are encrypted using a Microsoft managed key. For @@ -118,9 +117,9 @@ public BatchAccountCreateParameters() /// /// Gets or sets the pool allocation mode also affects how clients may /// authenticate to the Batch Service API. If the mode is BatchService, clients - /// may authenticate using access keys or Azure Active Directory. If the mode - /// is UserSubscription, clients must use Azure Active Directory. The default - /// is BatchService. Possible values include: 'BatchService', 'UserSubscription' + /// may authenticate using access keys or Microsoft Entra ID. If the mode is + /// UserSubscription, clients must use Microsoft Entra ID. The default is + /// BatchService. Possible values include: 'BatchService', 'UserSubscription' /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.poolAllocationMode")] public PoolAllocationMode? PoolAllocationMode {get; set; } @@ -133,7 +132,7 @@ public BatchAccountCreateParameters() public KeyVaultReference KeyVaultReference {get; set; } /// - /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled' + /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.publicNetworkAccess")] public PublicNetworkAccessType? PublicNetworkAccess {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateProperties.cs index df5d35605c39..69cbdf0e6ce6 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateProperties.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountCreateProperties.cs @@ -29,16 +29,15 @@ public BatchAccountCreateProperties() /// The pool allocation mode also affects how clients may authenticate to the /// Batch Service API. If the mode is BatchService, clients may authenticate - /// using access keys or Azure Active Directory. If the mode is - /// UserSubscription, clients must use Azure Active Directory. The default is - /// BatchService. + /// using access keys or Microsoft Entra ID. If the mode is UserSubscription, + /// clients must use Microsoft Entra ID. The default is BatchService. /// Possible values include: 'BatchService', 'UserSubscription' /// A reference to the Azure key vault associated with the Batch account. /// /// If not specified, the default value is 'enabled'. - /// Possible values include: 'Enabled', 'Disabled' + /// Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// The network profile only takes effect when publicNetworkAccess is enabled. /// @@ -80,9 +79,9 @@ public BatchAccountCreateProperties() /// /// Gets or sets the pool allocation mode also affects how clients may /// authenticate to the Batch Service API. If the mode is BatchService, clients - /// may authenticate using access keys or Azure Active Directory. If the mode - /// is UserSubscription, clients must use Azure Active Directory. The default - /// is BatchService. Possible values include: 'BatchService', 'UserSubscription' + /// may authenticate using access keys or Microsoft Entra ID. If the mode is + /// UserSubscription, clients must use Microsoft Entra ID. The default is + /// BatchService. Possible values include: 'BatchService', 'UserSubscription' /// [Newtonsoft.Json.JsonProperty(PropertyName = "poolAllocationMode")] public PoolAllocationMode? PoolAllocationMode {get; set; } @@ -95,7 +94,7 @@ public BatchAccountCreateProperties() public KeyVaultReference KeyVaultReference {get; set; } /// - /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled' + /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// [Newtonsoft.Json.JsonProperty(PropertyName = "publicNetworkAccess")] public PublicNetworkAccessType? PublicNetworkAccess {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountProperties.cs index 513e40d74b8b..249e66e4ba98 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountProperties.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountProperties.cs @@ -42,7 +42,7 @@ public BatchAccountProperties() /// /// If not specified, the default value is 'enabled'. - /// Possible values include: 'Enabled', 'Disabled' + /// Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// The network profile only takes effect when publicNetworkAccess is enabled. /// @@ -150,7 +150,7 @@ public BatchAccountProperties() public KeyVaultReference KeyVaultReference {get; private set; } /// - /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled' + /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// [Newtonsoft.Json.JsonProperty(PropertyName = "publicNetworkAccess")] public PublicNetworkAccessType? PublicNetworkAccess {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateParameters.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateParameters.cs index 9ee28dbdaa03..aa51742f814c 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateParameters.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateParameters.cs @@ -48,7 +48,7 @@ public BatchAccountUpdateParameters() /// /// If not specified, the default value is 'enabled'. - /// Possible values include: 'Enabled', 'Disabled' + /// Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' public BatchAccountUpdateParameters(System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), BatchAccountIdentity identity = default(BatchAccountIdentity), NetworkProfile networkProfile = default(NetworkProfile), AutoStorageBaseProperties autoStorage = default(AutoStorageBaseProperties), EncryptionProperties encryption = default(EncryptionProperties), System.Collections.Generic.IList allowedAuthenticationModes = default(System.Collections.Generic.IList), PublicNetworkAccessType? publicNetworkAccess = default(PublicNetworkAccessType?)) { @@ -110,7 +110,7 @@ public BatchAccountUpdateParameters() public System.Collections.Generic.IList AllowedAuthenticationModes {get; set; } /// - /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled' + /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.publicNetworkAccess")] public PublicNetworkAccessType? PublicNetworkAccess {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateProperties.cs index 9e5f363926dc..eda5c11df711 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateProperties.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/BatchAccountUpdateProperties.cs @@ -38,7 +38,7 @@ public BatchAccountUpdateProperties() /// /// If not specified, the default value is 'enabled'. - /// Possible values include: 'Enabled', 'Disabled' + /// Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// The network profile only takes effect when publicNetworkAccess is enabled. /// @@ -82,7 +82,7 @@ public BatchAccountUpdateProperties() public System.Collections.Generic.IList AllowedAuthenticationModes {get; set; } /// - /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled' + /// Gets or sets if not specified, the default value is 'enabled'. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter' /// [Newtonsoft.Json.JsonProperty(PropertyName = "publicNetworkAccess")] public PublicNetworkAccessType? PublicNetworkAccess {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/Certificate.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/Certificate.cs index 8974dad97b76..3303a3657588 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/Certificate.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/Certificate.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about a certificate. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class Certificate : ProxyResource + public partial class Certificate : AzureProxyResource { /// /// Initializes a new instance of the Certificate class. @@ -37,6 +37,9 @@ public Certificate() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// This must match the first portion of the certificate name. Currently /// required to be 'SHA1'. /// @@ -65,9 +68,9 @@ public Certificate() /// This is only returned when the certificate provisioningState is 'Failed'. /// - public Certificate(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string thumbprintAlgorithm = default(string), string thumbprint = default(string), CertificateFormat format = default(CertificateFormat), CertificateProvisioningState? provisioningState = default(CertificateProvisioningState?), System.DateTime? provisioningStateTransitionTime = default(System.DateTime?), CertificateProvisioningState? previousProvisioningState = default(CertificateProvisioningState?), System.DateTime? previousProvisioningStateTransitionTime = default(System.DateTime?), string publicData = default(string), DeleteCertificateError deleteCertificateError = default(DeleteCertificateError)) + public Certificate(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string thumbprintAlgorithm = default(string), string thumbprint = default(string), CertificateFormat format = default(CertificateFormat), CertificateProvisioningState? provisioningState = default(CertificateProvisioningState?), System.DateTime? provisioningStateTransitionTime = default(System.DateTime?), CertificateProvisioningState? previousProvisioningState = default(CertificateProvisioningState?), System.DateTime? previousProvisioningStateTransitionTime = default(System.DateTime?), string publicData = default(string), DeleteCertificateError deleteCertificateError = default(DeleteCertificateError)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.ThumbprintAlgorithm = thumbprintAlgorithm; this.Thumbprint = thumbprint; diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateCreateOrUpdateParameters.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateCreateOrUpdateParameters.cs index da14eb6115ed..2412e603fe41 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateCreateOrUpdateParameters.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateCreateOrUpdateParameters.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about a certificate. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class CertificateCreateOrUpdateParameters : ProxyResource + public partial class CertificateCreateOrUpdateParameters : AzureProxyResource { /// /// Initializes a new instance of the CertificateCreateOrUpdateParameters class. @@ -37,6 +37,9 @@ public CertificateCreateOrUpdateParameters() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// This must match the first portion of the certificate name. Currently /// required to be 'SHA1'. /// @@ -53,9 +56,9 @@ public CertificateCreateOrUpdateParameters() /// This must not be specified if the certificate format is Cer. /// - public CertificateCreateOrUpdateParameters(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string thumbprintAlgorithm = default(string), string thumbprint = default(string), CertificateFormat format = default(CertificateFormat), string data = default(string), string password = default(string)) + public CertificateCreateOrUpdateParameters(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string thumbprintAlgorithm = default(string), string thumbprint = default(string), CertificateFormat format = default(CertificateFormat), string data = default(string), string password = default(string)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.ThumbprintAlgorithm = thumbprintAlgorithm; this.Thumbprint = thumbprint; diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateReference.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateReference.cs index c7a713bb6250..13a22682858d 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateReference.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/CertificateReference.cs @@ -38,22 +38,19 @@ public CertificateReference() /// /// The default value is currentUser. This property is applicable only for - /// pools configured with Windows nodes (that is, created with - /// cloudServiceConfiguration, or with virtualMachineConfiguration using a - /// Windows image reference). For Linux compute nodes, the certificates are - /// stored in a directory inside the task working directory and an environment - /// variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for - /// this location. For certificates with visibility of 'remoteUser', a 'certs' - /// directory is created in the user's home directory (e.g., - /// /home/{user-name}/certs) and certificates are placed in that directory. + /// pools configured with Windows compute nodes. For Linux compute nodes, the + /// certificates are stored in a directory inside the task working directory + /// and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the + /// task to query for this location. For certificates with visibility of + /// 'remoteUser', a 'certs' directory is created in the user's home directory + /// (e.g., /home/{user-name}/certs) and certificates are placed in that + /// directory. /// Possible values include: 'CurrentUser', 'LocalMachine' - /// This property is applicable only for pools configured with Windows nodes - /// (that is, created with cloudServiceConfiguration, or with - /// virtualMachineConfiguration using a Windows image reference). Common store - /// names include: My, Root, CA, Trust, Disallowed, TrustedPeople, - /// TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also - /// be used. The default value is My. + /// This property is applicable only for pools configured with Windows compute + /// nodes. Common store names include: My, Root, CA, Trust, Disallowed, + /// TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any custom + /// store name can also be used. The default value is My. /// /// Which user accounts on the compute node should have access to the private @@ -84,25 +81,22 @@ public CertificateReference() /// /// Gets or sets the default value is currentUser. This property is applicable - /// only for pools configured with Windows nodes (that is, created with - /// cloudServiceConfiguration, or with virtualMachineConfiguration using a - /// Windows image reference). For Linux compute nodes, the certificates are - /// stored in a directory inside the task working directory and an environment - /// variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for - /// this location. For certificates with visibility of 'remoteUser', a 'certs' - /// directory is created in the user's home directory (e.g., - /// /home/{user-name}/certs) and certificates are placed in that directory. Possible values include: 'CurrentUser', 'LocalMachine' + /// only for pools configured with Windows compute nodes. For Linux compute + /// nodes, the certificates are stored in a directory inside the task working + /// directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied + /// to the task to query for this location. For certificates with visibility of + /// 'remoteUser', a 'certs' directory is created in the user's home directory + /// (e.g., /home/{user-name}/certs) and certificates are placed in that + /// directory. Possible values include: 'CurrentUser', 'LocalMachine' /// [Newtonsoft.Json.JsonProperty(PropertyName = "storeLocation")] public CertificateStoreLocation? StoreLocation {get; set; } /// /// Gets or sets this property is applicable only for pools configured with - /// Windows nodes (that is, created with cloudServiceConfiguration, or with - /// virtualMachineConfiguration using a Windows image reference). Common store - /// names include: My, Root, CA, Trust, Disallowed, TrustedPeople, - /// TrustedPublisher, AuthRoot, AddressBook, but any custom store name can also - /// be used. The default value is My. + /// Windows compute nodes. Common store names include: My, Root, CA, Trust, + /// Disallowed, TrustedPeople, TrustedPublisher, AuthRoot, AddressBook, but any + /// custom store name can also be used. The default value is My. /// [Newtonsoft.Json.JsonProperty(PropertyName = "storeName")] public string StoreName {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/CloudServiceConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/CloudServiceConfiguration.cs deleted file mode 100644 index 3d74c82058f7..000000000000 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/CloudServiceConfiguration.cs +++ /dev/null @@ -1,90 +0,0 @@ -// 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 System.Linq; - - /// - /// The configuration for nodes in a pool based on the Azure Cloud Services - /// platform. - /// - /// - /// The configuration for nodes in a pool based on the Azure Cloud Services - /// platform. - /// - public partial class CloudServiceConfiguration - { - /// - /// Initializes a new instance of the CloudServiceConfiguration class. - /// - public CloudServiceConfiguration() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CloudServiceConfiguration class. - /// - - /// Possible values are: 2 - OS Family 2, equivalent to Windows Server 2008 R2 - /// SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - OS Family 4, - /// equivalent to Windows Server 2012 R2. 5 - OS Family 5, equivalent to - /// Windows Server 2016. 6 - OS Family 6, equivalent to Windows Server 2019. - /// For more information, see Azure Guest OS Releases - /// (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases). - /// - - /// The default value is * which specifies the latest operating system version - /// for the specified OS family. - /// - public CloudServiceConfiguration(string osFamily, string osVersion = default(string)) - - { - this.OSFamily = osFamily; - this.OSVersion = osVersion; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - - /// - /// Gets or sets possible values are: 2 - OS Family 2, equivalent to Windows - /// Server 2008 R2 SP1. 3 - OS Family 3, equivalent to Windows Server 2012. 4 - - /// OS Family 4, equivalent to Windows Server 2012 R2. 5 - OS Family 5, - /// equivalent to Windows Server 2016. 6 - OS Family 6, equivalent to Windows - /// Server 2019. For more information, see Azure Guest OS Releases - /// (https://azure.microsoft.com/documentation/articles/cloud-services-guestos-update-matrix/#releases). - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "osFamily")] - public string OSFamily {get; set; } - - /// - /// Gets or sets the default value is * which specifies the latest operating - /// system version for the specified OS family. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "osVersion")] - public string OSVersion {get; set; } - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (this.OSFamily == null) - { - throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "OSFamily"); - } - - - } - } -} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ComputeNodeDeallocationOption.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ComputeNodeDeallocationOption.cs index 5e3a40cf5f68..4bfe87b541e7 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/ComputeNodeDeallocationOption.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ComputeNodeDeallocationOption.cs @@ -35,9 +35,11 @@ public enum ComputeNodeDeallocationOption [System.Runtime.Serialization.EnumMember(Value = "TaskCompletion")] TaskCompletion, /// - /// Allow currently running tasks to complete, then wait for all task data - /// retention periods to expire. Schedule no new tasks while waiting. Remove - /// nodes when all task retention periods have expired. + /// Deprecated, we encourage you to upload task data to Azure Storage in your + /// task and use `TaskCompletion` instead. Allow currently running tasks to + /// complete, then wait for all task data retention periods to expire. Schedule + /// no new tasks while waiting. Remove nodes when all task retention periods + /// have expired. /// [System.Runtime.Serialization.EnumMember(Value = "RetainedData")] RetainedData diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerConfiguration.cs index 029b3717d3f7..1d2f6ed9da1a 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerConfiguration.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerConfiguration.cs @@ -27,6 +27,9 @@ public ContainerConfiguration() /// Initializes a new instance of the ContainerConfiguration class. /// + /// The container technology to be used. + /// Possible values include: 'DockerCompatible', 'CriCompatible' + /// This is the full image reference, as would be specified to "docker pull". /// An image will be sourced from the default Docker registry unless the image /// is fully qualified with an alternative registry. @@ -35,20 +38,14 @@ public ContainerConfiguration() /// If any images must be downloaded from a private registry which requires /// credentials, then those credentials must be provided here. /// - public ContainerConfiguration(System.Collections.Generic.IList containerImageNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList containerRegistries = default(System.Collections.Generic.IList)) + public ContainerConfiguration(string type, System.Collections.Generic.IList containerImageNames = default(System.Collections.Generic.IList), System.Collections.Generic.IList containerRegistries = default(System.Collections.Generic.IList)) { + this.Type = type; this.ContainerImageNames = containerImageNames; this.ContainerRegistries = containerRegistries; CustomInit(); } - /// - /// Static constructor for ContainerConfiguration class. - /// - static ContainerConfiguration() - { - Type = "DockerCompatible"; - } /// /// An initialization method that performs custom operations like setting defaults @@ -56,6 +53,12 @@ static ContainerConfiguration() partial void CustomInit(); + /// + /// Gets or sets the container technology to be used. Possible values include: 'DockerCompatible', 'CriCompatible' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; set; } + /// /// Gets or sets this is the full image reference, as would be specified to /// "docker pull". An image will be sourced from the default Docker registry @@ -71,9 +74,20 @@ static ContainerConfiguration() [Newtonsoft.Json.JsonProperty(PropertyName = "containerRegistries")] public System.Collections.Generic.IList ContainerRegistries {get; set; } /// - /// Gets or sets the container technology to be used. + /// Validate the object. /// - [Newtonsoft.Json.JsonProperty(PropertyName = "type")] - public static string Type {get; private set; } + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Type == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Type"); + } + + + + } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerHostBatchBindMountEntry.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerHostBatchBindMountEntry.cs new file mode 100644 index 000000000000..13232061f856 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerHostBatchBindMountEntry.cs @@ -0,0 +1,69 @@ +// 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 System.Linq; + + /// + /// The entry of path and mount mode you want to mount into task container. + /// + /// + /// The entry of path and mount mode you want to mount into task container. + /// + public partial class ContainerHostBatchBindMountEntry + { + /// + /// Initializes a new instance of the ContainerHostBatchBindMountEntry class. + /// + public ContainerHostBatchBindMountEntry() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContainerHostBatchBindMountEntry class. + /// + + /// The paths which will be mounted to container task's container. + /// Possible values include: 'Shared', 'Startup', 'VfsMounts', 'Task', + /// 'JobPrep', 'Applications' + + /// For Linux, if you mount this path as a read/write mode, this does not mean + /// that all users in container have the read/write access for the path, it + /// depends on the access in host VM. If this path is mounted read-only, all + /// users within the container will not be able to modify the path. + /// + public ContainerHostBatchBindMountEntry(string source = default(string), bool? isReadOnly = default(bool?)) + + { + this.Source = source; + this.IsReadOnly = isReadOnly; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the paths which will be mounted to container task's container. Possible values include: 'Shared', 'Startup', 'VfsMounts', 'Task', 'JobPrep', 'Applications' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "source")] + public string Source {get; set; } + + /// + /// Gets or sets for Linux, if you mount this path as a read/write mode, this + /// does not mean that all users in container have the read/write access for + /// the path, it depends on the access in host VM. If this path is mounted + /// read-only, all users within the container will not be able to modify the + /// path. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "isReadOnly")] + public bool? IsReadOnly {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerHostDataPath.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerHostDataPath.cs new file mode 100644 index 000000000000..b8f1d77ef4f2 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerHostDataPath.cs @@ -0,0 +1,41 @@ +// 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 +{ + + /// + /// Defines values for ContainerHostDataPath. + /// + + + public static class ContainerHostDataPath + { + /// + /// The path for multi-instances task to shared their files. + /// + public const string Shared = "Shared"; + /// + /// The path for start task. + /// + public const string Startup = "Startup"; + /// + /// The path contains all virtual file systems are mounted on this node. + /// + public const string VfsMounts = "VfsMounts"; + /// + /// The task path. + /// + public const string Task = "Task"; + /// + /// The job-prep task path. + /// + public const string JobPrep = "JobPrep"; + /// + /// The applications path. + /// + public const string Applications = "Applications"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerType.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerType.cs index ea371c85547c..647398cf05c4 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerType.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ContainerType.cs @@ -11,39 +11,16 @@ namespace Microsoft.Azure.Management.Batch.Models /// - [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] - public enum ContainerType + public static class ContainerType { /// /// A Docker compatible container technology will be used to launch the /// containers. /// - [System.Runtime.Serialization.EnumMember(Value = "DockerCompatible")] - DockerCompatible - } - internal static class ContainerTypeEnumExtension - { - internal static string ToSerializedValue(this ContainerType? value) - { - return value == null ? null : ((ContainerType)value).ToSerializedValue(); - } - internal static string ToSerializedValue(this ContainerType value) - { - switch( value ) - { - case ContainerType.DockerCompatible: - return "DockerCompatible"; - } - return null; - } - internal static ContainerType? ParseContainerType(this string value) - { - switch( value ) - { - case "DockerCompatible": - return ContainerType.DockerCompatible; - } - return null; - } + public const string DockerCompatible = "DockerCompatible"; + /// + /// A CRI based technology will be used to launch the containers. + /// + public const string CriCompatible = "CriCompatible"; } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/CreatedByType.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/CreatedByType.cs new file mode 100644 index 000000000000..8f6dd6d3652c --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/CreatedByType.cs @@ -0,0 +1,21 @@ +// 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 +{ + + /// + /// Defines values for CreatedByType. + /// + + + public static class CreatedByType + { + public const string User = "User"; + public const string Application = "Application"; + public const string ManagedIdentity = "ManagedIdentity"; + public const string Key = "Key"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/DataDisk.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/DataDisk.cs index 231a8a36ddee..2840798cd47c 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/DataDisk.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/DataDisk.cs @@ -46,7 +46,7 @@ public DataDisk() /// If omitted, the default is "Standard_LRS". Values are: /// Standard_LRS - The data disk should use standard locally redundant storage. /// Premium_LRS - The data disk should use premium locally redundant storage. - /// Possible values include: 'Standard_LRS', 'Premium_LRS' + /// Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' public DataDisk(int lun, int diskSizeGb, CachingType? caching = default(CachingType?), StorageAccountType? storageAccountType = default(StorageAccountType?)) { @@ -92,7 +92,7 @@ public DataDisk() /// /// Gets or sets if omitted, the default is "Standard_LRS". Values are: /// Standard_LRS - The data disk should use standard locally redundant storage. - /// Premium_LRS - The data disk should use premium locally redundant storage. Possible values include: 'Standard_LRS', 'Premium_LRS' + /// Premium_LRS - The data disk should use premium locally redundant storage. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' /// [Newtonsoft.Json.JsonProperty(PropertyName = "storageAccountType")] public StorageAccountType? StorageAccountType {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/DeploymentConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/DeploymentConfiguration.cs index 1f9b22e7fa58..8914f2b9eef5 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/DeploymentConfiguration.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/DeploymentConfiguration.cs @@ -27,19 +27,12 @@ public DeploymentConfiguration() /// Initializes a new instance of the DeploymentConfiguration class. /// - /// This property and virtualMachineConfiguration are mutually exclusive and - /// one of the properties must be specified. This property cannot be specified - /// if the Batch account was created with its poolAllocationMode property set - /// to 'UserSubscription'. + /// The configuration for compute nodes in a pool based on the Azure Virtual + /// Machines infrastructure. /// - - /// This property and cloudServiceConfiguration are mutually exclusive and one - /// of the properties must be specified. - /// - public DeploymentConfiguration(CloudServiceConfiguration cloudServiceConfiguration = default(CloudServiceConfiguration), VirtualMachineConfiguration virtualMachineConfiguration = default(VirtualMachineConfiguration)) + public DeploymentConfiguration(VirtualMachineConfiguration virtualMachineConfiguration = default(VirtualMachineConfiguration)) { - this.CloudServiceConfiguration = cloudServiceConfiguration; this.VirtualMachineConfiguration = virtualMachineConfiguration; CustomInit(); } @@ -51,17 +44,8 @@ public DeploymentConfiguration() /// - /// Gets or sets this property and virtualMachineConfiguration are mutually - /// exclusive and one of the properties must be specified. This property cannot - /// be specified if the Batch account was created with its poolAllocationMode - /// property set to 'UserSubscription'. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "cloudServiceConfiguration")] - public CloudServiceConfiguration CloudServiceConfiguration {get; set; } - - /// - /// Gets or sets this property and cloudServiceConfiguration are mutually - /// exclusive and one of the properties must be specified. + /// Gets or sets the configuration for compute nodes in a pool based on the + /// Azure Virtual Machines infrastructure. /// [Newtonsoft.Json.JsonProperty(PropertyName = "virtualMachineConfiguration")] public VirtualMachineConfiguration VirtualMachineConfiguration {get; set; } @@ -73,10 +57,6 @@ public DeploymentConfiguration() /// public virtual void Validate() { - if (this.CloudServiceConfiguration != null) - { - this.CloudServiceConfiguration.Validate(); - } if (this.VirtualMachineConfiguration != null) { this.VirtualMachineConfiguration.Validate(); diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/DetectorResponse.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/DetectorResponse.cs index 6772c6ea28ca..92616c0abf5c 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/DetectorResponse.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/DetectorResponse.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains the information for a detector. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class DetectorResponse : ProxyResource + public partial class DetectorResponse : AzureProxyResource { /// /// Initializes a new instance of the DetectorResponse class. @@ -37,11 +37,14 @@ public DetectorResponse() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// A base64 encoded string that represents the content of a detector. /// - public DetectorResponse(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string value = default(string)) + public DetectorResponse(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string value = default(string)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.Value = value; CustomInit(); diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/DiffDiskSettings.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/DiffDiskSettings.cs index 3251404abfc8..99a23ebec160 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/DiffDiskSettings.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/DiffDiskSettings.cs @@ -34,9 +34,9 @@ public DiffDiskSettings() /// disk provisioning. For more information on Ephemeral OS disk size /// requirements, please refer to Ephemeral OS disk size requirements for /// Windows VMs at - /// https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements + /// https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements /// and Linux VMs at - /// https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. + /// https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. /// Possible values include: 'CacheDisk' public DiffDiskSettings(DiffDiskPlacement? placement = default(DiffDiskPlacement?)) @@ -57,9 +57,9 @@ public DiffDiskSettings() /// for Ephemeral OS disk provisioning. For more information on Ephemeral OS /// disk size requirements, please refer to Ephemeral OS disk size requirements /// for Windows VMs at - /// https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements + /// https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements /// and Linux VMs at - /// https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. Possible values include: 'CacheDisk' + /// https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. Possible values include: 'CacheDisk' /// [Newtonsoft.Json.JsonProperty(PropertyName = "placement")] public DiffDiskPlacement? Placement {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/DiskEncryptionConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/DiskEncryptionConfiguration.cs index 3b48b428f459..921c0887ea41 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/DiskEncryptionConfiguration.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/DiskEncryptionConfiguration.cs @@ -10,7 +10,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// /// 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. + /// Virtual Machine Image or Azure Compute Gallery Image. /// public partial class DiskEncryptionConfiguration { diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorAdditionalInfo.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorAdditionalInfo.cs new file mode 100644 index 000000000000..c03d84b6f03e --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorAdditionalInfo.cs @@ -0,0 +1,58 @@ +// 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 System.Linq; + + /// + /// The resource management error additional info. + /// + public partial class ErrorAdditionalInfo + { + /// + /// Initializes a new instance of the ErrorAdditionalInfo class. + /// + public ErrorAdditionalInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ErrorAdditionalInfo class. + /// + + /// The additional info type. + /// + + /// The additional info. + /// + public ErrorAdditionalInfo(string type = default(string), object info = default(object)) + + { + this.Type = type; + this.Info = info; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the additional info type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets the additional info. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "info")] + public object Info {get; private set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorDetail.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorDetail.cs new file mode 100644 index 000000000000..1e1e859e86f5 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorDetail.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 System.Linq; + + /// + /// The error detail. + /// + public partial class ErrorDetail + { + /// + /// Initializes a new instance of the ErrorDetail class. + /// + public ErrorDetail() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ErrorDetail class. + /// + + /// The error code. + /// + + /// The error message. + /// + + /// The error target. + /// + + /// The error details. + /// + + /// The error additional info. + /// + public ErrorDetail(string code = default(string), string message = default(string), string target = default(string), System.Collections.Generic.IList details = default(System.Collections.Generic.IList), System.Collections.Generic.IList additionalInfo = default(System.Collections.Generic.IList)) + + { + this.Code = code; + this.Message = message; + this.Target = target; + this.Details = details; + this.AdditionalInfo = additionalInfo; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the error code. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "code")] + public string Code {get; private set; } + + /// + /// Gets the error message. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public string Message {get; private set; } + + /// + /// Gets the error target. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "target")] + public string Target {get; private set; } + + /// + /// Gets the error details. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "details")] + public System.Collections.Generic.IList Details {get; private set; } + + /// + /// Gets the error additional info. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "additionalInfo")] + public System.Collections.Generic.IList AdditionalInfo {get; private set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorResponse.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorResponse.cs new file mode 100644 index 000000000000..d052775e919c --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorResponse.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 System.Linq; + + /// + /// Common error response for all Azure Resource Manager APIs to return error + /// details for failed operations. (This also follows the OData error response + /// format.). + /// + /// + /// Common error response for all Azure Resource Manager APIs to return error + /// details for failed operations. (This also follows the OData error response + /// format.). + /// + public partial class ErrorResponse + { + /// + /// Initializes a new instance of the ErrorResponse class. + /// + public ErrorResponse() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ErrorResponse class. + /// + + /// The error object. + /// + public ErrorResponse(ErrorDetail error = default(ErrorDetail)) + + { + this.Error = error; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the error object. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "error")] + public ErrorDetail Error {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorResponseException.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorResponseException.cs new file mode 100644 index 000000000000..7d1319007228 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ErrorResponseException.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 +{ + + /// + /// Exception thrown for an invalid response with ErrorResponse information. + /// + public partial class ErrorResponseException : Microsoft.Rest.RestException + { + /// + /// Gets information about the associated HTTP request. + /// + public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; } + + /// + /// Gets information about the associated HTTP response. + /// + public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; } + + /// + /// Gets or sets the body object. + /// + public ErrorResponse Body { get; set; } + + /// + /// Initializes a new instance of the ErrorResponseException class. + /// + public ErrorResponseException() + { + } + + /// + /// Initializes a new instance of the ErrorResponse class. + /// + /// The exception message. + public ErrorResponseException(string message) + : this(message, null) + { + } + + /// + /// Initializes a new instance of the ErrorResponse class. + /// + /// The exception message. + /// Inner exception. + public ErrorResponseException(string message, System.Exception innerException) + : base(message, innerException) + { + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ImageReference.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ImageReference.cs index e4a5704db903..3b796bea11be 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/ImageReference.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ImageReference.cs @@ -46,13 +46,21 @@ public ImageReference() /// image. If omitted, the default is 'latest'. /// - /// 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. + /// This property is mutually exclusive with other properties. The Azure + /// Compute 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://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. /// - public ImageReference(string publisher = default(string), string offer = default(string), string sku = default(string), string version = default(string), string id = default(string)) + + /// This property is mutually exclusive with other properties and can be + /// fetched from shared gallery image GET call. + /// + + /// This property is mutually exclusive with other properties and can be + /// fetched from community gallery image GET call. + /// + public ImageReference(string publisher = default(string), string offer = default(string), string sku = default(string), string version = default(string), string id = default(string), string sharedGalleryImageId = default(string), string communityGalleryImageId = default(string)) { this.Publisher = publisher; @@ -60,6 +68,8 @@ public ImageReference() this.Sku = sku; this.Version = version; this.Id = id; + this.SharedGalleryImageId = sharedGalleryImageId; + this.CommunityGalleryImageId = communityGalleryImageId; CustomInit(); } @@ -96,12 +106,26 @@ public ImageReference() /// /// Gets or sets this property is mutually exclusive with other properties. The - /// Shared Image Gallery image must have replicas in the same region as the + /// Azure Compute 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. + /// https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration. /// [Newtonsoft.Json.JsonProperty(PropertyName = "id")] public string Id {get; set; } + + /// + /// Gets or sets this property is mutually exclusive with other properties and + /// can be fetched from shared gallery image GET call. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "sharedGalleryImageId")] + public string SharedGalleryImageId {get; set; } + + /// + /// Gets or sets this property is mutually exclusive with other properties and + /// can be fetched from community gallery image GET call. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "communityGalleryImageId")] + public string CommunityGalleryImageId {get; set; } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/InboundNatPool.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/InboundNatPool.cs index 34d0340ab5bd..4523d48c9f21 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/InboundNatPool.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/InboundNatPool.cs @@ -40,9 +40,8 @@ public InboundNatPool() /// Possible values include: 'TCP', 'UDP' /// This must be unique within a Batch pool. Acceptable values are between 1 - /// and 65535 except for 22, 3389, 29876 and 29877 as these are reserved. If - /// any reserved values are provided the request fails with HTTP status code - /// 400. + /// and 65535 except for 29876 and 29877 as these are reserved. If any reserved + /// values are provided the request fails with HTTP status code 400. /// /// Acceptable values range between 1 and 65534 except ports from 50000 to @@ -99,9 +98,9 @@ public InboundNatPool() /// /// Gets or sets this must be unique within a Batch pool. Acceptable values are - /// between 1 and 65535 except for 22, 3389, 29876 and 29877 as these are - /// reserved. If any reserved values are provided the request fails with HTTP - /// status code 400. + /// between 1 and 65535 except for 29876 and 29877 as these are reserved. If + /// any reserved values are provided the request fails with HTTP status code + /// 400. /// [Newtonsoft.Json.JsonProperty(PropertyName = "backendPort")] public int BackendPort {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/IssueType.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/IssueType.cs new file mode 100644 index 000000000000..877cc16ddc5c --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/IssueType.cs @@ -0,0 +1,39 @@ +// 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 +{ + + /// + /// Defines values for IssueType. + /// + + + public static class IssueType + { + /// + /// Unknown issue type + /// + public const string Unknown = "Unknown"; + /// + /// An error occurred while applying the network security perimeter (NSP) + /// configuration. + /// + public const string ConfigurationPropagationFailure = "ConfigurationPropagationFailure"; + /// + /// A network connectivity issue is happening on the resource which could be + /// addressed either by adding new resources to the network security perimeter + /// (NSP) or by modifying access rules. + /// + public const string MissingPerimeterConfiguration = "MissingPerimeterConfiguration"; + /// + /// An managed identity hasn't been associated with the resource. The resource + /// will still be able to validate inbound traffic from the network security + /// perimeter (NSP) or matching inbound access rules, but it won't be able to + /// perform outbound access as a member of the NSP. + /// + public const string MissingIdentityConfiguration = "MissingIdentityConfiguration"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/KeyVaultProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/KeyVaultProperties.cs index 88c6b8b6290f..f9679564ce89 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/KeyVaultProperties.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/KeyVaultProperties.cs @@ -25,9 +25,10 @@ public KeyVaultProperties() /// Initializes a new instance of the KeyVaultProperties class. /// - /// Full path to the versioned secret. Example + /// Full path to the secret with or without version. Example /// https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. - /// To be usable the following prerequisites must be met: + /// or https://mykeyvault.vault.azure.net/keys/testkey. To be usable the + /// following prerequisites must be met: /// The Batch Account has a System Assigned identity /// The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap /// permissions @@ -47,9 +48,10 @@ public KeyVaultProperties() /// - /// Gets or sets full path to the versioned secret. Example + /// Gets or sets full path to the secret with or without version. Example /// https://mykeyvault.vault.azure.net/keys/testkey/6e34a81fef704045975661e297a4c053. - /// To be usable the following prerequisites must be met: + /// or https://mykeyvault.vault.azure.net/keys/testkey. To be usable the + /// following prerequisites must be met: /// The Batch Account has a System Assigned identity /// The account identity has been granted Key/Get, Key/Unwrap and Key/Wrap /// permissions diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ManagedDisk.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ManagedDisk.cs new file mode 100644 index 000000000000..c124fafb28a5 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ManagedDisk.cs @@ -0,0 +1,60 @@ +// 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 System.Linq; + + public partial class ManagedDisk + { + /// + /// Initializes a new instance of the ManagedDisk class. + /// + public ManagedDisk() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedDisk class. + /// + + /// The storage account type for use in creating data disks or OS disk. + /// Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + + /// Specifies the security profile settings for the managed disk. **Note**: It + /// can only be set for Confidential VMs and is required when using + /// Confidential VMs. + /// + public ManagedDisk(StorageAccountType? storageAccountType = default(StorageAccountType?), VMDiskSecurityProfile securityProfile = default(VMDiskSecurityProfile)) + + { + this.StorageAccountType = storageAccountType; + this.SecurityProfile = securityProfile; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the storage account type for use in creating data disks or OS + /// disk. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "storageAccountType")] + public StorageAccountType? StorageAccountType {get; set; } + + /// + /// Gets or sets specifies the security profile settings for the managed disk. + /// **Note**: It can only be set for Confidential VMs and is required when + /// using Confidential VMs. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "securityProfile")] + public VMDiskSecurityProfile SecurityProfile {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkConfiguration.cs index 0606bd92da94..7e91a6718fc8 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkConfiguration.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkConfiguration.cs @@ -38,32 +38,34 @@ public NetworkConfiguration() /// NSG, then the Batch service will set the state of the 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 + /// communication,including ports 29876 and 29877. Also enable outbound + /// connections to Azure Storage on port 443. For more details see: + /// https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration /// /// The scope of dynamic vnet assignment. /// Possible values include: 'none', 'job' - /// Pool endpoint configuration is only supported on pools with the - /// virtualMachineConfiguration property. + /// The endpoint configuration for a pool. /// - /// This property is only supported on Pools with the - /// virtualMachineConfiguration property. + /// The public IP Address configuration of the networking configuration of a + /// Pool. /// - public NetworkConfiguration(string subnetId = default(string), DynamicVNetAssignmentScope? dynamicVnetAssignmentScope = default(DynamicVNetAssignmentScope?), PoolEndpointConfiguration endpointConfiguration = default(PoolEndpointConfiguration), PublicIPAddressConfiguration publicIPAddressConfiguration = default(PublicIPAddressConfiguration)) + + /// Accelerated networking enables single root I/O virtualization (SR-IOV) to a + /// VM, which may lead to improved networking performance. For more details, + /// see: + /// https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview. + /// + public NetworkConfiguration(string subnetId = default(string), DynamicVNetAssignmentScope? dynamicVnetAssignmentScope = default(DynamicVNetAssignmentScope?), PoolEndpointConfiguration endpointConfiguration = default(PoolEndpointConfiguration), PublicIPAddressConfiguration publicIPAddressConfiguration = default(PublicIPAddressConfiguration), bool? enableAcceleratedNetworking = default(bool?)) { this.SubnetId = subnetId; this.DynamicVnetAssignmentScope = dynamicVnetAssignmentScope; this.EndpointConfiguration = endpointConfiguration; this.PublicIPAddressConfiguration = publicIPAddressConfiguration; + this.EnableAcceleratedNetworking = enableAcceleratedNetworking; CustomInit(); } @@ -88,13 +90,10 @@ public NetworkConfiguration() /// specified subnet is denied by an NSG, then the Batch service will set the /// state of the 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 + /// must be enabled for inbound communication,including ports 29876 and 29877. + /// Also enable outbound connections to Azure Storage on port 443. For more + /// details see: + /// https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration /// [Newtonsoft.Json.JsonProperty(PropertyName = "subnetId")] public string SubnetId {get; set; } @@ -106,18 +105,26 @@ public NetworkConfiguration() public DynamicVNetAssignmentScope? DynamicVnetAssignmentScope {get; set; } /// - /// Gets or sets pool endpoint configuration is only supported on pools with - /// the virtualMachineConfiguration property. + /// Gets or sets the endpoint configuration for a pool. /// [Newtonsoft.Json.JsonProperty(PropertyName = "endpointConfiguration")] public PoolEndpointConfiguration EndpointConfiguration {get; set; } /// - /// Gets or sets this property is only supported on Pools with the - /// virtualMachineConfiguration property. + /// Gets or sets the public IP Address configuration of the networking + /// configuration of a Pool. /// [Newtonsoft.Json.JsonProperty(PropertyName = "publicIPAddressConfiguration")] public PublicIPAddressConfiguration PublicIPAddressConfiguration {get; set; } + + /// + /// Gets or sets accelerated networking enables single root I/O virtualization + /// (SR-IOV) to a VM, which may lead to improved networking performance. For + /// more details, see: + /// https://learn.microsoft.com/azure/virtual-network/accelerated-networking-overview. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableAcceleratedNetworking")] + public bool? EnableAcceleratedNetworking {get; set; } /// /// Validate the object. /// diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeter.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeter.cs new file mode 100644 index 000000000000..df9f421ebaa8 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeter.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 System.Linq; + + /// + /// Information about a network security perimeter (NSP) + /// + public partial class NetworkSecurityPerimeter + { + /// + /// Initializes a new instance of the NetworkSecurityPerimeter class. + /// + public NetworkSecurityPerimeter() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkSecurityPerimeter class. + /// + + /// Fully qualified Azure resource ID of the NSP resource + /// + + /// Universal unique ID (UUID) of the network security perimeter + /// + + /// Location of the network security perimeter + /// + public NetworkSecurityPerimeter(string id = default(string), System.Guid? perimeterGuid = default(System.Guid?), string location = default(string)) + + { + this.Id = id; + this.PerimeterGuid = perimeterGuid; + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets fully qualified Azure resource ID of the NSP resource + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets universal unique ID (UUID) of the network security perimeter + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "perimeterGuid")] + public System.Guid? PerimeterGuid {get; set; } + + /// + /// Gets or sets location of the network security perimeter + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfiguration.cs new file mode 100644 index 000000000000..65ca39f79a9b --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfiguration.cs @@ -0,0 +1,64 @@ +// 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 System.Linq; + + /// + /// Network security perimeter (NSP) configuration resource + /// + public partial class NetworkSecurityPerimeterConfiguration : ProxyResource + { + /// + /// Initializes a new instance of the NetworkSecurityPerimeterConfiguration class. + /// + public NetworkSecurityPerimeterConfiguration() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkSecurityPerimeterConfiguration class. + /// + + /// Fully qualified resource ID for the resource. E.g. + /// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Azure Resource Manager metadata containing createdBy and modifiedBy + /// information. + /// + + /// Network security configuration properties. + /// + public NetworkSecurityPerimeterConfiguration(string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData), NetworkSecurityPerimeterConfigurationProperties properties = default(NetworkSecurityPerimeterConfigurationProperties)) + + : base(id, name, type, systemData) + { + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets network security configuration properties. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public NetworkSecurityPerimeterConfigurationProperties Properties {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfigurationProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfigurationProperties.cs new file mode 100644 index 000000000000..cbe57291b0b8 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfigurationProperties.cs @@ -0,0 +1,91 @@ +// 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 System.Linq; + + /// + /// Network security configuration properties. + /// + public partial class NetworkSecurityPerimeterConfigurationProperties + { + /// + /// Initializes a new instance of the NetworkSecurityPerimeterConfigurationProperties class. + /// + public NetworkSecurityPerimeterConfigurationProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkSecurityPerimeterConfigurationProperties class. + /// + + /// Provisioning state of a network security perimeter configuration that is + /// being created or updated. + /// Possible values include: 'Succeeded', 'Creating', 'Updating', 'Deleting', + /// 'Accepted', 'Failed', 'Canceled' + + /// List of provisioning issues, if any + /// + + /// Information about a network security perimeter (NSP) + /// + + /// Information about resource association + /// + + /// Network security perimeter configuration profile + /// + public NetworkSecurityPerimeterConfigurationProperties(string provisioningState = default(string), System.Collections.Generic.IList provisioningIssues = default(System.Collections.Generic.IList), NetworkSecurityPerimeter networkSecurityPerimeter = default(NetworkSecurityPerimeter), ResourceAssociation resourceAssociation = default(ResourceAssociation), NetworkSecurityProfile profile = default(NetworkSecurityProfile)) + + { + this.ProvisioningState = provisioningState; + this.ProvisioningIssues = provisioningIssues; + this.NetworkSecurityPerimeter = networkSecurityPerimeter; + this.ResourceAssociation = resourceAssociation; + this.Profile = profile; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets provisioning state of a network security perimeter configuration that + /// is being created or updated. Possible values include: 'Succeeded', 'Creating', 'Updating', 'Deleting', 'Accepted', 'Failed', 'Canceled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "provisioningState")] + public string ProvisioningState {get; private set; } + + /// + /// Gets list of provisioning issues, if any + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "provisioningIssues")] + public System.Collections.Generic.IList ProvisioningIssues {get; private set; } + + /// + /// Gets or sets information about a network security perimeter (NSP) + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "networkSecurityPerimeter")] + public NetworkSecurityPerimeter NetworkSecurityPerimeter {get; set; } + + /// + /// Gets or sets information about resource association + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceAssociation")] + public ResourceAssociation ResourceAssociation {get; set; } + + /// + /// Gets or sets network security perimeter configuration profile + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "profile")] + public NetworkSecurityProfile Profile {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfigurationProvisioningState.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfigurationProvisioningState.cs new file mode 100644 index 000000000000..983ab2758ba9 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterConfigurationProvisioningState.cs @@ -0,0 +1,24 @@ +// 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 +{ + + /// + /// Defines values for NetworkSecurityPerimeterConfigurationProvisioningState. + /// + + + public static class NetworkSecurityPerimeterConfigurationProvisioningState + { + public const string Succeeded = "Succeeded"; + public const string Creating = "Creating"; + public const string Updating = "Updating"; + public const string Deleting = "Deleting"; + public const string Accepted = "Accepted"; + public const string Failed = "Failed"; + public const string Canceled = "Canceled"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterReconcileConfigurationHeaders.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterReconcileConfigurationHeaders.cs new file mode 100644 index 000000000000..460063e8e070 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityPerimeterReconcileConfigurationHeaders.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 System.Linq; + + public partial class NetworkSecurityPerimeterReconcileConfigurationHeaders + { + /// + /// Initializes a new instance of the NetworkSecurityPerimeterReconcileConfigurationHeaders class. + /// + public NetworkSecurityPerimeterReconcileConfigurationHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkSecurityPerimeterReconcileConfigurationHeaders class. + /// + + /// + /// + + /// + /// + public NetworkSecurityPerimeterReconcileConfigurationHeaders(string location = default(string), int? retryAfter = default(int?)) + + { + this.Location = location; + this.RetryAfter = retryAfter; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "Location")] + public string Location {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "Retry-After")] + public int? RetryAfter {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityProfile.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityProfile.cs new file mode 100644 index 000000000000..ef326f14f54e --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/NetworkSecurityProfile.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 System.Linq; + + /// + /// Network security perimeter configuration profile + /// + public partial class NetworkSecurityProfile + { + /// + /// Initializes a new instance of the NetworkSecurityProfile class. + /// + public NetworkSecurityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkSecurityProfile class. + /// + + /// Name of the profile + /// + + /// Current access rules version + /// + + /// List of Access Rules + /// + + /// Current diagnostic settings version + /// + + /// List of log categories that are enabled + /// + public NetworkSecurityProfile(string name = default(string), int? accessRulesVersion = default(int?), System.Collections.Generic.IList accessRules = default(System.Collections.Generic.IList), int? diagnosticSettingsVersion = default(int?), System.Collections.Generic.IList enabledLogCategories = default(System.Collections.Generic.IList)) + + { + this.Name = name; + this.AccessRulesVersion = accessRulesVersion; + this.AccessRules = accessRules; + this.DiagnosticSettingsVersion = diagnosticSettingsVersion; + this.EnabledLogCategories = enabledLogCategories; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets name of the profile + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets current access rules version + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "accessRulesVersion")] + public int? AccessRulesVersion {get; set; } + + /// + /// Gets or sets list of Access Rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "accessRules")] + public System.Collections.Generic.IList AccessRules {get; set; } + + /// + /// Gets or sets current diagnostic settings version + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "diagnosticSettingsVersion")] + public int? DiagnosticSettingsVersion {get; set; } + + /// + /// Gets or sets list of log categories that are enabled + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enabledLogCategories")] + public System.Collections.Generic.IList EnabledLogCategories {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/OSDisk.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/OSDisk.cs index f55a582a9387..db610851e614 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/OSDisk.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/OSDisk.cs @@ -30,10 +30,27 @@ public OSDisk() /// Specifies the ephemeral Disk Settings for the operating system disk used by /// the virtual machine. /// - public OSDisk(DiffDiskSettings ephemeralOSDiskSettings = default(DiffDiskSettings)) + + /// The type of caching to enable for the disk. + /// Possible values include: 'None', 'ReadOnly', 'ReadWrite' + + /// + /// + + /// The initial disk size in GB when creating new OS disk. + /// + + /// Specifies whether writeAccelerator should be enabled or disabled on the + /// disk. + /// + public OSDisk(DiffDiskSettings ephemeralOSDiskSettings = default(DiffDiskSettings), CachingType? caching = default(CachingType?), ManagedDisk managedDisk = default(ManagedDisk), int? diskSizeGb = default(int?), bool? writeAcceleratorEnabled = default(bool?)) { this.EphemeralOSDiskSettings = ephemeralOSDiskSettings; + this.Caching = caching; + this.ManagedDisk = managedDisk; + this.DiskSizeGb = diskSizeGb; + this.WriteAcceleratorEnabled = writeAcceleratorEnabled; CustomInit(); } @@ -49,5 +66,30 @@ public OSDisk() /// [Newtonsoft.Json.JsonProperty(PropertyName = "ephemeralOSDiskSettings")] public DiffDiskSettings EphemeralOSDiskSettings {get; set; } + + /// + /// Gets or sets the type of caching to enable for the disk. Possible values include: 'None', 'ReadOnly', 'ReadWrite' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "caching")] + public CachingType? Caching {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "managedDisk")] + public ManagedDisk ManagedDisk {get; set; } + + /// + /// Gets or sets the initial disk size in GB when creating new OS disk. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "diskSizeGB")] + public int? DiskSizeGb {get; set; } + + /// + /// Gets or sets specifies whether writeAccelerator should be enabled or + /// disabled on the disk. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "writeAcceleratorEnabled")] + public bool? WriteAcceleratorEnabled {get; set; } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/Pool.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/Pool.cs index c2b8172b2761..883dd30c61af 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/Pool.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/Pool.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about a pool. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class Pool : ProxyResource + public partial class Pool : AzureProxyResource { /// /// Initializes a new instance of the Pool class. @@ -37,15 +37,16 @@ public Pool() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// The type of identity used for the Batch Pool. /// /// Whether the pool is resizing. /// Possible values include: 'Steady', 'Resizing', 'Stopping' - /// Using CloudServiceConfiguration specifies that the nodes should be creating - /// using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses - /// Azure Virtual Machines (IaaS). + /// Deployment configuration properties. /// /// Defines the desired size of the pool. This can either be 'fixedScale' where @@ -62,6 +63,9 @@ public Pool() /// to remove the start task from the pool. /// + /// Describes an upgrade policy - automatic, manual, or rolling. + /// + /// The display name need not be unique and can contain any Unicode characters /// up to a maximum length of 1024. /// @@ -83,17 +87,8 @@ public Pool() /// The time at which the pool entered its current allocation state. /// - /// For information about available sizes of virtual machines for Cloud - /// Services pools (pools created with cloudServiceConfiguration), see Sizes - /// for Cloud Services - /// (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 - /// virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) - /// or Sizes for Virtual Machines (Windows) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). + /// For information about available VM sizes, see Sizes for Virtual Machines in + /// Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). /// Batch supports all Azure VM sizes except STANDARD_A0 and those with premium /// storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). /// @@ -166,9 +161,16 @@ public Pool() /// Determines how a pool communicates with the Batch service. /// Possible values include: 'Default', 'Classic', 'Simplified' - public Pool(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), BatchPoolIdentity identity = default(BatchPoolIdentity), AllocationState? allocationState = default(AllocationState?), DeploymentConfiguration deploymentConfiguration = default(DeploymentConfiguration), ScaleSettings scaleSettings = default(ScaleSettings), NetworkConfiguration networkConfiguration = default(NetworkConfiguration), StartTask startTask = default(StartTask), string displayName = default(string), System.DateTime? lastModified = default(System.DateTime?), System.DateTime? creationTime = default(System.DateTime?), PoolProvisioningState? provisioningState = default(PoolProvisioningState?), System.DateTime? provisioningStateTransitionTime = default(System.DateTime?), System.DateTime? allocationStateTransitionTime = default(System.DateTime?), string vmSize = default(string), int? currentDedicatedNodes = default(int?), int? currentLowPriorityNodes = default(int?), AutoScaleRun autoScaleRun = default(AutoScaleRun), InterNodeCommunicationState? interNodeCommunication = default(InterNodeCommunicationState?), int? taskSlotsPerNode = default(int?), TaskSchedulingPolicy taskSchedulingPolicy = default(TaskSchedulingPolicy), System.Collections.Generic.IList userAccounts = default(System.Collections.Generic.IList), System.Collections.Generic.IList metadata = default(System.Collections.Generic.IList), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationPackages = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationLicenses = default(System.Collections.Generic.IList), ResizeOperationStatus resizeOperationStatus = default(ResizeOperationStatus), System.Collections.Generic.IList mountConfiguration = default(System.Collections.Generic.IList), NodeCommunicationMode? targetNodeCommunicationMode = default(NodeCommunicationMode?), NodeCommunicationMode? currentNodeCommunicationMode = default(NodeCommunicationMode?)) - : base(id, name, type, etag) + /// The user-defined tags to be associated with the Azure Batch Pool. When + /// specified, these tags are propagated to the backing Azure resources + /// associated with the pool. This property can only be specified when the + /// Batch account was created with the poolAllocationMode property set to + /// 'UserSubscription'. + /// + public Pool(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), BatchPoolIdentity identity = default(BatchPoolIdentity), AllocationState? allocationState = default(AllocationState?), DeploymentConfiguration deploymentConfiguration = default(DeploymentConfiguration), ScaleSettings scaleSettings = default(ScaleSettings), NetworkConfiguration networkConfiguration = default(NetworkConfiguration), StartTask startTask = default(StartTask), UpgradePolicy upgradePolicy = default(UpgradePolicy), string displayName = default(string), System.DateTime? lastModified = default(System.DateTime?), System.DateTime? creationTime = default(System.DateTime?), PoolProvisioningState? provisioningState = default(PoolProvisioningState?), System.DateTime? provisioningStateTransitionTime = default(System.DateTime?), System.DateTime? allocationStateTransitionTime = default(System.DateTime?), string vmSize = default(string), int? currentDedicatedNodes = default(int?), int? currentLowPriorityNodes = default(int?), AutoScaleRun autoScaleRun = default(AutoScaleRun), InterNodeCommunicationState? interNodeCommunication = default(InterNodeCommunicationState?), int? taskSlotsPerNode = default(int?), TaskSchedulingPolicy taskSchedulingPolicy = default(TaskSchedulingPolicy), System.Collections.Generic.IList userAccounts = default(System.Collections.Generic.IList), System.Collections.Generic.IList metadata = default(System.Collections.Generic.IList), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationPackages = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationLicenses = default(System.Collections.Generic.IList), ResizeOperationStatus resizeOperationStatus = default(ResizeOperationStatus), System.Collections.Generic.IList mountConfiguration = default(System.Collections.Generic.IList), NodeCommunicationMode? targetNodeCommunicationMode = default(NodeCommunicationMode?), NodeCommunicationMode? currentNodeCommunicationMode = default(NodeCommunicationMode?), System.Collections.Generic.IDictionary resourceTags = default(System.Collections.Generic.IDictionary)) + + : base(id, name, type, etag, tags) { this.Identity = identity; this.AllocationState = allocationState; @@ -176,6 +178,7 @@ public Pool() this.ScaleSettings = scaleSettings; this.NetworkConfiguration = networkConfiguration; this.StartTask = startTask; + this.UpgradePolicy = upgradePolicy; this.DisplayName = displayName; this.LastModified = lastModified; this.CreationTime = creationTime; @@ -198,6 +201,7 @@ public Pool() this.MountConfiguration = mountConfiguration; this.TargetNodeCommunicationMode = targetNodeCommunicationMode; this.CurrentNodeCommunicationMode = currentNodeCommunicationMode; + this.ResourceTags = resourceTags; CustomInit(); } @@ -220,9 +224,7 @@ public Pool() public AllocationState? AllocationState {get; private set; } /// - /// Gets or sets using CloudServiceConfiguration specifies that the nodes - /// should be creating using Azure Cloud Services (PaaS), while - /// VirtualMachineConfiguration uses Azure Virtual Machines (IaaS). + /// Gets or sets deployment configuration properties. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.deploymentConfiguration")] public DeploymentConfiguration DeploymentConfiguration {get; set; } @@ -250,6 +252,12 @@ public Pool() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.startTask")] public StartTask StartTask {get; set; } + /// + /// Gets or sets describes an upgrade policy - automatic, manual, or rolling. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.upgradePolicy")] + public UpgradePolicy UpgradePolicy {get; set; } + /// /// Gets or sets the display name need not be unique and can contain any /// Unicode characters up to a maximum length of 1024. @@ -290,18 +298,10 @@ public Pool() public System.DateTime? AllocationStateTransitionTime {get; private set; } /// - /// Gets or sets for information about available sizes of virtual machines for - /// Cloud Services pools (pools created with cloudServiceConfiguration), see - /// Sizes for Cloud Services - /// (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 - /// virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) - /// or Sizes for Virtual Machines (Windows) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). - /// Batch supports all Azure VM sizes except STANDARD_A0 and those with premium + /// Gets or sets for information about available VM sizes, see Sizes for + /// Virtual Machines in Azure + /// (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch + /// supports all Azure VM sizes except STANDARD_A0 and those with premium /// storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.vmSize")] @@ -421,6 +421,16 @@ public Pool() /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.currentNodeCommunicationMode")] public NodeCommunicationMode? CurrentNodeCommunicationMode {get; private set; } + + /// + /// Gets or sets the user-defined tags to be associated with the Azure Batch + /// Pool. When specified, these tags are propagated to the backing Azure + /// resources associated with the pool. This property can only be specified + /// when the Batch account was created with the poolAllocationMode property set + /// to 'UserSubscription'. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.resourceTags")] + public System.Collections.Generic.IDictionary ResourceTags {get; set; } /// /// Validate the object. /// @@ -450,6 +460,10 @@ public virtual void Validate() { this.StartTask.Validate(); } + if (this.UpgradePolicy != null) + { + this.UpgradePolicy.Validate(); + } @@ -516,6 +530,7 @@ public virtual void Validate() } + } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/PoolProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/PoolProperties.cs index ca5e18f1baa5..7d21554e9bc7 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/PoolProperties.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/PoolProperties.cs @@ -48,24 +48,13 @@ public PoolProperties() /// The time at which the pool entered its current allocation state. /// - /// For information about available sizes of virtual machines for Cloud - /// Services pools (pools created with cloudServiceConfiguration), see Sizes - /// for Cloud Services - /// (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 - /// virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) - /// or Sizes for Virtual Machines (Windows) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). + /// For information about available VM sizes, see Sizes for Virtual Machines in + /// Azure (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). /// Batch supports all Azure VM sizes except STANDARD_A0 and those with premium /// storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). /// - /// Using CloudServiceConfiguration specifies that the nodes should be creating - /// using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses - /// Azure Virtual Machines (IaaS). + /// Deployment configuration properties. /// /// The number of dedicated compute nodes currently in the pool. @@ -150,7 +139,17 @@ public PoolProperties() /// Determines how a pool communicates with the Batch service. /// Possible values include: 'Default', 'Classic', 'Simplified' - public PoolProperties(string displayName = default(string), System.DateTime? lastModified = default(System.DateTime?), System.DateTime? creationTime = default(System.DateTime?), PoolProvisioningState? provisioningState = default(PoolProvisioningState?), System.DateTime? provisioningStateTransitionTime = default(System.DateTime?), AllocationState? allocationState = default(AllocationState?), System.DateTime? allocationStateTransitionTime = default(System.DateTime?), string vmSize = default(string), DeploymentConfiguration deploymentConfiguration = default(DeploymentConfiguration), int? currentDedicatedNodes = default(int?), int? currentLowPriorityNodes = default(int?), ScaleSettings scaleSettings = default(ScaleSettings), AutoScaleRun autoScaleRun = default(AutoScaleRun), InterNodeCommunicationState? interNodeCommunication = default(InterNodeCommunicationState?), NetworkConfiguration networkConfiguration = default(NetworkConfiguration), int? taskSlotsPerNode = default(int?), TaskSchedulingPolicy taskSchedulingPolicy = default(TaskSchedulingPolicy), System.Collections.Generic.IList userAccounts = default(System.Collections.Generic.IList), System.Collections.Generic.IList metadata = default(System.Collections.Generic.IList), StartTask startTask = default(StartTask), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationPackages = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationLicenses = default(System.Collections.Generic.IList), ResizeOperationStatus resizeOperationStatus = default(ResizeOperationStatus), System.Collections.Generic.IList mountConfiguration = default(System.Collections.Generic.IList), NodeCommunicationMode? targetNodeCommunicationMode = default(NodeCommunicationMode?), NodeCommunicationMode? currentNodeCommunicationMode = default(NodeCommunicationMode?)) + + /// Describes an upgrade policy - automatic, manual, or rolling. + /// + + /// The user-defined tags to be associated with the Azure Batch Pool. When + /// specified, these tags are propagated to the backing Azure resources + /// associated with the pool. This property can only be specified when the + /// Batch account was created with the poolAllocationMode property set to + /// 'UserSubscription'. + /// + public PoolProperties(string displayName = default(string), System.DateTime? lastModified = default(System.DateTime?), System.DateTime? creationTime = default(System.DateTime?), PoolProvisioningState? provisioningState = default(PoolProvisioningState?), System.DateTime? provisioningStateTransitionTime = default(System.DateTime?), AllocationState? allocationState = default(AllocationState?), System.DateTime? allocationStateTransitionTime = default(System.DateTime?), string vmSize = default(string), DeploymentConfiguration deploymentConfiguration = default(DeploymentConfiguration), int? currentDedicatedNodes = default(int?), int? currentLowPriorityNodes = default(int?), ScaleSettings scaleSettings = default(ScaleSettings), AutoScaleRun autoScaleRun = default(AutoScaleRun), InterNodeCommunicationState? interNodeCommunication = default(InterNodeCommunicationState?), NetworkConfiguration networkConfiguration = default(NetworkConfiguration), int? taskSlotsPerNode = default(int?), TaskSchedulingPolicy taskSchedulingPolicy = default(TaskSchedulingPolicy), System.Collections.Generic.IList userAccounts = default(System.Collections.Generic.IList), System.Collections.Generic.IList metadata = default(System.Collections.Generic.IList), StartTask startTask = default(StartTask), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationPackages = default(System.Collections.Generic.IList), System.Collections.Generic.IList applicationLicenses = default(System.Collections.Generic.IList), ResizeOperationStatus resizeOperationStatus = default(ResizeOperationStatus), System.Collections.Generic.IList mountConfiguration = default(System.Collections.Generic.IList), NodeCommunicationMode? targetNodeCommunicationMode = default(NodeCommunicationMode?), NodeCommunicationMode? currentNodeCommunicationMode = default(NodeCommunicationMode?), UpgradePolicy upgradePolicy = default(UpgradePolicy), System.Collections.Generic.IDictionary resourceTags = default(System.Collections.Generic.IDictionary)) { this.DisplayName = displayName; @@ -180,6 +179,8 @@ public PoolProperties() this.MountConfiguration = mountConfiguration; this.TargetNodeCommunicationMode = targetNodeCommunicationMode; this.CurrentNodeCommunicationMode = currentNodeCommunicationMode; + this.UpgradePolicy = upgradePolicy; + this.ResourceTags = resourceTags; CustomInit(); } @@ -235,27 +236,17 @@ public PoolProperties() public System.DateTime? AllocationStateTransitionTime {get; private set; } /// - /// Gets or sets for information about available sizes of virtual machines for - /// Cloud Services pools (pools created with cloudServiceConfiguration), see - /// Sizes for Cloud Services - /// (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 - /// virtualMachineConfiguration) see Sizes for Virtual Machines (Linux) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) - /// or Sizes for Virtual Machines (Windows) - /// (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). - /// Batch supports all Azure VM sizes except STANDARD_A0 and those with premium + /// Gets or sets for information about available VM sizes, see Sizes for + /// Virtual Machines in Azure + /// (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch + /// supports all Azure VM sizes except STANDARD_A0 and those with premium /// storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series). /// [Newtonsoft.Json.JsonProperty(PropertyName = "vmSize")] public string VMSize {get; set; } /// - /// Gets or sets using CloudServiceConfiguration specifies that the nodes - /// should be creating using Azure Cloud Services (PaaS), while - /// VirtualMachineConfiguration uses Azure Virtual Machines (IaaS). + /// Gets or sets deployment configuration properties. /// [Newtonsoft.Json.JsonProperty(PropertyName = "deploymentConfiguration")] public DeploymentConfiguration DeploymentConfiguration {get; set; } @@ -397,6 +388,22 @@ public PoolProperties() /// [Newtonsoft.Json.JsonProperty(PropertyName = "currentNodeCommunicationMode")] public NodeCommunicationMode? CurrentNodeCommunicationMode {get; private set; } + + /// + /// Gets or sets describes an upgrade policy - automatic, manual, or rolling. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "upgradePolicy")] + public UpgradePolicy UpgradePolicy {get; set; } + + /// + /// Gets or sets the user-defined tags to be associated with the Azure Batch + /// Pool. When specified, these tags are propagated to the backing Azure + /// resources associated with the pool. This property can only be specified + /// when the Batch account was created with the poolAllocationMode property set + /// to 'UserSubscription'. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceTags")] + public System.Collections.Generic.IDictionary ResourceTags {get; set; } /// /// Validate the object. /// @@ -488,6 +495,11 @@ public virtual void Validate() } + if (this.UpgradePolicy != null) + { + this.UpgradePolicy.Validate(); + } + } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs index 4d64a0b175fd..5577ba145701 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about a private link resource. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PrivateEndpointConnection : ProxyResource + public partial class PrivateEndpointConnection : AzureProxyResource { /// /// Initializes a new instance of the PrivateEndpointConnection class. @@ -37,6 +37,9 @@ public PrivateEndpointConnection() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// The private endpoint of the private endpoint connection. /// @@ -50,9 +53,9 @@ public PrivateEndpointConnection() /// 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), PrivateEndpoint privateEndpoint = default(PrivateEndpoint), PrivateEndpointConnectionProvisioningState provisioningState = default(PrivateEndpointConnectionProvisioningState), System.Collections.Generic.IList groupIds = default(System.Collections.Generic.IList), PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState)) + public PrivateEndpointConnection(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), PrivateEndpoint privateEndpoint = default(PrivateEndpoint), PrivateEndpointConnectionProvisioningState provisioningState = default(PrivateEndpointConnectionProvisioningState), System.Collections.Generic.IList groupIds = default(System.Collections.Generic.IList), PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.PrivateEndpoint = privateEndpoint; this.ProvisioningState = provisioningState; diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateLinkResource.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateLinkResource.cs index d4a5fd1a64fc..4a98efcdd566 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateLinkResource.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/PrivateLinkResource.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.Batch.Models /// Contains information about a private link resource. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PrivateLinkResource : ProxyResource + public partial class PrivateLinkResource : AzureProxyResource { /// /// Initializes a new instance of the PrivateLinkResource class. @@ -37,6 +37,9 @@ public PrivateLinkResource() /// The ETag of the resource, used for concurrency statements. /// + /// The tags of the resource. + /// + /// The group id is used to establish the private link connection. /// @@ -46,9 +49,9 @@ public PrivateLinkResource() /// The list of required zone names for the private DNS resource name /// - public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string groupId = default(string), System.Collections.Generic.IList requiredMembers = default(System.Collections.Generic.IList), System.Collections.Generic.IList requiredZoneNames = default(System.Collections.Generic.IList)) + public PrivateLinkResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string groupId = default(string), System.Collections.Generic.IList requiredMembers = default(System.Collections.Generic.IList), System.Collections.Generic.IList requiredZoneNames = default(System.Collections.Generic.IList)) - : base(id, name, type, etag) + : base(id, name, type, etag, tags) { this.GroupId = groupId; this.RequiredMembers = requiredMembers; diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ProvisioningIssue.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ProvisioningIssue.cs new file mode 100644 index 000000000000..6b2df0c005d2 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ProvisioningIssue.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 System.Linq; + + /// + /// Describes a provisioning issue for a network security perimeter + /// configuration + /// + public partial class ProvisioningIssue + { + /// + /// Initializes a new instance of the ProvisioningIssue class. + /// + public ProvisioningIssue() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProvisioningIssue class. + /// + + /// Name of the issue + /// + + /// Details of a provisioning issue for a network security perimeter (NSP) + /// configuration. Resource providers should generate separate provisioning + /// issue elements for each separate issue detected, and include a meaningful + /// and distinctive description, as well as any appropriate + /// suggestedResourceIds and suggestedAccessRules + /// + public ProvisioningIssue(string name = default(string), ProvisioningIssueProperties properties = default(ProvisioningIssueProperties)) + + { + this.Name = name; + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets name of the issue + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets details of a provisioning issue for a network security perimeter (NSP) + /// configuration. Resource providers should generate separate provisioning + /// issue elements for each separate issue detected, and include a meaningful + /// and distinctive description, as well as any appropriate + /// suggestedResourceIds and suggestedAccessRules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public ProvisioningIssueProperties Properties {get; private set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ProvisioningIssueProperties.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ProvisioningIssueProperties.cs new file mode 100644 index 000000000000..f488d64e66f7 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ProvisioningIssueProperties.cs @@ -0,0 +1,97 @@ +// 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 System.Linq; + + /// + /// Details of a provisioning issue for a network security perimeter (NSP) + /// configuration. Resource providers should generate separate provisioning + /// issue elements for each separate issue detected, and include a meaningful + /// and distinctive description, as well as any appropriate + /// suggestedResourceIds and suggestedAccessRules + /// + public partial class ProvisioningIssueProperties + { + /// + /// Initializes a new instance of the ProvisioningIssueProperties class. + /// + public ProvisioningIssueProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProvisioningIssueProperties class. + /// + + /// Type of issue + /// Possible values include: 'Unknown', 'ConfigurationPropagationFailure', + /// 'MissingPerimeterConfiguration', 'MissingIdentityConfiguration' + + /// Severity of the issue. + /// Possible values include: 'Warning', 'Error' + + /// Description of the issue + /// + + /// Fully qualified resource IDs of suggested resources that can be associated + /// to the network security perimeter (NSP) to remediate the issue. + /// + + /// Access rules that can be added to the network security profile (NSP) to + /// remediate the issue. + /// + public ProvisioningIssueProperties(string issueType = default(string), string severity = default(string), string description = default(string), System.Collections.Generic.IList suggestedResourceIds = default(System.Collections.Generic.IList), System.Collections.Generic.IList suggestedAccessRules = default(System.Collections.Generic.IList)) + + { + this.IssueType = issueType; + this.Severity = severity; + this.Description = description; + this.SuggestedResourceIds = suggestedResourceIds; + this.SuggestedAccessRules = suggestedAccessRules; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets type of issue Possible values include: 'Unknown', 'ConfigurationPropagationFailure', 'MissingPerimeterConfiguration', 'MissingIdentityConfiguration' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "issueType")] + public string IssueType {get; private set; } + + /// + /// Gets severity of the issue. Possible values include: 'Warning', 'Error' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "severity")] + public string Severity {get; private set; } + + /// + /// Gets description of the issue + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "description")] + public string Description {get; private set; } + + /// + /// Gets fully qualified resource IDs of suggested resources that can be + /// associated to the network security perimeter (NSP) to remediate the issue. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "suggestedResourceIds")] + public System.Collections.Generic.IList SuggestedResourceIds {get; private set; } + + /// + /// Gets access rules that can be added to the network security profile (NSP) + /// to remediate the issue. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "suggestedAccessRules")] + public System.Collections.Generic.IList SuggestedAccessRules {get; private set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ProxyResource.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ProxyResource.cs index e7f09870da88..ab83fa5d6336 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/ProxyResource.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ProxyResource.cs @@ -8,9 +8,14 @@ namespace Microsoft.Azure.Management.Batch.Models using System.Linq; /// - /// A definition of an Azure resource. + /// The resource model definition for a Azure Resource Manager proxy resource. + /// It will not have tags and a location /// - public partial class ProxyResource : Microsoft.Rest.Azure.IResource + /// + /// The resource model definition for a Azure Resource Manager proxy resource. + /// It will not have tags and a location + /// + public partial class ProxyResource : Resource { /// /// Initializes a new instance of the ProxyResource class. @@ -24,24 +29,24 @@ public ProxyResource() /// Initializes a new instance of the ProxyResource class. /// - /// The ID of the resource. + /// Fully qualified resource ID for the resource. E.g. + /// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" /// - /// The name of the resource. + /// The name of the resource /// - /// The type of the resource. + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// - /// The ETag of the resource, used for concurrency statements. + /// Azure Resource Manager metadata containing createdBy and modifiedBy + /// information. /// - public ProxyResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + public ProxyResource(string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData)) + : base(id, name, type, systemData) { - this.Id = id; - this.Name = name; - this.Type = type; - this.Etag = etag; CustomInit(); } @@ -50,29 +55,5 @@ public ProxyResource() /// partial void CustomInit(); - - /// - /// Gets the ID of the resource. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "id")] - public string Id {get; private set; } - - /// - /// Gets the name of the resource. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "name")] - public string Name {get; private set; } - - /// - /// Gets the type of the resource. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "type")] - public string Type {get; private set; } - - /// - /// Gets the ETag of the resource, used for concurrency statements. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "etag")] - public string Etag {get; private set; } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/PublicNetworkAccessType.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/PublicNetworkAccessType.cs index b5ad2a4843e6..6a9b3b1839c8 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/PublicNetworkAccessType.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/PublicNetworkAccessType.cs @@ -24,7 +24,12 @@ public enum PublicNetworkAccessType /// Batch Service through private endpoint resource. /// [System.Runtime.Serialization.EnumMember(Value = "Disabled")] - Disabled + Disabled, + /// + /// Secures connectivity to Azure Batch through NSP configuration. + /// + [System.Runtime.Serialization.EnumMember(Value = "SecuredByPerimeter")] + SecuredByPerimeter } internal static class PublicNetworkAccessTypeEnumExtension { @@ -40,6 +45,8 @@ internal static string ToSerializedValue(this PublicNetworkAccessType value) return "Enabled"; case PublicNetworkAccessType.Disabled: return "Disabled"; + case PublicNetworkAccessType.SecuredByPerimeter: + return "SecuredByPerimeter"; } return null; } @@ -51,6 +58,8 @@ internal static string ToSerializedValue(this PublicNetworkAccessType value) return PublicNetworkAccessType.Enabled; case "Disabled": return PublicNetworkAccessType.Disabled; + case "SecuredByPerimeter": + return PublicNetworkAccessType.SecuredByPerimeter; } return null; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/Resource.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/Resource.cs index 25175ff79f3c..180289d8e4f4 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/Resource.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/Resource.cs @@ -8,8 +8,13 @@ namespace Microsoft.Azure.Management.Batch.Models using System.Linq; /// - /// A definition of an Azure resource. + /// Common fields that are returned in the response for all Azure Resource + /// Manager resources /// + /// + /// Common fields that are returned in the response for all Azure Resource + /// Manager resources + /// public partial class Resource : Microsoft.Rest.Azure.IResource { /// @@ -24,28 +29,27 @@ public Resource() /// Initializes a new instance of the Resource class. /// - /// The ID of the resource. + /// Fully qualified resource ID for the resource. E.g. + /// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" /// - /// The name of the resource. + /// The name of the resource /// - /// The type of the resource. + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// - /// The location of the resource. + /// Azure Resource Manager metadata containing createdBy and modifiedBy + /// information. /// - - /// The tags of the resource. - /// - public Resource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary)) + public Resource(string id = default(string), string name = default(string), string type = default(string), SystemData systemData = default(SystemData)) { this.Id = id; this.Name = name; this.Type = type; - this.Location = location; - this.Tags = tags; + this.SystemData = systemData; CustomInit(); } @@ -56,33 +60,30 @@ public Resource() /// - /// Gets the ID of the resource. + /// Gets fully qualified resource ID for the resource. E.g. + /// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" /// [Newtonsoft.Json.JsonProperty(PropertyName = "id")] public string Id {get; private set; } /// - /// Gets the name of the resource. + /// Gets the name of the resource /// [Newtonsoft.Json.JsonProperty(PropertyName = "name")] public string Name {get; private set; } /// - /// Gets the type of the resource. + /// Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// [Newtonsoft.Json.JsonProperty(PropertyName = "type")] public string Type {get; private set; } /// - /// Gets the location of the resource. - /// - [Newtonsoft.Json.JsonProperty(PropertyName = "location")] - public string Location {get; private set; } - - /// - /// Gets the tags of the resource. + /// Gets azure Resource Manager metadata containing createdBy and modifiedBy + /// information. /// - [Newtonsoft.Json.JsonProperty(PropertyName = "tags")] - public System.Collections.Generic.IDictionary Tags {get; private set; } + [Newtonsoft.Json.JsonProperty(PropertyName = "systemData")] + public SystemData SystemData {get; private set; } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ResourceAssociation.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ResourceAssociation.cs new file mode 100644 index 000000000000..4d4f84be10e9 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ResourceAssociation.cs @@ -0,0 +1,58 @@ +// 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 System.Linq; + + /// + /// Information about resource association + /// + public partial class ResourceAssociation + { + /// + /// Initializes a new instance of the ResourceAssociation class. + /// + public ResourceAssociation() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResourceAssociation class. + /// + + /// Name of the resource association + /// + + /// Access mode of the resource association + /// Possible values include: 'Enforced', 'Learning', 'Audit' + public ResourceAssociation(string name = default(string), string accessMode = default(string)) + + { + this.Name = name; + this.AccessMode = accessMode; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets name of the resource association + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets access mode of the resource association Possible values include: 'Enforced', 'Learning', 'Audit' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "accessMode")] + public string AccessMode {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ResourceAssociationAccessMode.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ResourceAssociationAccessMode.cs new file mode 100644 index 000000000000..e907269f6851 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ResourceAssociationAccessMode.cs @@ -0,0 +1,32 @@ +// 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 +{ + + /// + /// Defines values for ResourceAssociationAccessMode. + /// + + + public static class ResourceAssociationAccessMode + { + /// + /// Enforced access mode - traffic to the resource that failed access checks is + /// blocked + /// + public const string Enforced = "Enforced"; + /// + /// Learning access mode - traffic to the resource is enabled for analysis but + /// not blocked + /// + public const string Learning = "Learning"; + /// + /// Audit access mode - traffic to the resource that fails access checks is + /// logged but not blocked + /// + public const string Audit = "Audit"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/RollingUpgradePolicy.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/RollingUpgradePolicy.cs new file mode 100644 index 000000000000..6bb2529b49b0 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/RollingUpgradePolicy.cs @@ -0,0 +1,209 @@ +// 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 System.Linq; + + /// + /// The configuration parameters used while performing a rolling upgrade. + /// + public partial class RollingUpgradePolicy + { + /// + /// Initializes a new instance of the RollingUpgradePolicy class. + /// + public RollingUpgradePolicy() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RollingUpgradePolicy class. + /// + + /// Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take + /// into consideration the Update Domain and maxBatchInstancePercent to + /// determine the batch size. If this field is not set, Azure Azure Batch will + /// not set its default value. The value of enableCrossZoneUpgrade on the + /// created VirtualMachineScaleSet will be decided by the default + /// configurations on VirtualMachineScaleSet. This field is able to be set to + /// true or false only when using NodePlacementConfiguration as Zonal. + /// + + /// The maximum percent of total virtual machine instances that will be + /// upgraded simultaneously by the rolling upgrade in one batch. As this is a + /// maximum, unhealthy instances in previous or future batches can cause the + /// percentage of instances in a batch to decrease to ensure higher + /// reliability. The value of this field should be between 5 and 100, + /// inclusive. If both maxBatchInstancePercent and maxUnhealthyInstancePercent + /// are assigned with value, the value of maxBatchInstancePercent should not be + /// more than maxUnhealthyInstancePercent. + /// + + /// The maximum percentage of the total virtual machine instances in the scale + /// set that can be simultaneously unhealthy, either as a result of being + /// upgraded, or by being found in an unhealthy state by the virtual machine + /// health checks before the rolling upgrade aborts. This constraint will be + /// checked prior to starting any batch. The value of this field should be + /// between 5 and 100, inclusive. If both maxBatchInstancePercent and + /// maxUnhealthyInstancePercent are assigned with value, the value of + /// maxBatchInstancePercent should not be more than + /// maxUnhealthyInstancePercent. + /// + + /// The maximum percentage of upgraded virtual machine instances that can be + /// found to be in an unhealthy state. This check will happen after each batch + /// is upgraded. If this percentage is ever exceeded, the rolling update + /// aborts. The value of this field should be between 0 and 100, inclusive. + /// + + /// The wait time between completing the update for all virtual machines in one + /// batch and starting the next batch. The time duration should be specified in + /// ISO 8601 format. + /// + + /// Upgrade all unhealthy instances in a scale set before any healthy + /// instances. + /// + + /// Rollback failed instances to previous model if the Rolling Upgrade policy + /// is violated. + /// + public RollingUpgradePolicy(bool? enableCrossZoneUpgrade = default(bool?), int? maxBatchInstancePercent = default(int?), int? maxUnhealthyInstancePercent = default(int?), int? maxUnhealthyUpgradedInstancePercent = default(int?), string pauseTimeBetweenBatches = default(string), bool? prioritizeUnhealthyInstances = default(bool?), bool? rollbackFailedInstancesOnPolicyBreach = default(bool?)) + + { + this.EnableCrossZoneUpgrade = enableCrossZoneUpgrade; + this.MaxBatchInstancePercent = maxBatchInstancePercent; + this.MaxUnhealthyInstancePercent = maxUnhealthyInstancePercent; + this.MaxUnhealthyUpgradedInstancePercent = maxUnhealthyUpgradedInstancePercent; + this.PauseTimeBetweenBatches = pauseTimeBetweenBatches; + this.PrioritizeUnhealthyInstances = prioritizeUnhealthyInstances; + this.RollbackFailedInstancesOnPolicyBreach = rollbackFailedInstancesOnPolicyBreach; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets allow VMSS to ignore AZ boundaries when constructing upgrade + /// batches. Take into consideration the Update Domain and + /// maxBatchInstancePercent to determine the batch size. If this field is not + /// set, Azure Azure Batch will not set its default value. The value of + /// enableCrossZoneUpgrade on the created VirtualMachineScaleSet will be + /// decided by the default configurations on VirtualMachineScaleSet. This field + /// is able to be set to true or false only when using + /// NodePlacementConfiguration as Zonal. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableCrossZoneUpgrade")] + public bool? EnableCrossZoneUpgrade {get; set; } + + /// + /// Gets or sets the maximum percent of total virtual machine instances that + /// will be upgraded simultaneously by the rolling upgrade in one batch. As + /// this is a maximum, unhealthy instances in previous or future batches can + /// cause the percentage of instances in a batch to decrease to ensure higher + /// reliability. The value of this field should be between 5 and 100, + /// inclusive. If both maxBatchInstancePercent and maxUnhealthyInstancePercent + /// are assigned with value, the value of maxBatchInstancePercent should not be + /// more than maxUnhealthyInstancePercent. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxBatchInstancePercent")] + public int? MaxBatchInstancePercent {get; set; } + + /// + /// Gets or sets the maximum percentage of the total virtual machine instances + /// in the scale set that can be simultaneously unhealthy, either as a result + /// of being upgraded, or by being found in an unhealthy state by the virtual + /// machine health checks before the rolling upgrade aborts. This constraint + /// will be checked prior to starting any batch. The value of this field should + /// be between 5 and 100, inclusive. If both maxBatchInstancePercent and + /// maxUnhealthyInstancePercent are assigned with value, the value of + /// maxBatchInstancePercent should not be more than + /// maxUnhealthyInstancePercent. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxUnhealthyInstancePercent")] + public int? MaxUnhealthyInstancePercent {get; set; } + + /// + /// Gets or sets the maximum percentage of upgraded virtual machine instances + /// that can be found to be in an unhealthy state. This check will happen after + /// each batch is upgraded. If this percentage is ever exceeded, the rolling + /// update aborts. The value of this field should be between 0 and 100, + /// inclusive. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxUnhealthyUpgradedInstancePercent")] + public int? MaxUnhealthyUpgradedInstancePercent {get; set; } + + /// + /// Gets or sets the wait time between completing the update for all virtual + /// machines in one batch and starting the next batch. The time duration should + /// be specified in ISO 8601 format. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "pauseTimeBetweenBatches")] + public string PauseTimeBetweenBatches {get; set; } + + /// + /// Gets or sets upgrade all unhealthy instances in a scale set before any + /// healthy instances. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "prioritizeUnhealthyInstances")] + public bool? PrioritizeUnhealthyInstances {get; set; } + + /// + /// Gets or sets rollback failed instances to previous model if the Rolling + /// Upgrade policy is violated. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "rollbackFailedInstancesOnPolicyBreach")] + public bool? RollbackFailedInstancesOnPolicyBreach {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.MaxBatchInstancePercent != null) + { + if (this.MaxBatchInstancePercent > 100) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxBatchInstancePercent", 100); + } + if (this.MaxBatchInstancePercent < 5) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxBatchInstancePercent", 5); + } + } + if (this.MaxUnhealthyInstancePercent != null) + { + if (this.MaxUnhealthyInstancePercent > 100) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxUnhealthyInstancePercent", 100); + } + if (this.MaxUnhealthyInstancePercent < 5) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxUnhealthyInstancePercent", 5); + } + } + if (this.MaxUnhealthyUpgradedInstancePercent != null) + { + if (this.MaxUnhealthyUpgradedInstancePercent > 100) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxUnhealthyUpgradedInstancePercent", 100); + } + if (this.MaxUnhealthyUpgradedInstancePercent < 0) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxUnhealthyUpgradedInstancePercent", 0); + } + } + + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityEncryptionTypes.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityEncryptionTypes.cs new file mode 100644 index 000000000000..f0e77ece1f69 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityEncryptionTypes.cs @@ -0,0 +1,19 @@ +// 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 +{ + + /// + /// Defines values for SecurityEncryptionTypes. + /// + + + public static class SecurityEncryptionTypes + { + public const string NonPersistedTPM = "NonPersistedTPM"; + public const string VMGuestStateOnly = "VMGuestStateOnly"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityProfile.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityProfile.cs new file mode 100644 index 000000000000..682fb4443df2 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityProfile.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 System.Linq; + + /// + /// Specifies the security profile settings for the virtual machine or virtual + /// machine scale set. + /// + public partial class SecurityProfile + { + /// + /// Initializes a new instance of the SecurityProfile class. + /// + public SecurityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SecurityProfile class. + /// + + /// Specifies the SecurityType of the virtual machine. It has to be set to any + /// specified value to enable UefiSettings. + /// Possible values include: 'trustedLaunch', 'confidentialVM' + + /// This property can be used by user in the request to enable or disable the + /// Host Encryption for the virtual machine or virtual machine scale set. This + /// will enable the encryption for all the disks including Resource/Temp disk + /// at host itself. + /// + + /// Specifies the security settings like secure boot and vTPM used while + /// creating the virtual machine. + /// + public SecurityProfile(SecurityTypes? securityType = default(SecurityTypes?), bool? encryptionAtHost = default(bool?), UefiSettings uefiSettings = default(UefiSettings)) + + { + this.SecurityType = securityType; + this.EncryptionAtHost = encryptionAtHost; + this.UefiSettings = uefiSettings; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets specifies the SecurityType of the virtual machine. It has to + /// be set to any specified value to enable UefiSettings. Possible values include: 'trustedLaunch', 'confidentialVM' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "securityType")] + public SecurityTypes? SecurityType {get; set; } + + /// + /// Gets or sets this property can be used by user in the request to enable or + /// disable the Host Encryption for the virtual machine or virtual machine + /// scale set. This will enable the encryption for all the disks including + /// Resource/Temp disk at host itself. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "encryptionAtHost")] + public bool? EncryptionAtHost {get; set; } + + /// + /// Gets or sets specifies the security settings like secure boot and vTPM used + /// while creating the virtual machine. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "uefiSettings")] + public UefiSettings UefiSettings {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityTypes.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityTypes.cs new file mode 100644 index 000000000000..4e7aad8c9ca1 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/SecurityTypes.cs @@ -0,0 +1,61 @@ +// 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 +{ + + /// + /// Defines values for SecurityTypes. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum SecurityTypes + { + /// + /// Trusted launch protects against advanced and persistent attack techniques. + /// + [System.Runtime.Serialization.EnumMember(Value = "trustedLaunch")] + TrustedLaunch, + /// + /// Azure confidential computing offers confidential VMs are for tenants with + /// high security and confidentiality requirements. These VMs provide a strong, + /// hardware-enforced boundary to help meet your security needs. You can use + /// confidential VMs for migrations without making changes to your code, with + /// the platform protecting your VM's state from being read or modified. + /// + [System.Runtime.Serialization.EnumMember(Value = "confidentialVM")] + ConfidentialVM + } + internal static class SecurityTypesEnumExtension + { + internal static string ToSerializedValue(this SecurityTypes? value) + { + return value == null ? null : ((SecurityTypes)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this SecurityTypes value) + { + switch( value ) + { + case SecurityTypes.TrustedLaunch: + return "trustedLaunch"; + case SecurityTypes.ConfidentialVM: + return "confidentialVM"; + } + return null; + } + internal static SecurityTypes? ParseSecurityTypes(this string value) + { + switch( value ) + { + case "trustedLaunch": + return SecurityTypes.TrustedLaunch; + case "confidentialVM": + return SecurityTypes.ConfidentialVM; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/ServiceArtifactReference.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/ServiceArtifactReference.cs new file mode 100644 index 000000000000..f6e8be8b61d1 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/ServiceArtifactReference.cs @@ -0,0 +1,66 @@ +// 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 System.Linq; + + /// + /// Specifies the service artifact reference id used to set same image version + /// for all virtual machines in the scale set when using 'latest' image + /// version. + /// + public partial class ServiceArtifactReference + { + /// + /// Initializes a new instance of the ServiceArtifactReference class. + /// + public ServiceArtifactReference() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ServiceArtifactReference class. + /// + + /// The service artifact reference id in the form of + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} + /// + public ServiceArtifactReference(string id) + + { + this.Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the service artifact reference id in the form of + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Id == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Id"); + } + + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/Severity.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/Severity.cs new file mode 100644 index 000000000000..30e4a7245e63 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/Severity.cs @@ -0,0 +1,19 @@ +// 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 +{ + + /// + /// Defines values for Severity. + /// + + + public static class Severity + { + public const string Warning = "Warning"; + public const string Error = "Error"; + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/StartTask.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/StartTask.cs index eaee7172f115..b86056506f62 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/StartTask.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/StartTask.cs @@ -61,7 +61,7 @@ public StartTask() /// if the maximum retry count is 3, Batch tries the task up to 4 times (one /// initial try and 3 retries). If the maximum retry count is 0, the Batch /// service does not retry the task. If the maximum retry count is -1, the - /// Batch service retries the task without limit. + /// Batch service retries the task without limit. Default is 0 /// /// If true and the start task fails on a compute node, the Batch service @@ -138,7 +138,7 @@ public StartTask() /// example, if the maximum retry count is 3, Batch tries the task up to 4 /// times (one initial try and 3 retries). If the maximum retry count is 0, the /// Batch service does not retry the task. If the maximum retry count is -1, - /// the Batch service retries the task without limit. + /// the Batch service retries the task without limit. Default is 0 /// [Newtonsoft.Json.JsonProperty(PropertyName = "maxTaskRetryCount")] public int? MaxTaskRetryCount {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/StorageAccountType.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/StorageAccountType.cs index 599307db3e5e..eca13e513063 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/StorageAccountType.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/StorageAccountType.cs @@ -15,15 +15,20 @@ namespace Microsoft.Azure.Management.Batch.Models public enum StorageAccountType { /// - /// The data disk should use standard locally redundant storage. + /// The data disk / OS disk should use standard locally redundant storage. /// [System.Runtime.Serialization.EnumMember(Value = "Standard_LRS")] StandardLRS, /// - /// The data disk should use premium locally redundant storage. + /// The data disk / OS disk should use premium locally redundant storage. /// [System.Runtime.Serialization.EnumMember(Value = "Premium_LRS")] - PremiumLRS + PremiumLRS, + /// + /// The data disk / OS disk should use standard SSD locally redundant storage. + /// + [System.Runtime.Serialization.EnumMember(Value = "StandardSSD_LRS")] + StandardSSDLRS } internal static class StorageAccountTypeEnumExtension { @@ -39,6 +44,8 @@ internal static string ToSerializedValue(this StorageAccountType value) return "Standard_LRS"; case StorageAccountType.PremiumLRS: return "Premium_LRS"; + case StorageAccountType.StandardSSDLRS: + return "StandardSSD_LRS"; } return null; } @@ -50,6 +57,8 @@ internal static string ToSerializedValue(this StorageAccountType value) return StorageAccountType.StandardLRS; case "Premium_LRS": return StorageAccountType.PremiumLRS; + case "StandardSSD_LRS": + return StorageAccountType.StandardSSDLRS; } return null; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/SupportedSku.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/SupportedSku.cs index c93883d4f01f..44d43e001b00 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/SupportedSku.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/SupportedSku.cs @@ -32,12 +32,16 @@ public SupportedSku() /// A collection of capabilities which this SKU supports. /// - public SupportedSku(string name = default(string), string familyName = default(string), System.Collections.Generic.IList capabilities = default(System.Collections.Generic.IList)) + + /// The time when Azure Batch service will retire this SKU. + /// + public SupportedSku(string name = default(string), string familyName = default(string), System.Collections.Generic.IList capabilities = default(System.Collections.Generic.IList), System.DateTime? batchSupportEndOfLife = default(System.DateTime?)) { this.Name = name; this.FamilyName = familyName; this.Capabilities = capabilities; + this.BatchSupportEndOfLife = batchSupportEndOfLife; CustomInit(); } @@ -64,5 +68,11 @@ public SupportedSku() /// [Newtonsoft.Json.JsonProperty(PropertyName = "capabilities")] public System.Collections.Generic.IList Capabilities {get; private set; } + + /// + /// Gets the time when Azure Batch service will retire this SKU. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "batchSupportEndOfLife")] + public System.DateTime? BatchSupportEndOfLife {get; private set; } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/SystemData.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/SystemData.cs new file mode 100644 index 000000000000..abdbf6e3e228 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/SystemData.cs @@ -0,0 +1,98 @@ +// 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 System.Linq; + + /// + /// Metadata pertaining to creation and last modification of the resource. + /// + public partial class SystemData + { + /// + /// Initializes a new instance of the SystemData class. + /// + public SystemData() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SystemData class. + /// + + /// The identity that created the resource. + /// + + /// The type of identity that created the resource. + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + + /// The timestamp of resource creation (UTC). + /// + + /// The identity that last modified the resource. + /// + + /// The type of identity that last modified the resource. + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + + /// The timestamp of resource last modification (UTC) + /// + public SystemData(string createdBy = default(string), string createdByType = default(string), System.DateTime? createdAt = default(System.DateTime?), string lastModifiedBy = default(string), string lastModifiedByType = default(string), System.DateTime? lastModifiedAt = default(System.DateTime?)) + + { + this.CreatedBy = createdBy; + this.CreatedByType = createdByType; + this.CreatedAt = createdAt; + this.LastModifiedBy = lastModifiedBy; + this.LastModifiedByType = lastModifiedByType; + this.LastModifiedAt = lastModifiedAt; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the identity that created the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "createdBy")] + public string CreatedBy {get; set; } + + /// + /// Gets or sets the type of identity that created the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "createdByType")] + public string CreatedByType {get; set; } + + /// + /// Gets or sets the timestamp of resource creation (UTC). + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "createdAt")] + public System.DateTime? CreatedAt {get; set; } + + /// + /// Gets or sets the identity that last modified the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastModifiedBy")] + public string LastModifiedBy {get; set; } + + /// + /// Gets or sets the type of identity that last modified the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastModifiedByType")] + public string LastModifiedByType {get; set; } + + /// + /// Gets or sets the timestamp of resource last modification (UTC) + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastModifiedAt")] + public System.DateTime? LastModifiedAt {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/TaskContainerSettings.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/TaskContainerSettings.cs index df502c074326..fd90ddbababa 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/TaskContainerSettings.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/TaskContainerSettings.cs @@ -42,13 +42,19 @@ public TaskContainerSettings() /// A flag to indicate where the container task working directory is. The /// default is 'taskWorkingDirectory'. /// Possible values include: 'TaskWorkingDirectory', 'ContainerImageDefault' - public TaskContainerSettings(string imageName, string containerRunOptions = default(string), ContainerRegistry registry = default(ContainerRegistry), ContainerWorkingDirectory? workingDirectory = default(ContainerWorkingDirectory?)) + + /// If this array is null or be not present, container task will mount entire + /// temporary disk drive in windows (or AZ_BATCH_NODE_ROOT_DIR in Linux). It + /// won't' mount any data paths into container if this array is set as empty. + /// + public TaskContainerSettings(string imageName, string containerRunOptions = default(string), ContainerRegistry registry = default(ContainerRegistry), ContainerWorkingDirectory? workingDirectory = default(ContainerWorkingDirectory?), System.Collections.Generic.IList containerHostBatchBindMounts = default(System.Collections.Generic.IList)) { this.ContainerRunOptions = containerRunOptions; this.ImageName = imageName; this.Registry = registry; this.WorkingDirectory = workingDirectory; + this.ContainerHostBatchBindMounts = containerHostBatchBindMounts; CustomInit(); } @@ -87,6 +93,15 @@ public TaskContainerSettings() /// [Newtonsoft.Json.JsonProperty(PropertyName = "workingDirectory")] public ContainerWorkingDirectory? WorkingDirectory {get; set; } + + /// + /// Gets or sets if this array is null or be not present, container task will + /// mount entire temporary disk drive in windows (or AZ_BATCH_NODE_ROOT_DIR in + /// Linux). It won't' mount any data paths into container if this array is set + /// as empty. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "containerHostBatchBindMounts")] + public System.Collections.Generic.IList ContainerHostBatchBindMounts {get; set; } /// /// Validate the object. /// @@ -103,6 +118,7 @@ public virtual void Validate() + } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/UefiSettings.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/UefiSettings.cs new file mode 100644 index 000000000000..cca25ecf040a --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/UefiSettings.cs @@ -0,0 +1,61 @@ +// 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 System.Linq; + + /// + /// Specifies the security settings like secure boot and vTPM used while + /// creating the virtual machine. + /// + public partial class UefiSettings + { + /// + /// Initializes a new instance of the UefiSettings class. + /// + public UefiSettings() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UefiSettings class. + /// + + /// Specifies whether secure boot should be enabled on the virtual machine. + /// + + /// Specifies whether vTPM should be enabled on the virtual machine. + /// + public UefiSettings(bool? secureBootEnabled = default(bool?), bool? vTpmEnabled = default(bool?)) + + { + this.SecureBootEnabled = secureBootEnabled; + this.VTpmEnabled = vTpmEnabled; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets specifies whether secure boot should be enabled on the virtual + /// machine. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "secureBootEnabled")] + public bool? SecureBootEnabled {get; set; } + + /// + /// Gets or sets specifies whether vTPM should be enabled on the virtual + /// machine. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "vTpmEnabled")] + public bool? VTpmEnabled {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/UpgradeMode.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/UpgradeMode.cs new file mode 100644 index 000000000000..c1a9ce7f7047 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/UpgradeMode.cs @@ -0,0 +1,71 @@ +// 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 +{ + + /// + /// Defines values for UpgradeMode. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum UpgradeMode + { + /// + /// All virtual machines in the scale set are automatically updated at the same + /// time. + /// + [System.Runtime.Serialization.EnumMember(Value = "automatic")] + Automatic, + /// + /// You control the application of updates to virtual machines in the scale + /// set. You do this by using the manualUpgrade action. + /// + [System.Runtime.Serialization.EnumMember(Value = "manual")] + Manual, + /// + /// The existing instances in a scale set are brought down in batches to be + /// upgraded. Once the upgraded batch is complete, the instances will begin + /// taking traffic again and the next batch will begin. This continues until + /// all instances brought up-to-date. + /// + [System.Runtime.Serialization.EnumMember(Value = "rolling")] + Rolling + } + internal static class UpgradeModeEnumExtension + { + internal static string ToSerializedValue(this UpgradeMode? value) + { + return value == null ? null : ((UpgradeMode)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this UpgradeMode value) + { + switch( value ) + { + case UpgradeMode.Automatic: + return "automatic"; + case UpgradeMode.Manual: + return "manual"; + case UpgradeMode.Rolling: + return "rolling"; + } + return null; + } + internal static UpgradeMode? ParseUpgradeMode(this string value) + { + switch( value ) + { + case "automatic": + return UpgradeMode.Automatic; + case "manual": + return UpgradeMode.Manual; + case "rolling": + return UpgradeMode.Rolling; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/UpgradePolicy.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/UpgradePolicy.cs new file mode 100644 index 000000000000..64855c36ccfe --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/UpgradePolicy.cs @@ -0,0 +1,97 @@ +// 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 System.Linq; + + /// + /// Describes an upgrade policy - automatic, manual, or rolling. + /// + public partial class UpgradePolicy + { + /// + /// Initializes a new instance of the UpgradePolicy class. + /// + public UpgradePolicy() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UpgradePolicy class. + /// + + /// Specifies the mode of an upgrade to virtual machines in the scale set.<br + /// /><br /> Possible values are:<br /><br /> **Manual** - You control the + /// application of updates to virtual machines in the scale set. You do this by + /// using the manualUpgrade action.<br /><br /> **Automatic** - All virtual + /// machines in the scale set are automatically updated at the same time.<br + /// /><br /> **Rolling** - Scale set performs updates in batches with an + /// optional pause time in between. + /// Possible values include: 'automatic', 'manual', 'rolling' + + /// The configuration parameters used for performing automatic OS upgrade. + /// + + /// The configuration parameters used while performing a rolling upgrade. + /// + public UpgradePolicy(UpgradeMode mode, AutomaticOSUpgradePolicy automaticOSUpgradePolicy = default(AutomaticOSUpgradePolicy), RollingUpgradePolicy rollingUpgradePolicy = default(RollingUpgradePolicy)) + + { + this.Mode = mode; + this.AutomaticOSUpgradePolicy = automaticOSUpgradePolicy; + this.RollingUpgradePolicy = rollingUpgradePolicy; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets specifies the mode of an upgrade to virtual machines in the + /// scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You + /// control the application of updates to virtual machines in the scale set. + /// You do this by using the manualUpgrade action.<br /><br /> **Automatic** - + /// All virtual machines in the scale set are automatically updated at the same + /// time.<br /><br /> **Rolling** - Scale set performs updates in batches with + /// an optional pause time in between. Possible values include: 'automatic', 'manual', 'rolling' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "mode")] + public UpgradeMode Mode {get; set; } + + /// + /// Gets or sets the configuration parameters used for performing automatic OS + /// upgrade. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "automaticOSUpgradePolicy")] + public AutomaticOSUpgradePolicy AutomaticOSUpgradePolicy {get; set; } + + /// + /// Gets or sets the configuration parameters used while performing a rolling + /// upgrade. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "rollingUpgradePolicy")] + public RollingUpgradePolicy RollingUpgradePolicy {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + + + if (this.RollingUpgradePolicy != null) + { + this.RollingUpgradePolicy.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/VMDiskSecurityProfile.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/VMDiskSecurityProfile.cs new file mode 100644 index 000000000000..9fa165f24981 --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/VMDiskSecurityProfile.cs @@ -0,0 +1,58 @@ +// 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 System.Linq; + + /// + /// Specifies the security profile settings for the managed disk. **Note**: It + /// can only be set for Confidential VMs and is required when using + /// Confidential VMs. + /// + public partial class VMDiskSecurityProfile + { + /// + /// Initializes a new instance of the VMDiskSecurityProfile class. + /// + public VMDiskSecurityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the VMDiskSecurityProfile class. + /// + + /// Specifies the EncryptionType of the managed disk. It is set to + /// VMGuestStateOnly for encryption of just the VMGuestState blob, and + /// NonPersistedTPM for not persisting firmware state in the VMGuestState blob. + /// **Note**: It can be set for only Confidential VMs and required when using + /// Confidential VMs. + /// Possible values include: 'NonPersistedTPM', 'VMGuestStateOnly' + public VMDiskSecurityProfile(string securityEncryptionType = default(string)) + + { + this.SecurityEncryptionType = securityEncryptionType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets specifies the EncryptionType of the managed disk. It is set to + /// VMGuestStateOnly for encryption of just the VMGuestState blob, and + /// NonPersistedTPM for not persisting firmware state in the VMGuestState blob. + /// **Note**: It can be set for only Confidential VMs and required when using + /// Confidential VMs. Possible values include: 'NonPersistedTPM', 'VMGuestStateOnly' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "securityEncryptionType")] + public string SecurityEncryptionType {get; set; } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/VMExtension.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/VMExtension.cs index 19bd78635852..2e249a4ba010 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/VMExtension.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/VMExtension.cs @@ -45,6 +45,10 @@ public VMExtension() /// to true. /// + /// Indicates whether the extension should be automatically upgraded by the + /// platform if there is a newer version of the extension available. + /// + /// JSON formatted public settings for the extension. /// @@ -55,7 +59,7 @@ public VMExtension() /// Collection of extension names after which this extension needs to be /// provisioned. /// - public VMExtension(string name, string publisher, string type, string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), object settings = default(object), object protectedSettings = default(object), System.Collections.Generic.IList provisionAfterExtensions = default(System.Collections.Generic.IList)) + public VMExtension(string name, string publisher, string type, string typeHandlerVersion = default(string), bool? autoUpgradeMinorVersion = default(bool?), bool? enableAutomaticUpgrade = default(bool?), object settings = default(object), object protectedSettings = default(object), System.Collections.Generic.IList provisionAfterExtensions = default(System.Collections.Generic.IList)) { this.Name = name; @@ -63,6 +67,7 @@ public VMExtension() this.Type = type; this.TypeHandlerVersion = typeHandlerVersion; this.AutoUpgradeMinorVersion = autoUpgradeMinorVersion; + this.EnableAutomaticUpgrade = enableAutomaticUpgrade; this.Settings = settings; this.ProtectedSettings = protectedSettings; this.ProvisionAfterExtensions = provisionAfterExtensions; @@ -108,6 +113,14 @@ public VMExtension() [Newtonsoft.Json.JsonProperty(PropertyName = "autoUpgradeMinorVersion")] public bool? AutoUpgradeMinorVersion {get; set; } + /// + /// Gets or sets indicates whether the extension should be automatically + /// upgraded by the platform if there is a newer version of the extension + /// available. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableAutomaticUpgrade")] + public bool? EnableAutomaticUpgrade {get; set; } + /// /// Gets or sets jSON formatted public settings for the extension. /// diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/VirtualMachineConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/VirtualMachineConfiguration.cs index 66e5b1cea964..ef646c88d2fc 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/VirtualMachineConfiguration.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/VirtualMachineConfiguration.cs @@ -80,7 +80,15 @@ public VirtualMachineConfiguration() /// Contains configuration for ephemeral OSDisk settings. /// - public VirtualMachineConfiguration(ImageReference imageReference, string nodeAgentSkuId, WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), System.Collections.Generic.IList dataDisks = default(System.Collections.Generic.IList), string licenseType = default(string), ContainerConfiguration containerConfiguration = default(ContainerConfiguration), DiskEncryptionConfiguration diskEncryptionConfiguration = default(DiskEncryptionConfiguration), NodePlacementConfiguration nodePlacementConfiguration = default(NodePlacementConfiguration), System.Collections.Generic.IList extensions = default(System.Collections.Generic.IList), OSDisk osDisk = default(OSDisk)) + + /// Specifies the security profile settings for the virtual machine or virtual + /// machine scale set. + /// + + /// The service artifact reference id in the form of + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} + /// + public VirtualMachineConfiguration(ImageReference imageReference, string nodeAgentSkuId, WindowsConfiguration windowsConfiguration = default(WindowsConfiguration), System.Collections.Generic.IList dataDisks = default(System.Collections.Generic.IList), string licenseType = default(string), ContainerConfiguration containerConfiguration = default(ContainerConfiguration), DiskEncryptionConfiguration diskEncryptionConfiguration = default(DiskEncryptionConfiguration), NodePlacementConfiguration nodePlacementConfiguration = default(NodePlacementConfiguration), System.Collections.Generic.IList extensions = default(System.Collections.Generic.IList), OSDisk osDisk = default(OSDisk), SecurityProfile securityProfile = default(SecurityProfile), ServiceArtifactReference serviceArtifactReference = default(ServiceArtifactReference)) { this.ImageReference = imageReference; @@ -93,6 +101,8 @@ public VirtualMachineConfiguration() this.NodePlacementConfiguration = nodePlacementConfiguration; this.Extensions = extensions; this.OSDisk = osDisk; + this.SecurityProfile = securityProfile; + this.ServiceArtifactReference = serviceArtifactReference; CustomInit(); } @@ -183,6 +193,20 @@ public VirtualMachineConfiguration() /// [Newtonsoft.Json.JsonProperty(PropertyName = "osDisk")] public OSDisk OSDisk {get; set; } + + /// + /// Gets or sets specifies the security profile settings for the virtual + /// machine or virtual machine scale set. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "securityProfile")] + public SecurityProfile SecurityProfile {get; set; } + + /// + /// Gets or sets the service artifact reference id in the form of + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/serviceArtifacts/{serviceArtifactName}/vmArtifactsProfiles/{vmArtifactsProfilesName} + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "serviceArtifactReference")] + public ServiceArtifactReference ServiceArtifactReference {get; set; } /// /// Validate the object. /// @@ -213,7 +237,10 @@ public virtual void Validate() } } - + if (this.ContainerConfiguration != null) + { + this.ContainerConfiguration.Validate(); + } if (this.Extensions != null) @@ -227,6 +254,11 @@ public virtual void Validate() } } + + if (this.ServiceArtifactReference != null) + { + this.ServiceArtifactReference.Validate(); + } } } } \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/Models/WindowsUserConfiguration.cs b/src/Batch/Batch.Management.Sdk/Generated/Models/WindowsUserConfiguration.cs index 15971a578e48..a7a4a2fc7c35 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/Models/WindowsUserConfiguration.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/Models/WindowsUserConfiguration.cs @@ -27,9 +27,7 @@ public WindowsUserConfiguration() /// Initializes a new instance of the WindowsUserConfiguration class. /// - /// Specifies login mode for the user. The default value for - /// VirtualMachineConfiguration pools is interactive mode and for - /// CloudServiceConfiguration pools is batch mode. + /// Specifies login mode for the user. The default value is Interactive. /// Possible values include: 'Batch', 'Interactive' public WindowsUserConfiguration(LoginMode? loginMode = default(LoginMode?)) @@ -45,9 +43,8 @@ public WindowsUserConfiguration() /// - /// Gets or sets specifies login mode for the user. The default value for - /// VirtualMachineConfiguration pools is interactive mode and for - /// CloudServiceConfiguration pools is batch mode. Possible values include: 'Batch', 'Interactive' + /// Gets or sets specifies login mode for the user. The default value is + /// Interactive. Possible values include: 'Batch', 'Interactive' /// [Newtonsoft.Json.JsonProperty(PropertyName = "loginMode")] public LoginMode? LoginMode {get; set; } diff --git a/src/Batch/Batch.Management.Sdk/Generated/NetworkSecurityPerimeterOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/NetworkSecurityPerimeterOperations.cs new file mode 100644 index 000000000000..3b6dcd3f218f --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/NetworkSecurityPerimeterOperations.cs @@ -0,0 +1,949 @@ +// 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 System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// NetworkSecurityPerimeterOperations operations. + /// + internal partial class NetworkSecurityPerimeterOperations : Microsoft.Rest.IServiceOperations, INetworkSecurityPerimeterOperations + { + /// + /// Initializes a new instance of the NetworkSecurityPerimeterOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal NetworkSecurityPerimeterOperations (BatchManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the BatchManagementClient + /// + public BatchManagementClient Client { get; private set; } + + /// + /// Lists all of the NSP configurations in the specified account. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch 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 System.Threading.Tasks.Task>> ListConfigurationsWithHttpMessagesAsync(string resourceGroupName, string accountName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (accountName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-zA-Z0-9]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "accountName", "^[a-zA-Z0-9]+$"); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListConfigurations", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/networkSecurityPerimeterConfigurations").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.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 (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new Microsoft.Rest.Azure.CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new Microsoft.Rest.Azure.CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.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 = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets information about the specified NSP configuration. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The name for Network Security Perimeter configuration + /// + /// + /// 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 System.Threading.Tasks.Task> GetConfigurationWithHttpMessagesAsync(string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (accountName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-zA-Z0-9]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "accountName", "^[a-zA-Z0-9]+$"); + } + } + if (networkSecurityPerimeterConfigurationName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "networkSecurityPerimeterConfigurationName"); + } + if (networkSecurityPerimeterConfigurationName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(networkSecurityPerimeterConfigurationName, "^.*$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "networkSecurityPerimeterConfigurationName", "^.*$"); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("networkSecurityPerimeterConfigurationName", networkSecurityPerimeterConfigurationName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetConfiguration", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/networkSecurityPerimeterConfigurations/{networkSecurityPerimeterConfigurationName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{networkSecurityPerimeterConfigurationName}", System.Uri.EscapeDataString(networkSecurityPerimeterConfigurationName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.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 (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new Microsoft.Rest.Azure.CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new Microsoft.Rest.Azure.CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.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 = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The name for Network Security Perimeter configuration + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> ReconcileConfigurationWithHttpMessagesAsync(string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationHeaderResponse _response = await BeginReconcileConfigurationWithHttpMessagesAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// The name of the resource group that contains the Batch account. + /// + /// + /// The name of the Batch account. + /// + /// + /// The name for Network Security Perimeter configuration + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// 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 System.Threading.Tasks.Task> BeginReconcileConfigurationWithHttpMessagesAsync(string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (accountName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "accountName", 3); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(accountName, "^[a-zA-Z0-9]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "accountName", "^[a-zA-Z0-9]+$"); + } + } + if (networkSecurityPerimeterConfigurationName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "networkSecurityPerimeterConfigurationName"); + } + if (networkSecurityPerimeterConfigurationName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(networkSecurityPerimeterConfigurationName, "^.*$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "networkSecurityPerimeterConfigurationName", "^.*$"); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("networkSecurityPerimeterConfigurationName", networkSecurityPerimeterConfigurationName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginReconcileConfiguration", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/networkSecurityPerimeterConfigurations/{networkSecurityPerimeterConfigurationName}/reconcile").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{networkSecurityPerimeterConfigurationName}", System.Uri.EscapeDataString(networkSecurityPerimeterConfigurationName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.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 (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationHeaderResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Lists all of the NSP configurations 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 System.Threading.Tasks.Task>> ListConfigurationsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListConfigurationsNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.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 (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new Microsoft.Rest.Azure.CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new Microsoft.Rest.Azure.CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.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 = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/Batch/Batch.Management.Sdk/Generated/NetworkSecurityPerimeterOperationsExtensions.cs b/src/Batch/Batch.Management.Sdk/Generated/NetworkSecurityPerimeterOperationsExtensions.cs new file mode 100644 index 000000000000..315f03e1344b --- /dev/null +++ b/src/Batch/Batch.Management.Sdk/Generated/NetworkSecurityPerimeterOperationsExtensions.cs @@ -0,0 +1,223 @@ +// 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.Azure; + using Models; + + /// + /// Extension methods for NetworkSecurityPerimeterOperations + /// + public static partial class NetworkSecurityPerimeterOperationsExtensions + { + /// + /// Lists all of the NSP configurations 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. + /// + public static Microsoft.Rest.Azure.IPage ListConfigurations(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName) + { + return ((INetworkSecurityPerimeterOperations)operations).ListConfigurationsAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the NSP configurations 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 cancellation token. + /// + public static async System.Threading.Tasks.Task> ListConfigurationsAsync(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListConfigurationsWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets information about the specified NSP configuration. + /// + /// + /// 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 name for Network Security Perimeter configuration + /// + public static NetworkSecurityPerimeterConfiguration GetConfiguration(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName) + { + return ((INetworkSecurityPerimeterOperations)operations).GetConfigurationAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName).GetAwaiter().GetResult(); + } + + /// + /// Gets information about the specified NSP configuration. + /// + /// + /// 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 name for Network Security Perimeter configuration + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetConfigurationAsync(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetConfigurationWithHttpMessagesAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// 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 name for Network Security Perimeter configuration + /// + public static NetworkSecurityPerimeterReconcileConfigurationHeaders ReconcileConfiguration(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName) + { + return ((INetworkSecurityPerimeterOperations)operations).ReconcileConfigurationAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName).GetAwaiter().GetResult(); + } + + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// 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 name for Network Security Perimeter configuration + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task ReconcileConfigurationAsync(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ReconcileConfigurationWithHttpMessagesAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Headers; + } + } + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// 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 name for Network Security Perimeter configuration + /// + public static NetworkSecurityPerimeterReconcileConfigurationHeaders BeginReconcileConfiguration(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName) + { + return ((INetworkSecurityPerimeterOperations)operations).BeginReconcileConfigurationAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName).GetAwaiter().GetResult(); + } + + /// + /// Reconciles the specified NSP configuration. + /// + /// + /// 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 name for Network Security Perimeter configuration + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginReconcileConfigurationAsync(this INetworkSecurityPerimeterOperations operations, string resourceGroupName, string accountName, string networkSecurityPerimeterConfigurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginReconcileConfigurationWithHttpMessagesAsync(resourceGroupName, accountName, networkSecurityPerimeterConfigurationName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Headers; + } + } + /// + /// Lists all of the NSP configurations in the specified account. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListConfigurationsNext(this INetworkSecurityPerimeterOperations operations, string nextPageLink) + { + return ((INetworkSecurityPerimeterOperations)operations).ListConfigurationsNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the NSP configurations 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 System.Threading.Tasks.Task> ListConfigurationsNextAsync(this INetworkSecurityPerimeterOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListConfigurationsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs b/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs index 9b5f9c18a875..8fdf94961de6 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs @@ -543,9 +543,10 @@ internal PrivateEndpointConnectionOperations (BatchManagementClient client) /// 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 private link service connection state of the private endpoint - /// connection + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. /// /// /// Headers that will be added to request. @@ -553,10 +554,10 @@ internal PrivateEndpointConnectionOperations (BatchManagementClient client) /// /// The cancellation token. /// - public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // Send Request - Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, privateLinkServiceConnectionState, ifMatch, customHeaders, cancellationToken).ConfigureAwait(false); + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch, customHeaders, cancellationToken).ConfigureAwait(false); return await this.Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -603,9 +604,10 @@ internal PrivateEndpointConnectionOperations (BatchManagementClient client) /// 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 private link service connection state of the private endpoint - /// connection + /// + /// PrivateEndpointConnection properties that should be updated. Properties + /// that are supplied will be updated, any property not supplied will be + /// unchanged. /// /// /// Headers that will be added to request. @@ -628,12 +630,16 @@ internal PrivateEndpointConnectionOperations (BatchManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } if (this.Client.SubscriptionId == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); @@ -688,11 +694,6 @@ internal PrivateEndpointConnectionOperations (BatchManagementClient client) } - PrivateEndpointConnection parameters = new PrivateEndpointConnection(); - if(privateLinkServiceConnectionState != null) - { - parameters.PrivateLinkServiceConnectionState = privateLinkServiceConnectionState; - } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs b/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs index f899f7b19201..9a28f05d3131 100644 --- a/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs +++ b/src/Batch/Batch.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs @@ -124,9 +124,9 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionOpera /// 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, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string)) + public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string)) { - return ((IPrivateEndpointConnectionOperations)operations).UpdateAsync(resourceGroupName, accountName, privateEndpointConnectionName, privateLinkServiceConnectionState, ifMatch).GetAwaiter().GetResult(); + return ((IPrivateEndpointConnectionOperations)operations).UpdateAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -152,9 +152,9 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionOpera /// /// The cancellation token. /// - public static async System.Threading.Tasks.Task UpdateAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public static async System.Threading.Tasks.Task UpdateAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, privateLinkServiceConnectionState, ifMatch, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -226,9 +226,9 @@ public static PrivateEndpointConnectionDeleteHeaders Delete(this IPrivateEndpoin /// 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 BeginUpdate(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string)) + public static PrivateEndpointConnection BeginUpdate(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string)) { - return ((IPrivateEndpointConnectionOperations)operations).BeginUpdateAsync(resourceGroupName, accountName, privateEndpointConnectionName, privateLinkServiceConnectionState, ifMatch).GetAwaiter().GetResult(); + return ((IPrivateEndpointConnectionOperations)operations).BeginUpdateAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -254,9 +254,9 @@ public static PrivateEndpointConnectionDeleteHeaders Delete(this IPrivateEndpoin /// /// The cancellation token. /// - public static async System.Threading.Tasks.Task BeginUpdateAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default(PrivateLinkServiceConnectionState), string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public static async System.Threading.Tasks.Task BeginUpdateAsync(this IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, privateLinkServiceConnectionState, ifMatch, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, accountName, privateEndpointConnectionName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/src/Batch/Batch.Management.Sdk/README.md b/src/Batch/Batch.Management.Sdk/README.md index 698c27486b07..663884d5cc90 100644 --- a/src/Batch/Batch.Management.Sdk/README.md +++ b/src/Batch/Batch.Management.Sdk/README.md @@ -21,9 +21,11 @@ license-header: MICROSOFT_MIT_NO_VERSION payload-flattening-threshold: 1 # title: BatchManagementClient -commit: 19aa8ab5d14b22bdeb67eab31c65b47c5380fd06 +commit: f9391dfd43360c636a5d7428734f86afe316bbb9 input-file: - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/batch/resource-manager/Microsoft.Batch/stable/2022-10-01/BatchManagement.json + - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/batch/resource-manager/Microsoft.Batch/stable/2024-07-01/BatchManagement.json + - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/batch/resource-manager/Microsoft.Batch/stable/2024-07-01/NetworkSecurityPerimeter.json + output-folder: Generated diff --git a/src/Batch/Batch.Test/Batch.Test.csproj b/src/Batch/Batch.Test/Batch.Test.csproj index 31ac7612207f..a12ec685f417 100644 --- a/src/Batch/Batch.Test/Batch.Test.csproj +++ b/src/Batch/Batch.Test/Batch.Test.csproj @@ -1,4 +1,4 @@ - + Batch @@ -13,8 +13,8 @@ - - + + @@ -29,5 +29,15 @@ + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + \ No newline at end of file diff --git a/src/Batch/Batch.Test/BatchTestHelpers.cs b/src/Batch/Batch.Test/BatchTestHelpers.cs index 9dc7541e190e..ae0186e027c6 100644 --- a/src/Batch/Batch.Test/BatchTestHelpers.cs +++ b/src/Batch/Batch.Test/BatchTestHelpers.cs @@ -39,10 +39,6 @@ namespace Microsoft.Azure.Commands.Batch.Test /// public static class BatchTestHelpers { - internal static readonly string TestCertificateFileName = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Resources/BatchTestCert01.cer"); - internal const string TestCertificateAlgorithm = "sha1"; - // [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Fake password")] - internal const string TestCertificatePassword = "Passw0rd"; internal static readonly int DefaultQuotaCount = 20; /// @@ -337,44 +333,6 @@ public static RequestInterceptor ExamineRequestInterceptor(Action assertAc return interceptor; } - /// - /// Builds a CertificateGetResponse object - /// - public static AzureOperationResponse CreateCertificateGetResponse(string thumbprint) - { - var response = new AzureOperationResponse(); - response.Response = new HttpResponseMessage(HttpStatusCode.OK); - - ProxyModels.Certificate cert = new ProxyModels.Certificate(); - cert.Thumbprint = thumbprint; - - response.Body = cert; - - return response; - } - - /// - /// Builds a CertificateListResponse object - /// - public static AzureOperationResponse, ProxyModels.CertificateListHeaders> CreateCertificateListResponse(IEnumerable certThumbprints) - { - var response = new AzureOperationResponse, ProxyModels.CertificateListHeaders>(); - response.Response = new HttpResponseMessage(HttpStatusCode.OK); - - List certs = new List(); - - foreach (string t in certThumbprints) - { - ProxyModels.Certificate cert = new ProxyModels.Certificate(); - cert.Thumbprint = t; - certs.Add(cert); - } - - response.Body = new MockPagedEnumerable(certs); - - return response; - } - /// /// Builds a CloudPoolGetResponse object using a pool ID /// @@ -842,17 +800,6 @@ public static AzureOperationResponse< return response; } - /// - /// Builds a NodeFileGetPropertiesResponse object - /// - public static AzureOperationResponse CreateGetRemoteDesktOperationResponse() - { - var response = new AzureOperationResponse(); - response.Headers = new ProxyModels.ComputeNodeGetRemoteDesktopHeaders(); - response.Body = new MemoryStream(); - return response; - } - /// /// Builds a NodeFileGetPropertiesFromTaskResponse object /// diff --git a/src/Batch/Batch.Test/Certificates/GetBatchCertificateCommandTests.cs b/src/Batch/Batch.Test/Certificates/GetBatchCertificateCommandTests.cs deleted file mode 100644 index 7f728c402b26..000000000000 --- a/src/Batch/Batch.Test/Certificates/GetBatchCertificateCommandTests.cs +++ /dev/null @@ -1,234 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Batch.Protocol; -using Microsoft.Azure.Commands.Batch.Models; -using Microsoft.Rest.Azure; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using Moq; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Management.Automation; -using System.Threading.Tasks; -using Xunit; -using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient; -using ProxyModels = Microsoft.Azure.Batch.Protocol.Models; - - -namespace Microsoft.Azure.Commands.Batch.Test.Certificates -{ - [Obsolete] - public class GetBatchCertificateCommandTests : WindowsAzure.Commands.Test.Utilities.Common.RMTestBase - { - private GetBatchCertificateCommand cmdlet; - private Mock batchClientMock; - private Mock commandRuntimeMock; - - public GetBatchCertificateCommandTests(Xunit.Abstractions.ITestOutputHelper output) - { - ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output)); - batchClientMock = new Mock(); - commandRuntimeMock = new Mock(); - cmdlet = new GetBatchCertificateCommand() - { - CommandRuntime = commandRuntimeMock.Object, - BatchClient = batchClientMock.Object, - }; - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void GetBatchCertificateTest() - { - // Setup cmdlet to get a cert by its thumbprint - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - cmdlet.ThumbprintAlgorithm = "sha1"; - cmdlet.Thumbprint = "123456789"; - cmdlet.Filter = null; - - // Build a Certificate instead of querying the service on a Get Certificate call - AzureOperationResponse response = BatchTestHelpers.CreateCertificateGetResponse(cmdlet.Thumbprint); - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - ProxyModels.CertificateGetOptions, - AzureOperationResponse>(response); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Setup the cmdlet to write pipeline output to a list that can be examined later - List pipeline = new List(); - commandRuntimeMock.Setup(r => r.WriteObject(It.IsAny())).Callback(c => pipeline.Add((PSCertificate)c)); - - cmdlet.ExecuteCmdlet(); - - // Verify that the cmdlet wrote the cert returned from the OM to the pipeline - Assert.Single(pipeline); - Assert.Equal(cmdlet.Thumbprint, pipeline[0].Thumbprint); - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void GetBatchCertificateODataTest() - { - // Setup cmdlet to get a single certificate - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - cmdlet.ThumbprintAlgorithm = "sha1"; - cmdlet.Thumbprint = "123456789"; - cmdlet.Select = "thumbprint,state"; - - string requestSelect = null; - - // Fetch the OData clauses off the request. The OData clauses are applied after user provided RequestInterceptors, so a ResponseInterceptor is used. - AzureOperationResponse getResponse = BatchTestHelpers.CreateCertificateGetResponse(cmdlet.Thumbprint); - RequestInterceptor requestInterceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - ProxyModels.CertificateGetOptions, - AzureOperationResponse>(getResponse); - ResponseInterceptor responseInterceptor = new ResponseInterceptor((response, request) => - { - ProxyModels.CertificateGetOptions certOptions = (ProxyModels.CertificateGetOptions)request.Options; - requestSelect = certOptions.Select; - - return Task.FromResult(response); - }); - cmdlet.AdditionalBehaviors = new List() { requestInterceptor, responseInterceptor }; - - cmdlet.ExecuteCmdlet(); - - Assert.Equal(cmdlet.Select, requestSelect); - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void ListBatchCertificatesODataTest() - { - // Setup cmdlet to list certs using an OData filter - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - cmdlet.ThumbprintAlgorithm = null; - cmdlet.Thumbprint = null; - cmdlet.Filter = "state eq 'active'"; - cmdlet.Select = "id,state"; - - string requestFilter = null; - string requestSelect = null; - - AzureOperationResponse, ProxyModels.CertificateListHeaders> response = BatchTestHelpers.CreateGenericAzureOperationListResponse(); - - Action, ProxyModels.CertificateListHeaders>>> extractCertificateListAction = - (request) => - { - ProxyModels.CertificateListOptions options = request.Options; - requestFilter = options.Filter; - requestSelect = options.Select; - }; - - RequestInterceptor requestInterceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor(responseToUse: response, requestAction: extractCertificateListAction); - - cmdlet.AdditionalBehaviors = new List() { requestInterceptor }; - - cmdlet.ExecuteCmdlet(); - - Assert.Equal(cmdlet.Filter, requestFilter); - Assert.Equal(cmdlet.Select, requestSelect); - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void ListBatchCertificatesWithoutFiltersTest() - { - // Setup cmdlet to list certs without filters - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - cmdlet.ThumbprintAlgorithm = null; - cmdlet.Thumbprint = null; - cmdlet.Filter = null; - - string[] thumbprintsOfConstructedCerts = new[] { "12345", "67890", "ABCDE" }; - - // Build some Certificates instead of querying the service on a List Certificates call - AzureOperationResponse, ProxyModels.CertificateListHeaders> response = BatchTestHelpers.CreateCertificateListResponse(thumbprintsOfConstructedCerts); - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - ProxyModels.CertificateListOptions, - AzureOperationResponse, ProxyModels.CertificateListHeaders>>(response); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Setup the cmdlet to write pipeline output to a list that can be examined later - List pipeline = new List(); - commandRuntimeMock.Setup(r => - r.WriteObject(It.IsAny())) - .Callback(c => pipeline.Add((PSCertificate)c)); - - cmdlet.ExecuteCmdlet(); - - // Verify that the cmdlet wrote the constructed certs to the pipeline - Assert.Equal(3, pipeline.Count); - int poolCount = 0; - foreach (PSCertificate c in pipeline) - { - Assert.Contains(c.Thumbprint, thumbprintsOfConstructedCerts); - poolCount++; - } - Assert.Equal(thumbprintsOfConstructedCerts.Length, poolCount); - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void ListCertificatesMaxCountTest() - { - // Verify default max count - Assert.Equal(Microsoft.Azure.Commands.Batch.Utils.Constants.DefaultMaxCount, cmdlet.MaxCount); - - // Setup cmdlet to list pools without filters and a max count - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - cmdlet.ThumbprintAlgorithm = null; - cmdlet.Thumbprint = null; - cmdlet.Filter = null; - int maxCount = 2; - cmdlet.MaxCount = maxCount; - - string[] thumbprintsOfConstructedCerts = new[] { "12345", "67890", "ABCDE" }; - - // Build some Certificates instead of querying the service on a List Certificates call - AzureOperationResponse, ProxyModels.CertificateListHeaders> response = BatchTestHelpers.CreateCertificateListResponse(thumbprintsOfConstructedCerts); - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - ProxyModels.CertificateListOptions, - AzureOperationResponse, ProxyModels.CertificateListHeaders>>(response); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Setup the cmdlet to write pipeline output to a list that can be examined later - List pipeline = new List(); - commandRuntimeMock.Setup(r => - r.WriteObject(It.IsAny())) - .Callback(c => pipeline.Add((PSCertificate)c)); - - cmdlet.ExecuteCmdlet(); - - // Verify that the max count was respected - Assert.Equal(maxCount, pipeline.Count); - - // Verify setting max count <= 0 doesn't return nothing - cmdlet.MaxCount = -5; - pipeline.Clear(); - cmdlet.ExecuteCmdlet(); - - Assert.Equal(thumbprintsOfConstructedCerts.Length, pipeline.Count); - } - } -} diff --git a/src/Batch/Batch.Test/Certificates/NewBatchCertificateCommandTests.cs b/src/Batch/Batch.Test/Certificates/NewBatchCertificateCommandTests.cs deleted file mode 100644 index 9e9313204866..000000000000 --- a/src/Batch/Batch.Test/Certificates/NewBatchCertificateCommandTests.cs +++ /dev/null @@ -1,153 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Batch.Protocol; -using Microsoft.Azure.Batch.Protocol.BatchRequests; -using Microsoft.Azure.Batch.Protocol.Models; -using Microsoft.Rest.Azure; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using Moq; -using System; -using System.Collections.Generic; -using System.Management.Automation; -using System.Security.Cryptography.X509Certificates; -using System.Threading.Tasks; -using Microsoft.WindowsAzure.Commands.Common; -using Xunit; -using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient; - -namespace Microsoft.Azure.Commands.Batch.Test.Certificates -{ - [Obsolete] - public class NewBatchCertificateCommandTests : WindowsAzure.Commands.Test.Utilities.Common.RMTestBase - { - private NewBatchCertificateCommand cmdlet; - private Mock batchClientMock; - private Mock commandRuntimeMock; - - public NewBatchCertificateCommandTests(Xunit.Abstractions.ITestOutputHelper output) - { - ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output)); - batchClientMock = new Mock(); - commandRuntimeMock = new Mock(); - cmdlet = new NewBatchCertificateCommand() - { - CommandRuntime = commandRuntimeMock.Object, - BatchClient = batchClientMock.Object, - }; - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void NewBatchCertificateRequiredParametersTest() - { - // Setup cmdlet without the required parameters - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - - Assert.Throws(() => cmdlet.ExecuteCmdlet()); - - cmdlet.FilePath = BatchTestHelpers.TestCertificateFileName; - - // Don't go to the service on an Add Certificate call - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - CertificateAddParameter, - CertificateAddOptions, - AzureOperationHeaderResponse>(); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Verify no exceptions when required parameters are set - cmdlet.ExecuteCmdlet(); - - // Use the RawData parameter set next - cmdlet.FilePath = null; - X509Certificate2 cert = new X509Certificate2(BatchTestHelpers.TestCertificateFileName); - cmdlet.RawData = cert.RawData; - - // Verify no exceptions when required parameters are set - cmdlet.ExecuteCmdlet(); - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void NewBatchCertificateRequestBodyTest() - { - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - - X509Certificate2 cert = new X509Certificate2(BatchTestHelpers.TestCertificateFileName); - string certDataBase64String = Convert.ToBase64String(cert.RawData); - - CertificateAddParameter requestParameters = null; - - // Don't go to the service on an Add Certificate call - RequestInterceptor interceptor = new RequestInterceptor((baseRequest) => - { - CertificateAddBatchRequest request = (CertificateAddBatchRequest)baseRequest; - - request.ServiceRequestFunc = (cancellationToken) => - { - requestParameters = request.Parameters; - - var response = new AzureOperationHeaderResponse(); - Task> task = Task.FromResult(response); - return task; - }; - }); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Verify that when just the raw data is specified, the request body matches expectations - cmdlet.RawData = cert.RawData; - cmdlet.ExecuteCmdlet(); - Assert.Equal(CertificateFormat.Cer, requestParameters.CertificateFormat); - Assert.Equal(BatchTestHelpers.TestCertificateAlgorithm, requestParameters.ThumbprintAlgorithm); - Assert.Equal(cert.Thumbprint.ToLowerInvariant(), requestParameters.Thumbprint.ToLowerInvariant()); - Assert.True(string.IsNullOrEmpty(requestParameters.Password)); - Assert.Equal(certDataBase64String, requestParameters.Data); - - // Verify that when the raw data is specified with a password, the request body matches expectations - cmdlet.RawData = cert.RawData; - cmdlet.Password = BatchTestHelpers.TestCertificatePassword.ConvertToSecureString(); - cmdlet.ExecuteCmdlet(); - Assert.Equal(CertificateFormat.Pfx, requestParameters.CertificateFormat); - Assert.Equal(BatchTestHelpers.TestCertificateAlgorithm, requestParameters.ThumbprintAlgorithm); - Assert.Equal(cert.Thumbprint.ToLowerInvariant(), requestParameters.Thumbprint.ToLowerInvariant()); - Assert.Equal(BatchTestHelpers.TestCertificatePassword, requestParameters.Password); - Assert.Equal(certDataBase64String, requestParameters.Data); - - // Verify that when just a file path is specified, the request body matches expectations - cmdlet.RawData = null; - cmdlet.Password = null; - cmdlet.FilePath = BatchTestHelpers.TestCertificateFileName; - cmdlet.ExecuteCmdlet(); - Assert.Equal(CertificateFormat.Cer, requestParameters.CertificateFormat); - Assert.Equal(BatchTestHelpers.TestCertificateAlgorithm, requestParameters.ThumbprintAlgorithm); - Assert.Equal(cert.Thumbprint.ToLowerInvariant(), requestParameters.Thumbprint.ToLowerInvariant()); - Assert.True(string.IsNullOrEmpty(requestParameters.Password)); - Assert.Equal(certDataBase64String, requestParameters.Data); - - // Verify that when a file path is specified with a password, the request body matches expectations - cmdlet.Password = BatchTestHelpers.TestCertificatePassword.ConvertToSecureString(); - cmdlet.ExecuteCmdlet(); - Assert.Equal(CertificateFormat.Pfx, requestParameters.CertificateFormat); - Assert.Equal(BatchTestHelpers.TestCertificateAlgorithm, requestParameters.ThumbprintAlgorithm); - Assert.Equal(cert.Thumbprint.ToLowerInvariant(), requestParameters.Thumbprint.ToLowerInvariant()); - Assert.Equal(BatchTestHelpers.TestCertificatePassword, requestParameters.Password); - Assert.Equal(certDataBase64String, requestParameters.Data); - } - } -} diff --git a/src/Batch/Batch.Test/Certificates/RemoveBatchCertificateCommandTests.cs b/src/Batch/Batch.Test/Certificates/RemoveBatchCertificateCommandTests.cs deleted file mode 100644 index ba8f77368b61..000000000000 --- a/src/Batch/Batch.Test/Certificates/RemoveBatchCertificateCommandTests.cs +++ /dev/null @@ -1,74 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Batch.Protocol; -using Microsoft.Azure.Batch.Protocol.Models; -using Microsoft.Rest.Azure; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using Moq; -using System; -using System.Collections.Generic; -using System.Management.Automation; -using Xunit; -using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient; - -namespace Microsoft.Azure.Commands.Batch.Test.Certificates -{ - public class RemoveBatchCertificateCommandTests : WindowsAzure.Commands.Test.Utilities.Common.RMTestBase - { - private RemoveBatchCertificateCommand cmdlet; - private Mock batchClientMock; - private Mock commandRuntimeMock; - - public RemoveBatchCertificateCommandTests(Xunit.Abstractions.ITestOutputHelper output) - { - ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output)); - batchClientMock = new Mock(); - commandRuntimeMock = new Mock(); - cmdlet = new RemoveBatchCertificateCommand() - { - CommandRuntime = commandRuntimeMock.Object, - BatchClient = batchClientMock.Object, - }; - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void RemoveBatchCertificateParametersTest() - { - // Setup cmdlet without the required parameters - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - - // Setup cmdlet to skip confirmation popup - commandRuntimeMock.Setup(f => f.ShouldProcess(It.IsAny(), It.IsAny())).Returns(true); - - Assert.Throws(() => cmdlet.ExecuteCmdlet()); - - cmdlet.ThumbprintAlgorithm = "sha1"; - - Assert.Throws(() => cmdlet.ExecuteCmdlet()); - - cmdlet.Thumbprint = "123456789"; - - // Don't go to the service on a Delete Certificate call - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor>(); - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Verify no exceptions when required parameters are set - cmdlet.ExecuteCmdlet(); - } - } -} diff --git a/src/Batch/Batch.Test/Certificates/StopBatchCertificateDeletionCommandTests.cs b/src/Batch/Batch.Test/Certificates/StopBatchCertificateDeletionCommandTests.cs deleted file mode 100644 index 25adf124a789..000000000000 --- a/src/Batch/Batch.Test/Certificates/StopBatchCertificateDeletionCommandTests.cs +++ /dev/null @@ -1,73 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Batch.Protocol; -using Microsoft.Azure.Batch.Protocol.Models; -using Microsoft.Rest.Azure; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using Moq; -using System; -using System.Collections.Generic; -using System.Management.Automation; -using Xunit; -using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient; - -namespace Microsoft.Azure.Commands.Batch.Test.Certificates -{ - public class StopBatchCertificateDeletionCommandTests : WindowsAzure.Commands.Test.Utilities.Common.RMTestBase - { - private StopBatchCertificateDeletionCommand cmdlet; - private Mock batchClientMock; - private Mock commandRuntimeMock; - - public StopBatchCertificateDeletionCommandTests(Xunit.Abstractions.ITestOutputHelper output) - { - ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output)); - batchClientMock = new Mock(); - commandRuntimeMock = new Mock(); - cmdlet = new StopBatchCertificateDeletionCommand() - { - CommandRuntime = commandRuntimeMock.Object, - BatchClient = batchClientMock.Object, - }; - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void StopCertificateDeletionParametersTest() - { - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - - Assert.Throws(() => cmdlet.ExecuteCmdlet()); - - cmdlet.ThumbprintAlgorithm = "sha1"; - - Assert.Throws(() => cmdlet.ExecuteCmdlet()); - - cmdlet.Thumbprint = "123456789"; - - // Don't go to the service on a Certificate Cancel Deletion call - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - CertificateCancelDeletionOptions, - AzureOperationHeaderResponse>(); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - // Verify no exceptions when required parameter is set - cmdlet.ExecuteCmdlet(); - } - } -} diff --git a/src/Batch/Batch.Test/Files/GetBatchRemoteDesktopProtocolFileCommandTests.cs b/src/Batch/Batch.Test/Files/GetBatchRemoteDesktopProtocolFileCommandTests.cs deleted file mode 100644 index ad3feea79008..000000000000 --- a/src/Batch/Batch.Test/Files/GetBatchRemoteDesktopProtocolFileCommandTests.cs +++ /dev/null @@ -1,85 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Batch.Protocol; -using Microsoft.Azure.Batch.Protocol.Models; -using Microsoft.Rest.Azure; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using Moq; -using System; -using System.Collections.Generic; -using System.IO; -using System.Management.Automation; -using Xunit; -using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient; - -namespace Microsoft.Azure.Commands.Batch.Test.Files -{ - public class GetBatchRemoteDesktopProtocolFileCommandTests : WindowsAzure.Commands.Test.Utilities.Common.RMTestBase - { - private GetBatchRemoteDesktopProtocolFileCommand cmdlet; - private Mock batchClientMock; - private Mock commandRuntimeMock; - - public GetBatchRemoteDesktopProtocolFileCommandTests(Xunit.Abstractions.ITestOutputHelper output) - { - ServiceManagement.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagement.Common.Models.XunitTracingInterceptor(output)); - batchClientMock = new Mock(); - commandRuntimeMock = new Mock(); - cmdlet = new GetBatchRemoteDesktopProtocolFileCommand() - { - CommandRuntime = commandRuntimeMock.Object, - BatchClient = batchClientMock.Object, - }; - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void GetBatchRemoteDesktopProtocolFileParametersTest() - { - // Setup cmdlet without required parameters - BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); - cmdlet.BatchContext = context; - cmdlet.PoolId = null; - cmdlet.ComputeNodeId = null; - cmdlet.ComputeNode = null; - cmdlet.DestinationPath = null; - - AzureOperationResponse response = BatchTestHelpers.CreateGetRemoteDesktOperationResponse(); - - // Don't go to the service on a Get ComputeNode Remote Desktop call - RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor< - ComputeNodeGetRemoteDesktopOptions, - AzureOperationResponse>(response); - - cmdlet.AdditionalBehaviors = new List() { interceptor }; - - using (MemoryStream memStream = new MemoryStream()) - { - // Don't hit the file system during unit tests - cmdlet.DestinationStream = memStream; - - Assert.Throws(() => cmdlet.ExecuteCmdlet()); - - // Fill required compute node details - cmdlet.PoolId = "pool"; - cmdlet.ComputeNodeId = "computeNode1"; - - // Verify no exceptions occur - cmdlet.ExecuteCmdlet(); - } - } - } -} diff --git a/src/Batch/Batch.Test/Jobs/NewBatchJobCommandTests.cs b/src/Batch/Batch.Test/Jobs/NewBatchJobCommandTests.cs index 771d289d3a01..9ba3c285b99f 100644 --- a/src/Batch/Batch.Test/Jobs/NewBatchJobCommandTests.cs +++ b/src/Batch/Batch.Test/Jobs/NewBatchJobCommandTests.cs @@ -181,7 +181,15 @@ public void NewBatchJobPoolUserAccountsGetPassedToRequest() PoolLifetimeOption = Azure.Batch.Common.PoolLifetimeOption.Job, PoolSpecification = new PSPoolSpecification { - CloudServiceConfiguration = new PSCloudServiceConfiguration("4", "*"), + VirtualMachineConfiguration = new PSVirtualMachineConfiguration( + new PSImageReference + { + Publisher = "Canonical", + Offer = "UbuntuServer", + Sku = "18.04-LTS", + Version = "latest" + }, + "batch.node.ubuntu 18.04"), UserAccounts = new List() { adminUser, nonAdminUser, sshUser } } } diff --git a/src/Batch/Batch.Test/Pools/GetBatchPoolNodeCountsCommandTests.cs b/src/Batch/Batch.Test/Pools/GetBatchPoolNodeCountsCommandTests.cs index 714cbd0503c2..7c9307a17885 100644 --- a/src/Batch/Batch.Test/Pools/GetBatchPoolNodeCountsCommandTests.cs +++ b/src/Batch/Batch.Test/Pools/GetBatchPoolNodeCountsCommandTests.cs @@ -75,7 +75,9 @@ public void WhenGetBatchPoolNodeCountsCommandIsCalledWithoutFilter_ShouldReturnA unusable: 12, waitingForStartTask: 13, total: 91, - upgradingOS: 1), // Total + upgradingOS: 1, + deallocated: 1, + deallocating: 1), // Total LowPriority = new ProxyModels.NodeCounts( creating: 1, idle: 2, @@ -91,7 +93,9 @@ public void WhenGetBatchPoolNodeCountsCommandIsCalledWithoutFilter_ShouldReturnA unusable: 12, waitingForStartTask: 13, total: 91, - upgradingOS: 1), // Total + upgradingOS: 1, + deallocated: 1, + deallocating: 1), // Total }; var poolNodeCounts2 = new ProxyModels.PoolNodeCounts() @@ -112,7 +116,9 @@ public void WhenGetBatchPoolNodeCountsCommandIsCalledWithoutFilter_ShouldReturnA unusable: 22, waitingForStartTask: 23, total: 221, - upgradingOS: 1), // Total + upgradingOS: 1, + deallocated: 1, + deallocating: 1), // Total LowPriority = new ProxyModels.NodeCounts( creating: 11, idle: 12, @@ -128,7 +134,9 @@ public void WhenGetBatchPoolNodeCountsCommandIsCalledWithoutFilter_ShouldReturnA unusable: 22, waitingForStartTask: 23, total: 221, - upgradingOS: 1), // Total + upgradingOS: 1, + deallocated: 1, + deallocating: 1), // Total }; // Simulate node state counts for two pools are returned @@ -251,6 +259,8 @@ public void WhenPSNodeCountsFormatObjectIsCalled_ShouldSerlializeNodeCountsToStr const int waitingForStartTask = 13; const int total = 91; const int upgradingOS = 1; + const int deallocated = 1; + const int deallocating = 1; var poolNodeCounts = new ProxyModels.PoolNodeCounts() { @@ -271,7 +281,9 @@ public void WhenPSNodeCountsFormatObjectIsCalled_ShouldSerlializeNodeCountsToStr unusable: unusable, waitingForStartTask: waitingForStartTask, total: total, - upgradingOS: upgradingOS), // Total + upgradingOS: upgradingOS, + deallocated: deallocated, + deallocating: deallocating), // Total // all zero properties LowPriority = new ProxyModels.NodeCounts( creating: 0, @@ -288,7 +300,9 @@ public void WhenPSNodeCountsFormatObjectIsCalled_ShouldSerlializeNodeCountsToStr unusable: 0, waitingForStartTask: 0, total: 0, - upgradingOS: 0), // Total + upgradingOS: 0, + deallocated: 0, + deallocating: 0), // Total }; BatchAccountContext context = BatchTestHelpers.CreateBatchContextWithKeys(); diff --git a/src/Batch/Batch.Test/Pools/NewBatchPoolCommandTests.cs b/src/Batch/Batch.Test/Pools/NewBatchPoolCommandTests.cs index a02bf8c72dd8..e95ea907e1ae 100644 --- a/src/Batch/Batch.Test/Pools/NewBatchPoolCommandTests.cs +++ b/src/Batch/Batch.Test/Pools/NewBatchPoolCommandTests.cs @@ -79,29 +79,14 @@ public void NewBatchPoolParametersGetPassedToRequestTest() cmdlet.BatchContext = context; cmdlet.Id = "testPool"; - cmdlet.ApplicationLicenses = new List() { "foo", "bar" }; - cmdlet.CertificateReferences = new PSCertificateReference[] - { - new PSCertificateReference() - { - StoreLocation = Azure.Batch.Common.CertStoreLocation.LocalMachine, - Thumbprint = "thumbprint", - ThumbprintAlgorithm = "sha1", - StoreName = "My", - Visibility = Azure.Batch.Common.CertificateVisibility.StartTask - } - }; - cmdlet.CloudServiceConfiguration = new PSCloudServiceConfiguration("4", "*"); cmdlet.DisplayName = "display name"; cmdlet.InterComputeNodeCommunicationEnabled = true; cmdlet.TaskSlotsPerNode = 4; cmdlet.Metadata = new Dictionary { { "meta1", "value1" } }; - cmdlet.ResourceTag = new Dictionary { { "resource1", "value1" } }; cmdlet.ResizeTimeout = TimeSpan.FromMinutes(20); cmdlet.StartTask = new PSStartTask("cmd /c echo start task"); cmdlet.TargetDedicatedComputeNodes = 3; cmdlet.TargetLowPriorityComputeNodes = 2; - cmdlet.TargetNodeCommunicationMode = Microsoft.Azure.Batch.Common.NodeCommunicationMode.Simplified; cmdlet.TaskSchedulingPolicy = new PSTaskSchedulingPolicy(Azure.Batch.Common.ComputeNodeFillType.Spread); cmdlet.UpgradePolicy = new PSUpgradePolicy(Azure.Batch.Common.UpgradeMode.Automatic); cmdlet.VirtualMachineConfiguration = new PSVirtualMachineConfiguration(new PSImageReference("offer", "publisher", "sku"), "node agent"); @@ -138,28 +123,18 @@ public void NewBatchPoolParametersGetPassedToRequestTest() cmdlet.ExecuteCmdlet(); // Verify the request parameters match the cmdlet parameters - Assert.Equal(cmdlet.ApplicationLicenses[0], requestParameters.ApplicationLicenses[0]); - Assert.Equal(cmdlet.ApplicationLicenses[1], requestParameters.ApplicationLicenses[1]); - Assert.Equal(cmdlet.CertificateReferences.Length, requestParameters.CertificateReferences.Count); - Assert.Equal(cmdlet.CertificateReferences[0].StoreName, requestParameters.CertificateReferences[0].StoreName); - Assert.Equal(cmdlet.CertificateReferences[0].Thumbprint, requestParameters.CertificateReferences[0].Thumbprint); - Assert.Equal(cmdlet.CertificateReferences[0].ThumbprintAlgorithm, requestParameters.CertificateReferences[0].ThumbprintAlgorithm); - Assert.Equal(cmdlet.CloudServiceConfiguration.OSFamily, requestParameters.CloudServiceConfiguration.OsFamily); - Assert.Equal(cmdlet.CloudServiceConfiguration.OSVersion, requestParameters.CloudServiceConfiguration.OsVersion); + Assert.Equal(cmdlet.VirtualMachineConfiguration.ImageReference.Version, requestParameters.VirtualMachineConfiguration.ImageReference.Version); Assert.Equal(cmdlet.DisplayName, requestParameters.DisplayName); Assert.Equal(cmdlet.InterComputeNodeCommunicationEnabled, requestParameters.EnableInterNodeCommunication); Assert.Equal(cmdlet.TaskSlotsPerNode, requestParameters.TaskSlotsPerNode); Assert.Equal(cmdlet.Metadata.Count, requestParameters.Metadata.Count); Assert.Equal(cmdlet.Metadata["meta1"], requestParameters.Metadata[0].Value); - Assert.Equal(cmdlet.ResourceTag.Count, requestParameters.ResourceTags.Count); - Assert.Equal(cmdlet.ResourceTag["resource1"], requestParameters.ResourceTags["resource1"]); Assert.Equal(cmdlet.ResizeTimeout, requestParameters.ResizeTimeout); Assert.Equal(cmdlet.StartTask.CommandLine, requestParameters.StartTask.CommandLine); Assert.Equal(cmdlet.TargetDedicatedComputeNodes, requestParameters.TargetDedicatedNodes); Assert.Equal(cmdlet.TargetLowPriorityComputeNodes, requestParameters.TargetLowPriorityNodes); Assert.Equal(cmdlet.TaskSchedulingPolicy.ComputeNodeFillType.ToString(), requestParameters.TaskSchedulingPolicy.NodeFillType.ToString()); Assert.Equal(cmdlet.UpgradePolicy.Mode.ToString(), requestParameters.UpgradePolicy.Mode.ToString()); - Assert.Equal(cmdlet.TargetNodeCommunicationMode.ToString(), NodeCommunicationMode.Simplified.ToString()); Assert.Equal(cmdlet.VirtualMachineConfiguration.NodeAgentSkuId, requestParameters.VirtualMachineConfiguration.NodeAgentSKUId); Assert.Equal(cmdlet.VirtualMachineConfiguration.ImageReference.Publisher, requestParameters.VirtualMachineConfiguration.ImageReference.Publisher); Assert.Equal(cmdlet.VirtualMachineConfiguration.ImageReference.Offer, requestParameters.VirtualMachineConfiguration.ImageReference.Offer); @@ -263,7 +238,7 @@ public void NewBatchPoolUserAccountsGetPassedToRequest() cmdlet.BatchContext = context; cmdlet.Id = "testPool"; - cmdlet.CloudServiceConfiguration = new PSCloudServiceConfiguration("4", "*"); + cmdlet.VirtualMachineConfiguration = new PSVirtualMachineConfiguration(new PSImageReference("offer", "publisher", "sku"), "node agent"); cmdlet.TargetDedicatedComputeNodes = 3; PSUserAccount adminUser = new PSUserAccount("admin", "password1", Azure.Batch.Common.ElevationLevel.Admin); diff --git a/src/Batch/Batch.Test/Pools/SetBatchPoolCommandTests.cs b/src/Batch/Batch.Test/Pools/SetBatchPoolCommandTests.cs index b10abaf9a15d..2f18b1f50453 100644 --- a/src/Batch/Batch.Test/Pools/SetBatchPoolCommandTests.cs +++ b/src/Batch/Batch.Test/Pools/SetBatchPoolCommandTests.cs @@ -79,17 +79,6 @@ public void SetBatchPoolParametersGetPassedToRequestTest() // Update the pool cmdlet.Pool.StartTask = new PSStartTask("cmd /c echo start task"); - cmdlet.Pool.CertificateReferences = new List() - { - new PSCertificateReference() - { - StoreLocation = Azure.Batch.Common.CertStoreLocation.LocalMachine, - Thumbprint = "thumbprint", - ThumbprintAlgorithm = "sha1", - StoreName = "My", - Visibility = Azure.Batch.Common.CertificateVisibility.StartTask - } - }; cmdlet.Pool.ApplicationPackageReferences = new List() { new PSApplicationPackageReference() @@ -118,10 +107,6 @@ public void SetBatchPoolParametersGetPassedToRequestTest() // Verify the request parameters match the cmdlet parameters Assert.Equal(cmdlet.Pool.StartTask.CommandLine, requestParameters.StartTask.CommandLine); - Assert.Equal(cmdlet.Pool.CertificateReferences.Count, requestParameters.CertificateReferences.Count); - Assert.Equal(cmdlet.Pool.CertificateReferences[0].StoreName, requestParameters.CertificateReferences[0].StoreName); - Assert.Equal(cmdlet.Pool.CertificateReferences[0].Thumbprint, requestParameters.CertificateReferences[0].Thumbprint); - Assert.Equal(cmdlet.Pool.CertificateReferences[0].ThumbprintAlgorithm, requestParameters.CertificateReferences[0].ThumbprintAlgorithm); Assert.Equal(cmdlet.Pool.ApplicationPackageReferences.Count, requestParameters.ApplicationPackageReferences.Count); Assert.Equal(cmdlet.Pool.ApplicationPackageReferences[0].ApplicationId, requestParameters.ApplicationPackageReferences[0].ApplicationId); Assert.Equal(cmdlet.Pool.ApplicationPackageReferences[0].Version, requestParameters.ApplicationPackageReferences[0].Version); diff --git a/src/Batch/Batch.Test/ScenarioTests/BatchAccountTests.ps1 b/src/Batch/Batch.Test/ScenarioTests/BatchAccountTests.ps1 index 7d8cf4af2e2b..1695e9132c09 100644 --- a/src/Batch/Batch.Test/ScenarioTests/BatchAccountTests.ps1 +++ b/src/Batch/Batch.Test/ScenarioTests/BatchAccountTests.ps1 @@ -84,7 +84,7 @@ function Test-BatchAccountEndToEnd { # Delete the account Remove-AzBatchAccount -Name $accountName -ResourceGroupName $resourceGroup -Force - $errorMessage = "The specified account does not exist." + $errorMessage = "was not found" Assert-ThrowsContains { Get-AzBatchAccount -Name $accountName -ResourceGroupName $resourceGroup } $errorMessage } finally diff --git a/src/Batch/Batch.Test/ScenarioTests/CertificateTests.cs b/src/Batch/Batch.Test/ScenarioTests/CertificateTests.cs deleted file mode 100644 index cd7e79b272a0..000000000000 --- a/src/Batch/Batch.Test/ScenarioTests/CertificateTests.cs +++ /dev/null @@ -1,73 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Batch.Common; -using Microsoft.WindowsAzure.Commands.ScenarioTest; -using System; -using System.IO; -using System.Security.Cryptography.X509Certificates; -using Xunit; - -namespace Microsoft.Azure.Commands.Batch.Test.ScenarioTests -{ - public class CertificateTests : BatchTestRunner - { - public CertificateTests(Xunit.Abstractions.ITestOutputHelper output) : base(output) - { - - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - public void TestCertificateCrudOperations() - { - TestRunner.RunTestScript("Test-CertificateCrudOperations"); - } - - [Fact] - [Trait(Category.AcceptanceType, Category.CheckIn)] - [Obsolete] - public void TestCancelCertificateDelete() - { - BatchAccountContext context = null; - X509Certificate2 cert = new X509Certificate2(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Resources/BatchTestCert01.cer")); - string thumbprint = cert.Thumbprint.ToLowerInvariant(); - string poolId = "certPool"; - TestRunner.RunTestScript( - null, - mockContext => - { - context = new ScenarioTestContext(); - thumbprint = ScenarioTestHelpers.AddTestCertificate(this, context, BatchTestHelpers.TestCertificateFileName).ToLowerInvariant(); - CertificateReference certRef = new CertificateReference(); - certRef.StoreLocation = CertStoreLocation.CurrentUser; - certRef.StoreName = "My"; - certRef.ThumbprintAlgorithm = BatchTestHelpers.TestCertificateAlgorithm; - certRef.Thumbprint = thumbprint; - certRef.Visibility = CertificateVisibility.Task; - ScenarioTestHelpers.CreateTestPoolVirtualMachine(this, context, poolId, targetDedicated: 0, targetLowPriority: 0, certReference: certRef); - ScenarioTestHelpers.DeleteTestCertificate(this, context, BatchTestHelpers.TestCertificateAlgorithm, thumbprint); - ScenarioTestHelpers.WaitForCertificateToFailDeletion(this, context, BatchTestHelpers.TestCertificateAlgorithm, thumbprint); - }, - () => - { - ScenarioTestHelpers.DeletePool(this, context, poolId); - ScenarioTestHelpers.DeleteTestCertificate(this, context, BatchTestHelpers.TestCertificateAlgorithm, thumbprint); - }, - $"Test-TestCancelCertificateDelete '{BatchTestHelpers.TestCertificateAlgorithm}' '{thumbprint}'" - ); - } - } -} diff --git a/src/Batch/Batch.Test/ScenarioTests/CertificateTests.ps1 b/src/Batch/Batch.Test/ScenarioTests/CertificateTests.ps1 deleted file mode 100644 index fed5b0b2de8b..000000000000 --- a/src/Batch/Batch.Test/ScenarioTests/CertificateTests.ps1 +++ /dev/null @@ -1,69 +0,0 @@ -# ---------------------------------------------------------------------------------- -# -# Copyright Microsoft Corporation -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ---------------------------------------------------------------------------------- - -<# -.SYNOPSIS -Tests basic CRUD operations on certificates -#> -function Test-CertificateCrudOperations -{ - $context = New-Object Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ScenarioTestContext - $thumbprintAlgorithm = "sha1" - - $localDir = ($pwd).Path # Use $pwd to get the local directory. If $pwd is not used, paths are relative to [Environment]::CurrentDirectory, which can be different - - $certPathVs = $localDir + "/Resources/BatchTestCert01.cer" - $x509cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2 -ArgumentList $certPathVs - - # Add the cert - $x509cert | New-AzBatchCertificate -Kind "Cer" -BatchContext $context - - # Get the cert and ensure its properties match expectations - $addedCert = Get-AzBatchCertificate $thumbprintAlgorithm $x509cert.Thumbprint -BatchContext $context - Assert-AreEqual $x509cert.Thumbprint $addedCert.Thumbprint - Assert-AreEqual $thumbprintAlgorithm $addedCert.ThumbprintAlgorithm - - # Delete the cert via pipelining - $addedCert | Remove-AzBatchCertificate -BatchContext $context - - # Ensure that our delete call was successful. Use a list operation to avoid the 404 that a get will return. - $allCerts = Get-AzBatchCertificate -BatchContext $context - foreach ($c in $allCerts) - { - Assert-True { ($c.Thumbprint -ne $x509cert.Thumbprint) -or ($c.State.ToString().ToLower() -eq 'deleting') } - } -} - -<# -.SYNOPSIS -Tests canceling a cert deletion -#> -function Test-TestCancelCertificateDelete -{ - param([string]$thumbprintAlgorithm, [string]$thumbprint) - - $context = New-Object Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ScenarioTestContext - - # Verify the cert is in the deletefailed state - $cert = Get-AzBatchCertificate $thumbprintAlgorithm $thumbprint -BatchContext $context - Assert-AreEqual 'deletefailed' $cert.State.ToString().ToLower() - - Get-AzBatchCertificate $thumbprintAlgorithm $thumbprint -BatchContext $context | Stop-AzBatchCertificateDeletion -BatchContext $context - - # Verify the cert went back to the active state - $filter = "state eq 'active'"; - $cert = Get-AzBatchCertificate -Filter $filter -BatchContext $context - - Assert-ContainsItem $cert.Thumbprint.ToLowerInvariant() $thumbprint -} \ No newline at end of file diff --git a/src/Batch/Batch.Test/ScenarioTests/ComputeNodeTests.cs b/src/Batch/Batch.Test/ScenarioTests/ComputeNodeTests.cs index 1977b0d8dbd7..af751882d633 100644 --- a/src/Batch/Batch.Test/ScenarioTests/ComputeNodeTests.cs +++ b/src/Batch/Batch.Test/ScenarioTests/ComputeNodeTests.cs @@ -13,6 +13,8 @@ // ---------------------------------------------------------------------------------- using Microsoft.Azure.Batch; +using Microsoft.Azure.Batch.Common; +using Microsoft.Azure.Commands.Batch.Models; using Microsoft.WindowsAzure.Commands.ScenarioTest; using System; using Xunit; @@ -114,7 +116,21 @@ public void TestGetComputeNodeRemoteLoginSettings() mockContext => { context = new ScenarioTestContext(); - ScenarioTestHelpers.CreateTestPoolVirtualMachine(this, context, poolId, targetDedicated: 2, targetLowPriority: 0); + PSPoolEndpointConfiguration pSPoolEndpointConfiguration = new PSPoolEndpointConfiguration(new InboundNatPool[] { + new InboundNatPool( + name: "RDP", + protocol: InboundEndpointProtocol.Tcp, + backendPort: 3389, + frontendPortRangeStart: 1, + frontendPortRangeEnd: 1000, + networkSecurityGroupRules: null) + }); + + PSNetworkConfiguration pSNetworkConfiguration = new PSNetworkConfiguration() + { + EndpointConfiguration = pSPoolEndpointConfiguration + }; + ScenarioTestHelpers.CreateTestPoolVirtualMachine(this, context, poolId, targetDedicated: 2, targetLowPriority: 0, networkConfiguration: pSNetworkConfiguration); ScenarioTestHelpers.WaitForSteadyPoolAllocation(this, context, poolId); }, $"Test-GetRemoteLoginSettings '{poolId}'" diff --git a/src/Batch/Batch.Test/ScenarioTests/FileTests.ps1 b/src/Batch/Batch.Test/ScenarioTests/FileTests.ps1 index dea55d267787..6c460c7f770d 100644 --- a/src/Batch/Batch.Test/ScenarioTests/FileTests.ps1 +++ b/src/Batch/Batch.Test/ScenarioTests/FileTests.ps1 @@ -78,43 +78,6 @@ function Test-GetNodeFileContentByComputeNode } } -<# -.SYNOPSIS -Tests downloading a Remote Desktop Protocol file -#> -function Test-GetRDPFile -{ - param([string]$poolId) - - $context = New-Object Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ScenarioTestContext - $stream = New-Object System.IO.MemoryStream - $rdpContents = "full address" - - try - { - $computeNodes = Get-AzBatchComputeNode -PoolId $poolId -BatchContext $context - $computeNodeId = $computeNodes[0].Id - - $computeNode = Get-AzBatchComputeNode -PoolId $poolId -Id $computeNodeId -BatchContext $context - $computeNode | Get-AzBatchRemoteDesktopProtocolFile -BatchContext $context -DestinationStream $stream - - $stream.Position = 0 - $sr = New-Object System.IO.StreamReader $stream - $downloadedContents = $sr.ReadToEnd() - - # Verify RDP file contains some expected text - Assert-True { $downloadedContents.Contains($rdpContents) } - } - finally - { - if ($sr -ne $null) - { - $sr.Dispose() - } - $stream.Dispose() - } -} - <# .SYNOPSIS Tests deleting a node file associated with a task diff --git a/src/Batch/Batch.Test/ScenarioTests/JobScheduleTests.ps1 b/src/Batch/Batch.Test/ScenarioTests/JobScheduleTests.ps1 index c770e3e1da21..e5ff31344065 100644 --- a/src/Batch/Batch.Test/ScenarioTests/JobScheduleTests.ps1 +++ b/src/Batch/Batch.Test/ScenarioTests/JobScheduleTests.ps1 @@ -36,7 +36,7 @@ function Test-JobScheduleCRUD $jobSpec2.PoolInformation = New-Object Microsoft.Azure.Commands.Batch.Models.PSPoolInformation $jobSpec2.PoolInformation.PoolId = "testPool2" $schedule2 = New-Object Microsoft.Azure.Commands.Batch.Models.PSSchedule - $schedule2.DoNotRunUntil = New-Object System.DateTime -ArgumentList @(2024, 12, 01, 12, 30, 0) + $schedule2.DoNotRunUntil = New-Object System.DateTime -ArgumentList @(2025, 12, 01, 12, 30, 0) New-AzBatchJobSchedule -Id $jsId2 -JobSpecification $jobSpec2 -Schedule $schedule2 -BatchContext $context # List the job schedules to ensure they were created @@ -47,7 +47,7 @@ function Test-JobScheduleCRUD Assert-NotNull $jobSchedule2 # Update a job schedule - $jobSchedule2.Schedule.DoNotRunUntil = $newDoNotRunUntil = New-Object System.DateTime -ArgumentList @(2025, 01, 01, 12, 30, 0) + $jobSchedule2.Schedule.DoNotRunUntil = $newDoNotRunUntil = New-Object System.DateTime -ArgumentList @(2026, 01, 01, 12, 30, 0) $jobSchedule2 | Set-AzBatchJobSchedule -BatchContext $context $updatedJobSchedule = Get-AzBatchJobSchedule -Id $jsId2 -BatchContext $context Assert-AreEqual $newDoNotRunUntil $updatedJobSchedule.Schedule.DoNotRunUntil diff --git a/src/Batch/Batch.Test/ScenarioTests/JobTests.ps1 b/src/Batch/Batch.Test/ScenarioTests/JobTests.ps1 index 680215d58eba..837c8b476326 100644 --- a/src/Batch/Batch.Test/ScenarioTests/JobTests.ps1 +++ b/src/Batch/Batch.Test/ScenarioTests/JobTests.ps1 @@ -98,57 +98,6 @@ function Test-DisableEnableTerminateJob Assert-True { ($job.State.ToString().ToLower() -eq 'terminating') -or ($job.State.ToString().ToLower() -eq 'completed') } } -<# -.SYNOPSIS -Tests create job with TaskDependencies -#> -function Test-JobWithTaskDependencies -{ - $context = New-Object Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ScenarioTestContext - $jobId = "testJob4" - - try - { - $osFamily = 4 - $targetOS = "*" - $cmd = "cmd /c dir /s" - $taskId = "taskId1" - - $paasConfiguration = New-Object Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration -ArgumentList @($osFamily, $targetOSVersion) - - $poolSpec = New-Object Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification - $poolSpec.TargetDedicated = $targetDedicated = 3 - $poolSpec.VirtualMachineSize = $vmSize = "standard_d1_v2" - $poolSpec.CloudServiceConfiguration = $paasConfiguration - $autoPoolSpec = New-Object Microsoft.Azure.Commands.Batch.Models.PSAutoPoolSpecification - $autoPoolSpec.PoolSpecification = $poolSpec - $autoPoolSpec.AutoPoolIdPrefix = $autoPoolIdPrefix = "TestSpecPrefix" - $autoPoolSpec.KeepAlive = $FALSE - $autoPoolSpec.PoolLifeTimeOption = $poolLifeTime = ([Microsoft.Azure.Batch.Common.PoolLifeTimeOption]::Job) - $poolInformation = New-Object Microsoft.Azure.Commands.Batch.Models.PSPoolInformation - $poolInformation.AutoPoolSpecification = $autoPoolSpec - - $taskIds = @("2","3") - $taskIdRange = New-Object Microsoft.Azure.Batch.TaskIdRange(1,10) - $dependsOn = New-Object Microsoft.Azure.Batch.TaskDependencies -ArgumentList @([string[]]$taskIds, [Microsoft.Azure.Batch.TaskIdRange[]]$taskIdRange) - New-AzBatchJob -Id $jobId -BatchContext $context -PoolInformation $poolInformation -usesTaskDependencies - New-AzBatchTask -Id $taskId -CommandLine $cmd -BatchContext $context -DependsOn $dependsOn -JobId $jobId - $job = Get-AzBatchJob -Id $jobId -BatchContext $context - - Assert-AreEqual $job.UsesTaskDependencies $TRUE - $task = Get-AzBatchTask -JobId $jobId -Id $taskId -BatchContext $context - Assert-AreEqual $task.DependsOn.TaskIdRanges.End 10 - Assert-AreEqual $task.DependsOn.TaskIdRanges.Start 1 - Assert-AreEqual $task.DependsOn.TaskIds[0] 2 - Assert-AreEqual $task.DependsOn.TaskIds[1] 3 - } - finally - { - Remove-AzBatchJob -Id $jobId -Force -BatchContext $context - } -} - - <# .SYNOPSIS Tests create job completes when any task fails diff --git a/src/Batch/Batch.Test/ScenarioTests/PoolTests.ps1 b/src/Batch/Batch.Test/ScenarioTests/PoolTests.ps1 index 3cde52497b6d..48456aa794e1 100644 --- a/src/Batch/Batch.Test/ScenarioTests/PoolTests.ps1 +++ b/src/Batch/Batch.Test/ScenarioTests/PoolTests.ps1 @@ -160,25 +160,4 @@ function Test-AutoScaleActions # Verify that autoscale was disabled $pool = Get-AzBatchPool $poolId -BatchContext $context Assert-False { $pool.AutoScaleEnabled } -} - -<# -.SYNOPSIS -Tests changing the pool OS version -#> -function Test-ChangeOSVersion -{ - param([string]$poolId, [string]$specificOSVersion) - - $context = New-Object Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ScenarioTestContext - - # Pool should be using the default target OS version - $pool = Get-AzBatchPool $poolId -BatchContext $context - Assert-AreNotEqual $specificOSVersion $pool.CloudServiceConfiguration.TargetOSVersion - - $pool | Set-AzBatchPoolOSVersion -TargetOSVersion $specificOSVersion -BatchContext $context - - # Verify the target OS version changed - $pool = Get-AzBatchPool $poolId -BatchContext $context - Assert-AreEqual $specificOSVersion $pool.CloudServiceConfiguration.TargetOSVersion } \ No newline at end of file diff --git a/src/Batch/Batch.Test/ScenarioTests/ScenarioTestHelpers.cs b/src/Batch/Batch.Test/ScenarioTests/ScenarioTestHelpers.cs index e5c0cb55a111..cc79021e5383 100644 --- a/src/Batch/Batch.Test/ScenarioTests/ScenarioTestHelpers.cs +++ b/src/Batch/Batch.Test/ScenarioTests/ScenarioTestHelpers.cs @@ -29,7 +29,6 @@ using System.IO; #endif using System.Linq; -using System.Security.Cryptography.X509Certificates; using System.Threading; using BatchClient = Microsoft.Azure.Commands.Batch.Models.BatchClient; using Constants = Microsoft.Azure.Commands.Batch.Utils.Constants; @@ -38,6 +37,7 @@ using BatchAccountKeys = Microsoft.Azure.Management.Batch.Models.BatchAccountKeys; using ApplicationPackage = Microsoft.Azure.Management.Batch.Models.ApplicationPackage; using System.Security.Policy; +using System.Management.Automation; namespace Microsoft.Azure.Commands.Batch.Test.ScenarioTests @@ -93,98 +93,6 @@ public static void CleanupTestAccount(BatchTestRunner runner, string resourceGro runner.ResourceManagementClient.ResourceGroups.Delete(resourceGroupName); } - /// - /// Adds a test certificate for use in Scenario tests. Returns the thumbprint of the cert. - /// - [Obsolete] - public static string AddTestCertificate(BatchTestRunner runner, BatchAccountContext context, string filePath) - { - BatchClient client = new BatchClient(runner.BatchManagementClient, runner.ResourceManagementClient); - - X509Certificate2 cert = new X509Certificate2(filePath); - ListCertificateOptions getParameters = new ListCertificateOptions(context) - { - ThumbprintAlgorithm = BatchTestHelpers.TestCertificateAlgorithm, - Thumbprint = cert.Thumbprint, - Select = "thumbprint,state" - }; - - try - { - PSCertificate existingCert = client.ListCertificates(getParameters).FirstOrDefault(); - DateTime start = DateTime.Now; - TimeSpan timeout = GetTimeout(TimeSpan.FromMinutes(5)); - DateTime end = start.Add(timeout); - - // Cert might still be deleting from other tests, so we wait for the delete to finish. - while (existingCert != null && existingCert.State == CertificateState.Deleting) - { - if (DateTime.Now > end) - { - throw new TimeoutException("Timed out waiting for existing cert to be deleted."); - } - Sleep(5000); - existingCert = client.ListCertificates(getParameters).FirstOrDefault(); - } - } - catch (BatchException ex) - { - // When the cert doesn't exist, we get a 404 error. For all other errors, throw. - if (ex == null || !ex.Message.Contains("NotFound")) - { - throw; - } - } - - NewCertificateParameters parameters = new NewCertificateParameters( - context, null, cert.RawData, PSCertificateKind.Cer); - - client.AddCertificate(parameters); - - return cert.Thumbprint; - } - - /// - /// Deletes a certificate. - /// - public static void DeleteTestCertificate(BatchTestRunner runner, BatchAccountContext context, string thumbprintAlgorithm, string thumbprint) - { - BatchClient client = new BatchClient(runner.BatchManagementClient, runner.ResourceManagementClient); - - CertificateOperationParameters parameters = new CertificateOperationParameters(context, thumbprintAlgorithm, - thumbprint); - - client.DeleteCertificate(parameters); - } - - /// - /// Deletes a certificate. - /// - [Obsolete] - public static void WaitForCertificateToFailDeletion(BatchTestRunner runner, BatchAccountContext context, string thumbprintAlgorithm, string thumbprint) - { - BatchClient client = new BatchClient(runner.BatchManagementClient, runner.ResourceManagementClient); - - ListCertificateOptions parameters = new ListCertificateOptions(context) - { - ThumbprintAlgorithm = BatchTestHelpers.TestCertificateAlgorithm, - Thumbprint = thumbprint - }; - - PSCertificate cert = client.ListCertificates(parameters).First(); - - DateTime timeout = DateTime.Now.Add(GetTimeout(TimeSpan.FromMinutes(2))); - while (cert.State != CertificateState.DeleteFailed) - { - if (DateTime.Now > timeout) - { - throw new TimeoutException("Timed out waiting for failed certificate deletion"); - } - Sleep(10000); - cert = client.ListCertificates(parameters).First(); - } - } - /// /// Creates a test pool for use in Scenario tests. /// @@ -194,15 +102,9 @@ public static void CreateTestPool( string poolId, int? targetDedicated, int? targetLowPriority, - CertificateReference certReference = null, StartTask startTask = null, UpgradePolicy upgradePolicy = null) { - PSCertificateReference[] certReferences = null; - if (certReference != null) - { - certReferences = new PSCertificateReference[] { new PSCertificateReference(certReference) }; - } PSStartTask psStartTask = null; if (startTask != null) { @@ -215,19 +117,17 @@ public static void CreateTestPool( psUpgradePolicy = new PSUpgradePolicy(upgradePolicy); } - PSCloudServiceConfiguration paasConfiguration = new PSCloudServiceConfiguration("4", "*"); - + PSVirtualMachineConfiguration virtualMachineConfiguration = new PSVirtualMachineConfiguration(new PSImageReference("offer", "publisher", "sku"), "node agent"); + NewPoolParameters parameters = new NewPoolParameters(context, poolId) { VirtualMachineSize = "standard_d1_v2", - CloudServiceConfiguration = paasConfiguration, + VirtualMachineConfiguration = virtualMachineConfiguration, TargetDedicatedComputeNodes = targetDedicated, TargetLowPriorityComputeNodes = targetLowPriority, - CertificateReferences = certReferences, UpgradePolicy = psUpgradePolicy, StartTask = psStartTask, - InterComputeNodeCommunicationEnabled = true, - TargetCommunicationMode = NodeCommunicationMode.Classic + InterComputeNodeCommunicationEnabled = true }; CreatePoolIfNotExists(runner, parameters); @@ -242,15 +142,10 @@ public static void CreateTestPoolVirtualMachine( string poolId, int? targetDedicated, int? targetLowPriority, - CertificateReference certReference = null, StartTask startTask = null, - UpgradePolicy upgradePolicy = null) + UpgradePolicy upgradePolicy = null, + PSNetworkConfiguration networkConfiguration = null) { - PSCertificateReference[] certReferences = null; - if (certReference != null) - { - certReferences = new PSCertificateReference[] { new PSCertificateReference(certReference) }; - } PSStartTask psStartTask = null; if (startTask != null) { @@ -262,6 +157,12 @@ public static void CreateTestPoolVirtualMachine( { psUpgradePolicy = new PSUpgradePolicy(upgradePolicy); } + PSNetworkConfiguration pSNetworkConfiguration = null; + if(networkConfiguration != null) + { + pSNetworkConfiguration = networkConfiguration; + } + string vmSize = "STANDARD_D2S_V3"; string publisher = "canonical"; @@ -272,18 +173,18 @@ public static void CreateTestPoolVirtualMachine( PSImageReference imageReference = new PSImageReference(offer: offer, publisher: publisher, sku: sku); PSVirtualMachineConfiguration vmConfiguration = new PSVirtualMachineConfiguration(imageReference, nodeAgent); vmConfiguration.NodePlacementConfiguration = new PSNodePlacementConfiguration(NodePlacementPolicyType.Zonal); - + NewPoolParameters parameters = new NewPoolParameters(context, poolId) { VirtualMachineSize = vmSize, VirtualMachineConfiguration = vmConfiguration, TargetDedicatedComputeNodes = targetDedicated, TargetLowPriorityComputeNodes = targetLowPriority, - CertificateReferences = certReferences, UpgradePolicy = psUpgradePolicy, StartTask = psStartTask, TaskSlotsPerNode = 1, - InterComputeNodeCommunicationEnabled = true + InterComputeNodeCommunicationEnabled = true, + NetworkConfiguration = pSNetworkConfiguration }; CreatePoolIfNotExists(runner, parameters); @@ -510,7 +411,7 @@ public static PSCloudJob WaitForJobCompletion(BatchTestRunner runner, BatchAccou DateTime timeout = DateTime.Now.AddMinutes(10); - while (job.State != JobState.Completed && DateTime.Now < timeout) + while (job.State != Azure.Batch.Common.JobState.Completed && DateTime.Now < timeout) { job = client.ListJobs(new ListJobOptions(context)).First(cloudJob => cloudJob.Id == jobId); diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestBatchAccountEndToEnd.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestBatchAccountEndToEnd.json index caccad28ba92..f86ccc9bdcf4 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestBatchAccountEndToEnd.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestBatchAccountEndToEnd.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "1e13e4e4-eafc-4fb5-9097-7b5f5adbeb3c" + "3285cd27-2a03-4e11-9a54-28f07d2a82aa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -33,13 +33,13 @@ "16499" ], "x-ms-request-id": [ - "e5dbe400-ae8c-4086-a810-f6744b719580" + "5d1dc02c-c7f9-44d8-8909-d8c9f458ef5a" ], "x-ms-correlation-request-id": [ - "e5dbe400-ae8c-4086-a810-f6744b719580" + "5d1dc02c-c7f9-44d8-8909-d8c9f458ef5a" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213305Z:e5dbe400-ae8c-4086-a810-f6744b719580" + "WESTUS2:20251029T175805Z:5d1dc02c-c7f9-44d8-8909-d8c9f458ef5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,13 +51,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: C13A548E48034D89A0072B56F7A957C5 Ref B: MNZ221060618033 Ref C: 2024-11-13T21:33:05Z" + "Ref A: 4A632FAE06F6422DA2F91328280402F5 Ref B: MWH011020807034 Ref C: 2025-10-29T17:58:05Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:05 GMT" + "Wed, 29 Oct 2025 17:58:04 GMT" ], "Content-Length": [ - "18599" + "19449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -66,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/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 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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourcegroups/ps85?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlZ3JvdXBzL3BzODU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourcegroups/ps2491?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlZ3JvdXBzL3BzMjQ5MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "0f8f8c72-b12f-4eb0-b3b2-8a9aeb0ecc96" + "a103c00c-756e-4851-8eea-44a30fd1bfd6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -108,13 +108,13 @@ "11999" ], "x-ms-request-id": [ - "c015aae7-8f61-48bd-b4b6-5f73efbe26c6" + "8cea1ce5-77e5-42b9-873c-42a1a3fd0e67" ], "x-ms-correlation-request-id": [ - "c015aae7-8f61-48bd-b4b6-5f73efbe26c6" + "8cea1ce5-77e5-42b9-873c-42a1a3fd0e67" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213307Z:c015aae7-8f61-48bd-b4b6-5f73efbe26c6" + "WESTUS2:20251029T175806Z:8cea1ce5-77e5-42b9-873c-42a1a3fd0e67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -126,13 +126,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 15C593DE18C741ACA05C8B8BBEA5943B Ref B: MNZ221060618033 Ref C: 2024-11-13T21:33:05Z" + "Ref A: 1A700E39250741E8A9DDD21A42234747 Ref B: MWH011020807034 Ref C: 2025-10-29T17:58:05Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:07 GMT" + "Wed, 29 Oct 2025 17:58:05 GMT" ], "Content-Length": [ - "162" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -141,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85\",\r\n \"name\": \"ps85\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491\",\r\n \"name\": \"ps2491\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "c71c3e29-6d83-4930-b373-12cc4fb741a1" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "8d413b2f-67d5-4255-8975-08497158637c" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,13 +177,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905/operationResults/c8b7af1b-d2d5-436f-b949-9bfe738db1a0?api-version=2022-10-01&t=638671303891546107&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=TmNe78FZZTcaxMFCsg6EMIIG2tCKvekJcX4FNnAgjuJ1mVvUgKtir7YPXzrAoKIcMGpo62maP9zSMnLmXtDaDVrdZF40OlwSW7c9Ibp4UJvgXU9ELuN9Oa7ATMBoKMvJ627Li4bb6c2ZFf-5Z4QKSGlxrjyLC8-58jc1uNJigCocGhLMizM_MuOVBhLDVUO9eODIrOiNkerZYB8-GcI6gzH3tBZPh5njNFemiiUIYJB7dlhmRbt-kna7CHPyJ08fSBbbjZZVNVKif_0iXdY3W0piVivCXFcDnezjEh0IID8QIlKDiczqdajWbj4UU4dZcvZQmteEZzyUI4xETst2mA&h=eJBcUwWz-hnm2n4j9tY-6tJRY47nXOZxPpq5BLVAHE0" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283/operationResults/f0e4234e-16a1-413e-854f-dc7fb3c708c2?api-version=2024-07-01&t=638973574878392781&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=n0FtfE6g8F340ehnuxEjC3zvrXo8aLzqNv5jegNcjslmwNjnMyVnqk2OXYs1Jn9b04syY914XduhE-e-17Ua0OqCQ5b-jFoUjsGCCssxwBx-HdglJQer29_wdFCDWFgk0E3Eckvyb2NwYIqMYXUCTwOVIHjTfdBVceEaitea16ErCG4th-y_0xT9HWWilfnwe52z3DqxvS8NYm0DVE7vYzWXSZWWdOc7g3lqbrp5OuQfd-gP6so2IHo2CQRRvgoSZcZm32Px0ly2qWlDpPURAix3IcLJu3BfFev_s5woNZscywdiC6mju_JZlAUi_fVzUMszHBxmFRuhJ3Lui27Fog&h=vNH6pFQEGcHOxWWfNVMR93UbJvJfiAE6oZphdSh2LwU" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "c8b7af1b-d2d5-436f-b949-9bfe738db1a0" + "f0e4234e-16a1-413e-854f-dc7fb3c708c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -191,6 +191,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/b0422588-33ea-46ae-b51e-67271a60d5ad" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -198,19 +201,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "9bd81b11-a445-4d8d-ae33-c9573998c4c0" + "38a639a7-0887-492f-8f9c-1976188f3152" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213309Z:9bd81b11-a445-4d8d-ae33-c9573998c4c0" + "WESTUS2:20251029T175807Z:38a639a7-0887-492f-8f9c-1976188f3152" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: B16AC6880FEF4B52BAD5567528655001 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:07Z" + "Ref A: 6BE74D4FA1D94764877DAD79A5EF8BA9 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:06Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:08 GMT" + "Wed, 29 Oct 2025 17:58:07 GMT" ], "Expires": [ "-1" @@ -223,21 +226,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "14031886-ff58-476e-bb6e-03c578a83b24" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "bf85e186-bc4f-40de-b9e3-0aefaffd09f4" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,10 +258,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042ACEE645E8\"" + "\"0x8DE1714C107AD73\"" ], "x-ms-request-id": [ - "2c5af362-748a-4d86-be77-04f67bbd4568" + "a36ba50f-11ae-4ebb-ac9b-bbe90654ddf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -266,6 +269,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/a15f95bf-7485-4ed0-955a-3f664bdb3645" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -273,22 +279,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "a909bef8-ec29-4a54-b7db-68d09994b5dc" + "95d315cb-6535-42f8-ae02-9e0a045ef3a1" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213327Z:a909bef8-ec29-4a54-b7db-68d09994b5dc" + "WESTUS2:20251029T175823Z:95d315cb-6535-42f8-ae02-9e0a045ef3a1" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 56B20A1523614A02868B421FC6ADE223 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:24Z" + "Ref A: BF90955D9AEB4923A1E850AC53915015 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:23Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:26 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -297,25 +303,25 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:26 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905/operationResults/c8b7af1b-d2d5-436f-b949-9bfe738db1a0?api-version=2022-10-01&t=638671303891546107&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=TmNe78FZZTcaxMFCsg6EMIIG2tCKvekJcX4FNnAgjuJ1mVvUgKtir7YPXzrAoKIcMGpo62maP9zSMnLmXtDaDVrdZF40OlwSW7c9Ibp4UJvgXU9ELuN9Oa7ATMBoKMvJ627Li4bb6c2ZFf-5Z4QKSGlxrjyLC8-58jc1uNJigCocGhLMizM_MuOVBhLDVUO9eODIrOiNkerZYB8-GcI6gzH3tBZPh5njNFemiiUIYJB7dlhmRbt-kna7CHPyJ08fSBbbjZZVNVKif_0iXdY3W0piVivCXFcDnezjEh0IID8QIlKDiczqdajWbj4UU4dZcvZQmteEZzyUI4xETst2mA&h=eJBcUwWz-hnm2n4j9tY-6tJRY47nXOZxPpq5BLVAHE0", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNS9vcGVyYXRpb25SZXN1bHRzL2M4YjdhZjFiLWQyZDUtNDM2Zi1iOTQ5LTliZmU3MzhkYjFhMD9hcGktdmVyc2lvbj0yMDIyLTEwLTAxJnQ9NjM4NjcxMzAzODkxNTQ2MTA3JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVRtTmU3OEZaWlRjYXhNRkNzZzZFTUlJRzJ0Q0t2ZWtKY1g0Rk5uQWdqdUoxbVZ2VWdLdGlyN1lQWHpyQW9LSWNNR3BvNjJtYVA5elNNbkxtWHREYURWcmRaRjQwT2x3U1c3YzlJYnA0VUp2Z1hVOUVMdU45T2E3QVRNQm9LTXZKNjI3TGk0YmI2YzJaRmYtNVo0UUtTR2x4cmp5TEM4LTU4amMxdU5KaWdDb2NHaExNaXpNX011T1ZCaExEVlVPOWVPRElyT2lOa2VyWllCOC1HY0k2Z3pIM3RCWlBoNW5qTkZlbWlpVUlZSkI3ZGxobVJidC1rbmE3Q0hQeUowOGZTQmJialpaVk5WS2lmXzBpWGRZM1cwcGlWaXZDWEZjRG5lempFaDBJSUQ4UUlsS0RpY3pxZGFqV2JqNFVVNGRaY3ZaUW10ZUVaenlVSTR4RVRzdDJtQSZoPWVKQmNVd1d6LWhubTJuNGo5dFktNnRKUlk0N25YT1p4UHBxNUJMVkFIRTA=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283/operationResults/f0e4234e-16a1-413e-854f-dc7fb3c708c2?api-version=2024-07-01&t=638973574878392781&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=n0FtfE6g8F340ehnuxEjC3zvrXo8aLzqNv5jegNcjslmwNjnMyVnqk2OXYs1Jn9b04syY914XduhE-e-17Ua0OqCQ5b-jFoUjsGCCssxwBx-HdglJQer29_wdFCDWFgk0E3Eckvyb2NwYIqMYXUCTwOVIHjTfdBVceEaitea16ErCG4th-y_0xT9HWWilfnwe52z3DqxvS8NYm0DVE7vYzWXSZWWdOc7g3lqbrp5OuQfd-gP6so2IHo2CQRRvgoSZcZm32Px0ly2qWlDpPURAix3IcLJu3BfFev_s5woNZscywdiC6mju_JZlAUi_fVzUMszHBxmFRuhJ3Lui27Fog&h=vNH6pFQEGcHOxWWfNVMR93UbJvJfiAE6oZphdSh2LwU", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzL29wZXJhdGlvblJlc3VsdHMvZjBlNDIzNGUtMTZhMS00MTNlLTg1NGYtZGM3ZmIzYzcwOGMyP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEmdD02Mzg5NzM1NzQ4NzgzOTI3ODEmYz1NSUlIaHpDQ0JtLWdBd0lCQWdJVGZBbGRVdU9rcXlXYUZXVm1kQUFBQ1YxUzR6QU5CZ2txaGtpRzl3MEJBUXNGQURCRU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFIwSk1NUk13RVFZS0NaSW1pWlB5TEdRQkdSWURRVTFGTVJnd0ZnWURWUVFERXc5QlRVVWdTVzVtY21FZ1EwRWdNRFV3SGhjTk1qVXhNREl4TURneE1qQTFXaGNOTWpZd05ERTVNRGd4TWpBMVdqQkFNVDR3UEFZRFZRUURFelZoYzNsdVkyOXdaWEpoZEdsdmJuTnBaMjVwYm1kalpYSjBhV1pwWTJGMFpTNXRZVzVoWjJWdFpXNTBMbUY2ZFhKbExtTnZiVENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFLNlZoSG83U01uUEkwN3hTVUMwRUtyU19nYUFVM3Qyc29ydlhUYWtFSnBwZ3JyLU01cS15QUZEaWN3TkdDZTJ6U1U5WnZHQlBJNDZEOVBlc1RudHo0UmhRTzUtRGt4NUc4dkM5bFowV1Y2bWVtNUhzbmY3OGtEWGdZeHpMeUFhTUt2OVdqdVpOY1RhRlFLZHJQQXgtWlMtMkVlYlVCNDA0VmhYMXlKM1M0QzNRSFRwWEFTeW9BYkZmR1Y4dEhQR003cTJzX1FyOXFCSjVSVW5JMHRfb0QwSUpfZHluX3dRdklzZ0JqcEdNZW50Tms3QUtObko3ZFdPQ1U3NkJGTDlaUUFQOWxOdVU2OEpIamRzRDFsQUJPWDdKdGN2OEZyVzJ6V2dabjZUT0hmOXJZOTkwaDh6eXVZX0VCQXIweHJiRkQwaV9PMTg0SXk5Z0hXcVNjU18yQ2tDQXdFQUFhT0NCSFF3Z2dSd01DY0dDU3NHQVFRQmdqY1ZDZ1FhTUJnd0NnWUlLd1lCQlFVSEF3RXdDZ1lJS3dZQkJRVUhBd0l3UFFZSkt3WUJCQUdDTnhVSEJEQXdMZ1ltS3dZQkJBR0NOeFVJaHBEakRZVFZ0SGlFOFlzLWhadmRGczZkRW9GZ2hmbVJTNFdzbVRRQ0FXUUNBUWN3Z2dITEJnZ3JCZ0VGQlFjQkFRU0NBYjB3Z2dHNU1HTUdDQ3NHQVFVRkJ6QUNobGRvZEhSd09pOHZZM0pzTG0xcFkzSnZjMjltZEM1amIyMHZjR3RwYVc1bWNtRXZRMlZ5ZEhNdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213eExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUZNR0NDc0dBUVVGQnpBQ2hrZG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5RFR6RlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREExTG1OeWREQlRCZ2dyQmdFRkJRY3dBb1pIYUhSMGNEb3ZMMk55YkRNdVlXMWxMbWRpYkM5aGFXRXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtdzBMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1CMEdBMVVkRGdRV0JCVFVwZFJscXo1R2tKNzdmczNIUk16MlpfVzQ5REFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0VtQmdOVkhSOEVnZ0VkTUlJQkdUQ0NBUldnZ2dFUm9JSUJEWVlfYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01TNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc05DNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNNSUdkQmdOVkhTQUVnWlV3Z1pJd0RBWUtLd1lCQkFHQ04zc0JBVEJtQmdvckJnRUVBWUkzZXdJQ01GZ3dWZ1lJS3dZQkJRVUhBZ0l3U2g1SUFETUFNd0JsQURBQU1RQTVBRElBTVFBdEFEUUFaQUEyQURRQUxRQTBBR1lBT0FCakFDMEFZUUF3QURVQU5RQXRBRFVBWWdCa0FHRUFaZ0JtQUdRQU5RQmxBRE1BTXdCa01Bd0dDaXNHQVFRQmdqZDdBd0l3REFZS0t3WUJCQUdDTjNzRUFqQWZCZ05WSFNNRUdEQVdnQlI2MWhtRktIbHNjWFllWVBqelMtLWlCVUlXSFRBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUlLd1lCQlFVSEF3SXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR1FtSmRQaXRsR2pJd0ZTZjRXc0ZtTHI0VzNDbWtVcG00SHhmWkFUbnhuUDl2VjJ1SDVmMDFyZmdfbEEtUTBzNEdNcWtmdE1BVk5SbTBUYTZ3X05SU0xSWk8yR1dhNjVLclE4SVRDdUdSMTJqTVRZUHFZZ3FFSWFCUUFxcXh2dFRpc3c2LV9yRGRNQmJXd3ZUbzZoMHlSX1J3MEdHZ1gxQzRXVVloRkpxLW85MG5GRjJxWkVGUUpodDduaThSWVFvbmF4QjI4MXo2NHJwMHJsWEN6OHIzckpYSVIyUkxDNDhJQTFsb3M0bVpZYXhBdl9ZX0xQWXdaVVFfVjBfWXJTR0s1S01KcDZleFBUb0tGX0RlUHM2ajI3QW5jR2lsYldvOXQ5NkYteUtCUEQ1N1d1bE9WZ2JZd05LQVpfS2xidzB1ci1ZTGRUZENhSWJVaU5obUdURHZZJnM9bjBGdGZFNmc4RjM0MGVobnV4RWpDM3p2clhvOGFMenFOdjVqZWdOY2pzbG13TmpuTXlWbnFrMk9YWXMxSm45YjA0c3lZOTE0WGR1aEUtZS0xN1VhME9xQ1E1Yi1qRm9VanNHQ0Nzc3h3QngtSGRnbEpRZXIyOV93ZEZDRFdGZ2swRTNFY2t2eWIyTndZSXFNWVhVQ1R3T1ZJSGpUZmRCVmNlRWFpdGVhMTZFckNHNHRoLXlfMHhUOUhXV2lsZm53ZTUyejNEcXh2UzhOWW0wRFZFN3ZZeldYU1pXV2RPYzdnM2xxYnJwNU91UWZkLWdQNnNvMklIbzJDUVJSdmdvU1pjWm0zMlB4MGx5MnFXbERwUFVSQWl4M0ljTEp1M0JmRmV2X3M1d29OWnNjeXdkaUM2bWp1X0pabEFVaV9mVnpVTXN6SEJ4bUZSdWhKM0x1aTI3Rm9nJmg9dk5INnBGUUVHY0hPeFdXZk5WTVI5M1ViSnZKZmlBRTZvWnBoZFNoMkx3VQ==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c71c3e29-6d83-4930-b373-12cc4fb741a1" + "8d413b2f-67d5-4255-8975-08497158637c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -327,10 +333,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042ACDC9B190\"" + "\"0x8DE1714C08500BA\"" ], "x-ms-request-id": [ - "0d47274c-acdf-4de7-9710-6423650cfdf1" + "7d7de409-9b64-4028-bf25-d654d2ff535c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -338,6 +344,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/5c0e4fd3-21a3-4b78-9343-a7f0d1a0bc94" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -345,22 +354,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "5e0c3176-2e57-4b53-886b-307738d1a7ed" + "f4defd8a-75b8-461f-9b53-c0546cc49aff" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213324Z:5e0c3176-2e57-4b53-886b-307738d1a7ed" + "WESTUS2:20251029T175822Z:f4defd8a-75b8-461f-9b53-c0546cc49aff" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 16B4415E73024D2E9CE27B2CAADA3D8D Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:24Z" + "Ref A: 3513A5493F214711945601E6A00D78D3 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:22Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:23 GMT" + "Wed, 29 Oct 2025 17:58:22 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -369,28 +378,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:24 GMT" + "Wed, 29 Oct 2025 17:58:22 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag1\": \"tagValue1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag1\": \"tagValue1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "14031886-ff58-476e-bb6e-03c578a83b24" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "bf85e186-bc4f-40de-b9e3-0aefaffd09f4" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -402,10 +411,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042AC95E784D\"" + "\"0x8DE1714BC1DE24E\"" ], "x-ms-request-id": [ - "b3db4614-cab5-4ae9-9dd2-514528d26ea5" + "6ee3d642-6c4d-46cd-8d7c-23dde77b53ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -414,28 +423,28 @@ "nosniff" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "1098" + "1099" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16498" + "16499" ], "x-ms-correlation-request-id": [ - "21ee491b-c9bd-40b2-82cf-c3754d5e823f" + "50db0556-f0a0-46ca-a5ad-f1fc480fbdcb" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213324Z:21ee491b-c9bd-40b2-82cf-c3754d5e823f" + "WESTUS2:20251029T175823Z:50db0556-f0a0-46ca-a5ad-f1fc480fbdcb" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 1F6B8DFB79D24E6D86650DC02CBC4D34 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:24Z" + "Ref A: 03BB60336A0C423F961B226EF104D70C Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:23Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:24 GMT" + "Wed, 29 Oct 2025 17:58:22 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -444,28 +453,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:17 GMT" + "Wed, 29 Oct 2025 17:58:15 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag1\": \"tagValue1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag1\": \"tagValue1\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "c42381e0-abd2-4567-a72f-3aea71786183" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "0fc0d7b1-526a-44ff-aa73-388baa0ea63f" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -477,10 +486,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042ACEE0F3CE\"" + "\"0x8DE1714C101B5F9\"" ], "x-ms-request-id": [ - "769a9859-4f92-417c-9458-3f9b3a075c6c" + "4deb6a16-bbea-4b99-8b08-2965a480d4ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -495,22 +504,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "62230bed-bacb-46fb-9735-20b9dddc86fe" + "283040b0-615a-4773-a77e-1b8ddd9589c1" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213327Z:62230bed-bacb-46fb-9735-20b9dddc86fe" + "WESTUS2:20251029T175824Z:283040b0-615a-4773-a77e-1b8ddd9589c1" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: AE556F7C7B7C4E67829F4765DD301934 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:27Z" + "Ref A: C65629F038D748E6A37974952B9A9EED Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:23Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:26 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -519,28 +528,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:26 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "ad7f7b9b-e990-4cb9-936c-1112ec7c6f6f" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "0b4a8177-2116-4d13-95a4-817038f13776" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -552,10 +561,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042ACEE0F3CE\"" + "\"0x8DE1714C101B5F9\"" ], "x-ms-request-id": [ - "9601468d-9958-405e-87db-6b1f606e1577" + "5797a85a-6a59-4224-8ddf-170d1c1b011c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -570,22 +579,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "d5058925-f5c7-4de8-8797-f480c2785284" + "26e87ad6-220a-4026-bc0f-ea3c567b85e6" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213328Z:d5058925-f5c7-4de8-8797-f480c2785284" + "WESTUS2:20251029T175824Z:26e87ad6-220a-4026-bc0f-ea3c567b85e6" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 4EF060AE35BB4B229094EC704FA65083 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:27Z" + "Ref A: 0CE5537556E14FDF999D097FBCA663A5 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:27 GMT" + "Wed, 29 Oct 2025 17:58:24 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -594,28 +603,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:26 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "97e13db1-9026-4ec8-8327-c9e32a437943" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "4b977ea8-0b3d-4f43-b6b4-b95c732945a4" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -627,10 +636,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042ACEE0F3CE\"" + "\"0x8DE1714C101B5F9\"" ], "x-ms-request-id": [ - "86c05c6a-4df2-4c94-ab6a-db164a8e2b76" + "4ac8d3ff-185d-4bbf-a4cc-2e22d35d1de1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,22 +654,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "8315ac87-9086-41f4-b018-5c39e4b38dce" + "6916fdc9-d371-467d-bfd2-908f2701d754" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213329Z:8315ac87-9086-41f4-b018-5c39e4b38dce" + "WESTUS2:20251029T175824Z:6916fdc9-d371-467d-bfd2-908f2701d754" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 3F9ACF3A345C40BF9215AA20A0D3DBC6 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:28Z" + "Ref A: AF763F1130504576A1054D632C4CE6A8 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:28 GMT" + "Wed, 29 Oct 2025 17:58:24 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -669,28 +678,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:26 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "b5aeb594-f6af-46c4-b420-b08d87b29e83" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "b367bf8f-09cd-4ab4-b656-d2c9b31677bd" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -702,10 +711,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042AD0F90182\"" + "\"0x8DE1714C1CA05DB\"" ], "x-ms-request-id": [ - "bcdf70cc-079e-48b0-b78f-01d733ba0876" + "e70e2d6d-a17d-46f9-821f-779e363952b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,22 +729,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "48fc6bc8-14e0-4779-9a71-3a390a793dd8" + "e6bd0bd8-e8ee-4f72-a68e-994c8ce85072" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213330Z:48fc6bc8-14e0-4779-9a71-3a390a793dd8" + "WESTUS2:20251029T175825Z:e6bd0bd8-e8ee-4f72-a68e-994c8ce85072" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 094E1BC975F149E5BD54FB2612595724 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:29Z" + "Ref A: A73823E5779743299C7156FCDB82960D Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:25Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:29 GMT" + "Wed, 29 Oct 2025 17:58:24 GMT" ], "Content-Length": [ - "4134" + "5321" ], "Content-Type": [ "application/json; charset=utf-8" @@ -744,28 +753,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:33:29 GMT" + "Wed, 29 Oct 2025 17:58:25 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7905.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"d7f011df-eef8-4ee4-bf80-e443512db5d1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7283.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"8c217dd9-a056-4ca5-a118-9db923db330c.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "1824c633-2c94-4a76-b553-7c8abe11b1a8" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "cc31ba8a-9682-4eca-a497-0c36e10c8bf6" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -776,11 +785,17 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "1099" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "42091cc3-ab12-4af4-b616-df44a8417e15" + "be87cc81-0a9a-4742-a901-22d5535e6274" + ], + "x-ms-correlation-request-id": [ + "be87cc81-0a9a-4742-a901-22d5535e6274" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20251029T175840Z:be87cc81-0a9a-4742-a901-22d5535e6274" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -788,26 +803,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16499" - ], - "x-ms-correlation-request-id": [ - "df41d888-404d-40b8-8c4b-06cbbfdde55d" - ], - "x-ms-routing-request-id": [ - "EASTUS:20241113T213347Z:df41d888-404d-40b8-8c4b-06cbbfdde55d" - ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 138F8F8BBF4E470BBBA1B5EC780358C7 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:46Z" + "Ref A: FD369CCA8FBD4CEDABCF687E8CD30810 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:40Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:46 GMT" + "Wed, 29 Oct 2025 17:58:40 GMT" ], "Content-Length": [ - "193" + "214" ], "Content-Type": [ "application/json; charset=utf-8" @@ -816,25 +822,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"AccountNotFound\",\r\n \"message\": \"The specified account does not exist.\\nRequestId:42091cc3-ab12-4af4-b616-df44a8417e15\\nTime:2024-11-13T21:33:46.9723225Z\",\r\n \"target\": \"BatchAccount\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Batch/batchAccounts/ps7283' under resource group 'ps2491' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resources?$filter=resourceType%20eq%20'Microsoft.Batch%2FbatchAccounts'&api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5CYXRjaCUyRmJhdGNoQWNjb3VudHMnJmFwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resources?$filter=resourceType%20eq%20'Microsoft.Batch%2FbatchAccounts'&api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlcz8kZmlsdGVyPXJlc291cmNlVHlwZSUyMGVxJTIwJ01pY3Jvc29mdC5CYXRjaCUyRmJhdGNoQWNjb3VudHMnJmFwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "ad7f7b9b-e990-4cb9-936c-1112ec7c6f6f" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "0b4a8177-2116-4d13-95a4-817038f13776" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -852,13 +858,13 @@ "16499" ], "x-ms-request-id": [ - "882a9412-0fe6-4738-8289-5d884e763b19" + "108ccadd-ab41-49fc-840d-089d08a28e17" ], "x-ms-correlation-request-id": [ - "882a9412-0fe6-4738-8289-5d884e763b19" + "108ccadd-ab41-49fc-840d-089d08a28e17" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213327Z:882a9412-0fe6-4738-8289-5d884e763b19" + "WESTUS2:20251029T175824Z:108ccadd-ab41-49fc-840d-089d08a28e17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -870,13 +876,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 30C87CBDDA5F4D42B148DDE82FA8BDCF Ref B: MNZ221060618033 Ref C: 2024-11-13T21:33:27Z" + "Ref A: 87E68555AF524161BAD7B6707DD6F44A Ref B: MWH011020807034 Ref C: 2025-10-29T17:58:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:27 GMT" + "Wed, 29 Oct 2025 17:58:23 GMT" ], "Content-Length": [ - "34246" + "794" ], "Content-Type": [ "application/json; charset=utf-8" @@ -885,25 +891,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmkbyos1\",\r\n \"name\": \"zfengcmkbyos1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zzzfff\",\r\n \"name\": \"zzzfff\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengbyosrbackv\",\r\n \"name\": \"zfengbyosrbackv\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"australiacentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmk5\",\r\n \"name\": \"zfengcmk5\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfght\",\r\n \"name\": \"zfght\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengtest\",\r\n \"name\": \"zfengtest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengtest1\",\r\n \"name\": \"zfengtest1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengapppkg\",\r\n \"name\": \"zfengapppkg\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\",\r\n \"identity\": {\r\n \"principalId\": \"7afbf2f9-2917-4d5f-b825-a458684bab21\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmk6\",\r\n \"name\": \"zfengcmk6\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\",\r\n \"identity\": {\r\n \"principalId\": \"9e06a541-7a54-4f43-99cb-1486eb85f9d0\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/hoppeuser\",\r\n \"name\": \"hoppeuser\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zzzzffff\",\r\n \"name\": \"zzzzffff\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengkorencentral\",\r\n \"name\": \"zfengkorencentral\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"koreacentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfplinkv2k\",\r\n \"name\": \"zfplinkv2k\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmk9\",\r\n \"name\": \"zfengcmk9\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/hoppesys\",\r\n \"name\": \"hoppesys\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"identity\": {\r\n \"principalId\": \"66a43f55-cbb6-4411-8e72-7ff72cb5e4c1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmk3\",\r\n \"name\": \"zfengcmk3\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengvmext\",\r\n \"name\": \"zfengvmext\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"norwayeast\",\r\n \"identity\": {\r\n \"principalId\": \"17b1614c-0806-4fa0-a96e-d0492bffb6eb\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengquotatest\",\r\n \"name\": \"zfengquotatest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmk4\",\r\n \"name\": \"zfengcmk4\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/hoppesdk\",\r\n \"name\": \"hoppesdk\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/test/providers/Microsoft.Batch/batchAccounts/zfengarm\",\r\n \"name\": \"zfengarm\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengmetrics\",\r\n \"name\": \"zfengmetrics\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengeastasia\",\r\n \"name\": \"zfengeastasia\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastasia\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfplinkv2kk\",\r\n \"name\": \"zfplinkv2kk\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengcmk7\",\r\n \"name\": \"zfengcmk7\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/ates\",\r\n \"name\": \"ates\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengkvrbacwu4\",\r\n \"name\": \"zfengkvrbacwu4\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengkvrbac\",\r\n \"name\": \"zfengkvrbac\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/hoppeeastasia\",\r\n \"name\": \"hoppeeastasia\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastasia\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengkvrbacwu5\",\r\n \"name\": \"zfengkvrbacwu5\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengpec\",\r\n \"name\": \"zfengpec\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengpec1\",\r\n \"name\": \"zfengpec1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengpec3\",\r\n \"name\": \"zfengpec3\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/hoppeendpoint2\",\r\n \"name\": \"hoppeendpoint2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"brazilsouth\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengeastus2b\",\r\n \"name\": \"zfengeastus2b\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengbyosac\",\r\n \"name\": \"zfengbyosac\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"australiacentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengkvrbacwu\",\r\n \"name\": \"zfengkvrbacwu\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengbyos\",\r\n \"name\": \"zfengbyos\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengwus\",\r\n \"name\": \"zfengwus\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\",\r\n \"identity\": {\r\n \"principalId\": \"0afcee94-2357-4d05-9f31-42a27a040ae5\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/test/providers/Microsoft.Batch/batchAccounts/com10\",\r\n \"name\": \"com10\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westeurope\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfengtest4\",\r\n \"name\": \"zfengtest4\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfplinkv2c\",\r\n \"name\": \"zfplinkv2c\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/123/providers/Microsoft.Batch/batchAccounts/zfplinkv2j\",\r\n \"name\": \"zfplinkv2j\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/Accessibility/providers/Microsoft.Batch/batchAccounts/accessbilitytest\",\r\n \"name\": \"accessbilitytest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/mytest/providers/Microsoft.Batch/batchAccounts/mybatchaccount\",\r\n \"name\": \"mybatchaccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/Accessibility/providers/Microsoft.Batch/batchAccounts/a11ytest\",\r\n \"name\": \"a11ytest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westcentralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest2/providers/Microsoft.Batch/batchAccounts/a100test\",\r\n \"name\": \"a100test\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest2/providers/Microsoft.Batch/batchAccounts/prodtest6\",\r\n \"name\": \"prodtest6\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest2/providers/Microsoft.Batch/batchAccounts/testbyovnet\",\r\n \"name\": \"testbyovnet\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905\",\r\n \"name\": \"ps7905\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest5/providers/Microsoft.Batch/batchAccounts/prodtest5\",\r\n \"name\": \"prodtest5\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest1/providers/Microsoft.Batch/batchAccounts/prodtest1\",\r\n \"name\": \"prodtest1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"brazilsouth\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/abc/providers/Microsoft.Batch/batchAccounts/prodtest6\",\r\n \"name\": \"prodtest6\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"francecentral\",\r\n \"tags\": {\r\n \"test3\": \"true\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/abc/providers/Microsoft.Batch/batchAccounts/zfengprivatelink\",\r\n \"name\": \"zfengprivatelink\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/abc/providers/Microsoft.Batch/batchAccounts/zfengpna1\",\r\n \"name\": \"zfengpna1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/abc/providers/Microsoft.Batch/batchAccounts/zfengcontaineridentity\",\r\n \"name\": \"zfengcontaineridentity\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/brkleinpilotprod/providers/Microsoft.Batch/batchAccounts/tippremiumpage\",\r\n \"name\": \"tippremiumpage\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/brkleinpilotprod/providers/Microsoft.Batch/batchAccounts/tippremium\",\r\n \"name\": \"tippremium\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest3/providers/Microsoft.Batch/batchAccounts/prodtest3\",\r\n \"name\": \"prodtest3\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"southcentralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/shpaster-scus/providers/Microsoft.Batch/batchAccounts/shpasterbatch2\",\r\n \"name\": \"shpasterbatch2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"southcentralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/canary/providers/Microsoft.Batch/batchAccounts/com1\",\r\n \"name\": \"com1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/canary/providers/Microsoft.Batch/batchAccounts/mikebatchcanary\",\r\n \"name\": \"mikebatchcanary\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/twacdmtestRG/providers/Microsoft.Batch/batchAccounts/twacbntest\",\r\n \"name\": \"twacbntest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/canary/providers/Microsoft.Batch/batchAccounts/testcanary\",\r\n \"name\": \"testcanary\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centraluseuap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/twacdmtestrg/providers/Microsoft.Batch/batchAccounts/twacdmbatchacct\",\r\n \"name\": \"twacdmbatchacct\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centraluseuap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/canarytest1/providers/Microsoft.Batch/batchAccounts/e80idstest\",\r\n \"name\": \"e80idstest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/xingwu/providers/Microsoft.Batch/batchAccounts/test1\",\r\n \"name\": \"test1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"identity\": {\r\n \"principalId\": \"a4ae1eb2-521a-49d5-9994-6b17281e95f0\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/canarytest1/providers/Microsoft.Batch/batchAccounts/testcentralcanary\",\r\n \"name\": \"testcentralcanary\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centraluseuap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengbyoswu\",\r\n \"name\": \"zfengbyoswu\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengcacentral\",\r\n \"name\": \"zfengcacentral\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"canadacentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/0prodtest\",\r\n \"name\": \"0prodtest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/testing\",\r\n \"name\": \"testing\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/testunusablenodes\",\r\n \"name\": \"testunusablenodes\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/doAzureParallel/providers/Microsoft.Batch/batchAccounts/azurecsstest\",\r\n \"name\": \"azurecsstest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"ukwest\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/doAzureParallel/providers/Microsoft.Batch/batchAccounts/ndv4testaccount\",\r\n \"name\": \"ndv4testaccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengpilotprod1\",\r\n \"name\": \"zfengpilotprod1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/BatchDNCrg/providers/Microsoft.Batch/batchAccounts/adfrolling2\",\r\n \"name\": \"adfrolling2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengbrazilsoutheast\",\r\n \"name\": \"zfengbrazilsoutheast\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"brazilsoutheast\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/doAzureParallel/providers/Microsoft.Batch/batchAccounts/nvv4\",\r\n \"name\": \"nvv4\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"uksouth\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengnortheurope\",\r\n \"name\": \"zfengnortheurope\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"northeurope\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfscusumi\",\r\n \"name\": \"zfscusumi\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"southcentralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengscusumi\",\r\n \"name\": \"zfengscusumi\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"southcentralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengnorwayeast\",\r\n \"name\": \"zfengnorwayeast\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"norwayeast\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/tskapurtest1\",\r\n \"name\": \"tskapurtest1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengeastus\",\r\n \"name\": \"zfengeastus\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"identity\": {\r\n \"principalId\": \"32ec4da8-e86d-4e9d-bc2d-0d854e385d41\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengjapaneast\",\r\n \"name\": \"zfengjapaneast\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"japaneast\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/azcliexttesting\",\r\n \"name\": \"azcliexttesting\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfwestus2\",\r\n \"name\": \"zfwestus2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengeastus2\",\r\n \"name\": \"zfengeastus2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengplinkcentralindia\",\r\n \"name\": \"zfengplinkcentralindia\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centralindia\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengwestus3\",\r\n \"name\": \"zfengwestus3\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus3\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengjjoindiawest\",\r\n \"name\": \"zfengjjoindiawest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"jioindiawest\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfplinkgermanwestcentral\",\r\n \"name\": \"zfplinkgermanwestcentral\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"germanywestcentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengbyoseastus\",\r\n \"name\": \"zfengbyoseastus\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"identity\": {\r\n \"principalId\": \"dbf81403-66ec-454a-9f4e-a99ccd81b23b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/random\",\r\n \"name\": \"random\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/potato\",\r\n \"name\": \"potato\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/localaccounttest\",\r\n \"name\": \"localaccounttest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengcmk\",\r\n \"name\": \"zfengcmk\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\",\r\n \"identity\": {\r\n \"principalId\": \"7022f5db-a2a1-49aa-81eb-12c0405fb2bc\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengcmk1\",\r\n \"name\": \"zfengcmk1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/rechentest/providers/Microsoft.Batch/batchAccounts/randomtestaccount\",\r\n \"name\": \"randomtestaccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus3\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengcmk2\",\r\n \"name\": \"zfengcmk2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengcmkbyos\",\r\n \"name\": \"zfengcmkbyos\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/BatchDNCrg/providers/Microsoft.Batch/batchAccounts/adfrolling1\",\r\n \"name\": \"adfrolling1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengeastusndma100\",\r\n \"name\": \"zfengeastusndma100\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengscusbyos\",\r\n \"name\": \"zfengscusbyos\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"southcentralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengkvrbaceastus\",\r\n \"name\": \"zfengkvrbaceastus\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/poolzfrbac\",\r\n \"name\": \"poolzfrbac\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengtest2\",\r\n \"name\": \"zfengtest2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengumi1\",\r\n \"name\": \"zfengumi1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centraluseuap\",\r\n \"identity\": {\r\n \"principalId\": \"9611c109-57ad-4cde-9f0c-37dd67edce2b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng/providers/Microsoft.Batch/batchAccounts/zfengephemeral\",\r\n \"name\": \"zfengephemeral\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"spaincentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/prodtest4/providers/Microsoft.Batch/batchAccounts/prodtest4\",\r\n \"name\": \"prodtest4\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"test\": \"true\",\r\n \"test2\": \"true\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/testexample5\",\r\n \"name\": \"testexample5\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/azsmnet137/providers/Microsoft.Batch/batchAccounts/azsmnet9299\",\r\n \"name\": \"azsmnet9299\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/azsmnet7742/providers/Microsoft.Batch/batchAccounts/azsmnet3490\",\r\n \"name\": \"azsmnet3490\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/akjtest/providers/Microsoft.Batch/batchAccounts/akjtestportal\",\r\n \"name\": \"akjtestportal\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/shpaster/providers/Microsoft.Batch/batchAccounts/shpasterbatch1\",\r\n \"name\": \"shpasterbatch1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/sanj5324\",\r\n \"name\": \"sanj5324\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/mmtest/providers/Microsoft.Batch/batchAccounts/mmpp2ba\",\r\n \"name\": \"mmpp2ba\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/akjtest/providers/Microsoft.Batch/batchAccounts/akjshoeboxtest\",\r\n \"name\": \"akjshoeboxtest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/sktest2\",\r\n \"name\": \"sktest2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centralus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/testxiyaoagent\",\r\n \"name\": \"testxiyaoagent\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangpilot2account\",\r\n \"name\": \"wenxiangpilot2account\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng1/providers/Microsoft.Batch/batchAccounts/zfengkvrbacwu1\",\r\n \"name\": \"zfengkvrbacwu1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/jingjlinsp\",\r\n \"name\": \"jingjlinsp\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/jialhutest\",\r\n \"name\": \"jialhutest\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/jingjlinspip\",\r\n \"name\": \"jingjlinspip\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangpilot1account\",\r\n \"name\": \"wenxiangpilot1account\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng1/providers/Microsoft.Batch/batchAccounts/sqlicm20240530\",\r\n \"name\": \"sqlicm20240530\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/zfeng1/providers/Microsoft.Batch/batchAccounts/sqlicm20240530byos\",\r\n \"name\": \"sqlicm20240530byos\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/appgwba\",\r\n \"name\": \"appgwba\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/appgwba1\",\r\n \"name\": \"appgwba1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/victorli/providers/Microsoft.Batch/batchAccounts/victortestbyoscdm\",\r\n \"name\": \"victortestbyoscdm\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"centraluseuap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangbyosaccount2\",\r\n \"name\": \"wenxiangbyosaccount2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangtipwestusbyos\",\r\n \"name\": \"wenxiangtipwestusbyos\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangpilot1byosacc\",\r\n \"name\": \"wenxiangpilot1byosacc\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/BatchSynthetics-pilotprod2/providers/Microsoft.Batch/batchAccounts/batchsynpilotprod2\",\r\n \"name\": \"batchsynpilotprod2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/coltrg/providers/Microsoft.Batch/batchAccounts/coltacctpp\",\r\n \"name\": \"coltacctpp\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/coltrg/providers/Microsoft.Batch/batchAccounts/west2colt\",\r\n \"name\": \"west2colt\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/coltrg/providers/Microsoft.Batch/batchAccounts/cjpusersub1\",\r\n \"name\": \"cjpusersub1\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/BatchSynthetics-pilotprod2/providers/Microsoft.Batch/batchAccounts/batchsynpilotprod2prgrn\",\r\n \"name\": \"batchsynpilotprod2prgrn\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/BatchSynthetics-pilotprod2/providers/Microsoft.Batch/batchAccounts/batchsynpilotprod2byo\",\r\n \"name\": \"batchsynpilotprod2byo\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/geobatchv2\",\r\n \"name\": \"geobatchv2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangwestindiaaccount\",\r\n \"name\": \"wenxiangwestindiaaccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westindia\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/wenxiangaucentralaccount\",\r\n \"name\": \"wenxiangaucentralaccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"australiacentral\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/npipv2/providers/Microsoft.Batch/batchAccounts/geo1031\",\r\n \"name\": \"geo1031\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2euap\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/BatchSynthetics-pilotprod2/providers/Microsoft.Batch/batchAccounts/syn20241113e8aab8081b8f4\",\r\n \"name\": \"syn20241113e8aab8081b8f4\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tagKey\": \"tagValue\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo\",\r\n \"name\": \"dawatrouhobo\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\"\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resources?%24filter=resourceType+eq+%27Microsoft.Batch%2fbatchAccounts%27&api-version=2016-09-01&%24skiptoken=q1bKS60o8cnMyy5WsqpWKk8tLkktLcovSFWyUkqt9CqNisgwCAl3q0w0Cqv0zMrPjMryNfR1ca30c48sicyNyvAPNjCIDMk29gn3yvJ39y3xC8nIjHKJrPKtSjb0dfc19MwzsFWq1UHY4p%2fnkZ%2bTArQLKuibWJSdWgS0DWG1FfUsBgA%3d\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2\",\r\n \"name\": \"dotnotsdkbatchaccount2\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\",\r\n \"TagKey2\": \"2025-10-14T10:38:07.680075-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/wiboriswestus3ba\",\r\n \"name\": \"wiboriswestus3ba\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus3\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283\",\r\n \"name\": \"ps7283\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"tag2\": \"tagValue2\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905/listKeys?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283/listKeys?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "ad7f7b9b-e990-4cb9-936c-1112ec7c6f6f" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "0b4a8177-2116-4d13-95a4-817038f13776" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -915,7 +921,7 @@ "no-cache" ], "x-ms-request-id": [ - "97d5ae1d-486d-45d6-ad47-17ff1da73fec" + "7ffe7c3f-4a0a-4ff7-9176-a1b391f5953b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -923,6 +929,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/43883eb2-4a6b-4efe-aa56-32d6b98ae3bc" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -930,19 +939,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "b657691e-792a-4a87-b456-064a376358e5" + "8464fc10-167b-472c-8783-adc7fa406e32" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213328Z:b657691e-792a-4a87-b456-064a376358e5" + "WESTUS2:20251029T175824Z:8464fc10-167b-472c-8783-adc7fa406e32" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 2D673FD7114D49AA89302D100AB5044A Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:28Z" + "Ref A: 0446AD86DADE477D94C000B579D916E2 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:28 GMT" + "Wed, 29 Oct 2025 17:58:24 GMT" ], "Content-Length": [ "228" @@ -954,25 +963,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accountName\": \"ps7905\",\r\n \"primary\": \"Sanitized\",\r\n \"secondary\": \"Sanitized\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"ps7283\",\r\n \"primary\": \"Sanitized\",\r\n \"secondary\": \"Sanitized\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905/listKeys?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283/listKeys?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "97e13db1-9026-4ec8-8327-c9e32a437943" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "4b977ea8-0b3d-4f43-b6b4-b95c732945a4" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -984,7 +993,7 @@ "no-cache" ], "x-ms-request-id": [ - "115cc0c6-5822-46c1-bb1f-50ed664636b7" + "9f400cc2-66dc-4f94-96e7-1e3a0088837a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -992,6 +1001,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/dec787f6-d191-4f5c-95f3-6fca64f0feb9" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -999,19 +1011,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "5e5d1e62-e4d3-4a01-b551-4bd81bfdeb66" + "e34aea0b-11ac-407a-ac14-dd2b778d1565" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213329Z:5e5d1e62-e4d3-4a01-b551-4bd81bfdeb66" + "WESTUS2:20251029T175824Z:e34aea0b-11ac-407a-ac14-dd2b778d1565" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 1EBB2CB0B564485C83C67A78CB9E014A Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:29Z" + "Ref A: E026CE38437A464CA479EDA25C794CE7 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:28 GMT" + "Wed, 29 Oct 2025 17:58:24 GMT" ], "Content-Length": [ "228" @@ -1023,25 +1035,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accountName\": \"ps7905\",\r\n \"primary\": \"Sanitized\",\r\n \"secondary\": \"Sanitized\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"ps7283\",\r\n \"primary\": \"Sanitized\",\r\n \"secondary\": \"Sanitized\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905/regenerateKeys?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNS9yZWdlbmVyYXRlS2V5cz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283/regenerateKeys?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzL3JlZ2VuZXJhdGVLZXlzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "b5aeb594-f6af-46c4-b420-b08d87b29e83" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "b367bf8f-09cd-4ab4-b656-d2c9b31677bd" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1059,7 +1071,7 @@ "no-cache" ], "x-ms-request-id": [ - "5797f3ce-c18c-484a-9ddc-881de1717685" + "0c1b6f92-f108-4b07-ac35-9a05c5a1135a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1067,6 +1079,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/bbc46210-0a4a-41ba-a7b3-cf703648459c" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -1074,19 +1089,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "d7cb4d63-db1f-4e98-9e45-c0c3ce5d0b8e" + "e04ae5c6-c547-443c-9333-f146b4ca818b" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213329Z:d7cb4d63-db1f-4e98-9e45-c0c3ce5d0b8e" + "WESTUS2:20251029T175825Z:e04ae5c6-c547-443c-9333-f146b4ca818b" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 1F14C4B082564C3C8C1A404E8467A56F Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:29Z" + "Ref A: 39356022E62D4FA5A4A000CEE8DD7C63 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:29 GMT" + "Wed, 29 Oct 2025 17:58:24 GMT" ], "Content-Length": [ "228" @@ -1098,25 +1113,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accountName\": \"ps7905\",\r\n \"primary\": \"Sanitized\",\r\n \"secondary\": \"Sanitized\"\r\n}", + "ResponseBody": "{\r\n \"accountName\": \"ps7283\",\r\n \"primary\": \"Sanitized\",\r\n \"secondary\": \"Sanitized\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps85/providers/Microsoft.Batch/batchAccounts/ps7905?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODUvcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL3BzNzkwNT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps2491/providers/Microsoft.Batch/batchAccounts/ps7283?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzMjQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3MjgzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "DELETE", "RequestHeaders": { - "x-ms-client-request-id": [ - "61cb322d-426a-440e-8509-c83709a2c378" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "b53cc5f2-e7dc-4cc7-b8c7-fa6583353831" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -1128,13 +1143,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch/locations/westus2/accountOperationResults/ps7905-f3f2205e-4183-45e2-906a-48d862530748?api-version=2022-10-01&t=638671304110782316&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Q9TXxkIayWwUgTsuivTz_lDSfsGev9dcjxdmKVLeHg2Tr00egusycGGwRsNnJunYrDNbWxHZsoPGyqwB7Oo47IKKcnS6KDawdYHCWwF4WbXMCZ8yTWoGCB_YgSnDK4RKas0BrUVbCodYCIy0jAY_FlCBtY1NrkNQnJ0NAyBXJyOfGaK2YwHPU11-u9mEax0qbg2v_3IPw0zCKdNvQwWfcLj4G12fqnlkJTLsH83CuXVCxDM6YsroGmygYWBN9SscCZK7_xToyw2n6Paysn_T4qacIpBNYrq_8RPn8aU-SV4ol81OnvYDR2YdmGdJ2Otms4m3NY_Bc2XXO1iVasSW3w&h=gdfG58kRzWeKKMuAiVyF4Sb2TO2_SOiQ71siiX--pwc" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch/locations/westus2/accountOperationResults/ps7283-72329fce-c77c-4d8d-8cde-54d747d3eb03?api-version=2024-07-01&t=638973575055236129&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XngyW1O2xIjbF20ZzYGKrxPnSUr1F-UVZ2vlKlDaGkWj1SAOMxlxHtNDjtBkCw3poYCEcHLbnbZmwmee-F4z_LynHXgKVO-28XT3AK5osvDUi5-yYYXN7HGotX0hd2f6B3jcgDCn9Fd6NsMtnvvFELZ80gtOE09fRgzmz8sD76V-4SXbIluXoLZuQwvwosc1kHgL6gNvM201EvoFAXdYkBHulNzSdR3PuT9FYceMCtLxqLE2gzkR2_0_OvkvLVmvIDp1YoDUJn4PNh66MlThPAPAIyFftCTUbyOYAAtOBxLKHOI0USMiahqC6EyvLfGqIN68U9Aza1CEsVC8-Lrr4w&h=zdLLWR8VjSp7KVG16fI_nOiI-ZKlmRlWm9m61OCmrtY" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "f3f2205e-4183-45e2-906a-48d862530748" + "72329fce-c77c-4d8d-8cde-54d747d3eb03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1142,6 +1157,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/4aab89b1-8924-4e60-b1b7-c59864fe1324" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -1149,19 +1167,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "3fbd6569-ede9-4430-86c3-e093cbf61cd5" + "14db8148-235a-49b6-8132-9c54a1d1fc6b" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213331Z:3fbd6569-ede9-4430-86c3-e093cbf61cd5" + "WESTUS2:20251029T175825Z:14db8148-235a-49b6-8132-9c54a1d1fc6b" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: DB2F9618B2684C79A90A1BFF7C7D7F70 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:30Z" + "Ref A: AC37798E5CD04477B492DB7E978D0F31 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:25Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:30 GMT" + "Wed, 29 Oct 2025 17:58:25 GMT" ], "Expires": [ "-1" @@ -1174,18 +1192,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch/locations/westus2/accountOperationResults/ps7905-f3f2205e-4183-45e2-906a-48d862530748?api-version=2022-10-01&t=638671304110782316&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Q9TXxkIayWwUgTsuivTz_lDSfsGev9dcjxdmKVLeHg2Tr00egusycGGwRsNnJunYrDNbWxHZsoPGyqwB7Oo47IKKcnS6KDawdYHCWwF4WbXMCZ8yTWoGCB_YgSnDK4RKas0BrUVbCodYCIy0jAY_FlCBtY1NrkNQnJ0NAyBXJyOfGaK2YwHPU11-u9mEax0qbg2v_3IPw0zCKdNvQwWfcLj4G12fqnlkJTLsH83CuXVCxDM6YsroGmygYWBN9SscCZK7_xToyw2n6Paysn_T4qacIpBNYrq_8RPn8aU-SV4ol81OnvYDR2YdmGdJ2Otms4m3NY_Bc2XXO1iVasSW3w&h=gdfG58kRzWeKKMuAiVyF4Sb2TO2_SOiQ71siiX--pwc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL3dlc3R1czIvYWNjb3VudE9wZXJhdGlvblJlc3VsdHMvcHM3OTA1LWYzZjIyMDVlLTQxODMtNDVlMi05MDZhLTQ4ZDg2MjUzMDc0OD9hcGktdmVyc2lvbj0yMDIyLTEwLTAxJnQ9NjM4NjcxMzA0MTEwNzgyMzE2JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVE5VFh4a0lheVd3VWdUc3VpdlR6X2xEU2ZzR2V2OWRjanhkbUtWTGVIZzJUcjAwZWd1c3ljR0d3UnNObkp1bllyRE5iV3hIWnNvUEd5cXdCN09vNDdJS0tjblM2S0Rhd2RZSENXd0Y0V2JYTUNaOHlUV29HQ0JfWWdTbkRLNFJLYXMwQnJVVmJDb2RZQ0l5MGpBWV9GbENCdFkxTnJrTlFuSjBOQXlCWEp5T2ZHYUsyWXdIUFUxMS11OW1FYXgwcWJnMnZfM0lQdzB6Q0tkTnZRd1dmY0xqNEcxMmZxbmxrSlRMc0g4M0N1WFZDeERNNllzcm9HbXlnWVdCTjlTc2NDWks3X3hUb3l3Mm42UGF5c25fVDRxYWNJcEJOWXJxXzhSUG44YVUtU1Y0b2w4MU9udllEUjJZZG1HZEoyT3RtczRtM05ZX0JjMlhYTzFpVmFzU1czdyZoPWdkZkc1OGtSeldlS0tNdUFpVnlGNFNiMlRPMl9TT2lRNzFzaWlYLS1wd2M=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch/locations/westus2/accountOperationResults/ps7283-72329fce-c77c-4d8d-8cde-54d747d3eb03?api-version=2024-07-01&t=638973575055236129&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XngyW1O2xIjbF20ZzYGKrxPnSUr1F-UVZ2vlKlDaGkWj1SAOMxlxHtNDjtBkCw3poYCEcHLbnbZmwmee-F4z_LynHXgKVO-28XT3AK5osvDUi5-yYYXN7HGotX0hd2f6B3jcgDCn9Fd6NsMtnvvFELZ80gtOE09fRgzmz8sD76V-4SXbIluXoLZuQwvwosc1kHgL6gNvM201EvoFAXdYkBHulNzSdR3PuT9FYceMCtLxqLE2gzkR2_0_OvkvLVmvIDp1YoDUJn4PNh66MlThPAPAIyFftCTUbyOYAAtOBxLKHOI0USMiahqC6EyvLfGqIN68U9Aza1CEsVC8-Lrr4w&h=zdLLWR8VjSp7KVG16fI_nOiI-ZKlmRlWm9m61OCmrtY", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL3dlc3R1czIvYWNjb3VudE9wZXJhdGlvblJlc3VsdHMvcHM3MjgzLTcyMzI5ZmNlLWM3N2MtNGQ4ZC04Y2RlLTU0ZDc0N2QzZWIwMz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxJnQ9NjM4OTczNTc1MDU1MjM2MTI5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPVhuZ3lXMU8yeElqYkYyMFp6WUdLcnhQblNVcjFGLVVWWjJ2bEtsRGFHa1dqMVNBT014bHhIdE5EanRCa0N3M3BvWUNFY0hMYm5iWm13bWVlLUY0el9MeW5IWGdLVk8tMjhYVDNBSzVvc3ZEVWk1LXlZWVhON0hHb3RYMGhkMmY2QjNqY2dEQ245RmQ2TnNNdG52dkZFTFo4MGd0T0UwOWZSZ3ptejhzRDc2Vi00U1hiSWx1WG9MWnVRd3Z3b3NjMWtIZ0w2Z052TTIwMUV2b0ZBWGRZa0JIdWxOelNkUjNQdVQ5RlljZU1DdEx4cUxFMmd6a1IyXzBfT3ZrdkxWbXZJRHAxWW9EVUpuNFBOaDY2TWxUaFBBUEFJeUZmdENUVWJ5T1lBQXRPQnhMS0hPSTBVU01pYWhxQzZFeXZMZkdxSU42OFU5QXphMUNFc1ZDOC1McnI0dyZoPXpkTExXUjhWalNwN0tWRzE2Zklfbk9pSS1aS2xtUmxXbTltNjFPQ21ydFk=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "61cb322d-426a-440e-8509-c83709a2c378" + "b53cc5f2-e7dc-4cc7-b8c7-fa6583353831" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -1197,7 +1215,7 @@ "no-cache" ], "x-ms-request-id": [ - "362bf18b-13a1-4695-b336-93614e45be81" + "74057509-0508-4626-b98f-b553dfa3ed0e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1205,6 +1223,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/00eb412e-d154-444c-b068-c3de8ec9479e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -1212,19 +1233,19 @@ "16499" ], "x-ms-correlation-request-id": [ - "351a941d-4c2e-40d7-ab92-b11666b145c6" + "64106d9b-36a5-4da5-80a8-06d29e91f605" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213346Z:351a941d-4c2e-40d7-ab92-b11666b145c6" + "WESTUS2:20251029T175840Z:64106d9b-36a5-4da5-80a8-06d29e91f605" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 3C06AB9DBB314C1FB6CB087B5BB01C33 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:46Z" + "Ref A: 4CB46AE9DFAD42C6AED8461804A60FCB Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:40Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:45 GMT" + "Wed, 29 Oct 2025 17:58:40 GMT" ], "Expires": [ "-1" @@ -1237,18 +1258,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch/locations/westus2/accountOperationResults/ps7905-f3f2205e-4183-45e2-906a-48d862530748?api-version=2022-10-01&t=638671304110782316&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Q9TXxkIayWwUgTsuivTz_lDSfsGev9dcjxdmKVLeHg2Tr00egusycGGwRsNnJunYrDNbWxHZsoPGyqwB7Oo47IKKcnS6KDawdYHCWwF4WbXMCZ8yTWoGCB_YgSnDK4RKas0BrUVbCodYCIy0jAY_FlCBtY1NrkNQnJ0NAyBXJyOfGaK2YwHPU11-u9mEax0qbg2v_3IPw0zCKdNvQwWfcLj4G12fqnlkJTLsH83CuXVCxDM6YsroGmygYWBN9SscCZK7_xToyw2n6Paysn_T4qacIpBNYrq_8RPn8aU-SV4ol81OnvYDR2YdmGdJ2Otms4m3NY_Bc2XXO1iVasSW3w&h=gdfG58kRzWeKKMuAiVyF4Sb2TO2_SOiQ71siiX--pwc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL3dlc3R1czIvYWNjb3VudE9wZXJhdGlvblJlc3VsdHMvcHM3OTA1LWYzZjIyMDVlLTQxODMtNDVlMi05MDZhLTQ4ZDg2MjUzMDc0OD9hcGktdmVyc2lvbj0yMDIyLTEwLTAxJnQ9NjM4NjcxMzA0MTEwNzgyMzE2JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVE5VFh4a0lheVd3VWdUc3VpdlR6X2xEU2ZzR2V2OWRjanhkbUtWTGVIZzJUcjAwZWd1c3ljR0d3UnNObkp1bllyRE5iV3hIWnNvUEd5cXdCN09vNDdJS0tjblM2S0Rhd2RZSENXd0Y0V2JYTUNaOHlUV29HQ0JfWWdTbkRLNFJLYXMwQnJVVmJDb2RZQ0l5MGpBWV9GbENCdFkxTnJrTlFuSjBOQXlCWEp5T2ZHYUsyWXdIUFUxMS11OW1FYXgwcWJnMnZfM0lQdzB6Q0tkTnZRd1dmY0xqNEcxMmZxbmxrSlRMc0g4M0N1WFZDeERNNllzcm9HbXlnWVdCTjlTc2NDWks3X3hUb3l3Mm42UGF5c25fVDRxYWNJcEJOWXJxXzhSUG44YVUtU1Y0b2w4MU9udllEUjJZZG1HZEoyT3RtczRtM05ZX0JjMlhYTzFpVmFzU1czdyZoPWdkZkc1OGtSeldlS0tNdUFpVnlGNFNiMlRPMl9TT2lRNzFzaWlYLS1wd2M=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch/locations/westus2/accountOperationResults/ps7283-72329fce-c77c-4d8d-8cde-54d747d3eb03?api-version=2024-07-01&t=638973575055236129&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XngyW1O2xIjbF20ZzYGKrxPnSUr1F-UVZ2vlKlDaGkWj1SAOMxlxHtNDjtBkCw3poYCEcHLbnbZmwmee-F4z_LynHXgKVO-28XT3AK5osvDUi5-yYYXN7HGotX0hd2f6B3jcgDCn9Fd6NsMtnvvFELZ80gtOE09fRgzmz8sD76V-4SXbIluXoLZuQwvwosc1kHgL6gNvM201EvoFAXdYkBHulNzSdR3PuT9FYceMCtLxqLE2gzkR2_0_OvkvLVmvIDp1YoDUJn4PNh66MlThPAPAIyFftCTUbyOYAAtOBxLKHOI0USMiahqC6EyvLfGqIN68U9Aza1CEsVC8-Lrr4w&h=zdLLWR8VjSp7KVG16fI_nOiI-ZKlmRlWm9m61OCmrtY", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL3dlc3R1czIvYWNjb3VudE9wZXJhdGlvblJlc3VsdHMvcHM3MjgzLTcyMzI5ZmNlLWM3N2MtNGQ4ZC04Y2RlLTU0ZDc0N2QzZWIwMz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxJnQ9NjM4OTczNTc1MDU1MjM2MTI5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPVhuZ3lXMU8yeElqYkYyMFp6WUdLcnhQblNVcjFGLVVWWjJ2bEtsRGFHa1dqMVNBT014bHhIdE5EanRCa0N3M3BvWUNFY0hMYm5iWm13bWVlLUY0el9MeW5IWGdLVk8tMjhYVDNBSzVvc3ZEVWk1LXlZWVhON0hHb3RYMGhkMmY2QjNqY2dEQ245RmQ2TnNNdG52dkZFTFo4MGd0T0UwOWZSZ3ptejhzRDc2Vi00U1hiSWx1WG9MWnVRd3Z3b3NjMWtIZ0w2Z052TTIwMUV2b0ZBWGRZa0JIdWxOelNkUjNQdVQ5RlljZU1DdEx4cUxFMmd6a1IyXzBfT3ZrdkxWbXZJRHAxWW9EVUpuNFBOaDY2TWxUaFBBUEFJeUZmdENUVWJ5T1lBQXRPQnhMS0hPSTBVU01pYWhxQzZFeXZMZkdxSU42OFU5QXphMUNFc1ZDOC1McnI0dyZoPXpkTExXUjhWalNwN0tWRzE2Zklfbk9pSS1aS2xtUmxXbTltNjFPQ21ydFk=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "61cb322d-426a-440e-8509-c83709a2c378" + "b53cc5f2-e7dc-4cc7-b8c7-fa6583353831" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -1260,7 +1281,7 @@ "no-cache" ], "x-ms-request-id": [ - "2ff7c44c-b448-410e-962b-7d7e24afd46f" + "7f1fe889-f0e2-4d6c-9679-38f0ac016d0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1268,26 +1289,29 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/d367d97d-923e-455d-aeac-4efe3fd04f15" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "1098" + "1099" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16498" + "16499" ], "x-ms-correlation-request-id": [ - "29c7091c-2719-4253-9d6a-9c2943bd3315" + "61bfb9a9-291e-49ee-bee4-b66d1fdda281" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213346Z:29c7091c-2719-4253-9d6a-9c2943bd3315" + "WESTUS2:20251029T175840Z:61bfb9a9-291e-49ee-bee4-b66d1fdda281" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: B077573B703045FD98A2156D08E25935 Ref B: MNZ221060618023 Ref C: 2024-11-13T21:33:46Z" + "Ref A: 48562C2E9D1340CAA0DE089E78D9CDC4 Ref B: CO6AA3150219017 Ref C: 2025-10-29T17:58:40Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:46 GMT" + "Wed, 29 Oct 2025 17:58:40 GMT" ], "Expires": [ "-1" @@ -1300,21 +1324,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourcegroups/ps85?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlZ3JvdXBzL3BzODU/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourcegroups/ps2491?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlZ3JvdXBzL3BzMjQ5MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "f0dd2602-885e-4a3a-99ae-6a6cf669bf39" + "6aaac8dd-9541-4de0-a4e7-6082b7a4b3e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1326,7 +1350,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1LVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2016-09-01&t=638671304285107559&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Lz2G_Bmqg9bzmq0KrUnXdJ4EXxNqxdn3ZKJkPTBhl3YPwB4FIKIOqIbtgV9QolQEQtw5bFo7JfbiQ3ggVOz_mJ5lF8kTEgwIbN8t76TGtAoMavNfid1QXwlmsoVT90liqjb7T5G3UmOK0__4E_riUvLMVm9x11VReel7H_TEkVKxFtXr1-3Vo1L-rlJCHkIRXRJRje3K8Eb1A7z1crDhDdwsUMzBvLT12poCaSjxtblqsMO6j6DhHDJ7Ix43DHWwmHvsUWuM-qYZ734xuUs6q4SfPX2qXEozMNI6XFj574YEZXPN2ZmXCPBzccPun3nQHeP3w-0u-JRTozyRdc5kxQ&h=yYONJofhrLxysBseyfiKaOSmIpMVSU3m_T7M0nKHm-g" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0OTEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638973575209659767&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XeeBfLxnlcr4aH3wxUTWdk4Mb_jHUrvncx25Jco8OhJHrNeTfSlTSzxTpMguMmg9Xr81CxG6h0f4ji3SgSD9oLxzI0cj7XDTHJD4DdagsvbkKSJ_WeGy6HQAfW73rUFdM1vS0KFYOKePtxPX_Nc1-Zj1nFCdS-NXGzZ6xfs4sfTGHfT9pUY7sbysFVXpMiNPnAmmJ3HZLZaWl4wOn6nKti0bN_V0R4dgbdxuON90seLrfOmItGL4gyS59f-EyrCbvrdNZ4RYdn70c8FamPAJKSDoahqg7wTep1jDRQShn0hwKPIbUxZ5pC7m0L7IvzRzbOxICvvj4fsqBuH4GNVjzg&h=uMFTlxS1vcv1g8kFSWq9kMz8Vvcj371caHt28NsrBr0" ], "Retry-After": [ "15" @@ -1338,13 +1362,13 @@ "11999" ], "x-ms-request-id": [ - "7c02c8e2-fa41-4123-aa7e-bf3e49456883" + "05f3a6ac-9057-42e5-8007-a803738cb017" ], "x-ms-correlation-request-id": [ - "7c02c8e2-fa41-4123-aa7e-bf3e49456883" + "05f3a6ac-9057-42e5-8007-a803738cb017" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213348Z:7c02c8e2-fa41-4123-aa7e-bf3e49456883" + "WESTUS2:20251029T175840Z:05f3a6ac-9057-42e5-8007-a803738cb017" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1356,10 +1380,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 543129D8B4A94EC2BB527C052EF4FF86 Ref B: MNZ221060618033 Ref C: 2024-11-13T21:33:47Z" + "Ref A: FE558C8A67BC42AC95D39770447A5E78 Ref B: MWH011020807034 Ref C: 2025-10-29T17:58:40Z" ], "Date": [ - "Wed, 13 Nov 2024 21:33:48 GMT" + "Wed, 29 Oct 2025 17:58:40 GMT" ], "Expires": [ "-1" @@ -1372,15 +1396,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1LVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2016-09-01&t=638671304285107559&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Lz2G_Bmqg9bzmq0KrUnXdJ4EXxNqxdn3ZKJkPTBhl3YPwB4FIKIOqIbtgV9QolQEQtw5bFo7JfbiQ3ggVOz_mJ5lF8kTEgwIbN8t76TGtAoMavNfid1QXwlmsoVT90liqjb7T5G3UmOK0__4E_riUvLMVm9x11VReel7H_TEkVKxFtXr1-3Vo1L-rlJCHkIRXRJRje3K8Eb1A7z1crDhDdwsUMzBvLT12poCaSjxtblqsMO6j6DhHDJ7Ix43DHWwmHvsUWuM-qYZ734xuUs6q4SfPX2qXEozMNI6XFj574YEZXPN2ZmXCPBzccPun3nQHeP3w-0u-JRTozyRdc5kxQ&h=yYONJofhrLxysBseyfiKaOSmIpMVSU3m_T7M0nKHm-g", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMUxWZEZVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMSZ0PTYzODY3MTMwNDI4NTEwNzU1OSZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUSGdWcWhGOUdPb1VqdXlxUVdBQUFCV3FFWHpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EWXdIaGNOTWpRd09USXdNak14TVRReFdoY05NalV3TXpFNU1qTXhNVFF4V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUtSdGNZREJYUzd6ejV0UnR2VnloclVBanVkWWhlajFFMkQzZHA2WFd1UGRiVk1iUVp3TWx5ZTh2ZFQta0RoRkQ3VDJtcmRXcXNvR25UR2swX3hPSEJmTEduVy0wUVJVcXBlb1ROSWh1OHZjMkNmVFV0bTJ0MnNfLWZ6dkZ0UnloREE0bWZDSDFjejkyRVZqMHZkM0ZENGlrVzZiZE9wMU5rWUZxVVZCaEtsYnZKazZ5LVRiTEZCTFA1Wng0bTBVYS1fUDdhTXpiZ3ZPSmdNT1RDMmpMczV3X2xGREpXZVAzSUtVT2lKbXJmTHBmNGV5NU92OTRvQ0U2WW5jREJTSEpaS1djclN4REhnU3o5QVhyeGFyTDRITGFqR2JGM01SdmZrTU4yZ05YQ29pSlhCRXFDTERueVFaMEJnWEl2dUs3dkc4UmowVHloSk5qLVFQcjh0YVk2VUNBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlDVERKUVMwbEpUbFJEUVRBeUxrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTJMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlFrd3lVRXRKU1U1VVEwRXdNaTVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3Tmk1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpNTWxCTFNVbE9WRU5CTURJdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0owTUIwR0ExVWREZ1FXQkJSS2xKUXBGeXlaS1NjaGtUbHNoZXRZT1VYN3h6QU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVHhSbWpHOGNQd0t5MTlpMnJoc3ZtLU5melJRVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFHMFdiekxQc21TU01JN2FUZTJucGl4bWtkQ213Y2RaSEdkNDN0VW5COEpLckxOSkVGY0JzUW1iY0lIMGFkcG5RTnJEZ1JrTkJCT1RaNHMxTElCbFJRYXBacFBzUkl0QU1VZ3VWcEdWUkgwOFQwaTQzdzl4cnBfY2xOYkFKcnJmUmJtWXJvRjBXSktNSjBud1cyclBqeGRldlNSeWdHS19uRWZ5d3dGaS1wMVJoSG5raUVHTDRHblA3UHBRY1J2QVlNZEg5TE81TVJZN2lMYkJtb3NLYXRTX2VXdFNKRDFDdnpnbE53eV92UXp4ODFWbmswQ2duZHFYY1ZxLWxvR3U3UjRVN21rUTJOTnFMYnA0NDdTVHhrcFAtNk1keXY4SjRiZG5mMXMzdkZCTnBndkpXS29nV2NOTGxvOGpua2JFZjZSUE5HZTFXNWxtYTdKd01LQWNQelkmcz1MejJHX0JtcWc5YnptcTBLclVuWGRKNEVYeE5xeGRuM1pLSmtQVEJobDNZUHdCNEZJS0lPcUlidGdWOVFvbFFFUXR3NWJGbzdKZmJpUTNnZ1ZPel9tSjVsRjhrVEVnd0liTjh0NzZUR3RBb01hdk5maWQxUVh3bG1zb1ZUOTBsaXFqYjdUNUczVW1PSzBfXzRFX3JpVXZMTVZtOXgxMVZSZWVsN0hfVEVrVkt4RnRYcjEtM1ZvMUwtcmxKQ0hrSVJYUkpSamUzSzhFYjFBN3oxY3JEaERkd3NVTXpCdkxUMTJwb0NhU2p4dGJscXNNTzZqNkRoSERKN0l4NDNESFd3bUh2c1VXdU0tcVlaNzM0eHVVczZxNFNmUFgycVhFb3pNTkk2WEZqNTc0WUVaWFBOMlptWENQQnpjY1B1bjNuUUhlUDN3LTB1LUpSVG96eVJkYzVreFEmaD15WU9OSm9maHJMeHlzQnNleWZpS2FPU21JcE1WU1UzbV9UN00wbktIbS1n", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0OTEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638973575209659767&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XeeBfLxnlcr4aH3wxUTWdk4Mb_jHUrvncx25Jco8OhJHrNeTfSlTSzxTpMguMmg9Xr81CxG6h0f4ji3SgSD9oLxzI0cj7XDTHJD4DdagsvbkKSJ_WeGy6HQAfW73rUFdM1vS0KFYOKePtxPX_Nc1-Zj1nFCdS-NXGzZ6xfs4sfTGHfT9pUY7sbysFVXpMiNPnAmmJ3HZLZaWl4wOn6nKti0bN_V0R4dgbdxuON90seLrfOmItGL4gyS59f-EyrCbvrdNZ4RYdn70c8FamPAJKSDoahqg7wTep1jDRQShn0hwKPIbUxZ5pC7m0L7IvzRzbOxICvvj4fsqBuH4GNVjzg&h=uMFTlxS1vcv1g8kFSWq9kMz8Vvcj371caHt28NsrBr0", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME9URXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTczNTc1MjA5NjU5NzY3JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPVhlZUJmTHhubGNyNGFIM3d4VVRXZGs0TWJfakhVcnZuY3gyNUpjbzhPaEpIck5lVGZTbFRTenhUcE1ndU1tZzlYcjgxQ3hHNmgwZjRqaTNTZ1NEOW9MeHpJMGNqN1hEVEhKRDREZGFnc3Zia0tTSl9XZUd5NkhRQWZXNzNyVUZkTTF2UzBLRllPS2VQdHhQWF9OYzEtWmoxbkZDZFMtTlhHelo2eGZzNHNmVEdIZlQ5cFVZN3NieXNGVlhwTWlOUG5BbW1KM0haTFphV2w0d09uNm5LdGkwYk5fVjBSNGRnYmR4dU9OOTBzZUxyZk9tSXRHTDRneVM1OWYtRXlyQ2J2cmROWjRSWWRuNzBjOEZhbVBBSktTRG9haHFnN3dUZXAxakRSUVNobjBod0tQSWJVeFo1cEM3bTBMN0l2elJ6Yk94SUN2dmo0ZnNxQnVINEdOVmp6ZyZoPXVNRlRseFMxdmN2MWc4a0ZTV3E5a016OFZ2Y2ozNzFjYUh0MjhOc3JCcjA=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1398,13 +1422,13 @@ "16499" ], "x-ms-request-id": [ - "5c60dcd4-fdf3-44fa-9866-b8a5555894a9" + "652fde7d-0107-4aab-8418-9533cb4a9f86" ], "x-ms-correlation-request-id": [ - "5c60dcd4-fdf3-44fa-9866-b8a5555894a9" + "652fde7d-0107-4aab-8418-9533cb4a9f86" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213403Z:5c60dcd4-fdf3-44fa-9866-b8a5555894a9" + "WESTUS:20251029T175856Z:652fde7d-0107-4aab-8418-9533cb4a9f86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1416,10 +1440,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 19416FBA8C44480CB04350195F67D7A4 Ref B: MNZ221060618033 Ref C: 2024-11-13T21:34:03Z" + "Ref A: 0EA5C941DED94C3692E7B6318A5532C0 Ref B: MWH011020807034 Ref C: 2025-10-29T17:58:56Z" ], "Date": [ - "Wed, 13 Nov 2024 21:34:03 GMT" + "Wed, 29 Oct 2025 17:58:55 GMT" ], "Expires": [ "-1" @@ -1432,15 +1456,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg1LVdFU1RVUzIiLCJqb2JMb2NhdGlvbiI6Indlc3R1czIifQ?api-version=2016-09-01&t=638671304285107559&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Lz2G_Bmqg9bzmq0KrUnXdJ4EXxNqxdn3ZKJkPTBhl3YPwB4FIKIOqIbtgV9QolQEQtw5bFo7JfbiQ3ggVOz_mJ5lF8kTEgwIbN8t76TGtAoMavNfid1QXwlmsoVT90liqjb7T5G3UmOK0__4E_riUvLMVm9x11VReel7H_TEkVKxFtXr1-3Vo1L-rlJCHkIRXRJRje3K8Eb1A7z1crDhDdwsUMzBvLT12poCaSjxtblqsMO6j6DhHDJ7Ix43DHWwmHvsUWuM-qYZ734xuUs6q4SfPX2qXEozMNI6XFj574YEZXPN2ZmXCPBzccPun3nQHeP3w-0u-JRTozyRdc5kxQ&h=yYONJofhrLxysBseyfiKaOSmIpMVSU3m_T7M0nKHm-g", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnMUxWZEZVMVJWVXpJaUxDSnFiMkpNYjJOaGRHbHZiaUk2SW5kbGMzUjFjeklpZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMSZ0PTYzODY3MTMwNDI4NTEwNzU1OSZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUSGdWcWhGOUdPb1VqdXlxUVdBQUFCV3FFWHpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EWXdIaGNOTWpRd09USXdNak14TVRReFdoY05NalV3TXpFNU1qTXhNVFF4V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUtSdGNZREJYUzd6ejV0UnR2VnloclVBanVkWWhlajFFMkQzZHA2WFd1UGRiVk1iUVp3TWx5ZTh2ZFQta0RoRkQ3VDJtcmRXcXNvR25UR2swX3hPSEJmTEduVy0wUVJVcXBlb1ROSWh1OHZjMkNmVFV0bTJ0MnNfLWZ6dkZ0UnloREE0bWZDSDFjejkyRVZqMHZkM0ZENGlrVzZiZE9wMU5rWUZxVVZCaEtsYnZKazZ5LVRiTEZCTFA1Wng0bTBVYS1fUDdhTXpiZ3ZPSmdNT1RDMmpMczV3X2xGREpXZVAzSUtVT2lKbXJmTHBmNGV5NU92OTRvQ0U2WW5jREJTSEpaS1djclN4REhnU3o5QVhyeGFyTDRITGFqR2JGM01SdmZrTU4yZ05YQ29pSlhCRXFDTERueVFaMEJnWEl2dUs3dkc4UmowVHloSk5qLVFQcjh0YVk2VUNBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlDVERKUVMwbEpUbFJEUVRBeUxrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTJMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlFrd3lVRXRKU1U1VVEwRXdNaTVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3Tmk1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpNTWxCTFNVbE9WRU5CTURJdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0owTUIwR0ExVWREZ1FXQkJSS2xKUXBGeXlaS1NjaGtUbHNoZXRZT1VYN3h6QU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVHhSbWpHOGNQd0t5MTlpMnJoc3ZtLU5melJRVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFHMFdiekxQc21TU01JN2FUZTJucGl4bWtkQ213Y2RaSEdkNDN0VW5COEpLckxOSkVGY0JzUW1iY0lIMGFkcG5RTnJEZ1JrTkJCT1RaNHMxTElCbFJRYXBacFBzUkl0QU1VZ3VWcEdWUkgwOFQwaTQzdzl4cnBfY2xOYkFKcnJmUmJtWXJvRjBXSktNSjBud1cyclBqeGRldlNSeWdHS19uRWZ5d3dGaS1wMVJoSG5raUVHTDRHblA3UHBRY1J2QVlNZEg5TE81TVJZN2lMYkJtb3NLYXRTX2VXdFNKRDFDdnpnbE53eV92UXp4ODFWbmswQ2duZHFYY1ZxLWxvR3U3UjRVN21rUTJOTnFMYnA0NDdTVHhrcFAtNk1keXY4SjRiZG5mMXMzdkZCTnBndkpXS29nV2NOTGxvOGpua2JFZjZSUE5HZTFXNWxtYTdKd01LQWNQelkmcz1MejJHX0JtcWc5YnptcTBLclVuWGRKNEVYeE5xeGRuM1pLSmtQVEJobDNZUHdCNEZJS0lPcUlidGdWOVFvbFFFUXR3NWJGbzdKZmJpUTNnZ1ZPel9tSjVsRjhrVEVnd0liTjh0NzZUR3RBb01hdk5maWQxUVh3bG1zb1ZUOTBsaXFqYjdUNUczVW1PSzBfXzRFX3JpVXZMTVZtOXgxMVZSZWVsN0hfVEVrVkt4RnRYcjEtM1ZvMUwtcmxKQ0hrSVJYUkpSamUzSzhFYjFBN3oxY3JEaERkd3NVTXpCdkxUMTJwb0NhU2p4dGJscXNNTzZqNkRoSERKN0l4NDNESFd3bUh2c1VXdU0tcVlaNzM0eHVVczZxNFNmUFgycVhFb3pNTkk2WEZqNTc0WUVaWFBOMlptWENQQnpjY1B1bjNuUUhlUDN3LTB1LUpSVG96eVJkYzVreFEmaD15WU9OSm9maHJMeHlzQnNleWZpS2FPU21JcE1WU1UzbV9UN00wbktIbS1n", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzI0OTEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638973575209659767&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=XeeBfLxnlcr4aH3wxUTWdk4Mb_jHUrvncx25Jco8OhJHrNeTfSlTSzxTpMguMmg9Xr81CxG6h0f4ji3SgSD9oLxzI0cj7XDTHJD4DdagsvbkKSJ_WeGy6HQAfW73rUFdM1vS0KFYOKePtxPX_Nc1-Zj1nFCdS-NXGzZ6xfs4sfTGHfT9pUY7sbysFVXpMiNPnAmmJ3HZLZaWl4wOn6nKti0bN_V0R4dgbdxuON90seLrfOmItGL4gyS59f-EyrCbvrdNZ4RYdn70c8FamPAJKSDoahqg7wTep1jDRQShn0hwKPIbUxZ5pC7m0L7IvzRzbOxICvvj4fsqBuH4GNVjzg&h=uMFTlxS1vcv1g8kFSWq9kMz8Vvcj371caHt28NsrBr0", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpJME9URXRWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTczNTc1MjA5NjU5NzY3JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPVhlZUJmTHhubGNyNGFIM3d4VVRXZGs0TWJfakhVcnZuY3gyNUpjbzhPaEpIck5lVGZTbFRTenhUcE1ndU1tZzlYcjgxQ3hHNmgwZjRqaTNTZ1NEOW9MeHpJMGNqN1hEVEhKRDREZGFnc3Zia0tTSl9XZUd5NkhRQWZXNzNyVUZkTTF2UzBLRllPS2VQdHhQWF9OYzEtWmoxbkZDZFMtTlhHelo2eGZzNHNmVEdIZlQ5cFVZN3NieXNGVlhwTWlOUG5BbW1KM0haTFphV2w0d09uNm5LdGkwYk5fVjBSNGRnYmR4dU9OOTBzZUxyZk9tSXRHTDRneVM1OWYtRXlyQ2J2cmROWjRSWWRuNzBjOEZhbVBBSktTRG9haHFnN3dUZXAxakRSUVNobjBod0tQSWJVeFo1cEM3bTBMN0l2elJ6Yk94SUN2dmo0ZnNxQnVINEdOVmp6ZyZoPXVNRlRseFMxdmN2MWc4a0ZTV3E5a016OFZ2Y2ozNzFjYUh0MjhOc3JCcjA=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1458,13 +1482,13 @@ "16499" ], "x-ms-request-id": [ - "167a0c7a-3622-43ac-b6ab-64afdd282f17" + "45b04c0e-e8e0-4e48-930f-3acaea5fade3" ], "x-ms-correlation-request-id": [ - "167a0c7a-3622-43ac-b6ab-64afdd282f17" + "45b04c0e-e8e0-4e48-930f-3acaea5fade3" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T213404Z:167a0c7a-3622-43ac-b6ab-64afdd282f17" + "WESTUS:20251029T175856Z:45b04c0e-e8e0-4e48-930f-3acaea5fade3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1476,10 +1500,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 7391B52902194546904F033FACF7E5CE Ref B: MNZ221060618033 Ref C: 2024-11-13T21:34:03Z" + "Ref A: 91C26681D5654F70A7BDAEF872B02B2F Ref B: MWH011020807034 Ref C: 2025-10-29T17:58:56Z" ], "Date": [ - "Wed, 13 Nov 2024 21:34:03 GMT" + "Wed, 29 Oct 2025 17:58:55 GMT" ], "Expires": [ "-1" @@ -1494,14 +1518,14 @@ ], "Names": { "Test-BatchAccountEndToEnd": [ - "ps7905", - "ps85" + "ps7283", + "ps2491" ] }, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithNoPublicIp.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithNoPublicIp.json index d2fc481036c1..54325f4606d0 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithNoPublicIp.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithNoPublicIp.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "d88e36b4-633a-422a-acea-6cb421c643bd" + "5253ccdf-3af4-47e9-bd75-e17a052e2895" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -33,13 +33,13 @@ "16499" ], "x-ms-request-id": [ - "ac7bece0-1750-41b0-9b37-2a542b1ed9bd" + "6d0af2a4-c497-4ebf-b745-996fc06ee05f" ], "x-ms-correlation-request-id": [ - "ac7bece0-1750-41b0-9b37-2a542b1ed9bd" + "6d0af2a4-c497-4ebf-b745-996fc06ee05f" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211845Z:ac7bece0-1750-41b0-9b37-2a542b1ed9bd" + "EASTUS2:20251030T181639Z:6d0af2a4-c497-4ebf-b745-996fc06ee05f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,13 +51,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 48208D36C7A04313A65BCE3AD572F41E Ref B: MNZ221060619031 Ref C: 2024-11-13T21:18:45Z" + "Ref A: AB6AE6911AA2402993749E623FD23FCA Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:16:38Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:45 GMT" + "Thu, 30 Oct 2025 18:16:38 GMT" ], "Content-Length": [ - "18599" + "19449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -66,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/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 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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourcegroups/ps5688?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlZ3JvdXBzL3BzNTY4OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourcegroups/ps7577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlZ3JvdXBzL3BzNzU3Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "485d7e6d-8d30-4416-afed-cfb3a1b8104a" + "bcc857e5-a193-4666-a9fd-2b51228e2a51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -108,13 +108,13 @@ "11999" ], "x-ms-request-id": [ - "c9bf4ed8-58d4-4576-9470-81a20bcbe34b" + "a65d4760-478e-4ef7-b518-00ef98587a92" ], "x-ms-correlation-request-id": [ - "c9bf4ed8-58d4-4576-9470-81a20bcbe34b" + "a65d4760-478e-4ef7-b518-00ef98587a92" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211846Z:c9bf4ed8-58d4-4576-9470-81a20bcbe34b" + "WESTUS2:20251030T181639Z:a65d4760-478e-4ef7-b518-00ef98587a92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -126,10 +126,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: DFBB2F463EEF4C9C9626FF0FBDDAD587 Ref B: MNZ221060619031 Ref C: 2024-11-13T21:18:46Z" + "Ref A: FBEC9C6059F34B74A6A2E5D3312FDBB5 Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:16:39Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:45 GMT" + "Thu, 30 Oct 2025 18:16:38 GMT" ], "Content-Length": [ "166" @@ -141,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688\",\r\n \"name\": \"ps5688\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577\",\r\n \"name\": \"ps7577\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM5NTc2P2FwaS12ZXJzaW9uPTIwMjItMTAtMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3NTk0P2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "2291b59a-c01f-4f70-8628-573b7b4ad5b6" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "b80e7300-7788-43cd-a9f4-30ee6b1c4651" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,13 +177,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/operationResults/a6d2c662-5870-4001-a978-0583e5c6b6fd?api-version=2022-10-01&t=638671295284015957&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=RnzsJalt9KwHe1SgnD9dtOz2j0Q3kBmOhssxbZoLbXG0pZpseqvoGafwBm_MbspByp3pZphR3bIoHW3f8f6fflEWRoapYFz0pBqUFWIWzOJahCQkpMaTH82NemwMPeM76irSE1pSPGkjzycVCfsEm0_Lq9yAZUOFPXmofqW3M26-jHP1cjk56HWZFct8Pr74PEeMKf8ljF5ABipNkfZaflhd2apD78ynWSjtFE8de0AHu5nqpOPx4n13L_0LPKUg5fOhiWgyLcbcH-H9bcie0bYaejtrXv87oWAL5VDeB_qQ3d6KdxDNFphmtzQReD9MLzr-h_pqUH8RC6u4QYiZRw&h=80je4SNYeCZHcb9cliXxbXny90468nsN0XE_w8t5DUc" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/operationResults/befe53a6-4169-494a-bccf-1b7f1c36ef36?api-version=2024-07-01&t=638974450006069807&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=P9GsI0Ssj8-T2z17L5LgsISWZs4R9wKgCHR0RaC39Uyp44yMFMWdmzv9YnqA0DaJsPEbn6g9GLzXH0KAYYejUKmppQnS_fZ5VLsG-KvsP_GCiCRJ8iQskAfgIselr2Tfci5M57WWfc9oUsG3eP_GAu8e9F5dbnj-X_yRn91jLIP-4xVsrjGO81jmdDnp39t2M-3f_19wDht45lqvh1K7zioG6am8rZEUiynoLwqzgKDaLbEr18V7GTLy3MtPBJZdCO5OfDsafPPFnw8rclb0kLUdZgNugkKjoNEHWuIMymYyDsXgplgJR9ufx4Hj_m85X-1YPZWWgbMsXSa00kMCTQ&h=6ac7CvgO9JGWDXEB9eZuNheQ4uVuPswhqASZK1_l-DM" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "a6d2c662-5870-4001-a978-0583e5c6b6fd" + "befe53a6-4169-494a-bccf-1b7f1c36ef36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -191,6 +191,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/c1d06593-238d-4e63-95ae-6070ac4eac66" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -198,19 +201,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "1f1da3f3-d066-4944-9f43-5d395301831a" + "ffc768eb-1f2a-4f6d-8112-b6d1b3ce2c73" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211848Z:1f1da3f3-d066-4944-9f43-5d395301831a" + "WESTUS2:20251030T181640Z:ffc768eb-1f2a-4f6d-8112-b6d1b3ce2c73" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: F5A6C76A6E484E4D97C1B582D37BF5F6 Ref B: MNZ221060609009 Ref C: 2024-11-13T21:18:46Z" + "Ref A: D4FCB8D7F02244668AF20896E8699CC6 Ref B: MWH011020809029 Ref C: 2025-10-30T18:16:39Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:47 GMT" + "Thu, 30 Oct 2025 18:16:39 GMT" ], "Expires": [ "-1" @@ -223,18 +226,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/operationResults/a6d2c662-5870-4001-a978-0583e5c6b6fd?api-version=2022-10-01&t=638671295284015957&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=RnzsJalt9KwHe1SgnD9dtOz2j0Q3kBmOhssxbZoLbXG0pZpseqvoGafwBm_MbspByp3pZphR3bIoHW3f8f6fflEWRoapYFz0pBqUFWIWzOJahCQkpMaTH82NemwMPeM76irSE1pSPGkjzycVCfsEm0_Lq9yAZUOFPXmofqW3M26-jHP1cjk56HWZFct8Pr74PEeMKf8ljF5ABipNkfZaflhd2apD78ynWSjtFE8de0AHu5nqpOPx4n13L_0LPKUg5fOhiWgyLcbcH-H9bcie0bYaejtrXv87oWAL5VDeB_qQ3d6KdxDNFphmtzQReD9MLzr-h_pqUH8RC6u4QYiZRw&h=80je4SNYeCZHcb9cliXxbXny90468nsN0XE_w8t5DUc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM5NTc2L29wZXJhdGlvblJlc3VsdHMvYTZkMmM2NjItNTg3MC00MDAxLWE5NzgtMDU4M2U1YzZiNmZkP2FwaS12ZXJzaW9uPTIwMjItMTAtMDEmdD02Mzg2NzEyOTUyODQwMTU5NTcmYz1NSUlIaHpDQ0JtLWdBd0lCQWdJVEhnVnFoRjlHT29VanV5cVFXQUFBQldxRVh6QU5CZ2txaGtpRzl3MEJBUXNGQURCRU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFIwSk1NUk13RVFZS0NaSW1pWlB5TEdRQkdSWURRVTFGTVJnd0ZnWURWUVFERXc5QlRVVWdTVzVtY21FZ1EwRWdNRFl3SGhjTk1qUXdPVEl3TWpNeE1UUXhXaGNOTWpVd016RTVNak14TVRReFdqQkFNVDR3UEFZRFZRUURFelZoYzNsdVkyOXdaWEpoZEdsdmJuTnBaMjVwYm1kalpYSjBhV1pwWTJGMFpTNXRZVzVoWjJWdFpXNTBMbUY2ZFhKbExtTnZiVENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFLUnRjWURCWFM3eno1dFJ0dlZ5aHJVQWp1ZFloZWoxRTJEM2RwNlhXdVBkYlZNYlFad01seWU4dmRULWtEaEZEN1QybXJkV3Fzb0duVEdrMF94T0hCZkxHblctMFFSVXFwZW9UTklodTh2YzJDZlRVdG0ydDJzXy1menZGdFJ5aERBNG1mQ0gxY3o5MkVWajB2ZDNGRDRpa1c2YmRPcDFOa1lGcVVWQmhLbGJ2Sms2eS1UYkxGQkxQNVp4NG0wVWEtX1A3YU16Ymd2T0pnTU9UQzJqTHM1d19sRkRKV2VQM0lLVU9pSm1yZkxwZjRleTVPdjk0b0NFNlluY0RCU0hKWktXY3JTeERIZ1N6OUFYcnhhckw0SExhakdiRjNNUnZma01OMmdOWENvaUpYQkVxQ0xEbnlRWjBCZ1hJdnVLN3ZHOFJqMFR5aEpOai1RUHI4dGFZNlVDQXdFQUFhT0NCSFF3Z2dSd01DY0dDU3NHQVFRQmdqY1ZDZ1FhTUJnd0NnWUlLd1lCQlFVSEF3RXdDZ1lJS3dZQkJRVUhBd0l3UFFZSkt3WUJCQUdDTnhVSEJEQXdMZ1ltS3dZQkJBR0NOeFVJaHBEakRZVFZ0SGlFOFlzLWhadmRGczZkRW9GZ2hmbVJTNFdzbVRRQ0FXUUNBUWN3Z2dITEJnZ3JCZ0VGQlFjQkFRU0NBYjB3Z2dHNU1HTUdDQ3NHQVFVRkJ6QUNobGRvZEhSd09pOHZZM0pzTG0xcFkzSnZjMjltZEM1amIyMHZjR3RwYVc1bWNtRXZRMlZ5ZEhNdlFrd3lVRXRKU1U1VVEwRXdNaTVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3Tmk1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213eExtRnRaUzVuWW13dllXbGhMMEpNTWxCTFNVbE9WRU5CTURJdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0owTUZNR0NDc0dBUVVGQnpBQ2hrZG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5Q1RESlFTMGxKVGxSRFFUQXlMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREEyTG1OeWREQlRCZ2dyQmdFRkJRY3dBb1pIYUhSMGNEb3ZMMk55YkRNdVlXMWxMbWRpYkM5aGFXRXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtdzBMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1CMEdBMVVkRGdRV0JCUktsSlFwRnl5WktTY2hrVGxzaGV0WU9VWDd4ekFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0VtQmdOVkhSOEVnZ0VkTUlJQkdUQ0NBUldnZ2dFUm9JSUJEWVlfYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01TNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc05DNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNNSUdkQmdOVkhTQUVnWlV3Z1pJd0RBWUtLd1lCQkFHQ04zc0JBVEJtQmdvckJnRUVBWUkzZXdJQ01GZ3dWZ1lJS3dZQkJRVUhBZ0l3U2g1SUFETUFNd0JsQURBQU1RQTVBRElBTVFBdEFEUUFaQUEyQURRQUxRQTBBR1lBT0FCakFDMEFZUUF3QURVQU5RQXRBRFVBWWdCa0FHRUFaZ0JtQUdRQU5RQmxBRE1BTXdCa01Bd0dDaXNHQVFRQmdqZDdBd0V3REFZS0t3WUJCQUdDTjNzRUFqQWZCZ05WSFNNRUdEQVdnQlR4Um1qRzhjUHdLeTE5aTJyaHN2bS1OZnpSUVRBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUlLd1lCQlFVSEF3SXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBRzBXYnpMUHNtU1NNSTdhVGUybnBpeG1rZENtd2NkWkhHZDQzdFVuQjhKS3JMTkpFRmNCc1FtYmNJSDBhZHBuUU5yRGdSa05CQk9UWjRzMUxJQmxSUWFwWnBQc1JJdEFNVWd1VnBHVlJIMDhUMGk0M3c5eHJwX2NsTmJBSnJyZlJibVlyb0YwV0pLTUowbndXMnJQanhkZXZTUnlnR0tfbkVmeXd3RmktcDFSaEhua2lFR0w0R25QN1BwUWNSdkFZTWRIOUxPNU1SWTdpTGJCbW9zS2F0U19lV3RTSkQxQ3Z6Z2xOd3lfdlF6eDgxVm5rMENnbmRxWGNWcS1sb0d1N1I0VTdta1EyTk5xTGJwNDQ3U1R4a3BQLTZNZHl2OEo0YmRuZjFzM3ZGQk5wZ3ZKV0tvZ1djTkxsbzhqbmtiRWY2UlBOR2UxVzVsbWE3SndNS0FjUHpZJnM9Um56c0phbHQ5S3dIZTFTZ25EOWR0T3oyajBRM2tCbU9oc3N4YlpvTGJYRzBwWnBzZXF2b0dhZndCbV9NYnNwQnlwM3BacGhSM2JJb0hXM2Y4ZjZmZmxFV1JvYXBZRnowcEJxVUZXSVd6T0phaENRa3BNYVRIODJOZW13TVBlTTc2aXJTRTFwU1BHa2p6eWNWQ2ZzRW0wX0xxOXlBWlVPRlBYbW9mcVczTTI2LWpIUDFjams1NkhXWkZjdDhQcjc0UEVlTUtmOGxqRjVBQmlwTmtmWmFmbGhkMmFwRDc4eW5XU2p0RkU4ZGUwQUh1NW5xcE9QeDRuMTNMXzBMUEtVZzVmT2hpV2d5TGNiY0gtSDliY2llMGJZYWVqdHJYdjg3b1dBTDVWRGVCX3FRM2Q2S2R4RE5GcGhtdHpRUmVEOU1MenItaF9wcVVIOFJDNnU0UVlpWlJ3Jmg9ODBqZTRTTlllQ1pIY2I5Y2xpWHhiWG55OTA0Njhuc04wWEVfdzh0NURVYw==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/operationResults/befe53a6-4169-494a-bccf-1b7f1c36ef36?api-version=2024-07-01&t=638974450006069807&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=P9GsI0Ssj8-T2z17L5LgsISWZs4R9wKgCHR0RaC39Uyp44yMFMWdmzv9YnqA0DaJsPEbn6g9GLzXH0KAYYejUKmppQnS_fZ5VLsG-KvsP_GCiCRJ8iQskAfgIselr2Tfci5M57WWfc9oUsG3eP_GAu8e9F5dbnj-X_yRn91jLIP-4xVsrjGO81jmdDnp39t2M-3f_19wDht45lqvh1K7zioG6am8rZEUiynoLwqzgKDaLbEr18V7GTLy3MtPBJZdCO5OfDsafPPFnw8rclb0kLUdZgNugkKjoNEHWuIMymYyDsXgplgJR9ufx4Hj_m85X-1YPZWWgbMsXSa00kMCTQ&h=6ac7CvgO9JGWDXEB9eZuNheQ4uVuPswhqASZK1_l-DM", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3NTk0L29wZXJhdGlvblJlc3VsdHMvYmVmZTUzYTYtNDE2OS00OTRhLWJjY2YtMWI3ZjFjMzZlZjM2P2FwaS12ZXJzaW9uPTIwMjQtMDctMDEmdD02Mzg5NzQ0NTAwMDYwNjk4MDcmYz1NSUlIaHpDQ0JtLWdBd0lCQWdJVGZBbGRVdU9rcXlXYUZXVm1kQUFBQ1YxUzR6QU5CZ2txaGtpRzl3MEJBUXNGQURCRU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFIwSk1NUk13RVFZS0NaSW1pWlB5TEdRQkdSWURRVTFGTVJnd0ZnWURWUVFERXc5QlRVVWdTVzVtY21FZ1EwRWdNRFV3SGhjTk1qVXhNREl4TURneE1qQTFXaGNOTWpZd05ERTVNRGd4TWpBMVdqQkFNVDR3UEFZRFZRUURFelZoYzNsdVkyOXdaWEpoZEdsdmJuTnBaMjVwYm1kalpYSjBhV1pwWTJGMFpTNXRZVzVoWjJWdFpXNTBMbUY2ZFhKbExtTnZiVENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFLNlZoSG83U01uUEkwN3hTVUMwRUtyU19nYUFVM3Qyc29ydlhUYWtFSnBwZ3JyLU01cS15QUZEaWN3TkdDZTJ6U1U5WnZHQlBJNDZEOVBlc1RudHo0UmhRTzUtRGt4NUc4dkM5bFowV1Y2bWVtNUhzbmY3OGtEWGdZeHpMeUFhTUt2OVdqdVpOY1RhRlFLZHJQQXgtWlMtMkVlYlVCNDA0VmhYMXlKM1M0QzNRSFRwWEFTeW9BYkZmR1Y4dEhQR003cTJzX1FyOXFCSjVSVW5JMHRfb0QwSUpfZHluX3dRdklzZ0JqcEdNZW50Tms3QUtObko3ZFdPQ1U3NkJGTDlaUUFQOWxOdVU2OEpIamRzRDFsQUJPWDdKdGN2OEZyVzJ6V2dabjZUT0hmOXJZOTkwaDh6eXVZX0VCQXIweHJiRkQwaV9PMTg0SXk5Z0hXcVNjU18yQ2tDQXdFQUFhT0NCSFF3Z2dSd01DY0dDU3NHQVFRQmdqY1ZDZ1FhTUJnd0NnWUlLd1lCQlFVSEF3RXdDZ1lJS3dZQkJRVUhBd0l3UFFZSkt3WUJCQUdDTnhVSEJEQXdMZ1ltS3dZQkJBR0NOeFVJaHBEakRZVFZ0SGlFOFlzLWhadmRGczZkRW9GZ2hmbVJTNFdzbVRRQ0FXUUNBUWN3Z2dITEJnZ3JCZ0VGQlFjQkFRU0NBYjB3Z2dHNU1HTUdDQ3NHQVFVRkJ6QUNobGRvZEhSd09pOHZZM0pzTG0xcFkzSnZjMjltZEM1amIyMHZjR3RwYVc1bWNtRXZRMlZ5ZEhNdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213eExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUZNR0NDc0dBUVVGQnpBQ2hrZG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5RFR6RlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREExTG1OeWREQlRCZ2dyQmdFRkJRY3dBb1pIYUhSMGNEb3ZMMk55YkRNdVlXMWxMbWRpYkM5aGFXRXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtdzBMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1CMEdBMVVkRGdRV0JCVFVwZFJscXo1R2tKNzdmczNIUk16MlpfVzQ5REFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0VtQmdOVkhSOEVnZ0VkTUlJQkdUQ0NBUldnZ2dFUm9JSUJEWVlfYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01TNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc05DNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNNSUdkQmdOVkhTQUVnWlV3Z1pJd0RBWUtLd1lCQkFHQ04zc0JBVEJtQmdvckJnRUVBWUkzZXdJQ01GZ3dWZ1lJS3dZQkJRVUhBZ0l3U2g1SUFETUFNd0JsQURBQU1RQTVBRElBTVFBdEFEUUFaQUEyQURRQUxRQTBBR1lBT0FCakFDMEFZUUF3QURVQU5RQXRBRFVBWWdCa0FHRUFaZ0JtQUdRQU5RQmxBRE1BTXdCa01Bd0dDaXNHQVFRQmdqZDdBd0l3REFZS0t3WUJCQUdDTjNzRUFqQWZCZ05WSFNNRUdEQVdnQlI2MWhtRktIbHNjWFllWVBqelMtLWlCVUlXSFRBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUlLd1lCQlFVSEF3SXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR1FtSmRQaXRsR2pJd0ZTZjRXc0ZtTHI0VzNDbWtVcG00SHhmWkFUbnhuUDl2VjJ1SDVmMDFyZmdfbEEtUTBzNEdNcWtmdE1BVk5SbTBUYTZ3X05SU0xSWk8yR1dhNjVLclE4SVRDdUdSMTJqTVRZUHFZZ3FFSWFCUUFxcXh2dFRpc3c2LV9yRGRNQmJXd3ZUbzZoMHlSX1J3MEdHZ1gxQzRXVVloRkpxLW85MG5GRjJxWkVGUUpodDduaThSWVFvbmF4QjI4MXo2NHJwMHJsWEN6OHIzckpYSVIyUkxDNDhJQTFsb3M0bVpZYXhBdl9ZX0xQWXdaVVFfVjBfWXJTR0s1S01KcDZleFBUb0tGX0RlUHM2ajI3QW5jR2lsYldvOXQ5NkYteUtCUEQ1N1d1bE9WZ2JZd05LQVpfS2xidzB1ci1ZTGRUZENhSWJVaU5obUdURHZZJnM9UDlHc0kwU3NqOC1UMnoxN0w1TGdzSVNXWnM0Ujl3S2dDSFIwUmFDMzlVeXA0NHlNRk1XZG16djlZbnFBMERhSnNQRWJuNmc5R0x6WEgwS0FZWWVqVUttcHBRblNfZlo1VkxzRy1LdnNQX0dDaUNSSjhpUXNrQWZnSXNlbHIyVGZjaTVNNTdXV2ZjOW9Vc0czZVBfR0F1OGU5RjVkYm5qLVhfeVJuOTFqTElQLTR4VnNyakdPODFqbWREbnAzOXQyTS0zZl8xOXdEaHQ0NWxxdmgxSzd6aW9HNmFtOHJaRVVpeW5vTHdxemdLRGFMYkVyMThWN0dUTHkzTXRQQkpaZENPNU9mRHNhZlBQRm53OHJjbGIwa0xVZFpnTnVna0tqb05FSFd1SU15bVl5RHNYZ3BsZ0pSOXVmeDRIal9tODVYLTFZUFpXV2diTXNYU2EwMGtNQ1RRJmg9NmFjN0N2Z085SkdXRFhFQjllWnVOaGVRNHVWdVBzd2hxQVNaSzFfbC1ETQ==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "2291b59a-c01f-4f70-8628-573b7b4ad5b6" + "b80e7300-7788-43cd-a9f4-30ee6b1c4651" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -246,10 +249,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD0428CCF9073B\"" + "\"0x8DE17E0822E7D55\"" ], "x-ms-request-id": [ - "5f30606c-a0e8-4795-9eee-66df222a6e63" + "9921034a-9c11-40f9-9137-21fe4f56b839" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,6 +260,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/5731221f-85e8-473a-8283-667a2e8c507e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -264,22 +270,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "f99dcd63-e64a-4402-ba01-3f03720d954c" + "9d2a5280-15f1-44ed-8933-ffff67dc58a4" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211904Z:f99dcd63-e64a-4402-ba01-3f03720d954c" + "WESTUS2:20251030T181655Z:9d2a5280-15f1-44ed-8933-ffff67dc58a4" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 6FBE090934524CAC8C4BCF6E8C59679B Ref B: MNZ221060609009 Ref C: 2024-11-13T21:19:03Z" + "Ref A: A821DB35082D4F279EDBDB90B9603A74 Ref B: MWH011020809029 Ref C: 2025-10-30T18:16:55Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:03 GMT" + "Thu, 30 Oct 2025 18:16:54 GMT" ], "Content-Length": [ - "4109" + "5294" ], "Content-Type": [ "application/json; charset=utf-8" @@ -288,27 +294,27 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:19:04 GMT" + "Thu, 30 Oct 2025 18:16:55 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576\",\r\n \"name\": \"ps9576\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps9576.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"93cfa7d7-9319-4465-8f38-b9d28de7f75f.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594\",\r\n \"name\": \"ps7594\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps7594.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"abbe7922-d0f5-44ee-90a4-fe14d98da15b.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "8a021c49-baa4-4bb7-a8a0-49b6a940dc2b" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "87c6b057-54ef-4764-8cd9-44a78cbb80e2" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -324,13 +330,13 @@ "gateway" ], "x-ms-request-id": [ - "c875c901-6c26-4f42-8962-fddd624ff191" + "89e2b7b8-b6b8-4e31-9a56-db537d1c4735" ], "x-ms-correlation-request-id": [ - "c875c901-6c26-4f42-8962-fddd624ff191" + "89e2b7b8-b6b8-4e31-9a56-db537d1c4735" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211904Z:c875c901-6c26-4f42-8962-fddd624ff191" + "WESTUS2:20251030T181655Z:89e2b7b8-b6b8-4e31-9a56-db537d1c4735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -342,10 +348,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: BF9D9135654749CD9DCBC0B64F39D704 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:04Z" + "Ref A: A908F82258B24B8F97BD763D50D81C8D Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:16:55Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:04 GMT" + "Thu, 30 Oct 2025 18:16:55 GMT" ], "Content-Length": [ "218" @@ -357,21 +363,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/myvnet' under resource group 'ps5688' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/myvnet' under resource group 'ps7577' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "8a021c49-baa4-4bb7-a8a0-49b6a940dc2b" + "87c6b057-54ef-4764-8cd9-44a78cbb80e2" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -384,16 +390,16 @@ "no-cache" ], "ETag": [ - "W/\"19817363-7390-4560-b08b-9ee02a9d5a5c\"" + "W/\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\"" ], "x-ms-request-id": [ - "f7afb1ba-3d0f-4da0-b7b0-5f84ab427464" + "71fe9912-7d78-427d-aceb-f627ec8ef37a" ], "x-ms-correlation-request-id": [ - "8daba784-8cdf-4c8a-a916-f1c0c0e55e78" + "fce7d71b-826a-4301-9596-22abd147e70e" ], "x-ms-arm-service-request-id": [ - "6d33f36c-7967-41c8-94d5-944204ea3ad2" + "60ac4f66-a13e-4aae-bfb7-14f166c57eda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -405,7 +411,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211910Z:8daba784-8cdf-4c8a-a916-f1c0c0e55e78" + "WESTUS2:20251030T181702Z:fce7d71b-826a-4301-9596-22abd147e70e" ], "X-Content-Type-Options": [ "nosniff" @@ -414,10 +420,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 59017652BA0C4F49AEC24F4CBCB50D12 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:10Z" + "Ref A: 287EF229B0BA496B866D5C8BF8283964 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:02Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:10 GMT" + "Thu, 30 Oct 2025 18:17:02 GMT" ], "Content-Length": [ "1005" @@ -429,24 +435,24 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"19817363-7390-4560-b08b-9ee02a9d5a5c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff01d67f-3d03-42d5-80bd-4aeb1f77c5ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"19817363-7390-4560-b08b-9ee02a9d5a5c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bef2f160-be96-46ef-81f9-ca8f50d21cd2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "8a021c49-baa4-4bb7-a8a0-49b6a940dc2b" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "87c6b057-54ef-4764-8cd9-44a78cbb80e2" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -459,16 +465,16 @@ "no-cache" ], "ETag": [ - "W/\"19817363-7390-4560-b08b-9ee02a9d5a5c\"" + "W/\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\"" ], "x-ms-request-id": [ - "5116b1bd-138c-41de-b524-fc9144d59fd5" + "a5397fb9-178d-418b-ad01-9942d7ca9de0" ], "x-ms-correlation-request-id": [ - "311c9b99-780f-47c0-a967-0f7dee9805fa" + "9cb78dae-df32-49f2-ae2f-eda3ffdb3076" ], "x-ms-arm-service-request-id": [ - "96fa3c52-c265-4ec9-9058-f80467a9920c" + "65c8a5b0-5446-4a57-a95c-8dde50ba3f6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -480,7 +486,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211910Z:311c9b99-780f-47c0-a967-0f7dee9805fa" + "WESTUS2:20251030T181702Z:9cb78dae-df32-49f2-ae2f-eda3ffdb3076" ], "X-Content-Type-Options": [ "nosniff" @@ -489,10 +495,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: C92693E2183044A3BD977BCB3C603DF0 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:10Z" + "Ref A: 49541B9019D54E968DA555DF18456DDE Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:02Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:10 GMT" + "Thu, 30 Oct 2025 18:17:02 GMT" ], "Content-Length": [ "1005" @@ -504,24 +510,24 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"19817363-7390-4560-b08b-9ee02a9d5a5c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff01d67f-3d03-42d5-80bd-4aeb1f77c5ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"19817363-7390-4560-b08b-9ee02a9d5a5c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bef2f160-be96-46ef-81f9-ca8f50d21cd2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "bbad54cb-faa8-486e-b9b5-486749f5773c" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "bcf523ad-9a0f-41c7-9cb1-af6d4891d4e5" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -534,16 +540,16 @@ "no-cache" ], "ETag": [ - "W/\"19817363-7390-4560-b08b-9ee02a9d5a5c\"" + "W/\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\"" ], "x-ms-request-id": [ - "7c729705-a52c-43c8-913f-964e9c6a904e" + "816cecc9-343d-45f2-82eb-ba66a13dcc57" ], "x-ms-correlation-request-id": [ - "c029b3b9-2867-44a9-bfaf-beb27ee50403" + "0c0b3cd2-a1dc-487a-942b-252b887f5650" ], "x-ms-arm-service-request-id": [ - "7292f5e4-f4f4-4471-af4a-2b236435f14f" + "642efbc9-bcbf-42ce-89b3-63d191e009d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -555,7 +561,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211910Z:c029b3b9-2867-44a9-bfaf-beb27ee50403" + "WESTUS2:20251030T181703Z:0c0b3cd2-a1dc-487a-942b-252b887f5650" ], "X-Content-Type-Options": [ "nosniff" @@ -564,10 +570,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: EE9EF73E86F6426F99A56A5C4FD96491 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:10Z" + "Ref A: 45B898DD95124F75A1BE15CD7F84D8A7 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:02Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:10 GMT" + "Thu, 30 Oct 2025 18:17:02 GMT" ], "Content-Length": [ "1005" @@ -579,34 +585,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"19817363-7390-4560-b08b-9ee02a9d5a5c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ff01d67f-3d03-42d5-80bd-4aeb1f77c5ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"19817363-7390-4560-b08b-9ee02a9d5a5c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bef2f160-be96-46ef-81f9-ca8f50d21cd2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"4fda32dd-46eb-4167-8dd0-e2c24c0a441c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL215dm5ldD9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "8a021c49-baa4-4bb7-a8a0-49b6a940dc2b" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "87c6b057-54ef-4764-8cd9-44a78cbb80e2" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "734" + "818" ] }, - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n \"applicationGatewayIPConfigurations\": []\r\n }\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ],\r\n \"ipamPoolPrefixAllocations\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n \"applicationGatewayIPConfigurations\": [],\r\n \"ipamPoolPrefixAllocations\": []\r\n }\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"ipAllocations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -618,23 +624,26 @@ "3" ], "x-ms-request-id": [ - "44eb6dbd-f397-44e1-b932-5a2894ca6fd9" + "6fdf965c-2365-429f-8e2e-94d741d8c427" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Network/locations/westus2/operations/44eb6dbd-f397-44e1-b932-5a2894ca6fd9?api-version=2024-03-01&t=638671295468618005&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Q7jWl_IXLscXeW-1f_YsoT5B6lGQh6ileWBrO7NPb5QAnJ5DlXFGOV0tNxjXovfAetz1-K9ESxH9FR-u3kUF6qmOS68_S6bL_jS2V84au06hJq6fhcsi-lYy5BMBWqoQgaMvGMF6CZpLJT_WV65uR8tbQY10od-TvRGU-L91QIWf9DwGLfvMfnkSb5pFov7-SmfHqpXkxp6P89orpQehA-uolDjo1YkM6zgkRMrF5Kkc4dYNiU22yo9zG1PbRdy5bH-ZgISvtBlOLY5M4dwMikKgZu2JwM6smhSGAmpB3Z4P8Iho6tOvhL7ozhbEbizMDu-fu3GaE48ie0Rixbm-Fw&h=KuJMzF9udcUih7T1hgKfaDE3AvvpmcHbfyCfs-U8BYc" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Network/locations/westus2/operations/6fdf965c-2365-429f-8e2e-94d741d8c427?api-version=2024-07-01&t=638974450194163903&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Orft3wQpW4ZJ3iLKj2IDsWL_XC3GvAOTnupG2lDvxwZTPUJnV9Lw1bMXS4Hod47ksEuxPu5A_v7KzXP2Fg2act2Sx0sUUw2AxMftA7v6yqt6mXQlHMXuK-Wlbp59Wn3aqkZ4rF6sVKxDoRrVlSJhrWy9h8ZgM3qY1QHG35l1QNk_HVaBhn9tYyUkfklRMPPlPHQJ_lExcM_rgXI-THQBphN3ZYA1vKzjDbRqxJJnWqrmU0kR96fwjwpeN4RTaezPJndhNdYBPSfCyIx8eDs9pABOviS_hu-NCz-rx9vOqtvDBdBBs3_LJ-fGqnjmEiPugQzt2oBKPjoOaTvshRBbbA&h=9QLA2RXL-ewjokMex6Nmbh3Ft9JZe1L_oBfaGaVf-ic" ], "x-ms-correlation-request-id": [ - "71ced1b5-d1d4-4aa2-999b-ae3eb82f4cdd" + "6b884e2e-bd34-47ca-b9e4-f141f5cb5d70" ], - "azure-asyncnotification": [ + "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "d0117761-3179-43be-b813-10172b6de5a9" + "bfbfe61d-504a-40d8-8dcd-dffaff29e47c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/bdca5205-3e0c-4aad-a805-b6bb4d0cf2f9" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -642,7 +651,7 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211906Z:71ced1b5-d1d4-4aa2-999b-ae3eb82f4cdd" + "WESTUS2:20251030T181659Z:6b884e2e-bd34-47ca-b9e4-f141f5cb5d70" ], "X-Content-Type-Options": [ "nosniff" @@ -651,10 +660,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 896ED603C3214E3FAE93B7BAFE5BDC8B Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:05Z" + "Ref A: 21270B7404FB43FE8B7B983D85DA897F Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:16:58Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:06 GMT" + "Thu, 30 Oct 2025 18:16:58 GMT" ], "Content-Length": [ "1003" @@ -666,21 +675,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"eff7f9c8-f5b7-4e01-9418-0b78f3a86fd6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ff01d67f-3d03-42d5-80bd-4aeb1f77c5ea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"eff7f9c8-f5b7-4e01-9418-0b78f3a86fd6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n \"etag\": \"W/\\\"7b99b5ea-b124-471e-ac8c-85c78eb16b9c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"bef2f160-be96-46ef-81f9-ca8f50d21cd2\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"11.0.0.0/16\"\r\n ]\r\n },\r\n \"privateEndpointVNetPolicies\": \"Disabled\",\r\n \"subnets\": [\r\n {\r\n \"name\": \"mysubnet\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\",\r\n \"etag\": \"W/\\\"7b99b5ea-b124-471e-ac8c-85c78eb16b9c\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"serviceEndpoints\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Network/locations/westus2/operations/44eb6dbd-f397-44e1-b932-5a2894ca6fd9?api-version=2024-03-01&t=638671295468618005&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Q7jWl_IXLscXeW-1f_YsoT5B6lGQh6ileWBrO7NPb5QAnJ5DlXFGOV0tNxjXovfAetz1-K9ESxH9FR-u3kUF6qmOS68_S6bL_jS2V84au06hJq6fhcsi-lYy5BMBWqoQgaMvGMF6CZpLJT_WV65uR8tbQY10od-TvRGU-L91QIWf9DwGLfvMfnkSb5pFov7-SmfHqpXkxp6P89orpQehA-uolDjo1YkM6zgkRMrF5Kkc4dYNiU22yo9zG1PbRdy5bH-ZgISvtBlOLY5M4dwMikKgZu2JwM6smhSGAmpB3Z4P8Iho6tOvhL7ozhbEbizMDu-fu3GaE48ie0Rixbm-Fw&h=KuJMzF9udcUih7T1hgKfaDE3AvvpmcHbfyCfs-U8BYc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ0ZWI2ZGJkLWYzOTctNDRlMS1iOTMyLTVhMjg5NGNhNmZkOT9hcGktdmVyc2lvbj0yMDI0LTAzLTAxJnQ9NjM4NjcxMjk1NDY4NjE4MDA1JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVE3aldsX0lYTHNjWGVXLTFmX1lzb1Q1QjZsR1FoNmlsZVdCck83TlBiNVFBbko1RGxYRkdPVjB0TnhqWG92ZkFldHoxLUs5RVN4SDlGUi11M2tVRjZxbU9TNjhfUzZiTF9qUzJWODRhdTA2aEpxNmZoY3NpLWxZeTVCTUJXcW9RZ2FNdkdNRjZDWnBMSlRfV1Y2NXVSOHRiUVkxMG9kLVR2UkdVLUw5MVFJV2Y5RHdHTGZ2TWZua1NiNXBGb3Y3LVNtZkhxcFhreHA2UDg5b3JwUWVoQS11b2xEam8xWWtNNnpna1JNckY1S2tjNGRZTmlVMjJ5bzl6RzFQYlJkeTViSC1aZ0lTdnRCbE9MWTVNNGR3TWlrS2dadTJKd002c21oU0dBbXBCM1o0UDhJaG82dE92aEw3b3poYkViaXpNRHUtZnUzR2FFNDhpZTBSaXhibS1GdyZoPUt1Sk16Rjl1ZGNVaWg3VDFoZ0tmYURFM0F2dnBtY0hiZnlDZnMtVThCWWM=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Network/locations/westus2/operations/6fdf965c-2365-429f-8e2e-94d741d8c427?api-version=2024-07-01&t=638974450194163903&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=Orft3wQpW4ZJ3iLKj2IDsWL_XC3GvAOTnupG2lDvxwZTPUJnV9Lw1bMXS4Hod47ksEuxPu5A_v7KzXP2Fg2act2Sx0sUUw2AxMftA7v6yqt6mXQlHMXuK-Wlbp59Wn3aqkZ4rF6sVKxDoRrVlSJhrWy9h8ZgM3qY1QHG35l1QNk_HVaBhn9tYyUkfklRMPPlPHQJ_lExcM_rgXI-THQBphN3ZYA1vKzjDbRqxJJnWqrmU0kR96fwjwpeN4RTaezPJndhNdYBPSfCyIx8eDs9pABOviS_hu-NCz-rx9vOqtvDBdBBs3_LJ-fGqnjmEiPugQzt2oBKPjoOaTvshRBbbA&h=9QLA2RXL-ewjokMex6Nmbh3Ft9JZe1L_oBfaGaVf-ic", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzZmZGY5NjVjLTIzNjUtNDI5Zi04ZTJlLTk0ZDc0MWQ4YzQyNz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxJnQ9NjM4OTc0NDUwMTk0MTYzOTAzJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPU9yZnQzd1FwVzRaSjNpTEtqMklEc1dMX1hDM0d2QU9UbnVwRzJsRHZ4d1pUUFVKblY5THcxYk1YUzRIb2Q0N2tzRXV4UHU1QV92N0t6WFAyRmcyYWN0MlN4MHNVVXcyQXhNZnRBN3Y2eXF0Nm1YUWxITVh1Sy1XbGJwNTlXbjNhcWtaNHJGNnNWS3hEb1JyVmxTSmhyV3k5aDhaZ00zcVkxUUhHMzVsMVFOa19IVmFCaG45dFl5VWtma2xSTVBQbFBIUUpfbEV4Y01fcmdYSS1USFFCcGhOM1pZQTF2S3pqRGJScXhKSm5XcXJtVTBrUjk2Zndqd3BlTjRSVGFlelBKbmRoTmRZQlBTZkN5SXg4ZURzOXBBQk92aVNfaHUtTkN6LXJ4OXZPcXR2REJkQkJzM19MSi1mR3Fuam1FaVB1Z1F6dDJvQktQam9PYVR2c2hSQmJiQSZoPTlRTEEyUlhMLWV3am9rTWV4Nk5tYmgzRnQ5SlplMUxfb0JmYUdhVmYtaWM=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "8a021c49-baa4-4bb7-a8a0-49b6a940dc2b" + "87c6b057-54ef-4764-8cd9-44a78cbb80e2" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -693,17 +702,20 @@ "no-cache" ], "x-ms-request-id": [ - "fc03d3aa-41a6-46da-bd6b-4410a469da59" + "b41e4872-e5d5-40c7-a3e7-b40020f27669" ], "x-ms-correlation-request-id": [ - "712bc87a-10cf-4f4d-a754-25036d41ab80" + "3af4f123-40cc-40fb-8333-b6afece89b09" ], "x-ms-arm-service-request-id": [ - "2f94c4de-3099-495e-a780-08906f7f9389" + "52f2674c-ea67-4a00-90ee-604c4dd24a10" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/5445f01b-608b-4c55-a402-d51e89a130f9" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -711,7 +723,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211910Z:712bc87a-10cf-4f4d-a754-25036d41ab80" + "WESTUS2:20251030T181702Z:3af4f123-40cc-40fb-8333-b6afece89b09" ], "X-Content-Type-Options": [ "nosniff" @@ -720,10 +732,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: B6A7519A9E444FFFB7B73200FFB72ED3 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:09Z" + "Ref A: 85686BC231594CBDB48B9C47FAD48EAF Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:02Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:09 GMT" + "Thu, 30 Oct 2025 18:17:02 GMT" ], "Content-Length": [ "22" @@ -739,21 +751,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/privateLinkResources?api-version=2022-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM5NTc2L3ByaXZhdGVMaW5rUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMjItMDYtMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/privateLinkResources?api-version=2022-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3NTk0L3ByaXZhdGVMaW5rUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMjItMDYtMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "9c4f82ca-322b-40a5-9b66-ff26391d2d0c" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "fa048f57-c705-4c16-99f1-ca4b25bbdc09" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.110" ] }, "RequestBody": "", @@ -765,7 +777,7 @@ "no-cache" ], "x-ms-request-id": [ - "85954066-b4ea-4fd4-806c-17ec5dffdd71" + "b3c04465-b4b0-489a-9d5a-7615117013cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -773,6 +785,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/7f92be34-b9f7-4daa-930e-b6901bb68ecd" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -780,19 +795,19 @@ "16499" ], "x-ms-correlation-request-id": [ - "1027c9d8-435e-4427-88f8-ac9a6c8dd95f" + "dc2af622-30eb-4b79-b3df-bd02830b4972" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211911Z:1027c9d8-435e-4427-88f8-ac9a6c8dd95f" + "WESTUS2:20251030T181703Z:dc2af622-30eb-4b79-b3df-bd02830b4972" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: D71D3F91658F4057A82B5EF2B6F2E38B Ref B: MNZ221060609049 Ref C: 2024-11-13T21:19:10Z" + "Ref A: 1B002DD4A80D45C5A516B6FB5EDA229F Ref B: CO6AA3150220029 Ref C: 2025-10-30T18:17:03Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:11 GMT" + "Thu, 30 Oct 2025 18:17:02 GMT" ], "Content-Length": [ "765" @@ -804,24 +819,24 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/privateLinkResources/batchAccount\",\r\n \"name\": \"batchAccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/privateLinkResources\",\r\n \"properties\": {\r\n \"groupId\": \"batchAccount\",\r\n \"requiredMembers\": [\r\n \"batchAccount\"\r\n ],\r\n \"requiredZoneNames\": [\r\n \"privatelink.batch.azure.com\"\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/privateLinkResources/nodeManagement\",\r\n \"name\": \"nodeManagement\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/privateLinkResources\",\r\n \"properties\": {\r\n \"groupId\": \"nodeManagement\",\r\n \"requiredMembers\": [\r\n \"nodeManagement\"\r\n ],\r\n \"requiredZoneNames\": [\r\n \"privatelink.batch.azure.com\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/privateLinkResources/batchAccount\",\r\n \"name\": \"batchAccount\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/privateLinkResources\",\r\n \"properties\": {\r\n \"groupId\": \"batchAccount\",\r\n \"requiredMembers\": [\r\n \"batchAccount\"\r\n ],\r\n \"requiredZoneNames\": [\r\n \"privatelink.batch.azure.com\"\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/privateLinkResources/nodeManagement\",\r\n \"name\": \"nodeManagement\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/privateLinkResources\",\r\n \"properties\": {\r\n \"groupId\": \"nodeManagement\",\r\n \"requiredMembers\": [\r\n \"nodeManagement\"\r\n ],\r\n \"requiredZoneNames\": [\r\n \"privatelink.batch.azure.com\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -837,13 +852,13 @@ "gateway" ], "x-ms-request-id": [ - "2c8b0baf-d8b3-4147-8ba1-268dd89d0efb" + "b427604e-1199-437c-b6c9-7130887eed19" ], "x-ms-correlation-request-id": [ - "2c8b0baf-d8b3-4147-8ba1-268dd89d0efb" + "b427604e-1199-437c-b6c9-7130887eed19" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211911Z:2c8b0baf-d8b3-4147-8ba1-268dd89d0efb" + "WESTUS2:20251030T181703Z:b427604e-1199-437c-b6c9-7130887eed19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -855,10 +870,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 32288448EA2449D9838EE025D2654DAF Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:11Z" + "Ref A: 734B9DE59CE947DB96F32B56384D02A6 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:03Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:11 GMT" + "Thu, 30 Oct 2025 18:17:02 GMT" ], "Content-Length": [ "218" @@ -870,21 +885,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/privateEndpoints/mypec' under resource group 'ps5688' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/privateEndpoints/mypec' under resource group 'ps7577' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -897,16 +912,16 @@ "no-cache" ], "ETag": [ - "W/\"ebc09794-8942-417d-a6a9-828497a38a97\"" + "W/\"71b06120-a121-43c3-bd84-c52536ead3fe\"" ], "x-ms-request-id": [ - "d68daacb-f892-4ab1-805e-65fc57f33c99" + "c7ba2be5-a72b-4591-9af5-0f428f124d24" ], "x-ms-correlation-request-id": [ - "a3db485e-92e4-4af5-a7fc-b15244e27ebf" + "7e515d37-e1c3-4e55-8b23-c537a116509b" ], "x-ms-arm-service-request-id": [ - "4d12af61-ef5e-4db5-a409-8bd3b15e9669" + "5417fd43-f193-4a07-ae6f-2724a9e12203" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -918,7 +933,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211954Z:a3db485e-92e4-4af5-a7fc-b15244e27ebf" + "WESTUS2:20251030T181744Z:7e515d37-e1c3-4e55-8b23-c537a116509b" ], "X-Content-Type-Options": [ "nosniff" @@ -927,13 +942,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: FE73C474C90142C682986E0B9FEA2367 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:54Z" + "Ref A: FB497A3F048841B5A04950C32AE5BD71 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:44Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:54 GMT" + "Thu, 30 Oct 2025 18:17:43 GMT" ], "Content-Length": [ - "1625" + "1611" ], "Content-Type": [ "application/json; charset=utf-8" @@ -942,24 +957,24 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"mypec\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec\",\r\n \"etag\": \"W/\\\"ebc09794-8942-417d-a6a9-828497a38a97\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0f3811e5-f837-4ecf-b913-5b7dc498570a\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec/manualPrivateLinkServiceConnections/myplsconnection\",\r\n \"etag\": \"W/\\\"ebc09794-8942-417d-a6a9-828497a38a97\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Manual approval still required\",\r\n \"actionsRequired\": \"Manual approval required\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/networkInterfaces/mypec.nic.f9bb66dc-b709-4d8b-a123-abcc10e23126\"\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"isIPv6EnabledPrivateEndpoint\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"mypec\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec\",\r\n \"etag\": \"W/\\\"71b06120-a121-43c3-bd84-c52536ead3fe\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c8143ebd-2977-49b8-ae18-9eb30a4de0ad\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec/manualPrivateLinkServiceConnections/myplsconnection\",\r\n \"etag\": \"W/\\\"71b06120-a121-43c3-bd84-c52536ead3fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Manual approval still required\",\r\n \"actionsRequired\": \"Manual approval required\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/networkInterfaces/mypec.nic.fd62fefd-85b6-43b8-8eb3-99079661c399\"\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"ipVersionType\": \"IPv4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -972,16 +987,16 @@ "no-cache" ], "ETag": [ - "W/\"ebc09794-8942-417d-a6a9-828497a38a97\"" + "W/\"71b06120-a121-43c3-bd84-c52536ead3fe\"" ], "x-ms-request-id": [ - "9c591e89-00cc-4484-86a9-657e49566eb7" + "f667d699-b1b4-4d7e-9765-2082955827e4" ], "x-ms-correlation-request-id": [ - "6f9ccfbd-d612-4d3e-9c3d-d865d48ee003" + "ff788458-3e7d-4b28-b897-7e6ce6561fd7" ], "x-ms-arm-service-request-id": [ - "c53911e6-85e3-424b-b4fb-92251a38a31f" + "0add4cc3-0a9c-4e88-ad84-8481543185c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -993,7 +1008,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211954Z:6f9ccfbd-d612-4d3e-9c3d-d865d48ee003" + "WESTUS2:20251030T181744Z:ff788458-3e7d-4b28-b897-7e6ce6561fd7" ], "X-Content-Type-Options": [ "nosniff" @@ -1002,13 +1017,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 7E7DF956FE544BEE96F5B7A6A9C4EC22 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:54Z" + "Ref A: 9C0E1F03586143DCAB0DFE6158C24B72 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:44Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:54 GMT" + "Thu, 30 Oct 2025 18:17:43 GMT" ], "Content-Length": [ - "1625" + "1611" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1017,34 +1032,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"mypec\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec\",\r\n \"etag\": \"W/\\\"ebc09794-8942-417d-a6a9-828497a38a97\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"0f3811e5-f837-4ecf-b913-5b7dc498570a\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec/manualPrivateLinkServiceConnections/myplsconnection\",\r\n \"etag\": \"W/\\\"ebc09794-8942-417d-a6a9-828497a38a97\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Manual approval still required\",\r\n \"actionsRequired\": \"Manual approval required\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/networkInterfaces/mypec.nic.f9bb66dc-b709-4d8b-a123-abcc10e23126\"\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"isIPv6EnabledPrivateEndpoint\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"mypec\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec\",\r\n \"etag\": \"W/\\\"71b06120-a121-43c3-bd84-c52536ead3fe\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c8143ebd-2977-49b8-ae18-9eb30a4de0ad\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec/manualPrivateLinkServiceConnections/myplsconnection\",\r\n \"etag\": \"W/\\\"71b06120-a121-43c3-bd84-c52536ead3fe\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Manual approval still required\",\r\n \"actionsRequired\": \"Manual approval required\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/networkInterfaces/mypec.nic.fd62fefd-85b6-43b8-8eb3-99079661c399\"\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"ipVersionType\": \"IPv4\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTAzLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHJpdmF0ZUVuZHBvaW50cy9teXBlYz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1168" + "1210" ] }, - "RequestBody": "{\r\n \"properties\": {\r\n \"subnet\": {\r\n \"name\": \"mysubnet\",\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n \"applicationGatewayIPConfigurations\": []\r\n },\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"properties\": {\r\n \"privateLinkServiceId\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"applicationSecurityGroups\": [],\r\n \"ipConfigurations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"subnet\": {\r\n \"name\": \"mysubnet\",\r\n \"properties\": {\r\n \"addressPrefix\": \"11.0.1.0/24\",\r\n \"addressPrefixes\": [],\r\n \"serviceEndpoints\": [],\r\n \"serviceEndpointPolicies\": [],\r\n \"ipAllocations\": [],\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\",\r\n \"applicationGatewayIPConfigurations\": [],\r\n \"ipamPoolPrefixAllocations\": []\r\n },\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"properties\": {\r\n \"privateLinkServiceId\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"applicationSecurityGroups\": [],\r\n \"ipConfigurations\": []\r\n },\r\n \"location\": \"westus2\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -1056,23 +1071,26 @@ "10" ], "x-ms-request-id": [ - "f5e0db77-a76c-4d4c-af84-5b6643c68cf1" + "8b02b632-dd66-43ac-9ffe-a181839f07a7" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Network/locations/westus2/operations/f5e0db77-a76c-4d4c-af84-5b6643c68cf1?api-version=2024-03-01&t=638671295536333622&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Nx51NmjWG1rinj2oJEppb1UKk4aYWTWj4JSDT1rfg1cmS9qf_RNsdSxRAEnkGPh1uT1_qNWPUv-sBtIObTMcGNDYXLsrLKT7iSuE9pLFueguF0V9ZRfMWrBP8FvXYvBftTxoAGi_wqg4d6PryopXvmgyk7GXwPiR4GCeJsVsk1mtFEel9eOUIuK5PFZzClnNQZE7j0SFeN1QCthpMTD3amGwGOB4XgOG7Xe4o4ba0ZusNjKeRLJnSMde0178YuwC3FIQbh0-xLvK0ETjxqTRcFx0gShgS2sbxN1LjTFNheJj_tV_AkfbXRZ-nyc3snEvu8tBSB5I5EBt_skMZlbEMg&h=mzu-15gE9a-n5N4jfSfuaxu3Dz4zOMMVoT46xuB9bYU" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Network/locations/westus2/operations/8b02b632-dd66-43ac-9ffe-a181839f07a7?api-version=2024-07-01&t=638974450239342504&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=qfpMAHvPiJv-YCU4aZ4otvrS7hOXKlQCsSECYikeqn4oDZBMcvuLNiQZicKsK68hFi3MY9lna67LwHIFXWcKb1hWvc0UaOkB6AZfv5tOCRX_EG71Lgjoow1toADW8xtUjcBxbfBtuyhZyDTTyTrN5jjvje9XRIajZPI8ihblQV0WqsceXuAiMMmHKsaXxh9LvZckIldaC4RdTWDu7QQTWCmp2HHJ_YYbhcx0RADVmN6Wyz7r5KLZCij3l0gmUkz7BD-kV44qn0Q-VXitbzHpIv5LSuoopnIaJa22rSlREoK62r7lGa4rLvbjZXkMjQN2pfL7uu6r_Q_sETx5-N3XGQ&h=yW8q66ChKSyILcViQb7mWGXUOyQML5zAWo6EHwDaKcI" ], "x-ms-correlation-request-id": [ - "34854030-518b-4a95-b1ca-fcd466687516" + "80718a94-a9f3-49b0-bdb2-0de0ad5db573" ], - "azure-asyncnotification": [ + "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "80b955c0-6349-40cf-ac4f-0ecbe3fec3b9" + "30c5a713-c711-4fba-a490-d35189cdcf7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/6054cf57-a621-4b6f-84ac-3ca8a9cc3c5b" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -1080,7 +1098,7 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211913Z:34854030-518b-4a95-b1ca-fcd466687516" + "WESTUS2:20251030T181703Z:80718a94-a9f3-49b0-bdb2-0de0ad5db573" ], "X-Content-Type-Options": [ "nosniff" @@ -1089,13 +1107,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 7AA5720E845E4B8490B37449ABE7C790 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:11Z" + "Ref A: 6576AFC4757544248EE1CCA389364967 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:03Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:13 GMT" + "Thu, 30 Oct 2025 18:17:03 GMT" ], "Content-Length": [ - "1591" + "1577" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1104,21 +1122,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"mypec\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec\",\r\n \"etag\": \"W/\\\"f3880890-64af-4163-9a19-cbc33a7c4a16\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"0f3811e5-f837-4ecf-b913-5b7dc498570a\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec/manualPrivateLinkServiceConnections/myplsconnection\",\r\n \"etag\": \"W/\\\"f3880890-64af-4163-9a19-cbc33a7c4a16\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/networkInterfaces/mypec.nic.f9bb66dc-b709-4d8b-a123-abcc10e23126\"\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"isIPv6EnabledPrivateEndpoint\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"mypec\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec\",\r\n \"etag\": \"W/\\\"7ddb42e4-e6a0-4149-8618-595e3e3ad093\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"c8143ebd-2977-49b8-ae18-9eb30a4de0ad\",\r\n \"privateLinkServiceConnections\": [],\r\n \"manualPrivateLinkServiceConnections\": [\r\n {\r\n \"name\": \"myplsconnection\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec/manualPrivateLinkServiceConnections/myplsconnection\",\r\n \"etag\": \"W/\\\"7ddb42e4-e6a0-4149-8618-595e3e3ad093\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateLinkServiceId\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594\",\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Awaiting Approval\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"type\": \"Microsoft.Network/privateEndpoints/manualPrivateLinkServiceConnections\"\r\n }\r\n ],\r\n \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/mysubnet\"\r\n },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/networkInterfaces/mypec.nic.fd62fefd-85b6-43b8-8eb3-99079661c399\"\r\n }\r\n ],\r\n \"customDnsConfigs\": [],\r\n \"ipVersionType\": \"IPv4\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Network/locations/westus2/operations/f5e0db77-a76c-4d4c-af84-5b6643c68cf1?api-version=2024-03-01&t=638671295536333622&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Nx51NmjWG1rinj2oJEppb1UKk4aYWTWj4JSDT1rfg1cmS9qf_RNsdSxRAEnkGPh1uT1_qNWPUv-sBtIObTMcGNDYXLsrLKT7iSuE9pLFueguF0V9ZRfMWrBP8FvXYvBftTxoAGi_wqg4d6PryopXvmgyk7GXwPiR4GCeJsVsk1mtFEel9eOUIuK5PFZzClnNQZE7j0SFeN1QCthpMTD3amGwGOB4XgOG7Xe4o4ba0ZusNjKeRLJnSMde0178YuwC3FIQbh0-xLvK0ETjxqTRcFx0gShgS2sbxN1LjTFNheJj_tV_AkfbXRZ-nyc3snEvu8tBSB5I5EBt_skMZlbEMg&h=mzu-15gE9a-n5N4jfSfuaxu3Dz4zOMMVoT46xuB9bYU", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y1ZTBkYjc3LWE3NmMtNGQ0Yy1hZjg0LTViNjY0M2M2OGNmMT9hcGktdmVyc2lvbj0yMDI0LTAzLTAxJnQ9NjM4NjcxMjk1NTM2MzMzNjIyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPU54NTFObWpXRzFyaW5qMm9KRXBwYjFVS2s0YVlXVFdqNEpTRFQxcmZnMWNtUzlxZl9STnNkU3hSQUVua0dQaDF1VDFfcU5XUFV2LXNCdElPYlRNY0dORFlYTHNyTEtUN2lTdUU5cExGdWVndUYwVjlaUmZNV3JCUDhGdlhZdkJmdFR4b0FHaV93cWc0ZDZQcnlvcFh2bWd5azdHWHdQaVI0R0NlSnNWc2sxbXRGRWVsOWVPVUl1SzVQRlp6Q2xuTlFaRTdqMFNGZU4xUUN0aHBNVEQzYW1Hd0dPQjRYZ09HN1hlNG80YmEwWnVzTmpLZVJMSm5TTWRlMDE3OFl1d0MzRklRYmgwLXhMdkswRVRqeHFUUmNGeDBnU2hnUzJzYnhOMUxqVEZOaGVKal90Vl9Ba2ZiWFJaLW55YzNzbkV2dTh0QlNCNUk1RUJ0X3NrTVpsYkVNZyZoPW16dS0xNWdFOWEtbjVONGpmU2Z1YXh1M0R6NHpPTU1Wb1Q0Nnh1QjliWVU=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Network/locations/westus2/operations/8b02b632-dd66-43ac-9ffe-a181839f07a7?api-version=2024-07-01&t=638974450239342504&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=qfpMAHvPiJv-YCU4aZ4otvrS7hOXKlQCsSECYikeqn4oDZBMcvuLNiQZicKsK68hFi3MY9lna67LwHIFXWcKb1hWvc0UaOkB6AZfv5tOCRX_EG71Lgjoow1toADW8xtUjcBxbfBtuyhZyDTTyTrN5jjvje9XRIajZPI8ihblQV0WqsceXuAiMMmHKsaXxh9LvZckIldaC4RdTWDu7QQTWCmp2HHJ_YYbhcx0RADVmN6Wyz7r5KLZCij3l0gmUkz7BD-kV44qn0Q-VXitbzHpIv5LSuoopnIaJa22rSlREoK62r7lGa4rLvbjZXkMjQN2pfL7uu6r_Q_sETx5-N3XGQ&h=yW8q66ChKSyILcViQb7mWGXUOyQML5zAWo6EHwDaKcI", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhiMDJiNjMyLWRkNjYtNDNhYy05ZmZlLWExODE4MzlmMDdhNz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxJnQ9NjM4OTc0NDUwMjM5MzQyNTA0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPXFmcE1BSHZQaUp2LVlDVTRhWjRvdHZyUzdoT1hLbFFDc1NFQ1lpa2VxbjRvRFpCTWN2dUxOaVFaaWNLc0s2OGhGaTNNWTlsbmE2N0x3SElGWFdjS2IxaFd2YzBVYU9rQjZBWmZ2NXRPQ1JYX0VHNzFMZ2pvb3cxdG9BRFc4eHRVamNCeGJmQnR1eWhaeURUVHlUck41amp2amU5WFJJYWpaUEk4aWhibFFWMFdxc2NlWHVBaU1NbUhLc2FYeGg5THZaY2tJbGRhQzRSZFRXRHU3UVFUV0NtcDJISEpfWVliaGN4MFJBRFZtTjZXeXo3cjVLTFpDaWozbDBnbVVrejdCRC1rVjQ0cW4wUS1WWGl0YnpIcEl2NUxTdW9vcG5JYUphMjJyU2xSRW9LNjJyN2xHYTRyTHZialpYa01qUU4ycGZMN3V1NnJfUV9zRVR4NS1OM1hHUSZoPXlXOHE2NkNoS1N5SUxjVmlRYjdtV0dYVU95UU1MNXpBV282RUh3RGFLY0k=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -1134,17 +1152,20 @@ "10" ], "x-ms-request-id": [ - "b8bbbd9f-a6d5-40d7-9dcf-e088d0bca4f8" + "040de5c4-5fa2-421d-a1b9-2ddf2ff2d498" ], "x-ms-correlation-request-id": [ - "7214be06-b700-4e0f-b70b-17c813a611e5" + "361888f8-a23a-447d-87e7-97b717bfb476" ], "x-ms-arm-service-request-id": [ - "02cfbed7-0125-4812-8007-a7f178918f80" + "184d0a3f-25f6-4e52-9c19-80087174a2ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/c297278b-e38a-4b41-99f2-c896a5e9806e" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -1152,7 +1173,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211923Z:7214be06-b700-4e0f-b70b-17c813a611e5" + "WESTUS2:20251030T181714Z:361888f8-a23a-447d-87e7-97b717bfb476" ], "X-Content-Type-Options": [ "nosniff" @@ -1161,10 +1182,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 3E2500F871B848F59AC82B476C2FA68A Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:23Z" + "Ref A: C3EEFDEFA5B348F69111B7BD7C331B8E Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:14Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:23 GMT" + "Thu, 30 Oct 2025 18:17:13 GMT" ], "Content-Length": [ "23" @@ -1180,17 +1201,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Network/locations/westus2/operations/f5e0db77-a76c-4d4c-af84-5b6643c68cf1?api-version=2024-03-01&t=638671295536333622&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Nx51NmjWG1rinj2oJEppb1UKk4aYWTWj4JSDT1rfg1cmS9qf_RNsdSxRAEnkGPh1uT1_qNWPUv-sBtIObTMcGNDYXLsrLKT7iSuE9pLFueguF0V9ZRfMWrBP8FvXYvBftTxoAGi_wqg4d6PryopXvmgyk7GXwPiR4GCeJsVsk1mtFEel9eOUIuK5PFZzClnNQZE7j0SFeN1QCthpMTD3amGwGOB4XgOG7Xe4o4ba0ZusNjKeRLJnSMde0178YuwC3FIQbh0-xLvK0ETjxqTRcFx0gShgS2sbxN1LjTFNheJj_tV_AkfbXRZ-nyc3snEvu8tBSB5I5EBt_skMZlbEMg&h=mzu-15gE9a-n5N4jfSfuaxu3Dz4zOMMVoT46xuB9bYU", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y1ZTBkYjc3LWE3NmMtNGQ0Yy1hZjg0LTViNjY0M2M2OGNmMT9hcGktdmVyc2lvbj0yMDI0LTAzLTAxJnQ9NjM4NjcxMjk1NTM2MzMzNjIyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPU54NTFObWpXRzFyaW5qMm9KRXBwYjFVS2s0YVlXVFdqNEpTRFQxcmZnMWNtUzlxZl9STnNkU3hSQUVua0dQaDF1VDFfcU5XUFV2LXNCdElPYlRNY0dORFlYTHNyTEtUN2lTdUU5cExGdWVndUYwVjlaUmZNV3JCUDhGdlhZdkJmdFR4b0FHaV93cWc0ZDZQcnlvcFh2bWd5azdHWHdQaVI0R0NlSnNWc2sxbXRGRWVsOWVPVUl1SzVQRlp6Q2xuTlFaRTdqMFNGZU4xUUN0aHBNVEQzYW1Hd0dPQjRYZ09HN1hlNG80YmEwWnVzTmpLZVJMSm5TTWRlMDE3OFl1d0MzRklRYmgwLXhMdkswRVRqeHFUUmNGeDBnU2hnUzJzYnhOMUxqVEZOaGVKal90Vl9Ba2ZiWFJaLW55YzNzbkV2dTh0QlNCNUk1RUJ0X3NrTVpsYkVNZyZoPW16dS0xNWdFOWEtbjVONGpmU2Z1YXh1M0R6NHpPTU1Wb1Q0Nnh1QjliWVU=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Network/locations/westus2/operations/8b02b632-dd66-43ac-9ffe-a181839f07a7?api-version=2024-07-01&t=638974450239342504&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=qfpMAHvPiJv-YCU4aZ4otvrS7hOXKlQCsSECYikeqn4oDZBMcvuLNiQZicKsK68hFi3MY9lna67LwHIFXWcKb1hWvc0UaOkB6AZfv5tOCRX_EG71Lgjoow1toADW8xtUjcBxbfBtuyhZyDTTyTrN5jjvje9XRIajZPI8ihblQV0WqsceXuAiMMmHKsaXxh9LvZckIldaC4RdTWDu7QQTWCmp2HHJ_YYbhcx0RADVmN6Wyz7r5KLZCij3l0gmUkz7BD-kV44qn0Q-VXitbzHpIv5LSuoopnIaJa22rSlREoK62r7lGa4rLvbjZXkMjQN2pfL7uu6r_Q_sETx5-N3XGQ&h=yW8q66ChKSyILcViQb7mWGXUOyQML5zAWo6EHwDaKcI", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhiMDJiNjMyLWRkNjYtNDNhYy05ZmZlLWExODE4MzlmMDdhNz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxJnQ9NjM4OTc0NDUwMjM5MzQyNTA0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPXFmcE1BSHZQaUp2LVlDVTRhWjRvdHZyUzdoT1hLbFFDc1NFQ1lpa2VxbjRvRFpCTWN2dUxOaVFaaWNLc0s2OGhGaTNNWTlsbmE2N0x3SElGWFdjS2IxaFd2YzBVYU9rQjZBWmZ2NXRPQ1JYX0VHNzFMZ2pvb3cxdG9BRFc4eHRVamNCeGJmQnR1eWhaeURUVHlUck41amp2amU5WFJJYWpaUEk4aWhibFFWMFdxc2NlWHVBaU1NbUhLc2FYeGg5THZaY2tJbGRhQzRSZFRXRHU3UVFUV0NtcDJISEpfWVliaGN4MFJBRFZtTjZXeXo3cjVLTFpDaWozbDBnbVVrejdCRC1rVjQ0cW4wUS1WWGl0YnpIcEl2NUxTdW9vcG5JYUphMjJyU2xSRW9LNjJyN2xHYTRyTHZialpYa01qUU4ycGZMN3V1NnJfUV9zRVR4NS1OM1hHUSZoPXlXOHE2NkNoS1N5SUxjVmlRYjdtV0dYVU95UU1MNXpBV282RUh3RGFLY0k=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -1206,25 +1227,28 @@ "20" ], "x-ms-request-id": [ - "67c17542-c70d-4d57-9ea0-162799e9cb10" + "801c2a37-e1a5-4605-a5e8-e1eb0fcaed8a" ], "x-ms-correlation-request-id": [ - "2d18ad18-8c4a-455b-85b6-25367d0eaad6" + "b3d6354c-9d60-41a9-b950-dd9a1e2b08f4" ], "x-ms-arm-service-request-id": [ - "b04fe1ac-6ead-424b-b764-66eba2a1b98f" + "01229bd9-eb09-48a2-8bba-64444156aaf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/59fb93fe-f747-4e90-ba18-cd7d7cd99377" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16498" + "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211934Z:2d18ad18-8c4a-455b-85b6-25367d0eaad6" + "WESTUS2:20251030T181724Z:b3d6354c-9d60-41a9-b950-dd9a1e2b08f4" ], "X-Content-Type-Options": [ "nosniff" @@ -1233,10 +1257,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: A06658DFC4424C27A710F3F6A483672D Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:33Z" + "Ref A: DB83709533924774A0BF29E33FC817B9 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:24Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:33 GMT" + "Thu, 30 Oct 2025 18:17:23 GMT" ], "Content-Length": [ "23" @@ -1252,17 +1276,17 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Network/locations/westus2/operations/f5e0db77-a76c-4d4c-af84-5b6643c68cf1?api-version=2024-03-01&t=638671295536333622&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Nx51NmjWG1rinj2oJEppb1UKk4aYWTWj4JSDT1rfg1cmS9qf_RNsdSxRAEnkGPh1uT1_qNWPUv-sBtIObTMcGNDYXLsrLKT7iSuE9pLFueguF0V9ZRfMWrBP8FvXYvBftTxoAGi_wqg4d6PryopXvmgyk7GXwPiR4GCeJsVsk1mtFEel9eOUIuK5PFZzClnNQZE7j0SFeN1QCthpMTD3amGwGOB4XgOG7Xe4o4ba0ZusNjKeRLJnSMde0178YuwC3FIQbh0-xLvK0ETjxqTRcFx0gShgS2sbxN1LjTFNheJj_tV_AkfbXRZ-nyc3snEvu8tBSB5I5EBt_skMZlbEMg&h=mzu-15gE9a-n5N4jfSfuaxu3Dz4zOMMVoT46xuB9bYU", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Y1ZTBkYjc3LWE3NmMtNGQ0Yy1hZjg0LTViNjY0M2M2OGNmMT9hcGktdmVyc2lvbj0yMDI0LTAzLTAxJnQ9NjM4NjcxMjk1NTM2MzMzNjIyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPU54NTFObWpXRzFyaW5qMm9KRXBwYjFVS2s0YVlXVFdqNEpTRFQxcmZnMWNtUzlxZl9STnNkU3hSQUVua0dQaDF1VDFfcU5XUFV2LXNCdElPYlRNY0dORFlYTHNyTEtUN2lTdUU5cExGdWVndUYwVjlaUmZNV3JCUDhGdlhZdkJmdFR4b0FHaV93cWc0ZDZQcnlvcFh2bWd5azdHWHdQaVI0R0NlSnNWc2sxbXRGRWVsOWVPVUl1SzVQRlp6Q2xuTlFaRTdqMFNGZU4xUUN0aHBNVEQzYW1Hd0dPQjRYZ09HN1hlNG80YmEwWnVzTmpLZVJMSm5TTWRlMDE3OFl1d0MzRklRYmgwLXhMdkswRVRqeHFUUmNGeDBnU2hnUzJzYnhOMUxqVEZOaGVKal90Vl9Ba2ZiWFJaLW55YzNzbkV2dTh0QlNCNUk1RUJ0X3NrTVpsYkVNZyZoPW16dS0xNWdFOWEtbjVONGpmU2Z1YXh1M0R6NHpPTU1Wb1Q0Nnh1QjliWVU=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Network/locations/westus2/operations/8b02b632-dd66-43ac-9ffe-a181839f07a7?api-version=2024-07-01&t=638974450239342504&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=qfpMAHvPiJv-YCU4aZ4otvrS7hOXKlQCsSECYikeqn4oDZBMcvuLNiQZicKsK68hFi3MY9lna67LwHIFXWcKb1hWvc0UaOkB6AZfv5tOCRX_EG71Lgjoow1toADW8xtUjcBxbfBtuyhZyDTTyTrN5jjvje9XRIajZPI8ihblQV0WqsceXuAiMMmHKsaXxh9LvZckIldaC4RdTWDu7QQTWCmp2HHJ_YYbhcx0RADVmN6Wyz7r5KLZCij3l0gmUkz7BD-kV44qn0Q-VXitbzHpIv5LSuoopnIaJa22rSlREoK62r7lGa4rLvbjZXkMjQN2pfL7uu6r_Q_sETx5-N3XGQ&h=yW8q66ChKSyILcViQb7mWGXUOyQML5zAWo6EHwDaKcI", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzhiMDJiNjMyLWRkNjYtNDNhYy05ZmZlLWExODE4MzlmMDdhNz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxJnQ9NjM4OTc0NDUwMjM5MzQyNTA0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPXFmcE1BSHZQaUp2LVlDVTRhWjRvdHZyUzdoT1hLbFFDc1NFQ1lpa2VxbjRvRFpCTWN2dUxOaVFaaWNLc0s2OGhGaTNNWTlsbmE2N0x3SElGWFdjS2IxaFd2YzBVYU9rQjZBWmZ2NXRPQ1JYX0VHNzFMZ2pvb3cxdG9BRFc4eHRVamNCeGJmQnR1eWhaeURUVHlUck41amp2amU5WFJJYWpaUEk4aWhibFFWMFdxc2NlWHVBaU1NbUhLc2FYeGg5THZaY2tJbGRhQzRSZFRXRHU3UVFUV0NtcDJISEpfWVliaGN4MFJBRFZtTjZXeXo3cjVLTFpDaWozbDBnbVVrejdCRC1rVjQ0cW4wUS1WWGl0YnpIcEl2NUxTdW9vcG5JYUphMjJyU2xSRW9LNjJyN2xHYTRyTHZialpYa01qUU4ycGZMN3V1NnJfUV9zRVR4NS1OM1hHUSZoPXlXOHE2NkNoS1N5SUxjVmlRYjdtV0dYVU95UU1MNXpBV282RUh3RGFLY0k=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "05fdecfd-3a5a-48a7-b544-4136ec5d4714" + "263dccb0-9a87-4c79-bd3b-f3e04d229db1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26200", "Microsoft.Azure.Management.Network.NetworkManagementClient/27.0.0.0" ] }, @@ -1275,17 +1299,20 @@ "no-cache" ], "x-ms-request-id": [ - "85e58e84-4e28-4e2c-a923-a01b51e8c1b7" + "387adaef-ee8f-4bd8-b74f-b87d919f9687" ], "x-ms-correlation-request-id": [ - "9e6c8e3a-6ca9-4731-bff0-2c1cbcdf95f4" + "faf77782-67a8-49f5-9928-0a7d3c0d1e2c" ], "x-ms-arm-service-request-id": [ - "12867baa-78dc-492b-9356-8a86dbdfac6f" + "aba892e8-cdff-4d29-a711-f264b64d8c59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/ad9aa079-873a-4705-a127-2b05d07d3b25" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -1293,7 +1320,7 @@ "16499" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211954Z:9e6c8e3a-6ca9-4731-bff0-2c1cbcdf95f4" + "WESTUS2:20251030T181744Z:faf77782-67a8-49f5-9928-0a7d3c0d1e2c" ], "X-Content-Type-Options": [ "nosniff" @@ -1302,10 +1329,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 8584F782E6D84983AA89CDC527374E36 Ref B: MNZ221060618045 Ref C: 2024-11-13T21:19:54Z" + "Ref A: 39824E194F444D03A514764C831AD8D3 Ref B: CO6AA3150220053 Ref C: 2025-10-30T18:17:44Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:54 GMT" + "Thu, 30 Oct 2025 18:17:43 GMT" ], "Content-Length": [ "22" @@ -1321,21 +1348,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/privateEndpointConnections?api-version=2022-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzNTY4OC9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM5NTc2L3ByaXZhdGVFbmRwb2ludENvbm5lY3Rpb25zP2FwaS12ZXJzaW9uPTIwMjItMDYtMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/privateEndpointConnections?api-version=2022-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNzU3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM3NTk0L3ByaXZhdGVFbmRwb2ludENvbm5lY3Rpb25zP2FwaS12ZXJzaW9uPTIwMjItMDYtMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "deb0b9c5-6387-412e-82f0-201a65a32606" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "19a960e3-cd82-403e-9550-7c970b42180e" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Internal.Common.AzureRestClient/1.3.110" ] }, "RequestBody": "", @@ -1347,7 +1374,7 @@ "no-cache" ], "x-ms-request-id": [ - "4408e4dc-8632-4d0a-a2bf-0fc920f21f62" + "a459bbce-1735-42f3-8857-b063831a6031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1355,6 +1382,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/1816c312-7493-4d5b-9928-94e22412f515" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -1362,19 +1392,19 @@ "16499" ], "x-ms-correlation-request-id": [ - "3d1f12f8-25a3-49bd-ba0f-adb60537cbe9" + "8ee0206a-7a77-4d39-952d-b346c3d6b8f3" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211955Z:3d1f12f8-25a3-49bd-ba0f-adb60537cbe9" + "WESTUS2:20251030T181744Z:8ee0206a-7a77-4d39-952d-b346c3d6b8f3" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: A1FFA9AD474540D19CAC0A567D765898 Ref B: MNZ221060609049 Ref C: 2024-11-13T21:19:55Z" + "Ref A: 7259A408BA94471182922B2B41AF9B5B Ref B: CO6AA3150220029 Ref C: 2025-10-30T18:17:44Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:55 GMT" + "Thu, 30 Oct 2025 18:17:44 GMT" ], "Content-Length": [ "738" @@ -1386,25 +1416,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Batch/batchAccounts/ps9576/privateEndpointConnections/mypec.0f3811e5-f837-4ecf-b913-5b7dc498570a\",\r\n \"name\": \"mypec.0f3811e5-f837-4ecf-b913-5b7dc498570a\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/privateEndpointConnections\",\r\n \"etag\": \"W/\\\"0x8DD0428D9283E02\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps5688/providers/Microsoft.Network/privateEndpoints/mypec\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Manual approval still required\",\r\n \"actionsRequired\": \"Manual approval required\"\r\n },\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Batch/batchAccounts/ps7594/privateEndpointConnections/mypec.c8143ebd-2977-49b8-ae18-9eb30a4de0ad\",\r\n \"name\": \"mypec.c8143ebd-2977-49b8-ae18-9eb30a4de0ad\",\r\n \"type\": \"Microsoft.Batch/batchAccounts/privateEndpointConnections\",\r\n \"etag\": \"W/\\\"0x8DE17E08E640EB2\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps7577/providers/Microsoft.Network/privateEndpoints/mypec\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Pending\",\r\n \"description\": \"Manual approval still required\",\r\n \"actionsRequired\": \"Manual approval required\"\r\n },\r\n \"groupIds\": [\r\n \"batchAccount\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourcegroups/ps5688?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlZ3JvdXBzL3BzNTY4OD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourcegroups/ps7577?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlZ3JvdXBzL3BzNzU3Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "456e7e40-8abf-4727-a47a-b11cad63d706" + "a5a3807a-298a-4df6-8a9a-f03f0ae70042" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1416,7 +1446,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671295967893969&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Ph4TrZcWCRw4gyBQlsunQBl8Tjw7VJ0_ulslnS3BUjJ_eqrHQzN3V-15jqw6tmEjbcGJOqx3MuoIG_yjPB2YM4Fe_Ejb_DCqwnTyDqpqPyMMYIB24IFVSPd_J1utm9KPBcN_Wx2Qc0eK5iVZeU21z50AK1oqOXU9q1dzmi6B-YZTkk3Q3A92p9zYPmTNlNpw6MpSPS-wSXJjtFVf4UwVJaco59kSYpEYrTZZsrELTNxhuUUzmMTbKHIgZFdlDbOHmFoCNPzWYAmuY5zOhFQGwgcm-qyNwU8pGqjnMSr9NO4r0jOSAzZvuc0yQ7I4VJ7IGFkT2bWKPHRZ7bwgDZaGLw&h=pcY17D5K9sHOn-5el3Q2_sxc9xZRPnPV4Gx7hZ7HZcg" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974450650039024&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=gFX8ngTBvOj0LoZQxy5-Q4zq1VcfI4lgiWiQd9HPUOivtE1MZi1mCUisFpVo1-F3ehrDNiKSgzQaB-7-qf4FUZ7iwANVTMw6Y5sM4LHQkwqHGtkCoRi1MEcxFYnmyuuDERCvvop7bZi-GYcj69TmtC9VgOTGNREf8Z8JNx-LWsLy3JW7rab_r92Fu-ZCR-tCXo7YJtOE0eujc6Vpor4HU5wBRwikB2KElFjua2mTa734gimvgLsr2Uz_OELRyx7R90wKLWm_v6P8Gpzno23iG_DmwcJJa7oqQ_HFRlTL5c3-vp8LynXDVcjVbJVk06bgdZHBizo5bKUejpYt0U3TPQ&h=NLAM318kYqPcNJ0RU6Vfmwqy_VSdhPwEMY7ptdT-xWs" ], "Retry-After": [ "15" @@ -1428,13 +1458,13 @@ "11999" ], "x-ms-request-id": [ - "951d0b6c-3308-4fe7-867e-e054eda70a6c" + "b504ef52-c8f1-4e27-9bec-9a6fc1bdcbf4" ], "x-ms-correlation-request-id": [ - "951d0b6c-3308-4fe7-867e-e054eda70a6c" + "b504ef52-c8f1-4e27-9bec-9a6fc1bdcbf4" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211956Z:951d0b6c-3308-4fe7-867e-e054eda70a6c" + "WESTUS2:20251030T181745Z:b504ef52-c8f1-4e27-9bec-9a6fc1bdcbf4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1446,10 +1476,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: BF92DE17C15249ABA1354604D4745071 Ref B: MNZ221060618047 Ref C: 2024-11-13T21:19:55Z" + "Ref A: D3167A9F3437475CB3116C48ABEA4404 Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:17:44Z" ], "Date": [ - "Wed, 13 Nov 2024 21:19:55 GMT" + "Thu, 30 Oct 2025 18:17:45 GMT" ], "Expires": [ "-1" @@ -1462,15 +1492,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671295967893969&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=Ph4TrZcWCRw4gyBQlsunQBl8Tjw7VJ0_ulslnS3BUjJ_eqrHQzN3V-15jqw6tmEjbcGJOqx3MuoIG_yjPB2YM4Fe_Ejb_DCqwnTyDqpqPyMMYIB24IFVSPd_J1utm9KPBcN_Wx2Qc0eK5iVZeU21z50AK1oqOXU9q1dzmi6B-YZTkk3Q3A92p9zYPmTNlNpw6MpSPS-wSXJjtFVf4UwVJaco59kSYpEYrTZZsrELTNxhuUUzmMTbKHIgZFdlDbOHmFoCNPzWYAmuY5zOhFQGwgcm-qyNwU8pGqjnMSr9NO4r0jOSAzZvuc0yQ7I4VJ7IGFkT2bWKPHRZ7bwgDZaGLw&h=pcY17D5K9sHOn-5el3Q2_sxc9xZRPnPV4Gx7hZ7HZcg", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9EZ3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk1OTY3ODkzOTY5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVBoNFRyWmNXQ1J3NGd5QlFsc3VuUUJsOFRqdzdWSjBfdWxzbG5TM0JVakpfZXFySFF6TjNWLTE1anF3NnRtRWpiY0dKT3F4M011b0lHX3lqUEIyWU00RmVfRWpiX0RDcXduVHlEcXBxUHlNTVlJQjI0SUZWU1BkX0oxdXRtOUtQQmNOX1d4MlFjMGVLNWlWWmVVMjF6NTBBSzFvcU9YVTlxMWR6bWk2Qi1ZWlRrazNRM0E5MnA5ellQbVRObE5wdzZNcFNQUy13U1hKanRGVmY0VXdWSmFjbzU5a1NZcEVZclRaWnNyRUxUTnhodVVVem1NVGJLSElnWkZkbERiT0htRm9DTlB6V1lBbXVZNXpPaEZRR3dnY20tcXlOd1U4cEdxam5NU3I5Tk80cjBqT1NBelp2dWMweVE3STRWSjdJR0ZrVDJiV0tQSFJaN2J3Z0RaYUdMdyZoPXBjWTE3RDVLOXNIT24tNWVsM1EyX3N4Yzl4WlJQblBWNEd4N2haN0haY2c=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974450650039024&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=gFX8ngTBvOj0LoZQxy5-Q4zq1VcfI4lgiWiQd9HPUOivtE1MZi1mCUisFpVo1-F3ehrDNiKSgzQaB-7-qf4FUZ7iwANVTMw6Y5sM4LHQkwqHGtkCoRi1MEcxFYnmyuuDERCvvop7bZi-GYcj69TmtC9VgOTGNREf8Z8JNx-LWsLy3JW7rab_r92Fu-ZCR-tCXo7YJtOE0eujc6Vpor4HU5wBRwikB2KElFjua2mTa734gimvgLsr2Uz_OELRyx7R90wKLWm_v6P8Gpzno23iG_DmwcJJa7oqQ_HFRlTL5c3-vp8LynXDVcjVbJVk06bgdZHBizo5bKUejpYt0U3TPQ&h=NLAM318kYqPcNJ0RU6Vfmwqy_VSdhPwEMY7ptdT-xWs", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Y3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDUwNjUwMDM5MDI0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPWdGWDhuZ1RCdk9qMExvWlF4eTUtUTR6cTFWY2ZJNGxnaVdpUWQ5SFBVT2l2dEUxTVppMW1DVWlzRnBWbzEtRjNlaHJETmlLU2d6UWFCLTctcWY0RlVaN2l3QU5WVE13Nlk1c000TEhRa3dxSEd0a0NvUmkxTUVjeEZZbm15dXVERVJDdnZvcDdiWmktR1ljajY5VG10QzlWZ09UR05SRWY4WjhKTngtTFdzTHkzSlc3cmFiX3I5MkZ1LVpDUi10Q1hvN1lKdE9FMGV1amM2VnBvcjRIVTV3QlJ3aWtCMktFbEZqdWEybVRhNzM0Z2ltdmdMc3IyVXpfT0VMUnl4N1I5MHdLTFdtX3Y2UDhHcHpubzIzaUdfRG13Y0pKYTdvcVFfSEZSbFRMNWMzLXZwOEx5blhEVmNqVmJKVmswNmJnZFpIQml6bzViS1VlanBZdDBVM1RQUSZoPU5MQU0zMThrWXFQY05KMFJVNlZmbXdxeV9WU2RoUHdFTVk3cHRkVC14V3M=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1482,7 +1512,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296123461021&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=edSzz1y5-XutzDon2nri0B2d1Pl9qbzQ5fKKNGYDO-rYLj4FoD02DAN2PJQgw_jQBhKX8DfC07mBmIa02HhiFXa5QI7X9pTC2a7_fwP8LNCiArt3gxL0QtpUIaJoZC4GvnBy_llqnEydcUo7vywHAFMNYxR3ViaxH6GkNDaqzW4r5bXJp59Op2H546hsJT8nPzjrlW_BJqsuovel5vmYvYKb34enxfhcYC4jHQZ1QFAjssJV_UveVPY_9ObkvyMx3VkxcbDWnkhrrRoehCDBr28w4i-dFike0kh95YLJ2F9mTRBwyf1gBKtRoFJJ1lTTvhZMQbkcY19Z4EzvD70VJA&h=e0YoVxoi-mLEe5RftxHYEYxWhFu-tdO3fSP4m2vEDGA" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974450801154535&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=QDb27csLtuVFZH9jOVP9R4lRdmY7Co6l0LIXBCNKlsCyGGOCeFC0aaOxzdCGGZk0jIXiRCMd_hjsjuGc7rnLr6irkcm4m6-vCNsB72FrFJUaI77NqupflKgLpGe47nW3nEp-326En5FCYSXzji19HJHqb356MlYn0swTh-FaixTeYBUYmShqgsQubXXfhZylM6qr12VhM4r6zb4Bq74B6Gc8bk3BM-lrw-aEL_F4JaHaDw35rrcC78iVZ20BCTPiDh0t6hf-Ju1F5YLOFb6_dTQMHdQ0IIEIVDGJuFwXKB55nXuYIuYX25fNSEXnwXS18CkLvOLBw-Wpd6dLJmo77A&h=jNWhX5fLWuStyw8ffXr6PWXWdy45xUQI2jw6jWVMDTs" ], "Retry-After": [ "15" @@ -1494,13 +1524,13 @@ "16499" ], "x-ms-request-id": [ - "cf45a900-c913-418a-befe-36e65b5260ee" + "532fc32f-0699-499d-8e2e-785957171349" ], "x-ms-correlation-request-id": [ - "cf45a900-c913-418a-befe-36e65b5260ee" + "532fc32f-0699-499d-8e2e-785957171349" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212012Z:cf45a900-c913-418a-befe-36e65b5260ee" + "WESTUS2:20251030T181800Z:532fc32f-0699-499d-8e2e-785957171349" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1512,10 +1542,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 93AB3509E27347EFB8A563AE215A80BA Ref B: MNZ221060618047 Ref C: 2024-11-13T21:20:11Z" + "Ref A: 900E63104643403E92DA5163BEDAB644 Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:18:00Z" ], "Date": [ - "Wed, 13 Nov 2024 21:20:11 GMT" + "Thu, 30 Oct 2025 18:18:00 GMT" ], "Expires": [ "-1" @@ -1528,15 +1558,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296123461021&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=edSzz1y5-XutzDon2nri0B2d1Pl9qbzQ5fKKNGYDO-rYLj4FoD02DAN2PJQgw_jQBhKX8DfC07mBmIa02HhiFXa5QI7X9pTC2a7_fwP8LNCiArt3gxL0QtpUIaJoZC4GvnBy_llqnEydcUo7vywHAFMNYxR3ViaxH6GkNDaqzW4r5bXJp59Op2H546hsJT8nPzjrlW_BJqsuovel5vmYvYKb34enxfhcYC4jHQZ1QFAjssJV_UveVPY_9ObkvyMx3VkxcbDWnkhrrRoehCDBr28w4i-dFike0kh95YLJ2F9mTRBwyf1gBKtRoFJJ1lTTvhZMQbkcY19Z4EzvD70VJA&h=e0YoVxoi-mLEe5RftxHYEYxWhFu-tdO3fSP4m2vEDGA", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9EZ3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk2MTIzNDYxMDIxJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPWVkU3p6MXk1LVh1dHpEb24ybnJpMEIyZDFQbDlxYnpRNWZLS05HWURPLXJZTGo0Rm9EMDJEQU4yUEpRZ3dfalFCaEtYOERmQzA3bUJtSWEwMkhoaUZYYTVRSTdYOXBUQzJhN19md1A4TE5DaUFydDNneEwwUXRwVUlhSm9aQzRHdm5CeV9sbHFuRXlkY1VvN3Z5d0hBRk1OWXhSM1ZpYXhINkdrTkRhcXpXNHI1YlhKcDU5T3AySDU0NmhzSlQ4blB6anJsV19CSnFzdW92ZWw1dm1ZdllLYjM0ZW54ZmhjWUM0akhRWjFRRkFqc3NKVl9VdmVWUFlfOU9ia3Z5TXgzVmt4Y2JEV25raHJyUm9laENEQnIyOHc0aS1kRmlrZTBraDk1WUxKMkY5bVRSQnd5ZjFnQkt0Um9GSkoxbFRUdmhaTVFia2NZMTlaNEV6dkQ3MFZKQSZoPWUwWW9WeG9pLW1MRWU1UmZ0eEhZRVl4V2hGdS10ZE8zZlNQNG0ydkVER0E=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974450801154535&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=QDb27csLtuVFZH9jOVP9R4lRdmY7Co6l0LIXBCNKlsCyGGOCeFC0aaOxzdCGGZk0jIXiRCMd_hjsjuGc7rnLr6irkcm4m6-vCNsB72FrFJUaI77NqupflKgLpGe47nW3nEp-326En5FCYSXzji19HJHqb356MlYn0swTh-FaixTeYBUYmShqgsQubXXfhZylM6qr12VhM4r6zb4Bq74B6Gc8bk3BM-lrw-aEL_F4JaHaDw35rrcC78iVZ20BCTPiDh0t6hf-Ju1F5YLOFb6_dTQMHdQ0IIEIVDGJuFwXKB55nXuYIuYX25fNSEXnwXS18CkLvOLBw-Wpd6dLJmo77A&h=jNWhX5fLWuStyw8ffXr6PWXWdy45xUQI2jw6jWVMDTs", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Y3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDUwODAxMTU0NTM1JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPVFEYjI3Y3NMdHVWRlpIOWpPVlA5UjRsUmRtWTdDbzZsMExJWEJDTktsc0N5R0dPQ2VGQzBhYU94emRDR0daazBqSVhpUkNNZF9oanNqdUdjN3JuTHI2aXJrY200bTYtdkNOc0I3MkZyRkpVYUk3N05xdXBmbEtnTHBHZTQ3blczbkVwLTMyNkVuNUZDWVNYemppMTlISkhxYjM1Nk1sWW4wc3dUaC1GYWl4VGVZQlVZbVNocWdzUXViWFhmaFp5bE02cXIxMlZoTTRyNnpiNEJxNzRCNkdjOGJrM0JNLWxydy1hRUxfRjRKYUhhRHczNXJyY0M3OGlWWjIwQkNUUGlEaDB0NmhmLUp1MUY1WUxPRmI2X2RUUU1IZFEwSUlFSVZER0p1RndYS0I1NW5YdVlJdVlYMjVmTlNFWG53WFMxOENrTHZPTEJ3LVdwZDZkTEptbzc3QSZoPWpOV2hYNWZMV3VTdHl3OGZmWHI2UFdYV2R5NDV4VVFJMmp3NmpXVk1EVHM=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1548,7 +1578,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296276640532&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=mGLApS-AOBlplEk3rjTNbCgFC7resgmtqTJM5i2DbwIVBv7ucTpjZW-a-I_jafhK9bpLa3_orqK5hRFJqmAzEBrkjxCG2rkz-ZRWS5gRueJAqX7uVFIHE9hgEESjlSngYyG_If9RDsPi_bWc2ix6P0RWRheKNALhU6lSEnzc9LDNUPQC2-9lKwZIziUEMwBYwF3Noh-kWsZxYRhgc06NnSSicvpG17HgKu0LzPvMwzs5ZY5kkoxovsckXIQ3YpiBydn1FJk5qsX2GJVA7Wrp1W3Md9UBkDzT2x3ruu_oTI4M1oeh6fKqfA1t_qlhJUqSf2vKZO6CsDtB1NNE3X01Cw&h=NYC36VASoRidmtOoSOYGB_djloSRLndhthiJJAd5mac" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974450952004361&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=aKv0xMiLeyPNjQRr_FI-63tQj5xdVZttRYh7UgirOOGVXsWgj85uOziS9Grt2UovEjCvID3w50UnoRSi-x6Qq9a3ZqImpFD1L4vai1ClLIfExZoSxbyQuxEkhYZ4fj-Xqv8JhM7u7b1c6JDg4w1Z3fixC_ehTT210sAS1XUbZEmXQYmrkYr54RR-Z1yTRWMMb33BvCCxR970cM4VPADVdTXWK2ZL01EZHprPK9DIrP7cCbFoyBljj9n8KQoxJB6Is_2D6NyaOPwOKcojLv0kuIHlFu1p5IpuPOc6L0BK4Bgn_K6OGTF3TP71XWgRuXQY0y02YPRM_ee0D0kktq2aJA&h=p7GWtg-psg65JiAIGmIW4lU7URSwy38a-Gf2g2vAIvI" ], "Retry-After": [ "15" @@ -1557,16 +1587,16 @@ "1099" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16498" + "16499" ], "x-ms-request-id": [ - "b24ef2b4-4eb7-452f-b17e-d926a6e3d55d" + "580febe8-b40c-4fc2-874d-aec83df18d5f" ], "x-ms-correlation-request-id": [ - "b24ef2b4-4eb7-452f-b17e-d926a6e3d55d" + "580febe8-b40c-4fc2-874d-aec83df18d5f" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212027Z:b24ef2b4-4eb7-452f-b17e-d926a6e3d55d" + "WESTUS2:20251030T181815Z:580febe8-b40c-4fc2-874d-aec83df18d5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1578,10 +1608,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 96349987775A4EE2B40F28C6300F6847 Ref B: MNZ221060618047 Ref C: 2024-11-13T21:20:27Z" + "Ref A: DFD7E433227D45799096059A7C807238 Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:18:15Z" ], "Date": [ - "Wed, 13 Nov 2024 21:20:26 GMT" + "Thu, 30 Oct 2025 18:18:15 GMT" ], "Expires": [ "-1" @@ -1594,15 +1624,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296276640532&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=mGLApS-AOBlplEk3rjTNbCgFC7resgmtqTJM5i2DbwIVBv7ucTpjZW-a-I_jafhK9bpLa3_orqK5hRFJqmAzEBrkjxCG2rkz-ZRWS5gRueJAqX7uVFIHE9hgEESjlSngYyG_If9RDsPi_bWc2ix6P0RWRheKNALhU6lSEnzc9LDNUPQC2-9lKwZIziUEMwBYwF3Noh-kWsZxYRhgc06NnSSicvpG17HgKu0LzPvMwzs5ZY5kkoxovsckXIQ3YpiBydn1FJk5qsX2GJVA7Wrp1W3Md9UBkDzT2x3ruu_oTI4M1oeh6fKqfA1t_qlhJUqSf2vKZO6CsDtB1NNE3X01Cw&h=NYC36VASoRidmtOoSOYGB_djloSRLndhthiJJAd5mac", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9EZ3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk2Mjc2NjQwNTMyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPW1HTEFwUy1BT0JscGxFazNyalROYkNnRkM3cmVzZ210cVRKTTVpMkRid0lWQnY3dWNUcGpaVy1hLUlfamFmaEs5YnBMYTNfb3JxSzVoUkZKcW1BekVCcmtqeENHMnJrei1aUldTNWdSdWVKQXFYN3VWRklIRTloZ0VFU2psU25nWXlHX0lmOVJEc1BpX2JXYzJpeDZQMFJXUmhlS05BTGhVNmxTRW56YzlMRE5VUFFDMi05bEt3Wkl6aVVFTXdCWXdGM05vaC1rV3NaeFlSaGdjMDZOblNTaWN2cEcxN0hnS3UwTHpQdk13enM1Wlk1a2tveG92c2NrWElRM1lwaUJ5ZG4xRkprNXFzWDJHSlZBN1dycDFXM01kOVVCa0R6VDJ4M3J1dV9vVEk0TTFvZWg2ZktxZkExdF9xbGhKVXFTZjJ2S1pPNkNzRHRCMU5ORTNYMDFDdyZoPU5ZQzM2VkFTb1JpZG10T29TT1lHQl9kamxvU1JMbmRodGhpSkpBZDVtYWM=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974450952004361&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=aKv0xMiLeyPNjQRr_FI-63tQj5xdVZttRYh7UgirOOGVXsWgj85uOziS9Grt2UovEjCvID3w50UnoRSi-x6Qq9a3ZqImpFD1L4vai1ClLIfExZoSxbyQuxEkhYZ4fj-Xqv8JhM7u7b1c6JDg4w1Z3fixC_ehTT210sAS1XUbZEmXQYmrkYr54RR-Z1yTRWMMb33BvCCxR970cM4VPADVdTXWK2ZL01EZHprPK9DIrP7cCbFoyBljj9n8KQoxJB6Is_2D6NyaOPwOKcojLv0kuIHlFu1p5IpuPOc6L0BK4Bgn_K6OGTF3TP71XWgRuXQY0y02YPRM_ee0D0kktq2aJA&h=p7GWtg-psg65JiAIGmIW4lU7URSwy38a-Gf2g2vAIvI", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Y3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDUwOTUyMDA0MzYxJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPWFLdjB4TWlMZXlQTmpRUnJfRkktNjN0UWo1eGRWWnR0UlloN1VnaXJPT0dWWHNXZ2o4NXVPemlTOUdydDJVb3ZFakN2SUQzdzUwVW5vUlNpLXg2UXE5YTNacUltcEZEMUw0dmFpMUNsTElmRXhab1N4YnlRdXhFa2hZWjRmai1YcXY4SmhNN3U3YjFjNkpEZzR3MVozZml4Q19laFRUMjEwc0FTMVhVYlpFbVhRWW1ya1lyNTRSUi1aMXlUUldNTWIzM0J2Q0N4Ujk3MGNNNFZQQURWZFRYV0syWkwwMUVaSHByUEs5RElyUDdjQ2JGb3lCbGpqOW44S1FveEpCNklzXzJENk55YU9Qd09LY29qTHYwa3VJSGxGdTFwNUlwdVBPYzZMMEJLNEJnbl9LNk9HVEYzVFA3MVhXZ1J1WFFZMHkwMllQUk1fZWUwRDBra3RxMmFKQSZoPXA3R1d0Zy1wc2c2NUppQUlHbUlXNGxVN1VSU3d5MzhhLUdmMmcydkFJdkk=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1614,7 +1644,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296429004333&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=NclLC8g5dkw7wfQCQh5w_Tv3sCJY3RGyTfJMuk5Sy6g0NPlJdkLnUvtBMv4fqABO_bDD4rgQINNSI9ewSjThx8wWGc-Jnf_XYDdv0hbPO98t2tE0VJ6Ubf-uGpEcwLynZib2pQUhvGAgXX-Ae62jLvEiphNHAGAqGXL7tKjR9yqcVFR9O9MzzF7SZEmGf9XD30F6HPT9HIYjH5oeOdAE6KPeIEIBezZNyBMLBl0lk8WC5auqZ37xqDW3TldVDzpuPtebzPbByBkqFs8l3aDMsDBgoRBJwhATazA3c65KW1KcZrXHVgSqKEBAJbqWpnUt_AT3L8WcAlUhwRp_ORiSOQ&h=oCpKzBGgrSowBgMUVDkeLwml9UZr-AId3Jpm5hn87so" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974451102772590&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=BC6P0_U77b6qYtm3eGWvcAMf2YdfMIQHg6khRsA4QzRyPSrLssn2v4QXCB0mZiVT7ZU4L5FT6YmNqv-jvlHmdMfugPH5YVLsgttnoSVnExSr4g3_SJMtlbUXvBqeqWtEoRsBl8ArenZ5LIPbB4CtP9E4YF29AspmDbOJvTgrym3nLr5aD1_764f3mewJzTmy3J2FKbpSUxUP8G1iim7IyQjccsoc0S7tYkylxAhYwWfjvm5AG7UWAd2P42tpH7boW8h4iYQbhDk7mX1vLwupAapHhETZflaExk22JcmklL6xV2u7uJigL5Uyxl7UsTmhA9YUqAZYIB_qiGR0eAJMjg&h=B4I16rkMweK2RvH95S02rf1t0EahJG9OtRgoXMGM4C0" ], "Retry-After": [ "15" @@ -1626,13 +1656,13 @@ "16499" ], "x-ms-request-id": [ - "3ed62a2d-79b0-41f3-94b8-aa11aaaf2ba8" + "b6295c71-b0c0-4c38-876a-60681ae3f962" ], "x-ms-correlation-request-id": [ - "3ed62a2d-79b0-41f3-94b8-aa11aaaf2ba8" + "b6295c71-b0c0-4c38-876a-60681ae3f962" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212042Z:3ed62a2d-79b0-41f3-94b8-aa11aaaf2ba8" + "WESTUS2:20251030T181830Z:b6295c71-b0c0-4c38-876a-60681ae3f962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1644,10 +1674,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: AC3619606E9A4EE99321907D22977476 Ref B: MNZ221060618047 Ref C: 2024-11-13T21:20:42Z" + "Ref A: 602A857D25C644A5BB796E4C5CB0878F Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:18:30Z" ], "Date": [ - "Wed, 13 Nov 2024 21:20:42 GMT" + "Thu, 30 Oct 2025 18:18:30 GMT" ], "Expires": [ "-1" @@ -1660,15 +1690,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296429004333&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=NclLC8g5dkw7wfQCQh5w_Tv3sCJY3RGyTfJMuk5Sy6g0NPlJdkLnUvtBMv4fqABO_bDD4rgQINNSI9ewSjThx8wWGc-Jnf_XYDdv0hbPO98t2tE0VJ6Ubf-uGpEcwLynZib2pQUhvGAgXX-Ae62jLvEiphNHAGAqGXL7tKjR9yqcVFR9O9MzzF7SZEmGf9XD30F6HPT9HIYjH5oeOdAE6KPeIEIBezZNyBMLBl0lk8WC5auqZ37xqDW3TldVDzpuPtebzPbByBkqFs8l3aDMsDBgoRBJwhATazA3c65KW1KcZrXHVgSqKEBAJbqWpnUt_AT3L8WcAlUhwRp_ORiSOQ&h=oCpKzBGgrSowBgMUVDkeLwml9UZr-AId3Jpm5hn87so", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9EZ3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk2NDI5MDA0MzMzJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPU5jbExDOGc1ZGt3N3dmUUNRaDV3X1R2M3NDSlkzUkd5VGZKTXVrNVN5NmcwTlBsSmRrTG5VdnRCTXY0ZnFBQk9fYkRENHJnUUlOTlNJOWV3U2pUaHg4d1dHYy1KbmZfWFlEZHYwaGJQTzk4dDJ0RTBWSjZVYmYtdUdwRWN3THluWmliMnBRVWh2R0FnWFgtQWU2MmpMdkVpcGhOSEFHQXFHWEw3dEtqUjl5cWNWRlI5TzlNenpGN1NaRW1HZjlYRDMwRjZIUFQ5SElZakg1b2VPZEFFNktQZUlFSUJlelpOeUJNTEJsMGxrOFdDNWF1cVozN3hxRFczVGxkVkR6cHVQdGVielBiQnlCa3FGczhsM2FETXNEQmdvUkJKd2hBVGF6QTNjNjVLVzFLY1pyWEhWZ1NxS0VCQUpicVdwblV0X0FUM0w4V2NBbFVod1JwX09SaVNPUSZoPW9DcEt6QkdnclNvd0JnTVVWRGtlTHdtbDlVWnItQUlkM0pwbTVobjg3c28=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974451102772590&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=BC6P0_U77b6qYtm3eGWvcAMf2YdfMIQHg6khRsA4QzRyPSrLssn2v4QXCB0mZiVT7ZU4L5FT6YmNqv-jvlHmdMfugPH5YVLsgttnoSVnExSr4g3_SJMtlbUXvBqeqWtEoRsBl8ArenZ5LIPbB4CtP9E4YF29AspmDbOJvTgrym3nLr5aD1_764f3mewJzTmy3J2FKbpSUxUP8G1iim7IyQjccsoc0S7tYkylxAhYwWfjvm5AG7UWAd2P42tpH7boW8h4iYQbhDk7mX1vLwupAapHhETZflaExk22JcmklL6xV2u7uJigL5Uyxl7UsTmhA9YUqAZYIB_qiGR0eAJMjg&h=B4I16rkMweK2RvH95S02rf1t0EahJG9OtRgoXMGM4C0", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Y3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDUxMTAyNzcyNTkwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPUJDNlAwX1U3N2I2cVl0bTNlR1d2Y0FNZjJZZGZNSVFIZzZraFJzQTRRelJ5UFNyTHNzbjJ2NFFYQ0IwbVppVlQ3WlU0TDVGVDZZbU5xdi1qdmxIbWRNZnVnUEg1WVZMc2d0dG5vU1ZuRXhTcjRnM19TSk10bGJVWHZCcWVxV3RFb1JzQmw4QXJlblo1TElQYkI0Q3RQOUU0WUYyOUFzcG1EYk9KdlRncnltM25McjVhRDFfNzY0ZjNtZXdKelRteTNKMkZLYnBTVXhVUDhHMWlpbTdJeVFqY2Nzb2MwUzd0WWt5bHhBaFl3V2Zqdm01QUc3VVdBZDJQNDJ0cEg3Ym9XOGg0aVlRYmhEazdtWDF2THd1cEFhcEhoRVRaZmxhRXhrMjJKY21rbEw2eFYydTd1SmlnTDVVeXhsN1VzVG1oQTlZVXFBWllJQl9xaUdSMGVBSk1qZyZoPUI0STE2cmtNd2VLMlJ2SDk1UzAycmYxdDBFYWhKRzlPdFJnb1hNR000QzA=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1680,7 +1710,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296581836599&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=XZXwEWdCwvA81RCUcj2l68DKqJz634PqTfGwPOXmfz7jSWWBjo5MmgkG_jzuC2_UpwJjIldkgL7t9TVVxaeZPjeyjhB30T9QHRGyw262QrCsDlJQ8T5DuCgRzUJTaYYx0gu5ia_6hjABSqGBO7DhcJFFKZvf3-IEF-m1MeZCoEKVaPH9CUdjskLWUEJpcsZg2hQN4_YH8kv3OoODEOd5tr3lqPBnEZkEWcvmK3jOaOpkXstAw8E1pFCy2BpayHVHZjg0zM0hyLoZofE3U_5PSl-fxhXm__ZOxK-vshDuzXv2RCCURyyWwdPtc8uSQFzO-Zog6wZnD5ioLLl-i5vg2g&h=AOMxiQf_-FynHdE8cKfexrkIGL-f452sEi3VqufIfxk" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974451253713008&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=OscrWwFQtddv4sLiezSeE7odg6hDtIkfOi076ryLJ-LdBXTdNb6ZlZjo7iF9FiXUmPLl5qTkL2MA_BSStQGPKmrgGBY32gxWVd5YzwawzMBZ8ixii-ebQmg0L-kXsTKk2rID25o1egI4OwBYo1MJZgdQQSAq-dP4_fDNyjp1wnLG-bvY3S8wSYZQVd1NEekRD3xIBimRx4eIbBvnaoIdkJCsv_ddG6IywrmOHzbl2gdVLPpU3PeI73vqMqiPRpCY_1INTCMXl7GK4zEnRUFADXmnA9PhYHZehmTOORukOcjg-vC5Df-RjRtzpvEjQ62HiMZlyCsIxnASGw6X6a4fdQ&h=hyBMDy2C0uar3U-bqTFbZxBL18r95q4D99TGEk-fRfw" ], "Retry-After": [ "15" @@ -1692,13 +1722,13 @@ "16499" ], "x-ms-request-id": [ - "7d0f4e40-debc-4124-b606-46ae1438087d" + "649e78bc-ba81-426b-8885-85c3557175c3" ], "x-ms-correlation-request-id": [ - "7d0f4e40-debc-4124-b606-46ae1438087d" + "649e78bc-ba81-426b-8885-85c3557175c3" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212058Z:7d0f4e40-debc-4124-b606-46ae1438087d" + "WESTUS2:20251030T181845Z:649e78bc-ba81-426b-8885-85c3557175c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1710,10 +1740,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 1717D7A5B9E64C7691B7A51164CA8A79 Ref B: MNZ221060618047 Ref C: 2024-11-13T21:20:57Z" + "Ref A: 4197FA596A314E89AF8AE5696B259C28 Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:18:45Z" ], "Date": [ - "Wed, 13 Nov 2024 21:20:57 GMT" + "Thu, 30 Oct 2025 18:18:45 GMT" ], "Expires": [ "-1" @@ -1726,15 +1756,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296581836599&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=XZXwEWdCwvA81RCUcj2l68DKqJz634PqTfGwPOXmfz7jSWWBjo5MmgkG_jzuC2_UpwJjIldkgL7t9TVVxaeZPjeyjhB30T9QHRGyw262QrCsDlJQ8T5DuCgRzUJTaYYx0gu5ia_6hjABSqGBO7DhcJFFKZvf3-IEF-m1MeZCoEKVaPH9CUdjskLWUEJpcsZg2hQN4_YH8kv3OoODEOd5tr3lqPBnEZkEWcvmK3jOaOpkXstAw8E1pFCy2BpayHVHZjg0zM0hyLoZofE3U_5PSl-fxhXm__ZOxK-vshDuzXv2RCCURyyWwdPtc8uSQFzO-Zog6wZnD5ioLLl-i5vg2g&h=AOMxiQf_-FynHdE8cKfexrkIGL-f452sEi3VqufIfxk", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9EZ3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk2NTgxODM2NTk5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVhaWHdFV2RDd3ZBODFSQ1VjajJsNjhES3FKejYzNFBxVGZHd1BPWG1mejdqU1dXQmpvNU1tZ2tHX2p6dUMyX1Vwd0pqSWxka2dMN3Q5VFZWeGFlWlBqZXlqaEIzMFQ5UUhSR3l3MjYyUXJDc0RsSlE4VDVEdUNnUnpVSlRhWVl4MGd1NWlhXzZoakFCU3FHQk83RGhjSkZGS1p2ZjMtSUVGLW0xTWVaQ29FS1ZhUEg5Q1VkanNrTFdVRUpwY3NaZzJoUU40X1lIOGt2M09vT0RFT2Q1dHIzbHFQQm5FWmtFV2N2bUszak9hT3BrWHN0QXc4RTFwRkN5MkJwYXlIVkhaamcwek0waHlMb1pvZkUzVV81UFNsLWZ4aFhtX19aT3hLLXZzaER1elh2MlJDQ1VSeXlXd2RQdGM4dVNRRnpPLVpvZzZ3Wm5ENWlvTExsLWk1dmcyZyZoPUFPTXhpUWZfLUZ5bkhkRThjS2ZleHJrSUdMLWY0NTJzRWkzVnF1ZklmeGs=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974451253713008&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=OscrWwFQtddv4sLiezSeE7odg6hDtIkfOi076ryLJ-LdBXTdNb6ZlZjo7iF9FiXUmPLl5qTkL2MA_BSStQGPKmrgGBY32gxWVd5YzwawzMBZ8ixii-ebQmg0L-kXsTKk2rID25o1egI4OwBYo1MJZgdQQSAq-dP4_fDNyjp1wnLG-bvY3S8wSYZQVd1NEekRD3xIBimRx4eIbBvnaoIdkJCsv_ddG6IywrmOHzbl2gdVLPpU3PeI73vqMqiPRpCY_1INTCMXl7GK4zEnRUFADXmnA9PhYHZehmTOORukOcjg-vC5Df-RjRtzpvEjQ62HiMZlyCsIxnASGw6X6a4fdQ&h=hyBMDy2C0uar3U-bqTFbZxBL18r95q4D99TGEk-fRfw", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Y3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDUxMjUzNzEzMDA4JmM9TUlJSXBUQ0NCbzJnQXdJQkFnSVRGZ0dzbW5qNzNMQkU3UGFCdFFBQkFheWFlREFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURNd0hoY05NalV3TnpFNE1USXdOREk0V2hjTk1qWXdNVEUwTVRJd05ESTRXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1l3WGlrbEltTDUtV2ZQV2oyRlgzX1ktSnhDZDNYWEVPdU5YeDVnZ0h1YlpaYW11akxUcUVCU0ZzRllpSF85TkNhcUtUaUFUWHU2ZkJwelczZ2hnWWh3cjBQTDA3MWZRVDE1S25uTlVGamQ1aEZYQjdTWXRpOUl3V3UxbHhTQXotRGU3SGl2dWpLZGxzZ2NtZm9WNnVwUlEwZXZhOWU3NEV3TFY5cENuNFdRQWhzLTZUOHAwQ3l0UXNpODFxSE1XeWJBYk52Zm9tMG94NzhJRVdkU182Z19kNEpsX0k0Y2NZTE15UlRPVjJOaW9NOTZjUkVDV0NaaGJwTGwxendvWUdTYlU1SDBNWmFpQ0JqUGxoWE40MEJxYWdwYW1aZlA5OHNQWVNCZnJlaDYtaU1HVTV0TlRSa2g4UmlKcXpqaHpJVXBFdjNQcUx0V1R5UFVCOEpTN2FVQ0F3RUFBYU9DQkpJd2dnU09NQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSGFCZ2dyQmdFRkJRY0JBUVNDQWN3d2dnSElNR1lHQ0NzR0FRVUZCekFDaGxwb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRVTB6VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd015Z3hLUzVqY25Rd1ZnWUlLd1lCQlFVSE1BS0dTbWgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwRk5NMUJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURNb01Ta3VZM0owTUZZR0NDc0dBUVVGQnpBQ2hrcG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5QlRUTlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREF6S0RFcExtTnlkREJXQmdnckJnRUZCUWN3QW9aS2FIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UVUwelVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdNeWd4S1M1amNuUXdWZ1lJS3dZQkJRVUhNQUtHU21oMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEZOTTFCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKME1CMEdBMVVkRGdRV0JCVHh6UENYZ1B6SVVpVHo5NHVzMHkwQ0NNZjhCekFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0UxQmdOVkhSOEVnZ0VzTUlJQktEQ0NBU1NnZ2dFZ29JSUJISVpDYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3SXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUklvNjFnZFdwdjdHRHphVlhSQUxFeVZfeHM1REFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBcU5LOUVqemRuYjlMNFR5YWtDcEpCeVJZVlROXzZuQ0didFVkMkUyc0VManVKR1JHaVJtdWpwX2pxTnlJb2ZPX2doU2FQX3RxSC0zV1JUUlVibnQ1eE04YUJZb1lKU09nS2dUc05yQjZjbHNwZGhDQ216aEp5NkVRdU9xZlVEbTNDN2hEcnUxX2JOM0R3WHQzVnBEcWZ1WXRNM01BYWJLZzBvQ1lWV2dGd25BS1ltWkxaTVdNUWg3a19oWnh5MWdPQ1FtRTlVMDh0Zl9wVTIxYUkwRWw2bjVBNXVHMkZUMHBsYWN3Y2hoZUZtWEF0b1BqVDduVTUzSFZtUmlzc3hVUl92UkNEal9aQ0ZvM0szblpOWENRT0tQQU1jOS1MQzBwcmI5U2xnNnNpS3RTSEIzaUdqTlFsVDktbmJTbkRnaWZJOHpDMWN2VDhDZGFOTE9tVXl3UklCNHd2Um4xejEyM051eWZKYUl6OTVpZ1c5UDE4OXZCVEpFWlJFRi1NZ0pFYm9XS2RsR05uNmJiQnR1MHdhcUFtVVU3V1ZMZVpLZHRVSTZFRUtGN3dSR1l1WV9CaFp4MWlweVhuQkhacHN1ZnVINEF3Z09PMjg5UUttcWc4UUF5N0hGRDljOEg4Zk5DdFI3c1RaNFlOUDJBaEVhRVMwcmtNU1FVQ05WRXo0MllFQmkyR2dyU3BuSTk0U1BkYjNKM1BrQ01aNE9nRlJqenRMTzducmdiUHRmbGhTT29fVk9FMF83WTc0a200M1dBTVFQS0wzLTQ0dlFyRVE2MUhkXzI0SWNGaF9DaE5YdlVEcXAzOUd6WWxPM0QwemxhdTRvemxsOEJlTFVackp3SFRRV1pTOFhSLUVpZkNsNE1XNVkzWTFTeE9Mckl4bnVrQ3pReEw3YUdtYyZzPU9zY3JXd0ZRdGRkdjRzTGllelNlRTdvZGc2aER0SWtmT2kwNzZyeUxKLUxkQlhUZE5iNlpsWmpvN2lGOUZpWFVtUExsNXFUa0wyTUFfQlNTdFFHUEttcmdHQlkzMmd4V1ZkNVl6d2F3ek1CWjhpeGlpLWViUW1nMEwta1hzVEtrMnJJRDI1bzFlZ0k0T3dCWW8xTUpaZ2RRUVNBcS1kUDRfZkROeWpwMXduTEctYnZZM1M4d1NZWlFWZDFORWVrUkQzeElCaW1SeDRlSWJCdm5hb0lka0pDc3ZfZGRHNkl5d3JtT0h6YmwyZ2RWTFBwVTNQZUk3M3ZxTXFpUFJwQ1lfMUlOVENNWGw3R0s0ekVuUlVGQURYbW5BOVBoWUhaZWhtVE9PUnVrT2NqZy12QzVEZi1SalJ0enB2RWpRNjJIaU1abHlDc0l4bkFTR3c2WDZhNGZkUSZoPWh5Qk1EeTJDMHVhcjNVLWJxVEZiWnhCTDE4cjk1cTREOTlUR0VrLWZSZnc=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1752,13 +1782,13 @@ "16499" ], "x-ms-request-id": [ - "743da815-252d-4a33-aa26-581ccaa98851" + "73362019-990e-478c-bc33-a408fadbb3d9" ], "x-ms-correlation-request-id": [ - "743da815-252d-4a33-aa26-581ccaa98851" + "73362019-990e-478c-bc33-a408fadbb3d9" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212113Z:743da815-252d-4a33-aa26-581ccaa98851" + "WESTUS2:20251030T181900Z:73362019-990e-478c-bc33-a408fadbb3d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1770,10 +1800,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 5C3C194AED9345BEA6061AA3D5904B6F Ref B: MNZ221060618047 Ref C: 2024-11-13T21:21:13Z" + "Ref A: B5D102A3C55E48CFA5D9075F2E1520CF Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:19:00Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:12 GMT" + "Thu, 30 Oct 2025 18:19:00 GMT" ], "Expires": [ "-1" @@ -1786,15 +1816,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzU2ODgtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671296581836599&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=XZXwEWdCwvA81RCUcj2l68DKqJz634PqTfGwPOXmfz7jSWWBjo5MmgkG_jzuC2_UpwJjIldkgL7t9TVVxaeZPjeyjhB30T9QHRGyw262QrCsDlJQ8T5DuCgRzUJTaYYx0gu5ia_6hjABSqGBO7DhcJFFKZvf3-IEF-m1MeZCoEKVaPH9CUdjskLWUEJpcsZg2hQN4_YH8kv3OoODEOd5tr3lqPBnEZkEWcvmK3jOaOpkXstAw8E1pFCy2BpayHVHZjg0zM0hyLoZofE3U_5PSl-fxhXm__ZOxK-vshDuzXv2RCCURyyWwdPtc8uSQFzO-Zog6wZnD5ioLLl-i5vg2g&h=AOMxiQf_-FynHdE8cKfexrkIGL-f452sEi3VqufIfxk", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpVMk9EZ3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk2NTgxODM2NTk5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVhaWHdFV2RDd3ZBODFSQ1VjajJsNjhES3FKejYzNFBxVGZHd1BPWG1mejdqU1dXQmpvNU1tZ2tHX2p6dUMyX1Vwd0pqSWxka2dMN3Q5VFZWeGFlWlBqZXlqaEIzMFQ5UUhSR3l3MjYyUXJDc0RsSlE4VDVEdUNnUnpVSlRhWVl4MGd1NWlhXzZoakFCU3FHQk83RGhjSkZGS1p2ZjMtSUVGLW0xTWVaQ29FS1ZhUEg5Q1VkanNrTFdVRUpwY3NaZzJoUU40X1lIOGt2M09vT0RFT2Q1dHIzbHFQQm5FWmtFV2N2bUszak9hT3BrWHN0QXc4RTFwRkN5MkJwYXlIVkhaamcwek0waHlMb1pvZkUzVV81UFNsLWZ4aFhtX19aT3hLLXZzaER1elh2MlJDQ1VSeXlXd2RQdGM4dVNRRnpPLVpvZzZ3Wm5ENWlvTExsLWk1dmcyZyZoPUFPTXhpUWZfLUZ5bkhkRThjS2ZleHJrSUdMLWY0NTJzRWkzVnF1ZklmeGs=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzc1NzctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974451253713008&c=MIIIpTCCBo2gAwIBAgITFgGsmnj73LBE7PaBtQABAayaeDANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDMwHhcNMjUwNzE4MTIwNDI4WhcNMjYwMTE0MTIwNDI4WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKYwXiklImL5-WfPWj2FX3_Y-JxCd3XXEOuNXx5ggHubZZamujLTqEBSFsFYiH_9NCaqKTiATXu6fBpzW3ghgYhwr0PL071fQT15KnnNUFjd5hFXB7SYti9IwWu1lxSAz-De7HivujKdlsgcmfoV6upRQ0eva9e74EwLV9pCn4WQAhs-6T8p0CytQsi81qHMWybAbNvfom0ox78IEWdS_6g_d4Jl_I4ccYLMyRTOV2NioM96cRECWCZhbpLl1zwoYGSbU5H0MZaiCBjPlhXN40BqagpamZfP98sPYSBfreh6-iMGU5tNTRkh8RiJqzjhzIUpEv3PqLtWTyPUB8JS7aUCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9BTTNQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDAzKDEpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQU0zUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwMygxKS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0FNM1BLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3J0MB0GA1UdDgQWBBTxzPCXgPzIUiTz94us0y0CCMf8BzAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDMoMSkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBRIo61gdWpv7GDzaVXRALEyV_xs5DAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggIBAAqNK9Ejzdnb9L4TyakCpJByRYVTN_6nCGbtUd2E2sELjuJGRGiRmujp_jqNyIofO_ghSaP_tqH-3WRTRUbnt5xM8aBYoYJSOgKgTsNrB6clspdhCCmzhJy6EQuOqfUDm3C7hDru1_bN3DwXt3VpDqfuYtM3MAabKg0oCYVWgFwnAKYmZLZMWMQh7k_hZxy1gOCQmE9U08tf_pU21aI0El6n5A5uG2FT0placwchheFmXAtoPjT7nU53HVmRissxUR_vRCDj_ZCFo3K3nZNXCQOKPAMc9-LC0prb9Slg6siKtSHB3iGjNQlT9-nbSnDgifI8zC1cvT8CdaNLOmUywRIB4wvRn1z123NuyfJaIz95igW9P189vBTJEZREF-MgJEboWKdlGNn6bbBtu0waqAmUU7WVLeZKdtUI6EEKF7wRGYuY_BhZx1ipyXnBHZpsufuH4AwgOO289QKmqg8QAy7HFD9c8H8fNCtR7sTZ4YNP2AhEaES0rkMSQUCNVEz42YEBi2GgrSpnI94SPdb3J3PkCMZ4OgFRjztLO7nrgbPtflhSOo_VOE0_7Y74km43WAMQPKL3-44vQrEQ61Hd_24IcFh_ChNXvUDqp39GzYlO3D0zlau4ozll8BeLUZrJwHTQWZS8XR-EifCl4MW5Y3Y1SxOLrIxnukCzQxL7aGmc&s=OscrWwFQtddv4sLiezSeE7odg6hDtIkfOi076ryLJ-LdBXTdNb6ZlZjo7iF9FiXUmPLl5qTkL2MA_BSStQGPKmrgGBY32gxWVd5YzwawzMBZ8ixii-ebQmg0L-kXsTKk2rID25o1egI4OwBYo1MJZgdQQSAq-dP4_fDNyjp1wnLG-bvY3S8wSYZQVd1NEekRD3xIBimRx4eIbBvnaoIdkJCsv_ddG6IywrmOHzbl2gdVLPpU3PeI73vqMqiPRpCY_1INTCMXl7GK4zEnRUFADXmnA9PhYHZehmTOORukOcjg-vC5Df-RjRtzpvEjQ62HiMZlyCsIxnASGw6X6a4fdQ&h=hyBMDy2C0uar3U-bqTFbZxBL18r95q4D99TGEk-fRfw", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpjMU56Y3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDUxMjUzNzEzMDA4JmM9TUlJSXBUQ0NCbzJnQXdJQkFnSVRGZ0dzbW5qNzNMQkU3UGFCdFFBQkFheWFlREFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURNd0hoY05NalV3TnpFNE1USXdOREk0V2hjTk1qWXdNVEUwTVRJd05ESTRXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1l3WGlrbEltTDUtV2ZQV2oyRlgzX1ktSnhDZDNYWEVPdU5YeDVnZ0h1YlpaYW11akxUcUVCU0ZzRllpSF85TkNhcUtUaUFUWHU2ZkJwelczZ2hnWWh3cjBQTDA3MWZRVDE1S25uTlVGamQ1aEZYQjdTWXRpOUl3V3UxbHhTQXotRGU3SGl2dWpLZGxzZ2NtZm9WNnVwUlEwZXZhOWU3NEV3TFY5cENuNFdRQWhzLTZUOHAwQ3l0UXNpODFxSE1XeWJBYk52Zm9tMG94NzhJRVdkU182Z19kNEpsX0k0Y2NZTE15UlRPVjJOaW9NOTZjUkVDV0NaaGJwTGwxendvWUdTYlU1SDBNWmFpQ0JqUGxoWE40MEJxYWdwYW1aZlA5OHNQWVNCZnJlaDYtaU1HVTV0TlRSa2g4UmlKcXpqaHpJVXBFdjNQcUx0V1R5UFVCOEpTN2FVQ0F3RUFBYU9DQkpJd2dnU09NQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSGFCZ2dyQmdFRkJRY0JBUVNDQWN3d2dnSElNR1lHQ0NzR0FRVUZCekFDaGxwb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRVTB6VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd015Z3hLUzVqY25Rd1ZnWUlLd1lCQlFVSE1BS0dTbWgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwRk5NMUJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURNb01Ta3VZM0owTUZZR0NDc0dBUVVGQnpBQ2hrcG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5QlRUTlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREF6S0RFcExtTnlkREJXQmdnckJnRUZCUWN3QW9aS2FIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UVUwelVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdNeWd4S1M1amNuUXdWZ1lJS3dZQkJRVUhNQUtHU21oMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEZOTTFCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKME1CMEdBMVVkRGdRV0JCVHh6UENYZ1B6SVVpVHo5NHVzMHkwQ0NNZjhCekFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0UxQmdOVkhSOEVnZ0VzTUlJQktEQ0NBU1NnZ2dFZ29JSUJISVpDYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01ETW9NU2t1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3SXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUklvNjFnZFdwdjdHRHphVlhSQUxFeVZfeHM1REFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dJQkFBcU5LOUVqemRuYjlMNFR5YWtDcEpCeVJZVlROXzZuQ0didFVkMkUyc0VManVKR1JHaVJtdWpwX2pxTnlJb2ZPX2doU2FQX3RxSC0zV1JUUlVibnQ1eE04YUJZb1lKU09nS2dUc05yQjZjbHNwZGhDQ216aEp5NkVRdU9xZlVEbTNDN2hEcnUxX2JOM0R3WHQzVnBEcWZ1WXRNM01BYWJLZzBvQ1lWV2dGd25BS1ltWkxaTVdNUWg3a19oWnh5MWdPQ1FtRTlVMDh0Zl9wVTIxYUkwRWw2bjVBNXVHMkZUMHBsYWN3Y2hoZUZtWEF0b1BqVDduVTUzSFZtUmlzc3hVUl92UkNEal9aQ0ZvM0szblpOWENRT0tQQU1jOS1MQzBwcmI5U2xnNnNpS3RTSEIzaUdqTlFsVDktbmJTbkRnaWZJOHpDMWN2VDhDZGFOTE9tVXl3UklCNHd2Um4xejEyM051eWZKYUl6OTVpZ1c5UDE4OXZCVEpFWlJFRi1NZ0pFYm9XS2RsR05uNmJiQnR1MHdhcUFtVVU3V1ZMZVpLZHRVSTZFRUtGN3dSR1l1WV9CaFp4MWlweVhuQkhacHN1ZnVINEF3Z09PMjg5UUttcWc4UUF5N0hGRDljOEg4Zk5DdFI3c1RaNFlOUDJBaEVhRVMwcmtNU1FVQ05WRXo0MllFQmkyR2dyU3BuSTk0U1BkYjNKM1BrQ01aNE9nRlJqenRMTzducmdiUHRmbGhTT29fVk9FMF83WTc0a200M1dBTVFQS0wzLTQ0dlFyRVE2MUhkXzI0SWNGaF9DaE5YdlVEcXAzOUd6WWxPM0QwemxhdTRvemxsOEJlTFVackp3SFRRV1pTOFhSLUVpZkNsNE1XNVkzWTFTeE9Mckl4bnVrQ3pReEw3YUdtYyZzPU9zY3JXd0ZRdGRkdjRzTGllelNlRTdvZGc2aER0SWtmT2kwNzZyeUxKLUxkQlhUZE5iNlpsWmpvN2lGOUZpWFVtUExsNXFUa0wyTUFfQlNTdFFHUEttcmdHQlkzMmd4V1ZkNVl6d2F3ek1CWjhpeGlpLWViUW1nMEwta1hzVEtrMnJJRDI1bzFlZ0k0T3dCWW8xTUpaZ2RRUVNBcS1kUDRfZkROeWpwMXduTEctYnZZM1M4d1NZWlFWZDFORWVrUkQzeElCaW1SeDRlSWJCdm5hb0lka0pDc3ZfZGRHNkl5d3JtT0h6YmwyZ2RWTFBwVTNQZUk3M3ZxTXFpUFJwQ1lfMUlOVENNWGw3R0s0ekVuUlVGQURYbW5BOVBoWUhaZWhtVE9PUnVrT2NqZy12QzVEZi1SalJ0enB2RWpRNjJIaU1abHlDc0l4bkFTR3c2WDZhNGZkUSZoPWh5Qk1EeTJDMHVhcjNVLWJxVEZiWnhCTDE4cjk1cTREOTlUR0VrLWZSZnc=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -1812,13 +1842,13 @@ "16499" ], "x-ms-request-id": [ - "7ee2deb3-1dc2-40d1-bb08-4d6fe19d9a24" + "68f49771-e11b-4c91-91da-28fbac29f74b" ], "x-ms-correlation-request-id": [ - "7ee2deb3-1dc2-40d1-bb08-4d6fe19d9a24" + "68f49771-e11b-4c91-91da-28fbac29f74b" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212114Z:7ee2deb3-1dc2-40d1-bb08-4d6fe19d9a24" + "WESTUS2:20251030T181900Z:68f49771-e11b-4c91-91da-28fbac29f74b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1830,10 +1860,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 4B0742E8A32748609A24460951E6DD98 Ref B: MNZ221060618047 Ref C: 2024-11-13T21:21:13Z" + "Ref A: 269179775FF74FCD92CF045F9229E7C2 Ref B: CO6AA3150220023 Ref C: 2025-10-30T18:19:00Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:13 GMT" + "Thu, 30 Oct 2025 18:19:00 GMT" ], "Expires": [ "-1" @@ -1848,14 +1878,14 @@ ], "Names": { "Test-CreateNewBatchAccountWithNoPublicIp": [ - "ps9576", - "ps5688" + "ps7594", + "ps7577" ] }, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithSystemIdentity.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithSystemIdentity.json index 09e6c552960b..df2e0378679a 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithSystemIdentity.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestCreateNewBatchAccountWithSystemIdentity.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "3d35726d-51de-4882-8bdd-8c0efdcdddb5" + "1fc6b024-f8d1-41ec-9b15-12adefa0f725" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -33,13 +33,13 @@ "16499" ], "x-ms-request-id": [ - "00ef877c-d984-4f9e-890a-8717fbbc96ee" + "5d33f467-7411-45ea-89cd-9849af80825a" ], "x-ms-correlation-request-id": [ - "00ef877c-d984-4f9e-890a-8717fbbc96ee" + "5d33f467-7411-45ea-89cd-9849af80825a" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211708Z:00ef877c-d984-4f9e-890a-8717fbbc96ee" + "WESTUS2:20251030T181501Z:5d33f467-7411-45ea-89cd-9849af80825a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,13 +51,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 00ED7E75A2564B50AD3B95A1AB4ACE00 Ref B: MNZ221060610029 Ref C: 2024-11-13T21:17:08Z" + "Ref A: 63F201A06B014353B46170F45C973FB5 Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:15:01Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:07 GMT" + "Thu, 30 Oct 2025 18:15:01 GMT" ], "Content-Length": [ - "18599" + "19449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -66,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/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 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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourcegroups/ps8409?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlZ3JvdXBzL3BzODQwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourcegroups/ps4279?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlZ3JvdXBzL3BzNDI3OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "1c5d4113-9fa2-4c06-b49a-a8efe583f08a" + "a923c014-0540-4e17-a007-6be2d102481a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ], "Content-Type": [ "application/json; charset=utf-8" @@ -108,13 +108,13 @@ "11999" ], "x-ms-request-id": [ - "0619e37b-c8fa-4c90-a33a-3ba1cc502864" + "bfd7e1d5-5df1-4ff5-8f8f-0b9e7eda5e12" ], "x-ms-correlation-request-id": [ - "0619e37b-c8fa-4c90-a33a-3ba1cc502864" + "bfd7e1d5-5df1-4ff5-8f8f-0b9e7eda5e12" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211708Z:0619e37b-c8fa-4c90-a33a-3ba1cc502864" + "WESTUS2:20251030T181502Z:bfd7e1d5-5df1-4ff5-8f8f-0b9e7eda5e12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -126,10 +126,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 7323D9AEA5194042A7A6DFCD5B2700C1 Ref B: MNZ221060610029 Ref C: 2024-11-13T21:17:08Z" + "Ref A: F910AFA5CAA24FE491F34BD58425AAAA Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:15:01Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:08 GMT" + "Thu, 30 Oct 2025 18:15:02 GMT" ], "Content-Length": [ "166" @@ -141,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps8409\",\r\n \"name\": \"ps8409\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps4279\",\r\n \"name\": \"ps4279\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps8409/providers/Microsoft.Batch/batchAccounts/ps239?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHMyMzk/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps4279/providers/Microsoft.Batch/batchAccounts/ps9970?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNDI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM5OTcwP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "9fc8e99c-29e7-40ec-bd88-8b382579601b" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "781d3d43-2c00-406d-a86e-3c65f83b0eb6" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -177,13 +177,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps8409/providers/Microsoft.Batch/batchAccounts/ps239/operationResults/8ee28199-0cfc-42ed-ac62-aefac9725a33?api-version=2022-10-01&t=638671294312444228&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=fobw69ObD_mK11qwruYMqb5kp0pIX_uLq-G_nOGsjtyFXWLttFtxgKqeNnR0J2y85ZHRX_ZwU631hzHalXQHOPJ8VhIjinF5lN--iEAd1hoAifx4VgY--r7kmSqf5NBeGYv9JHpB4L0htctwbfuv2aRubtKyLbC_HjIJr0ejP4EXKvkvXt38XBxNULH9eCQ8IZZ8YluLRQN4arnZ5qtHFEBfokdIaMhTQ1oQBZxQtlqoiiT7XvXUpyY3Mq9YXgBktrhGNG4WUj4_3_8W9ntOcHlgr51_i7f9x7FD4MrIbBrelmb-OvPfefp07QuQKOBgwCnoorFm7SuX_6vFDjC_Ag&h=aVqBe8_rdFMLToXFj63gWk0WGGRQsxMX8Pg7mx1eB_0" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps4279/providers/Microsoft.Batch/batchAccounts/ps9970/operationResults/371a46e9-0b20-4df3-b09f-f8f42ea110ab?api-version=2024-07-01&t=638974449044778218&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=ZolzUA-mMnp1qJIYOqL0DAgS_-Hwi5auYBuLjh3w-6Mf3_NwtxpTO436g52uPLbIFCKINCFLF1RI4iCF1qsBiVMCFrm_QAIYMERAMO6ujH41gjARLnly72V30EZ_OB8k1Zu5XRsHl-AD1MZO4t0WNidHXruRNRMe2FAKq8lRuOgx2zMp9PsgQqM8tyqDEw3xszcLnrPggmoaepcGL_i3NzatDtzanrST-cuMX4WB1q_r0q3XzLJlpGpASSErF7zO6kmyGUCu0LYqr8FB2SauhwLCBG_J3-l4B04sVBF6xgUCrdVPQMIZaboNvFLh_uiE41jFHPpB0qtZ5xtp5zppRQ&h=DnE9dimHazzoDUYWI_RYBMbf_uAE2aHvJzDyei4qH2w" ], "Retry-After": [ "15" ], "x-ms-request-id": [ - "8ee28199-0cfc-42ed-ac62-aefac9725a33" + "371a46e9-0b20-4df3-b09f-f8f42ea110ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -191,6 +191,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/ae531054-76a6-4363-b56d-e44e5646f9c5" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -198,19 +201,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "58cdad1b-89a2-4ffc-ab3d-c7bb30f44df2" + "ef3e3ecc-14af-45ad-b3dc-b2336df2e81c" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211711Z:58cdad1b-89a2-4ffc-ab3d-c7bb30f44df2" + "WESTUS2:20251030T181504Z:ef3e3ecc-14af-45ad-b3dc-b2336df2e81c" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 59B52BA1C55E4E4D827BC702A84117AF Ref B: MNZ221060618031 Ref C: 2024-11-13T21:17:08Z" + "Ref A: 86E9D7CA62134C0ABAF020519660030F Ref B: CO6AA3150217045 Ref C: 2025-10-30T18:15:03Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:10 GMT" + "Thu, 30 Oct 2025 18:15:04 GMT" ], "Expires": [ "-1" @@ -223,18 +226,18 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps8409/providers/Microsoft.Batch/batchAccounts/ps239/operationResults/8ee28199-0cfc-42ed-ac62-aefac9725a33?api-version=2022-10-01&t=638671294312444228&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=fobw69ObD_mK11qwruYMqb5kp0pIX_uLq-G_nOGsjtyFXWLttFtxgKqeNnR0J2y85ZHRX_ZwU631hzHalXQHOPJ8VhIjinF5lN--iEAd1hoAifx4VgY--r7kmSqf5NBeGYv9JHpB4L0htctwbfuv2aRubtKyLbC_HjIJr0ejP4EXKvkvXt38XBxNULH9eCQ8IZZ8YluLRQN4arnZ5qtHFEBfokdIaMhTQ1oQBZxQtlqoiiT7XvXUpyY3Mq9YXgBktrhGNG4WUj4_3_8W9ntOcHlgr51_i7f9x7FD4MrIbBrelmb-OvPfefp07QuQKOBgwCnoorFm7SuX_6vFDjC_Ag&h=aVqBe8_rdFMLToXFj63gWk0WGGRQsxMX8Pg7mx1eB_0", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL3BzODQwOS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHMyMzkvb3BlcmF0aW9uUmVzdWx0cy84ZWUyODE5OS0wY2ZjLTQyZWQtYWM2Mi1hZWZhYzk3MjVhMzM/YXBpLXZlcnNpb249MjAyMi0xMC0wMSZ0PTYzODY3MTI5NDMxMjQ0NDIyOCZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUSGdWcWhGOUdPb1VqdXlxUVdBQUFCV3FFWHpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EWXdIaGNOTWpRd09USXdNak14TVRReFdoY05NalV3TXpFNU1qTXhNVFF4V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUtSdGNZREJYUzd6ejV0UnR2VnloclVBanVkWWhlajFFMkQzZHA2WFd1UGRiVk1iUVp3TWx5ZTh2ZFQta0RoRkQ3VDJtcmRXcXNvR25UR2swX3hPSEJmTEduVy0wUVJVcXBlb1ROSWh1OHZjMkNmVFV0bTJ0MnNfLWZ6dkZ0UnloREE0bWZDSDFjejkyRVZqMHZkM0ZENGlrVzZiZE9wMU5rWUZxVVZCaEtsYnZKazZ5LVRiTEZCTFA1Wng0bTBVYS1fUDdhTXpiZ3ZPSmdNT1RDMmpMczV3X2xGREpXZVAzSUtVT2lKbXJmTHBmNGV5NU92OTRvQ0U2WW5jREJTSEpaS1djclN4REhnU3o5QVhyeGFyTDRITGFqR2JGM01SdmZrTU4yZ05YQ29pSlhCRXFDTERueVFaMEJnWEl2dUs3dkc4UmowVHloSk5qLVFQcjh0YVk2VUNBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlDVERKUVMwbEpUbFJEUVRBeUxrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTJMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlFrd3lVRXRKU1U1VVEwRXdNaTVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3Tmk1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpNTWxCTFNVbE9WRU5CTURJdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0owTUIwR0ExVWREZ1FXQkJSS2xKUXBGeXlaS1NjaGtUbHNoZXRZT1VYN3h6QU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVHhSbWpHOGNQd0t5MTlpMnJoc3ZtLU5melJRVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFHMFdiekxQc21TU01JN2FUZTJucGl4bWtkQ213Y2RaSEdkNDN0VW5COEpLckxOSkVGY0JzUW1iY0lIMGFkcG5RTnJEZ1JrTkJCT1RaNHMxTElCbFJRYXBacFBzUkl0QU1VZ3VWcEdWUkgwOFQwaTQzdzl4cnBfY2xOYkFKcnJmUmJtWXJvRjBXSktNSjBud1cyclBqeGRldlNSeWdHS19uRWZ5d3dGaS1wMVJoSG5raUVHTDRHblA3UHBRY1J2QVlNZEg5TE81TVJZN2lMYkJtb3NLYXRTX2VXdFNKRDFDdnpnbE53eV92UXp4ODFWbmswQ2duZHFYY1ZxLWxvR3U3UjRVN21rUTJOTnFMYnA0NDdTVHhrcFAtNk1keXY4SjRiZG5mMXMzdkZCTnBndkpXS29nV2NOTGxvOGpua2JFZjZSUE5HZTFXNWxtYTdKd01LQWNQelkmcz1mb2J3NjlPYkRfbUsxMXF3cnVZTXFiNWtwMHBJWF91THEtR19uT0dzanR5RlhXTHR0RnR4Z0txZU5uUjBKMnk4NVpIUlhfWndVNjMxaHpIYWxYUUhPUEo4VmhJamluRjVsTi0taUVBZDFob0FpZng0VmdZLS1yN2ttU3FmNU5CZUdZdjlKSHBCNEwwaHRjdHdiZnV2MmFSdWJ0S3lMYkNfSGpJSnIwZWpQNEVYS3Zrdlh0MzhYQnhOVUxIOWVDUThJWlo4WWx1TFJRTjRhcm5aNXF0SEZFQmZva2RJYU1oVFExb1FCWnhRdGxxb2lpVDdYdlhVcHlZM01xOVlYZ0JrdHJoR05HNFdVajRfM184VzludE9jSGxncjUxX2k3Zjl4N0ZENE1ySWJCcmVsbWItT3ZQZmVmcDA3UXVRS09CZ3dDbm9vckZtN1N1WF82dkZEakNfQWcmaD1hVnFCZThfcmRGTUxUb1hGajYzZ1drMFdHR1JRc3hNWDhQZzdteDFlQl8w", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps4279/providers/Microsoft.Batch/batchAccounts/ps9970/operationResults/371a46e9-0b20-4df3-b09f-f8f42ea110ab?api-version=2024-07-01&t=638974449044778218&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=ZolzUA-mMnp1qJIYOqL0DAgS_-Hwi5auYBuLjh3w-6Mf3_NwtxpTO436g52uPLbIFCKINCFLF1RI4iCF1qsBiVMCFrm_QAIYMERAMO6ujH41gjARLnly72V30EZ_OB8k1Zu5XRsHl-AD1MZO4t0WNidHXruRNRMe2FAKq8lRuOgx2zMp9PsgQqM8tyqDEw3xszcLnrPggmoaepcGL_i3NzatDtzanrST-cuMX4WB1q_r0q3XzLJlpGpASSErF7zO6kmyGUCu0LYqr8FB2SauhwLCBG_J3-l4B04sVBF6xgUCrdVPQMIZaboNvFLh_uiE41jFHPpB0qtZ5xtp5zppRQ&h=DnE9dimHazzoDUYWI_RYBMbf_uAE2aHvJzDyei4qH2w", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL3BzNDI3OS9wcm92aWRlcnMvTWljcm9zb2Z0LkJhdGNoL2JhdGNoQWNjb3VudHMvcHM5OTcwL29wZXJhdGlvblJlc3VsdHMvMzcxYTQ2ZTktMGIyMC00ZGYzLWIwOWYtZjhmNDJlYTExMGFiP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEmdD02Mzg5NzQ0NDkwNDQ3NzgyMTgmYz1NSUlIaHpDQ0JtLWdBd0lCQWdJVGZBbGRVdU9rcXlXYUZXVm1kQUFBQ1YxUzR6QU5CZ2txaGtpRzl3MEJBUXNGQURCRU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFIwSk1NUk13RVFZS0NaSW1pWlB5TEdRQkdSWURRVTFGTVJnd0ZnWURWUVFERXc5QlRVVWdTVzVtY21FZ1EwRWdNRFV3SGhjTk1qVXhNREl4TURneE1qQTFXaGNOTWpZd05ERTVNRGd4TWpBMVdqQkFNVDR3UEFZRFZRUURFelZoYzNsdVkyOXdaWEpoZEdsdmJuTnBaMjVwYm1kalpYSjBhV1pwWTJGMFpTNXRZVzVoWjJWdFpXNTBMbUY2ZFhKbExtTnZiVENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFLNlZoSG83U01uUEkwN3hTVUMwRUtyU19nYUFVM3Qyc29ydlhUYWtFSnBwZ3JyLU01cS15QUZEaWN3TkdDZTJ6U1U5WnZHQlBJNDZEOVBlc1RudHo0UmhRTzUtRGt4NUc4dkM5bFowV1Y2bWVtNUhzbmY3OGtEWGdZeHpMeUFhTUt2OVdqdVpOY1RhRlFLZHJQQXgtWlMtMkVlYlVCNDA0VmhYMXlKM1M0QzNRSFRwWEFTeW9BYkZmR1Y4dEhQR003cTJzX1FyOXFCSjVSVW5JMHRfb0QwSUpfZHluX3dRdklzZ0JqcEdNZW50Tms3QUtObko3ZFdPQ1U3NkJGTDlaUUFQOWxOdVU2OEpIamRzRDFsQUJPWDdKdGN2OEZyVzJ6V2dabjZUT0hmOXJZOTkwaDh6eXVZX0VCQXIweHJiRkQwaV9PMTg0SXk5Z0hXcVNjU18yQ2tDQXdFQUFhT0NCSFF3Z2dSd01DY0dDU3NHQVFRQmdqY1ZDZ1FhTUJnd0NnWUlLd1lCQlFVSEF3RXdDZ1lJS3dZQkJRVUhBd0l3UFFZSkt3WUJCQUdDTnhVSEJEQXdMZ1ltS3dZQkJBR0NOeFVJaHBEakRZVFZ0SGlFOFlzLWhadmRGczZkRW9GZ2hmbVJTNFdzbVRRQ0FXUUNBUWN3Z2dITEJnZ3JCZ0VGQlFjQkFRU0NBYjB3Z2dHNU1HTUdDQ3NHQVFVRkJ6QUNobGRvZEhSd09pOHZZM0pzTG0xcFkzSnZjMjltZEM1amIyMHZjR3RwYVc1bWNtRXZRMlZ5ZEhNdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213eExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUZNR0NDc0dBUVVGQnpBQ2hrZG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5RFR6RlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREExTG1OeWREQlRCZ2dyQmdFRkJRY3dBb1pIYUhSMGNEb3ZMMk55YkRNdVlXMWxMbWRpYkM5aGFXRXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtdzBMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1CMEdBMVVkRGdRV0JCVFVwZFJscXo1R2tKNzdmczNIUk16MlpfVzQ5REFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0VtQmdOVkhSOEVnZ0VkTUlJQkdUQ0NBUldnZ2dFUm9JSUJEWVlfYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01TNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc05DNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNNSUdkQmdOVkhTQUVnWlV3Z1pJd0RBWUtLd1lCQkFHQ04zc0JBVEJtQmdvckJnRUVBWUkzZXdJQ01GZ3dWZ1lJS3dZQkJRVUhBZ0l3U2g1SUFETUFNd0JsQURBQU1RQTVBRElBTVFBdEFEUUFaQUEyQURRQUxRQTBBR1lBT0FCakFDMEFZUUF3QURVQU5RQXRBRFVBWWdCa0FHRUFaZ0JtQUdRQU5RQmxBRE1BTXdCa01Bd0dDaXNHQVFRQmdqZDdBd0l3REFZS0t3WUJCQUdDTjNzRUFqQWZCZ05WSFNNRUdEQVdnQlI2MWhtRktIbHNjWFllWVBqelMtLWlCVUlXSFRBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUlLd1lCQlFVSEF3SXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR1FtSmRQaXRsR2pJd0ZTZjRXc0ZtTHI0VzNDbWtVcG00SHhmWkFUbnhuUDl2VjJ1SDVmMDFyZmdfbEEtUTBzNEdNcWtmdE1BVk5SbTBUYTZ3X05SU0xSWk8yR1dhNjVLclE4SVRDdUdSMTJqTVRZUHFZZ3FFSWFCUUFxcXh2dFRpc3c2LV9yRGRNQmJXd3ZUbzZoMHlSX1J3MEdHZ1gxQzRXVVloRkpxLW85MG5GRjJxWkVGUUpodDduaThSWVFvbmF4QjI4MXo2NHJwMHJsWEN6OHIzckpYSVIyUkxDNDhJQTFsb3M0bVpZYXhBdl9ZX0xQWXdaVVFfVjBfWXJTR0s1S01KcDZleFBUb0tGX0RlUHM2ajI3QW5jR2lsYldvOXQ5NkYteUtCUEQ1N1d1bE9WZ2JZd05LQVpfS2xidzB1ci1ZTGRUZENhSWJVaU5obUdURHZZJnM9Wm9selVBLW1NbnAxcUpJWU9xTDBEQWdTXy1Id2k1YXVZQnVMamgzdy02TWYzX053dHhwVE80MzZnNTJ1UExiSUZDS0lOQ0ZMRjFSSTRpQ0YxcXNCaVZNQ0ZybV9RQUlZTUVSQU1PNnVqSDQxZ2pBUkxubHk3MlYzMEVaX09COGsxWnU1WFJzSGwtQUQxTVpPNHQwV05pZEhYcnVSTlJNZTJGQUtxOGxSdU9neDJ6TXA5UHNnUXFNOHR5cURFdzN4c3pjTG5yUGdnbW9hZXBjR0xfaTNOemF0RHR6YW5yU1QtY3VNWDRXQjFxX3IwcTNYekxKbHBHcEFTU0VyRjd6TzZrbXlHVUN1MExZcXI4RkIyU2F1aHdMQ0JHX0ozLWw0QjA0c1ZCRjZ4Z1VDcmRWUFFNSVphYm9OdkZMaF91aUU0MWpGSFBwQjBxdFo1eHRwNXpwcFJRJmg9RG5FOWRpbUhhenpvRFVZV0lfUllCTWJmX3VBRTJhSHZKekR5ZWk0cUgydw==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9fc8e99c-29e7-40ec-bd88-8b382579601b" + "781d3d43-2c00-406d-a86e-3c65f83b0eb6" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -246,10 +249,10 @@ "no-cache" ], "ETag": [ - "\"0x8DD042892F4AA83\"" + "\"0x8DE17E048F0A151\"" ], "x-ms-request-id": [ - "a665737a-1cc4-4ad2-b63b-05f867628f82" + "9d8986d8-77bb-4b62-b982-416a33c9d993" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -257,6 +260,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/f182ac5b-240a-4afb-8197-23d5c467a5a6" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -264,22 +270,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "17b1b338-b8ae-48c1-9d45-d3056da0ff9f" + "d4dfaa2c-629d-4934-923e-7cb86d3efbd6" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211726Z:17b1b338-b8ae-48c1-9d45-d3056da0ff9f" + "WESTUS2:20251030T181519Z:d4dfaa2c-629d-4934-923e-7cb86d3efbd6" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 588922E225F9402983D5BBDF45001DC3 Ref B: MNZ221060618031 Ref C: 2024-11-13T21:17:26Z" + "Ref A: A6608F7E188D4DEBB8FACF0320322FDC Ref B: CO6AA3150217045 Ref C: 2025-10-30T18:15:19Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:25 GMT" + "Thu, 30 Oct 2025 18:15:19 GMT" ], "Content-Length": [ - "4218" + "5406" ], "Content-Type": [ "application/json; charset=utf-8" @@ -288,28 +294,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:17:26 GMT" + "Thu, 30 Oct 2025 18:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/ps8409/providers/Microsoft.Batch/batchAccounts/ps239\",\r\n \"name\": \"ps239\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps239.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"4704d2cf-6179-4689-9b5a-d23d4847951d.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"identity\": {\r\n \"principalId\": \"70072bd6-b42f-4396-a759-03fbbc2f1b76\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/ps4279/providers/Microsoft.Batch/batchAccounts/ps9970\",\r\n \"name\": \"ps9970\",\r\n \"type\": \"Microsoft.Batch/batchAccounts\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"accountEndpoint\": \"ps9970.westus2.batch.azure.com\",\r\n \"nodeManagementEndpoint\": \"0a8ce2da-5709-4828-9cb9-745c20327ba1.westus2.service.batch.azure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"dedicatedCoreQuota\": 0,\r\n \"dedicatedCoreQuotaPerVMFamily\": [\r\n {\r\n \"name\": \"standardAv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardESv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv4Family\",\r\n \"coreQuota\": 0\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\": \"standardFFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVPromoFamily\",\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\": \"standardFSFamily\",\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\": \"standardLSv2Family\",\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\": \"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 \"name\": \"standardDAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEAv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEASv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardMSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEIv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NCASv3_T4 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardXEIDSv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"Standard NDASv4_A100 Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standard NDAMSv4_A100Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCSv2Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNPSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardFXMDVSFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSA100v4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEADSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardNVADSA10v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEBDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHBv4Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardHXFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLSv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardLASv3Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCADSH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNGADSV620v1Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNDMI300Xv5IBFamily\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNCCadsH100v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardNVadsV710v5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDlsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEav6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFalsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardFamsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardEiasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDasv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECasv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDCadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardECadsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLDSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"standardDPLSv5Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDpsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardDplsv6Family\",\r\n \"coreQuota\": 0\r\n },\r\n {\r\n \"name\": \"StandardEpsv6Family\",\r\n \"coreQuota\": 0\r\n }\r\n ],\r\n \"dedicatedCoreQuotaPerVMFamilyEnforced\": true,\r\n \"lowPriorityCoreQuota\": 0,\r\n \"poolQuota\": 100,\r\n \"activeJobAndJobScheduleQuota\": 300,\r\n \"poolAllocationMode\": \"BatchService\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"privateEndpointConnections\": [],\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Batch\"\r\n },\r\n \"allowedAuthenticationModes\": [\r\n \"SharedKey\",\r\n \"AAD\",\r\n \"TaskAuthenticationToken\"\r\n ]\r\n },\r\n \"identity\": {\r\n \"principalId\": \"eed21b8a-a4a8-434e-a04e-54fc2b9adec5\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourcegroups/ps8409?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlZ3JvdXBzL3BzODQwOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourcegroups/ps4279?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlZ3JvdXBzL3BzNDI3OT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "0198d575-630e-4b62-9f01-373cc2cd566d" + "d19f1949-c508-41de-bdcd-182ebed8a4da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -321,7 +327,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294476683744&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=XoFwehFvZ6DU25V9wPSYMb1MjyAbBPDICq8IvFc1piUoVaJE21JvwsxZlk00J9wtQgZBtHNq7JmeDEkD810L1wS8bInynjpbobdwGzvsjLS3Ye4lA9hzXy2vk8XlqDLA1LNFUb9k9ggvyCQOvIu8VS4cg-f4RC4MJ-1C5XVCutR7-ZotBWiq9EtjUqkivHNMjxyaR2EFackTQ93C80h-DDkRWhN1FKCRnr-lrV4p3m0UkMPe24mgl-bjkQ5HcK4Nw3eWsigrbavdoBz2C0Em3Dhq3ZGzdtIX6JupGF1p5w1QmZKOe04FYghXbUUakc11rBMGqPm1g1Lg4JxVX8LhmQ&h=dxwcaMkXwyoZRmkmba15q-K2gMiJfVzuZ0kbnXLFuxM" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449204073573&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=I9Pq-u-5eMJUjMK22Es7KkDoXQ82ObYhqPWqJVGL-TH5yVYb4XXWVic05RqXjMj7aR3xLN3nXguRuwiI1MlhpGIdjtaYVZR1v6WQDtqpdTPicxfIKfQur4diAYuS3nSBIkgNmgs6ONYlhbKWZPJBUx53BFEd75droGB0nqLkFHZvkdehw-BEceVfy_7JHahG7wmV9v2Lg3N_-E4yllrs6W6EZ5bpeRzHJxq7WlTQFy-Qdpdh_D43j6AF8ZeQc9VK0e3BCrlLTuq5hvsnk_X2Q4lC6-q-Bv9Kcl1ZmpfV4RcV03iDELLia_jCyQfuQu5gWKjWcfmgPn0D8XdJ_2mqiA&h=O_F0ENLvM5hPtCIp5Lwx6SceGUWB9mWaxtCOn_5qLoY" ], "Retry-After": [ "15" @@ -333,13 +339,13 @@ "11999" ], "x-ms-request-id": [ - "a7f64aea-6a53-42ee-ad17-880a31437a29" + "d333d92d-90e5-40e6-9cf8-b8d8251ed7bc" ], "x-ms-correlation-request-id": [ - "a7f64aea-6a53-42ee-ad17-880a31437a29" + "d333d92d-90e5-40e6-9cf8-b8d8251ed7bc" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211727Z:a7f64aea-6a53-42ee-ad17-880a31437a29" + "WESTUS2:20251030T181520Z:d333d92d-90e5-40e6-9cf8-b8d8251ed7bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -351,10 +357,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: F4772BE2E04F47CB99531E7FA730F972 Ref B: MNZ221060610029 Ref C: 2024-11-13T21:17:26Z" + "Ref A: BEE225493D4548E98AE6AC32B2F2521A Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:15:20Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:26 GMT" + "Thu, 30 Oct 2025 18:15:19 GMT" ], "Expires": [ "-1" @@ -367,15 +373,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294476683744&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=XoFwehFvZ6DU25V9wPSYMb1MjyAbBPDICq8IvFc1piUoVaJE21JvwsxZlk00J9wtQgZBtHNq7JmeDEkD810L1wS8bInynjpbobdwGzvsjLS3Ye4lA9hzXy2vk8XlqDLA1LNFUb9k9ggvyCQOvIu8VS4cg-f4RC4MJ-1C5XVCutR7-ZotBWiq9EtjUqkivHNMjxyaR2EFackTQ93C80h-DDkRWhN1FKCRnr-lrV4p3m0UkMPe24mgl-bjkQ5HcK4Nw3eWsigrbavdoBz2C0Em3Dhq3ZGzdtIX6JupGF1p5w1QmZKOe04FYghXbUUakc11rBMGqPm1g1Lg4JxVX8LhmQ&h=dxwcaMkXwyoZRmkmba15q-K2gMiJfVzuZ0kbnXLFuxM", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME1Ea3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk0NDc2NjgzNzQ0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVhvRndlaEZ2WjZEVTI1Vjl3UFNZTWIxTWp5QWJCUERJQ3E4SXZGYzFwaVVvVmFKRTIxSnZ3c3habGswMEo5d3RRZ1pCdEhOcTdKbWVERWtEODEwTDF3UzhiSW55bmpwYm9iZHdHenZzakxTM1llNGxBOWh6WHkydms4WGxxRExBMUxORlViOWs5Z2d2eUNRT3ZJdThWUzRjZy1mNFJDNE1KLTFDNVhWQ3V0UjctWm90QldpcTlFdGpVcWtpdkhOTWp4eWFSMkVGYWNrVFE5M0M4MGgtRERrUldoTjFGS0NSbnItbHJWNHAzbTBVa01QZTI0bWdsLWJqa1E1SGNLNE53M2VXc2lncmJhdmRvQnoyQzBFbTNEaHEzWkd6ZHRJWDZKdXBHRjFwNXcxUW1aS09lMDRGWWdoWGJVVWFrYzExckJNR3FQbTFnMUxnNEp4Vlg4TGhtUSZoPWR4d2NhTWtYd3lvWlJta21iYTE1cS1LMmdNaUpmVnp1WjBrYm5YTEZ1eE0=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449204073573&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=I9Pq-u-5eMJUjMK22Es7KkDoXQ82ObYhqPWqJVGL-TH5yVYb4XXWVic05RqXjMj7aR3xLN3nXguRuwiI1MlhpGIdjtaYVZR1v6WQDtqpdTPicxfIKfQur4diAYuS3nSBIkgNmgs6ONYlhbKWZPJBUx53BFEd75droGB0nqLkFHZvkdehw-BEceVfy_7JHahG7wmV9v2Lg3N_-E4yllrs6W6EZ5bpeRzHJxq7WlTQFy-Qdpdh_D43j6AF8ZeQc9VK0e3BCrlLTuq5hvsnk_X2Q4lC6-q-Bv9Kcl1ZmpfV4RcV03iDELLia_jCyQfuQu5gWKjWcfmgPn0D8XdJ_2mqiA&h=O_F0ENLvM5hPtCIp5Lwx6SceGUWB9mWaxtCOn_5qLoY", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU56a3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDQ5MjA0MDczNTczJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPUk5UHEtdS01ZU1KVWpNSzIyRXM3S2tEb1hRODJPYllocVBXcUpWR0wtVEg1eVZZYjRYWFdWaWMwNVJxWGpNajdhUjN4TE4zblhndVJ1d2lJMU1saHBHSWRqdGFZVlpSMXY2V1FEdHFwZFRQaWN4ZklLZlF1cjRkaUFZdVMzblNCSWtnTm1nczZPTllsaGJLV1pQSkJVeDUzQkZFZDc1ZHJvR0IwbnFMa0ZIWnZrZGVody1CRWNlVmZ5XzdKSGFoRzd3bVY5djJMZzNOXy1FNHlsbHJzNlc2RVo1YnBlUnpISnhxN1dsVFFGeS1RZHBkaF9ENDNqNkFGOFplUWM5VkswZTNCQ3JsTFR1cTVodnNua19YMlE0bEM2LXEtQnY5S2NsMVptcGZWNFJjVjAzaURFTExpYV9qQ3lRZnVRdTVnV0tqV2NmbWdQbjBEOFhkSl8ybXFpQSZoPU9fRjBFTkx2TTVoUHRDSXA1THd4NlNjZUdVV0I5bVdheHRDT25fNXFMb1k=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -387,7 +393,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294633330348&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=HkX6nHKVmtnohwddY1p_MvBYUuu42gVTD-BHGt-IMC4X8Ra5FAFHJqZCsoFu1hha9HfDwjTo2iCeJ2Ft8x_vEpgDjz7bS-na_DoijOjTkpugFy05N4nr1YgG4ZB8P9qfv2VeZFU16vhRL_5mvXK3V5KU3EVZdz-jSk1TyQLH0zZpSecEv-x5BEbEiwHnSvT_wmBUIz_jtt0INawl5jgmp6PNKhSb8Pq8A7d_LlG9ZgzB5BO6VPUXRweutME2H2LD_gIzZSQG67R4uc_n_cjnAJ2Ga9Q_6WW9xx1kzrzdl888y6Dex2JXZDt5eZ5Yk7eLrVgRF28dYJYOeEpbXCQ0Gw&h=FgYYzM93upmcfYYTd-quZzpBdBv1hlDyzDFdShy3rVc" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449354897359&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=esP7ca52bkDNap4vL2N1bzHg01QXIVa7PFQkxAZsnlxLz-_nXXANdFtjrdU33WJPp28qkoplubK1qV5QfNcOQqyPG1QOZUZj1heucwJxjPA0ngHl8swc0z1I5EFsSU1HTXgd9nzl8NbsS5v0RVj_O4ZdSW9U7f9U4oplghRDj_tGjnS9s-mdqXwBE8JFr-r8fs5CI0upZ2uiHoyJyeL3lTe07kxa17nNsNisYvl8Jqk8c8ZxoEq9VaJ1o4tZpQXu3KLaZSQaKonW-KAS7z6QoLMrpPQfuHEn5nYney9bJcevbsIHQcwkKT0FIwteh5ei3U1-aCpXyuKVIqwg6ORkDQ&h=xZte6i7sSSZff2e17-z3iDPrClRVWgiJDcSKBF2qcrc" ], "Retry-After": [ "15" @@ -399,13 +405,13 @@ "16499" ], "x-ms-request-id": [ - "c194d4d4-f1be-4016-97f3-7377a23f92b9" + "73fb086f-2a99-4e0d-affa-844c15caa9fd" ], "x-ms-correlation-request-id": [ - "c194d4d4-f1be-4016-97f3-7377a23f92b9" + "73fb086f-2a99-4e0d-affa-844c15caa9fd" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211743Z:c194d4d4-f1be-4016-97f3-7377a23f92b9" + "WESTUS2:20251030T181535Z:73fb086f-2a99-4e0d-affa-844c15caa9fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -417,10 +423,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 7176314855AA40B2A66B62B87915292D Ref B: MNZ221060610029 Ref C: 2024-11-13T21:17:42Z" + "Ref A: 928E9D6BF9AB41A588F8E666E8BA6E2B Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:15:35Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:42 GMT" + "Thu, 30 Oct 2025 18:15:34 GMT" ], "Expires": [ "-1" @@ -433,15 +439,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294633330348&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=HkX6nHKVmtnohwddY1p_MvBYUuu42gVTD-BHGt-IMC4X8Ra5FAFHJqZCsoFu1hha9HfDwjTo2iCeJ2Ft8x_vEpgDjz7bS-na_DoijOjTkpugFy05N4nr1YgG4ZB8P9qfv2VeZFU16vhRL_5mvXK3V5KU3EVZdz-jSk1TyQLH0zZpSecEv-x5BEbEiwHnSvT_wmBUIz_jtt0INawl5jgmp6PNKhSb8Pq8A7d_LlG9ZgzB5BO6VPUXRweutME2H2LD_gIzZSQG67R4uc_n_cjnAJ2Ga9Q_6WW9xx1kzrzdl888y6Dex2JXZDt5eZ5Yk7eLrVgRF28dYJYOeEpbXCQ0Gw&h=FgYYzM93upmcfYYTd-quZzpBdBv1hlDyzDFdShy3rVc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME1Ea3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk0NjMzMzMwMzQ4JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPUhrWDZuSEtWbXRub2h3ZGRZMXBfTXZCWVV1dTQyZ1ZURC1CSEd0LUlNQzRYOFJhNUZBRkhKcVpDc29GdTFoaGE5SGZEd2pUbzJpQ2VKMkZ0OHhfdkVwZ0RqejdiUy1uYV9Eb2lqT2pUa3B1Z0Z5MDVONG5yMVlnRzRaQjhQOXFmdjJWZVpGVTE2dmhSTF81bXZYSzNWNUtVM0VWWmR6LWpTazFUeVFMSDB6WnBTZWNFdi14NUJFYkVpd0huU3ZUX3dtQlVJel9qdHQwSU5hd2w1amdtcDZQTktoU2I4UHE4QTdkX0xsRzlaZ3pCNUJPNlZQVVhSd2V1dE1FMkgyTERfZ0l6WlNRRzY3UjR1Y19uX2NqbkFKMkdhOVFfNldXOXh4MWt6cnpkbDg4OHk2RGV4MkpYWkR0NWVaNVlrN2VMclZnUkYyOGRZSllPZUVwYlhDUTBHdyZoPUZnWVl6TTkzdXBtY2ZZWVRkLXF1WnpwQmRCdjFobER5ekRGZFNoeTNyVmM=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449354897359&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=esP7ca52bkDNap4vL2N1bzHg01QXIVa7PFQkxAZsnlxLz-_nXXANdFtjrdU33WJPp28qkoplubK1qV5QfNcOQqyPG1QOZUZj1heucwJxjPA0ngHl8swc0z1I5EFsSU1HTXgd9nzl8NbsS5v0RVj_O4ZdSW9U7f9U4oplghRDj_tGjnS9s-mdqXwBE8JFr-r8fs5CI0upZ2uiHoyJyeL3lTe07kxa17nNsNisYvl8Jqk8c8ZxoEq9VaJ1o4tZpQXu3KLaZSQaKonW-KAS7z6QoLMrpPQfuHEn5nYney9bJcevbsIHQcwkKT0FIwteh5ei3U1-aCpXyuKVIqwg6ORkDQ&h=xZte6i7sSSZff2e17-z3iDPrClRVWgiJDcSKBF2qcrc", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU56a3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDQ5MzU0ODk3MzU5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPWVzUDdjYTUyYmtETmFwNHZMMk4xYnpIZzAxUVhJVmE3UEZRa3hBWnNubHhMei1fblhYQU5kRnRqcmRVMzNXSlBwMjhxa29wbHViSzFxVjVRZk5jT1FxeVBHMVFPWlVaajFoZXVjd0p4alBBMG5nSGw4c3djMHoxSTVFRnNTVTFIVFhnZDluemw4TmJzUzV2MFJWal9PNFpkU1c5VTdmOVU0b3BsZ2hSRGpfdEdqblM5cy1tZHFYd0JFOEpGci1yOGZzNUNJMHVwWjJ1aUhveUp5ZUwzbFRlMDdreGExN25Oc05pc1l2bDhKcWs4YzhaeG9FcTlWYUoxbzR0WnBRWHUzS0xhWlNRYUtvblctS0FTN3o2UW9MTXJwUFFmdUhFbjVuWW5leTliSmNldmJzSUhRY3drS1QwRkl3dGVoNWVpM1UxLWFDcFh5dUtWSXF3ZzZPUmtEUSZoPXhadGU2aTdzU1NaZmYyZTE3LXozaURQckNsUlZXZ2lKRGNTS0JGMnFjcmM=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -453,7 +459,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294786727432&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=MLSq8s7F_QT783wSdgrbm2d02cpSaM4WibcmkCwHE3TgKgDWHKitff5NilVP6g8qle15WqlD4njnZYfXJfDqW9hK215yPg6GkXYvRr0BTgjs0nMzEKR10PTozN0dzNemV7XGaAMUCGKXJRBob_2cLrujqKhXBm4U_wFGLetc5xhdqNBJtoAMi-zEkODvcq8veUhfTtgngGbXnMJdqgjZIA6woJsPA7nUpqxMwC4E7sCjjXjCK6rF6S183YEfb1YH3b2sSTIftJzh3Ej9DuRBPoB7fFxN8g8Kx0esm569znbebUrup_TLjQkely4jga9dIqRpCo2yUXdI4iNaWI68gA&h=tvxjM2zaqMvJSrS6qkL0RHsvuJNfkimZ_dMLRtP1_vg" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449505717624&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MSWZ8YgEGWlXpU7-jDqzel5677FeHinDfJsdD50KoG1Kf8qdO7ibCND4PpCr5-w8BCdMB0EjmmTyq0VFg-3nasK9BASIx1mI2dCfKizHN-tjgzvcipY9yLUOHmAugsL9Q9VfVJk3in51W2-brgoq5YyQTX1THahPtYl6ht0ShH7VxvsZGZB2dclXSa_ePV8ge0r2GGWVmd0WZW9KBk1xoWYjvtUFEg05_FK8il1WQupBm1wHHdBF67rA1u6xf8lSG3JfJXaZe0wGnCqeDArL52vlXdxVpyJSwuIPx0i6prEm9xbzo9kd66NV4Hw-JqivJdwneV9t7ooTVrOOUTI9Bw&h=rDihQyt-TKDwWCzI8VyBPiVfW_AU43fNIXTjLmcjDGM" ], "Retry-After": [ "15" @@ -465,13 +471,13 @@ "16499" ], "x-ms-request-id": [ - "c8cc8a49-fbbe-42fb-ab51-2617823b8420" + "e1defb30-b0ac-415d-b9c3-606cfe9e6aa6" ], "x-ms-correlation-request-id": [ - "c8cc8a49-fbbe-42fb-ab51-2617823b8420" + "e1defb30-b0ac-415d-b9c3-606cfe9e6aa6" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211758Z:c8cc8a49-fbbe-42fb-ab51-2617823b8420" + "WESTUS2:20251030T181550Z:e1defb30-b0ac-415d-b9c3-606cfe9e6aa6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,10 +489,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 3E2A154A082B4973B04DE64EB9846AFE Ref B: MNZ221060610029 Ref C: 2024-11-13T21:17:58Z" + "Ref A: 832DA6C73DE146A3A2F566ED6B5A6211 Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:15:50Z" ], "Date": [ - "Wed, 13 Nov 2024 21:17:57 GMT" + "Thu, 30 Oct 2025 18:15:49 GMT" ], "Expires": [ "-1" @@ -499,15 +505,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294786727432&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=MLSq8s7F_QT783wSdgrbm2d02cpSaM4WibcmkCwHE3TgKgDWHKitff5NilVP6g8qle15WqlD4njnZYfXJfDqW9hK215yPg6GkXYvRr0BTgjs0nMzEKR10PTozN0dzNemV7XGaAMUCGKXJRBob_2cLrujqKhXBm4U_wFGLetc5xhdqNBJtoAMi-zEkODvcq8veUhfTtgngGbXnMJdqgjZIA6woJsPA7nUpqxMwC4E7sCjjXjCK6rF6S183YEfb1YH3b2sSTIftJzh3Ej9DuRBPoB7fFxN8g8Kx0esm569znbebUrup_TLjQkely4jga9dIqRpCo2yUXdI4iNaWI68gA&h=tvxjM2zaqMvJSrS6qkL0RHsvuJNfkimZ_dMLRtP1_vg", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME1Ea3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk0Nzg2NzI3NDMyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPU1MU3E4czdGX1FUNzgzd1NkZ3JibTJkMDJjcFNhTTRXaWJjbWtDd0hFM1RnS2dEV0hLaXRmZjVOaWxWUDZnOHFsZTE1V3FsRDRuam5aWWZYSmZEcVc5aEsyMTV5UGc2R2tYWXZScjBCVGdqczBuTXpFS1IxMFBUb3pOMGR6TmVtVjdYR2FBTVVDR0tYSlJCb2JfMmNMcnVqcUtoWEJtNFVfd0ZHTGV0YzV4aGRxTkJKdG9BTWktekVrT0R2Y3E4dmVVaGZUdGduZ0diWG5NSmRxZ2paSUE2d29Kc1BBN25VcHF4TXdDNEU3c0NqalhqQ0s2ckY2UzE4M1lFZmIxWUgzYjJzU1RJZnRKemgzRWo5RHVSQlBvQjdmRnhOOGc4S3gwZXNtNTY5em5iZWJVcnVwX1RMalFrZWx5NGpnYTlkSXFScENvMnlVWGRJNGlOYVdJNjhnQSZoPXR2eGpNMnphcU12SlNyUzZxa0wwUkhzdnVKTmZraW1aX2RNTFJ0UDFfdmc=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449505717624&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MSWZ8YgEGWlXpU7-jDqzel5677FeHinDfJsdD50KoG1Kf8qdO7ibCND4PpCr5-w8BCdMB0EjmmTyq0VFg-3nasK9BASIx1mI2dCfKizHN-tjgzvcipY9yLUOHmAugsL9Q9VfVJk3in51W2-brgoq5YyQTX1THahPtYl6ht0ShH7VxvsZGZB2dclXSa_ePV8ge0r2GGWVmd0WZW9KBk1xoWYjvtUFEg05_FK8il1WQupBm1wHHdBF67rA1u6xf8lSG3JfJXaZe0wGnCqeDArL52vlXdxVpyJSwuIPx0i6prEm9xbzo9kd66NV4Hw-JqivJdwneV9t7ooTVrOOUTI9Bw&h=rDihQyt-TKDwWCzI8VyBPiVfW_AU43fNIXTjLmcjDGM", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU56a3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDQ5NTA1NzE3NjI0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPU1TV1o4WWdFR1dsWHBVNy1qRHF6ZWw1Njc3RmVIaW5EZkpzZEQ1MEtvRzFLZjhxZE83aWJDTkQ0UHBDcjUtdzhCQ2RNQjBFam1tVHlxMFZGZy0zbmFzSzlCQVNJeDFtSTJkQ2ZLaXpITi10amd6dmNpcFk5eUxVT0htQXVnc0w5UTlWZlZKazNpbjUxVzItYnJnb3E1WXlRVFgxVEhhaFB0WWw2aHQwU2hIN1Z4dnNaR1pCMmRjbFhTYV9lUFY4Z2UwcjJHR1dWbWQwV1pXOUtCazF4b1dZanZ0VUZFZzA1X0ZLOGlsMVdRdXBCbTF3SEhkQkY2N3JBMXU2eGY4bFNHM0pmSlhhWmUwd0duQ3FlREFyTDUydmxYZHhWcHlKU3d1SVB4MGk2cHJFbTl4YnpvOWtkNjZOVjRIdy1KcWl2SmR3bmVWOXQ3b29UVnJPT1VUSTlCdyZoPXJEaWhReXQtVEtEd1dDekk4VnlCUGlWZldfQVU0M2ZOSVhUakxtY2pER00=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -519,7 +525,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294940874786&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=SAfA26HlBmSIQqtdaB86MVAJ1Q5b87xe4JSl-FuleFBchzrEmTUF_6m3tSgxaWrcOFIxYsuX_eJCGdOScdARm0zmR-ZvF9O_yV-UQ1PS3T4OjaGKMBaxypm8euuhpsXbmxSu0kaVkSitRevGh4v6XW5ZvJjv2CraM5JFXirCRst5CYGsBrr2ZkkB9036v-Di_evD5jQ7HRY1KwGN9pZsvws4nIyofo0wGlz8q2z5XmmXboxVI_0VXRsBmoejCFRfkrMhkZVc6Ygh65SI6cHrCVNhp2G5G4nSSQHroInE1Id1WFM5MCirav_bLF1lnW_dqQ3NrY1_1wG1NbZ51sjRpA&h=Un7mgBibzMZT-HM3vcfzwZpe9FtK74HUtnclKkK0i70" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449656492045&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=l16mmAgf4FrAetAwnvPwOsrzqRFaIR8AuyRYQc3ZbL93uZS9OSnyIbDIjIzsiNgOWdNMZOPXwX3oJq1uz9jqDP7LAez5TEKr_d0p-uOr5Vr64JXpj161SFD4TQUBjAXMD51AMcGXX2LjdcrudChcjODfismGcMqVy1TUFDVg1qSlhhgRaTMwzYgnIYDHIUZSht8WImp0CTnGTLBr-nR5KzQPIWEpipGhxg4zKIZSg5EgRsmySUQEhk-KB1nfV2P1PVQu0CKUD1MvEiNa70cDanlOKYsZ0Cl3prVoAd1FEXfoVnOPJ37zn_qfeEQnwFeDMxH4Oco9ANo-vIlECNqVoA&h=_KsS8UIYQBy50a2fQ1RMiEKAdqiXq_gCssMYLMiGzS4" ], "Retry-After": [ "15" @@ -531,13 +537,13 @@ "16499" ], "x-ms-request-id": [ - "1831e500-65ea-4a72-8679-066cd17fed8e" + "cd888271-68ba-4a6e-a3c6-333814955d31" ], "x-ms-correlation-request-id": [ - "1831e500-65ea-4a72-8679-066cd17fed8e" + "cd888271-68ba-4a6e-a3c6-333814955d31" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211814Z:1831e500-65ea-4a72-8679-066cd17fed8e" + "WESTUS2:20251030T181605Z:cd888271-68ba-4a6e-a3c6-333814955d31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -549,10 +555,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 9DFFE5B0C5F94902827CCA3251F0B96E Ref B: MNZ221060610029 Ref C: 2024-11-13T21:18:13Z" + "Ref A: F8DBE401B6CE428DB3046BE757FC47FE Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:16:05Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:13 GMT" + "Thu, 30 Oct 2025 18:16:04 GMT" ], "Expires": [ "-1" @@ -565,15 +571,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671294940874786&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=SAfA26HlBmSIQqtdaB86MVAJ1Q5b87xe4JSl-FuleFBchzrEmTUF_6m3tSgxaWrcOFIxYsuX_eJCGdOScdARm0zmR-ZvF9O_yV-UQ1PS3T4OjaGKMBaxypm8euuhpsXbmxSu0kaVkSitRevGh4v6XW5ZvJjv2CraM5JFXirCRst5CYGsBrr2ZkkB9036v-Di_evD5jQ7HRY1KwGN9pZsvws4nIyofo0wGlz8q2z5XmmXboxVI_0VXRsBmoejCFRfkrMhkZVc6Ygh65SI6cHrCVNhp2G5G4nSSQHroInE1Id1WFM5MCirav_bLF1lnW_dqQ3NrY1_1wG1NbZ51sjRpA&h=Un7mgBibzMZT-HM3vcfzwZpe9FtK74HUtnclKkK0i70", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME1Ea3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk0OTQwODc0Nzg2JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVNBZkEyNkhsQm1TSVFxdGRhQjg2TVZBSjFRNWI4N3hlNEpTbC1GdWxlRkJjaHpyRW1UVUZfNm0zdFNneGFXcmNPRkl4WXN1WF9lSkNHZE9TY2RBUm0wem1SLVp2RjlPX3lWLVVRMVBTM1Q0T2phR0tNQmF4eXBtOGV1dWhwc1hibXhTdTBrYVZrU2l0UmV2R2g0djZYVzVadkpqdjJDcmFNNUpGWGlyQ1JzdDVDWUdzQnJyMlpra0I5MDM2di1EaV9ldkQ1alE3SFJZMUt3R045cFpzdndzNG5JeW9mbzB3R2x6OHEyejVYbW1YYm94VklfMFZYUnNCbW9lakNGUmZrck1oa1pWYzZZZ2g2NVNJNmNIckNWTmhwMkc1RzRuU1NRSHJvSW5FMUlkMVdGTTVNQ2lyYXZfYkxGMWxuV19kcVEzTnJZMV8xd0cxTmJaNTFzalJwQSZoPVVuN21nQmliek1aVC1ITTN2Y2Z6d1pwZTlGdEs3NEhVdG5jbEtrSzBpNzA=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449656492045&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=l16mmAgf4FrAetAwnvPwOsrzqRFaIR8AuyRYQc3ZbL93uZS9OSnyIbDIjIzsiNgOWdNMZOPXwX3oJq1uz9jqDP7LAez5TEKr_d0p-uOr5Vr64JXpj161SFD4TQUBjAXMD51AMcGXX2LjdcrudChcjODfismGcMqVy1TUFDVg1qSlhhgRaTMwzYgnIYDHIUZSht8WImp0CTnGTLBr-nR5KzQPIWEpipGhxg4zKIZSg5EgRsmySUQEhk-KB1nfV2P1PVQu0CKUD1MvEiNa70cDanlOKYsZ0Cl3prVoAd1FEXfoVnOPJ37zn_qfeEQnwFeDMxH4Oco9ANo-vIlECNqVoA&h=_KsS8UIYQBy50a2fQ1RMiEKAdqiXq_gCssMYLMiGzS4", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU56a3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDQ5NjU2NDkyMDQ1JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPWwxNm1tQWdmNEZyQWV0QXdudlB3T3NyenFSRmFJUjhBdXlSWVFjM1piTDkzdVpTOU9TbnlJYkRJakl6c2lOZ09XZE5NWk9QWHdYM29KcTF1ejlqcURQN0xBZXo1VEVLcl9kMHAtdU9yNVZyNjRKWHBqMTYxU0ZENFRRVUJqQVhNRDUxQU1jR1hYMkxqZGNydWRDaGNqT0RmaXNtR2NNcVZ5MVRVRkRWZzFxU2xoaGdSYVRNd3pZZ25JWURISVVaU2h0OFdJbXAwQ1RuR1RMQnItblI1S3pRUElXRXBpcEdoeGc0ektJWlNnNUVnUnNteVNVUUVoay1LQjFuZlYyUDFQVlF1MENLVUQxTXZFaU5hNzBjRGFubE9LWXNaMENsM3ByVm9BZDFGRVhmb1ZuT1BKMzd6bl9xZmVFUW53RmVETXhINE9jbzlBTm8tdklsRUNOcVZvQSZoPV9Lc1M4VUlZUUJ5NTBhMmZRMVJNaUVLQWRxaVhxX2dDc3NNWUxNaUd6UzQ=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -585,7 +591,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671295093416445&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=VjadaR4kbJQmCxNULX5QfkCrZVLfkszK0Mvt6KZ-Y8wD1wZqmARxm78Q2WWEhGXqB8XTQRY9MCRIlRO5W4oG4IX7WSt_YQ637hv0sZsSqgr1gEwO6iwyCesSdcr_dOxqyxWJOebXu_8A7Vid6E-IfuS4hWyozC08ysNzq5L4Zm3cIq869JY_7sP97YXmbzwJ5VKRLIIqGQCqcbeo75lbb_RmCTyf44x5LkjJNd3gKqE2LvJLRDtAMaK2rzeIY89HJ1h7VL4zHHZ2RCSVBpS39VkvSn13EzU4yY2yorDoWVPSQkk9mXVJuJID5fDVK4O3H19Hsa6pyGzk-q7SedoEww&h=Ca1NGJEvSOqrc9nvuAJ0f_WuZ6H7ZeoqsHlupwGt9sc" + "https://management.azure.com/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449807959209&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MiHRbIuuwzY4OOZ6bxzkmczDTU8Yg5Dd_Uguk-IzsIgncp15UNfl5l618KiAGey5gsOlJcmHi7l-GNW80fdUFFCfvsLo1ztrZ9a5YFlYAmwJ2Sg5-gV76db-hA2O2mtYmnRqbIusVKbkl6xnDncnf64M7KZDzrITbfNVqzfcMOzZiJUNVuE-glmPsXZIUlXeGRgwHTOOIH70c08iJLxQjERuAFzcjLnkBv-QVDj_nY80iMMb9bvTsvxSvl9y3tS9xArsp1enXbSMJQF4e689zA0SskeLjt3UWZ8HH9Rf4Yop_wmo6TUQpolR7FiWBwTC-6GeATobxDfRQQD72xxPLQ&h=eYxwCGukHzwTcHTooE0qBQFnH771pk5THEspZyAbkGw" ], "Retry-After": [ "15" @@ -594,16 +600,16 @@ "1099" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16497" + "16499" ], "x-ms-request-id": [ - "36ec422b-e085-43f4-98c7-5bc298cf2bd1" + "5e06da7a-306b-44c2-b5c5-14bbfb8ce2a0" ], "x-ms-correlation-request-id": [ - "36ec422b-e085-43f4-98c7-5bc298cf2bd1" + "5e06da7a-306b-44c2-b5c5-14bbfb8ce2a0" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211829Z:36ec422b-e085-43f4-98c7-5bc298cf2bd1" + "WESTUS2:20251030T181620Z:5e06da7a-306b-44c2-b5c5-14bbfb8ce2a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -615,10 +621,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: B21A9C852BF8469FB9C17ABEA793C282 Ref B: MNZ221060610029 Ref C: 2024-11-13T21:18:29Z" + "Ref A: BA2F5BBE20784114AED460F8468D216B Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:16:20Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:28 GMT" + "Thu, 30 Oct 2025 18:16:20 GMT" ], "Expires": [ "-1" @@ -631,15 +637,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671295093416445&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=VjadaR4kbJQmCxNULX5QfkCrZVLfkszK0Mvt6KZ-Y8wD1wZqmARxm78Q2WWEhGXqB8XTQRY9MCRIlRO5W4oG4IX7WSt_YQ637hv0sZsSqgr1gEwO6iwyCesSdcr_dOxqyxWJOebXu_8A7Vid6E-IfuS4hWyozC08ysNzq5L4Zm3cIq869JY_7sP97YXmbzwJ5VKRLIIqGQCqcbeo75lbb_RmCTyf44x5LkjJNd3gKqE2LvJLRDtAMaK2rzeIY89HJ1h7VL4zHHZ2RCSVBpS39VkvSn13EzU4yY2yorDoWVPSQkk9mXVJuJID5fDVK4O3H19Hsa6pyGzk-q7SedoEww&h=Ca1NGJEvSOqrc9nvuAJ0f_WuZ6H7ZeoqsHlupwGt9sc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME1Ea3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk1MDkzNDE2NDQ1JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVZqYWRhUjRrYkpRbUN4TlVMWDVRZmtDclpWTGZrc3pLME12dDZLWi1ZOHdEMXdacW1BUnhtNzhRMldXRWhHWHFCOFhUUVJZOU1DUklsUk81VzRvRzRJWDdXU3RfWVE2MzdodjBzWnNTcWdyMWdFd082aXd5Q2VzU2Rjcl9kT3hxeXhXSk9lYlh1XzhBN1ZpZDZFLUlmdVM0aFd5b3pDMDh5c056cTVMNFptM2NJcTg2OUpZXzdzUDk3WVhtYnp3SjVWS1JMSUlxR1FDcWNiZW83NWxiYl9SbUNUeWY0NHg1TGtqSk5kM2dLcUUyTHZKTFJEdEFNYUsycnplSVk4OUhKMWg3Vkw0ekhIWjJSQ1NWQnBTMzlWa3ZTbjEzRXpVNHlZMnlvckRvV1ZQU1FrazltWFZKdUpJRDVmRFZLNE8zSDE5SHNhNnB5R3prLXE3U2Vkb0V3dyZoPUNhMU5HSkV2U09xcmM5bnZ1QUowZl9XdVo2SDdaZW9xc0hsdXB3R3Q5c2M=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449807959209&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MiHRbIuuwzY4OOZ6bxzkmczDTU8Yg5Dd_Uguk-IzsIgncp15UNfl5l618KiAGey5gsOlJcmHi7l-GNW80fdUFFCfvsLo1ztrZ9a5YFlYAmwJ2Sg5-gV76db-hA2O2mtYmnRqbIusVKbkl6xnDncnf64M7KZDzrITbfNVqzfcMOzZiJUNVuE-glmPsXZIUlXeGRgwHTOOIH70c08iJLxQjERuAFzcjLnkBv-QVDj_nY80iMMb9bvTsvxSvl9y3tS9xArsp1enXbSMJQF4e689zA0SskeLjt3UWZ8HH9Rf4Yop_wmo6TUQpolR7FiWBwTC-6GeATobxDfRQQD72xxPLQ&h=eYxwCGukHzwTcHTooE0qBQFnH771pk5THEspZyAbkGw", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU56a3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDQ5ODA3OTU5MjA5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPU1pSFJiSXV1d3pZNE9PWjZieHprbWN6RFRVOFlnNURkX1VndWstSXpzSWduY3AxNVVOZmw1bDYxOEtpQUdleTVnc09sSmNtSGk3bC1HTlc4MGZkVUZGQ2Z2c0xvMXp0clo5YTVZRmxZQW13SjJTZzUtZ1Y3NmRiLWhBMk8ybXRZbW5ScWJJdXNWS2JrbDZ4bkRuY25mNjRNN0taRHpySVRiZk5WcXpmY01PelppSlVOVnVFLWdsbVBzWFpJVWxYZUdSZ3dIVE9PSUg3MGMwOGlKTHhRakVSdUFGemNqTG5rQnYtUVZEal9uWTgwaU1NYjlidlRzdnhTdmw5eTN0Uzl4QXJzcDFlblhiU01KUUY0ZTY4OXpBMFNza2VManQzVVdaOEhIOVJmNFlvcF93bW82VFVRcG9sUjdGaVdCd1RDLTZHZUFUb2J4RGZSUVFENzJ4eFBMUSZoPWVZeHdDR3VrSHp3VGNIVG9vRTBxQlFGbkg3NzFwazVUSEVzcFp5QWJrR3c=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -657,13 +663,13 @@ "16499" ], "x-ms-request-id": [ - "ea5a3084-d3a5-4318-9a9e-1e8aefe02ca2" + "2aeb8841-1219-4c65-b29b-d7f85bb2c78b" ], "x-ms-correlation-request-id": [ - "ea5a3084-d3a5-4318-9a9e-1e8aefe02ca2" + "2aeb8841-1219-4c65-b29b-d7f85bb2c78b" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211844Z:ea5a3084-d3a5-4318-9a9e-1e8aefe02ca2" + "WESTUS2:20251030T181635Z:2aeb8841-1219-4c65-b29b-d7f85bb2c78b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -675,10 +681,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 9AA0FEEF869E4337AF6CE7A0DE742DC8 Ref B: MNZ221060610029 Ref C: 2024-11-13T21:18:44Z" + "Ref A: 5C7E4081E35D4EB59054CBE17076D1E5 Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:16:35Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:43 GMT" + "Thu, 30 Oct 2025 18:16:35 GMT" ], "Expires": [ "-1" @@ -691,15 +697,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzg0MDktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638671295093416445&c=MIIHhzCCBm-gAwIBAgITHgVqhF9GOoUjuyqQWAAABWqEXzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDYwHhcNMjQwOTIwMjMxMTQxWhcNMjUwMzE5MjMxMTQxWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKRtcYDBXS7zz5tRtvVyhrUAjudYhej1E2D3dp6XWuPdbVMbQZwMlye8vdT-kDhFD7T2mrdWqsoGnTGk0_xOHBfLGnW-0QRUqpeoTNIhu8vc2CfTUtm2t2s_-fzvFtRyhDA4mfCH1cz92EVj0vd3FD4ikW6bdOp1NkYFqUVBhKlbvJk6y-TbLFBLP5Zx4m0Ua-_P7aMzbgvOJgMOTC2jLs5w_lFDJWeP3IKUOiJmrfLpf4ey5Ov94oCE6YncDBSHJZKWcrSxDHgSz9AXrxarL4HLajGbF3MRvfkMN2gNXCoiJXBEqCLDnyQZ0BgXIvuK7vG8Rj0TyhJNj-QPr8taY6UCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CTDJQS0lJTlRDQTAyLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA2LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQkwyUEtJSU5UQ0EwMi5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNi5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JMMlBLSUlOVENBMDIuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3J0MB0GA1UdDgQWBBRKlJQpFyyZKSchkTlshetYOUX7xzAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDYuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTxRmjG8cPwKy19i2rhsvm-NfzRQTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAG0WbzLPsmSSMI7aTe2npixmkdCmwcdZHGd43tUnB8JKrLNJEFcBsQmbcIH0adpnQNrDgRkNBBOTZ4s1LIBlRQapZpPsRItAMUguVpGVRH08T0i43w9xrp_clNbAJrrfRbmYroF0WJKMJ0nwW2rPjxdevSRygGK_nEfywwFi-p1RhHnkiEGL4GnP7PpQcRvAYMdH9LO5MRY7iLbBmosKatS_eWtSJD1CvzglNwy_vQzx81Vnk0CgndqXcVq-loGu7R4U7mkQ2NNqLbp447STxkpP-6Mdyv8J4bdnf1s3vFBNpgvJWKogWcNLlo8jnkbEf6RPNGe1W5lma7JwMKAcPzY&s=VjadaR4kbJQmCxNULX5QfkCrZVLfkszK0Mvt6KZ-Y8wD1wZqmARxm78Q2WWEhGXqB8XTQRY9MCRIlRO5W4oG4IX7WSt_YQ637hv0sZsSqgr1gEwO6iwyCesSdcr_dOxqyxWJOebXu_8A7Vid6E-IfuS4hWyozC08ysNzq5L4Zm3cIq869JY_7sP97YXmbzwJ5VKRLIIqGQCqcbeo75lbb_RmCTyf44x5LkjJNd3gKqE2LvJLRDtAMaK2rzeIY89HJ1h7VL4zHHZ2RCSVBpS39VkvSn13EzU4yY2yorDoWVPSQkk9mXVJuJID5fDVK4O3H19Hsa6pyGzk-q7SedoEww&h=Ca1NGJEvSOqrc9nvuAJ0f_WuZ6H7ZeoqsHlupwGt9sc", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpnME1Ea3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4NjcxMjk1MDkzNDE2NDQ1JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRIZ1ZxaEY5R09vVWp1eXFRV0FBQUJXcUVYekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURZd0hoY05NalF3T1RJd01qTXhNVFF4V2hjTk1qVXdNekU1TWpNeE1UUXhXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS1J0Y1lEQlhTN3p6NXRSdHZWeWhyVUFqdWRZaGVqMUUyRDNkcDZYV3VQZGJWTWJRWndNbHllOHZkVC1rRGhGRDdUMm1yZFdxc29HblRHazBfeE9IQmZMR25XLTBRUlVxcGVvVE5JaHU4dmMyQ2ZUVXRtMnQyc18tZnp2RnRSeWhEQTRtZkNIMWN6OTJFVmowdmQzRkQ0aWtXNmJkT3AxTmtZRnFVVkJoS2xidkprNnktVGJMRkJMUDVaeDRtMFVhLV9QN2FNemJndk9KZ01PVEMyakxzNXdfbEZESldlUDNJS1VPaUptcmZMcGY0ZXk1T3Y5NG9DRTZZbmNEQlNISlpLV2NyU3hESGdTejlBWHJ4YXJMNEhMYWpHYkYzTVJ2ZmtNTjJnTlhDb2lKWEJFcUNMRG55UVowQmdYSXZ1Szd2RzhSajBUeWhKTmotUVByOHRhWTZVQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRa3d5VUV0SlNVNVVRMEV3TWk1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05pNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBKTU1sQkxTVWxPVkVOQk1ESXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOUNUREpRUzBsSlRsUkRRVEF5TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMkxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWt3eVVFdEpTVTVVUTBFd01pNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOaTVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwSk1NbEJMU1VsT1ZFTkJNREl1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSjBNQjBHQTFVZERnUVdCQlJLbEpRcEZ5eVpLU2Noa1Rsc2hldFlPVVg3eHpBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURZdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFl1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EWXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JUeFJtakc4Y1B3S3kxOWkycmhzdm0tTmZ6UlFUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUcwV2J6TFBzbVNTTUk3YVRlMm5waXhta2RDbXdjZFpIR2Q0M3RVbkI4SktyTE5KRUZjQnNRbWJjSUgwYWRwblFOckRnUmtOQkJPVFo0czFMSUJsUlFhcFpwUHNSSXRBTVVndVZwR1ZSSDA4VDBpNDN3OXhycF9jbE5iQUpycmZSYm1Zcm9GMFdKS01KMG53VzJyUGp4ZGV2U1J5Z0dLX25FZnl3d0ZpLXAxUmhIbmtpRUdMNEduUDdQcFFjUnZBWU1kSDlMTzVNUlk3aUxiQm1vc0thdFNfZVd0U0pEMUN2emdsTnd5X3ZReng4MVZuazBDZ25kcVhjVnEtbG9HdTdSNFU3bWtRMk5OcUxicDQ0N1NUeGtwUC02TWR5djhKNGJkbmYxczN2RkJOcGd2SldLb2dXY05MbG84am5rYkVmNlJQTkdlMVc1bG1hN0p3TUtBY1B6WSZzPVZqYWRhUjRrYkpRbUN4TlVMWDVRZmtDclpWTGZrc3pLME12dDZLWi1ZOHdEMXdacW1BUnhtNzhRMldXRWhHWHFCOFhUUVJZOU1DUklsUk81VzRvRzRJWDdXU3RfWVE2MzdodjBzWnNTcWdyMWdFd082aXd5Q2VzU2Rjcl9kT3hxeXhXSk9lYlh1XzhBN1ZpZDZFLUlmdVM0aFd5b3pDMDh5c056cTVMNFptM2NJcTg2OUpZXzdzUDk3WVhtYnp3SjVWS1JMSUlxR1FDcWNiZW83NWxiYl9SbUNUeWY0NHg1TGtqSk5kM2dLcUUyTHZKTFJEdEFNYUsycnplSVk4OUhKMWg3Vkw0ekhIWjJSQ1NWQnBTMzlWa3ZTbjEzRXpVNHlZMnlvckRvV1ZQU1FrazltWFZKdUpJRDVmRFZLNE8zSDE5SHNhNnB5R3prLXE3U2Vkb0V3dyZoPUNhMU5HSkV2U09xcmM5bnZ1QUowZl9XdVo2SDdaZW9xc0hsdXB3R3Q5c2M=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQyNzktV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2016-09-01&t=638974449807959209&c=MIIHhzCCBm-gAwIBAgITfAldUuOkqyWaFWVmdAAACV1S4zANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjUxMDIxMDgxMjA1WhcNMjYwNDE5MDgxMjA1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK6VhHo7SMnPI07xSUC0EKrS_gaAU3t2sorvXTakEJppgrr-M5q-yAFDicwNGCe2zSU9ZvGBPI46D9PesTntz4RhQO5-Dkx5G8vC9lZ0WV6mem5Hsnf78kDXgYxzLyAaMKv9WjuZNcTaFQKdrPAx-ZS-2EebUB404VhX1yJ3S4C3QHTpXASyoAbFfGV8tHPGM7q2s_Qr9qBJ5RUnI0t_oD0IJ_dyn_wQvIsgBjpGMentNk7AKNnJ7dWOCU76BFL9ZQAP9lNuU68JHjdsD1lABOX7Jtcv8FrW2zWgZn6TOHf9rY990h8zyuY_EBAr0xrbFD0i_O184Iy9gHWqScS_2CkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBTUpdRlqz5GkJ77fs3HRMz2Z_W49DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwIwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAGQmJdPitlGjIwFSf4WsFmLr4W3CmkUpm4HxfZATnxnP9vV2uH5f01rfg_lA-Q0s4GMqkftMAVNRm0Ta6w_NRSLRZO2GWa65KrQ8ITCuGR12jMTYPqYgqEIaBQAqqxvtTisw6-_rDdMBbWwvTo6h0yR_Rw0GGgX1C4WUYhFJq-o90nFF2qZEFQJht7ni8RYQonaxB281z64rp0rlXCz8r3rJXIR2RLC48IA1los4mZYaxAv_Y_LPYwZUQ_V0_YrSGK5KMJp6exPToKF_DePs6j27AncGilbWo9t96F-yKBPD57WulOVgbYwNKAZ_Klbw0ur-YLdTdCaIbUiNhmGTDvY&s=MiHRbIuuwzY4OOZ6bxzkmczDTU8Yg5Dd_Uguk-IzsIgncp15UNfl5l618KiAGey5gsOlJcmHi7l-GNW80fdUFFCfvsLo1ztrZ9a5YFlYAmwJ2Sg5-gV76db-hA2O2mtYmnRqbIusVKbkl6xnDncnf64M7KZDzrITbfNVqzfcMOzZiJUNVuE-glmPsXZIUlXeGRgwHTOOIH70c08iJLxQjERuAFzcjLnkBv-QVDj_nY80iMMb9bvTsvxSvl9y3tS9xArsp1enXbSMJQF4e689zA0SskeLjt3UWZ8HH9Rf4Yop_wmo6TUQpolR7FiWBwTC-6GeATobxDfRQQD72xxPLQ&h=eYxwCGukHzwTcHTooE0qBQFnH771pk5THEspZyAbkGw", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpReU56a3RWMFZUVkZWVE1pSXNJbXB2WWt4dlkyRjBhVzl1SWpvaWQyVnpkSFZ6TWlKOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAxJnQ9NjM4OTc0NDQ5ODA3OTU5MjA5JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQWxkVXVPa3F5V2FGV1ZtZEFBQUNWMVM0ekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalV4TURJeE1EZ3hNakExV2hjTk1qWXdOREU1TURneE1qQTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBSzZWaEhvN1NNblBJMDd4U1VDMEVLclNfZ2FBVTN0MnNvcnZYVGFrRUpwcGdyci1NNXEteUFGRGljd05HQ2UyelNVOVp2R0JQSTQ2RDlQZXNUbnR6NFJoUU81LURreDVHOHZDOWxaMFdWNm1lbTVIc25mNzhrRFhnWXh6THlBYU1LdjlXanVaTmNUYUZRS2RyUEF4LVpTLTJFZWJVQjQwNFZoWDF5SjNTNEMzUUhUcFhBU3lvQWJGZkdWOHRIUEdNN3Eyc19RcjlxQko1UlVuSTB0X29EMElKX2R5bl93UXZJc2dCanBHTWVudE5rN0FLTm5KN2RXT0NVNzZCRkw5WlFBUDlsTnVVNjhKSGpkc0QxbEFCT1g3SnRjdjhGclcyeldnWm42VE9IZjlyWTk5MGg4enl1WV9FQkFyMHhyYkZEMGlfTzE4NEl5OWdIV3FTY1NfMkNrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlRVcGRSbHF6NUdrSjc3ZnMzSFJNejJaX1c0OURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdJd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUdRbUpkUGl0bEdqSXdGU2Y0V3NGbUxyNFczQ21rVXBtNEh4ZlpBVG54blA5dlYydUg1ZjAxcmZnX2xBLVEwczRHTXFrZnRNQVZOUm0wVGE2d19OUlNMUlpPMkdXYTY1S3JROElUQ3VHUjEyak1UWVBxWWdxRUlhQlFBcXF4dnRUaXN3Ni1fckRkTUJiV3d2VG82aDB5Ul9SdzBHR2dYMUM0V1VZaEZKcS1vOTBuRkYycVpFRlFKaHQ3bmk4UllRb25heEIyODF6NjRycDBybFhDejhyM3JKWElSMlJMQzQ4SUExbG9zNG1aWWF4QXZfWV9MUFl3WlVRX1YwX1lyU0dLNUtNSnA2ZXhQVG9LRl9EZVBzNmoyN0FuY0dpbGJXbzl0OTZGLXlLQlBENTdXdWxPVmdiWXdOS0FaX0tsYncwdXItWUxkVGRDYUliVWlOaG1HVER2WSZzPU1pSFJiSXV1d3pZNE9PWjZieHprbWN6RFRVOFlnNURkX1VndWstSXpzSWduY3AxNVVOZmw1bDYxOEtpQUdleTVnc09sSmNtSGk3bC1HTlc4MGZkVUZGQ2Z2c0xvMXp0clo5YTVZRmxZQW13SjJTZzUtZ1Y3NmRiLWhBMk8ybXRZbW5ScWJJdXNWS2JrbDZ4bkRuY25mNjRNN0taRHpySVRiZk5WcXpmY01PelppSlVOVnVFLWdsbVBzWFpJVWxYZUdSZ3dIVE9PSUg3MGMwOGlKTHhRakVSdUFGemNqTG5rQnYtUVZEal9uWTgwaU1NYjlidlRzdnhTdmw5eTN0Uzl4QXJzcDFlblhiU01KUUY0ZTY4OXpBMFNza2VManQzVVdaOEhIOVJmNFlvcF93bW82VFVRcG9sUjdGaVdCd1RDLTZHZUFUb2J4RGZSUVFENzJ4eFBMUSZoPWVZeHdDR3VrSHp3VGNIVG9vRTBxQlFGbkg3NzFwazVUSEVzcFp5QWJrR3c=", "RequestMethod": "GET", "RequestHeaders": { "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -717,13 +723,13 @@ "16499" ], "x-ms-request-id": [ - "be7f9de9-e46a-4536-b7e9-7e2cc2265d87" + "a0819d4c-ab38-4c1f-a1ad-ce3e381a389b" ], "x-ms-correlation-request-id": [ - "be7f9de9-e46a-4536-b7e9-7e2cc2265d87" + "a0819d4c-ab38-4c1f-a1ad-ce3e381a389b" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T211844Z:be7f9de9-e46a-4536-b7e9-7e2cc2265d87" + "WESTUS2:20251030T181635Z:a0819d4c-ab38-4c1f-a1ad-ce3e381a389b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -735,10 +741,10 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: CF1D3EB9308F478293C08C5530151CEA Ref B: MNZ221060610029 Ref C: 2024-11-13T21:18:44Z" + "Ref A: 705F736078A746EF9D4C9DD34C6D4091 Ref B: CO6AA3150218011 Ref C: 2025-10-30T18:16:35Z" ], "Date": [ - "Wed, 13 Nov 2024 21:18:43 GMT" + "Thu, 30 Oct 2025 18:16:35 GMT" ], "Expires": [ "-1" @@ -753,14 +759,14 @@ ], "Names": { "Test-CreateNewBatchAccountWithSystemIdentity": [ - "ps239", - "ps8409" + "ps9970", + "ps4279" ] }, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestGetBatchSupportedImages.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestGetBatchSupportedImages.json index e6198142196a..a2d71826c06e 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestGetBatchSupportedImages.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchAccountTests/TestGetBatchSupportedImages.json @@ -5,22 +5,22 @@ "EncodedRequestUri": "L3N1cHBvcnRlZGltYWdlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f79cb56d-4d6b-41de-9bc0-9bad335b6436" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "4f0fd03e-e8a5-4fcb-9b16-fa3ff9697b07" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:08 GMT" + "Thu, 11 Sep 2025 20:48:39 GMT" ], "x-ms-client-request-id": [ - "60158908-fa2a-4b92-806e-ef87c1242e83" + "052db33c-2af8-4549-8ed6-cf7b2eee92bc" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2025.41914", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", + "OSVersion/Microsoft.Windows.10.0.26100", "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", "AzurePowershell/Az1.0.0" ] @@ -34,7 +34,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "89921d02-32f3-48e6-835a-dafa513a0de7" + "91f3b47c-3046-46cb-b349-bfb613750229" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -46,21 +46,21 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:07 GMT" + "Thu, 11 Sep 2025 20:48:39 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#supportedimages\",\r\n \"value\": [\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux\",\r\n \"sku\": \"8-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"batchSupportEndOfLife\": \"2024-12-29T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux\",\r\n \"sku\": \"8-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2024-12-29T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux\",\r\n \"sku\": \"8_5\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"batchSupportEndOfLife\": \"2024-12-29T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux\",\r\n \"sku\": \"8_5-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2024-12-29T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux\",\r\n \"sku\": \"9-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 9\",\r\n \"batchSupportEndOfLife\": \"2024-12-29T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux\",\r\n \"sku\": \"9-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 9\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2024-12-29T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-hpc\",\r\n \"sku\": \"8-hpc-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-hpc\",\r\n \"sku\": \"8-hpc-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"IntelMPIRuntimeInstalled\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"8-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"8-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"9-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 9\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"9-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 9\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-confidential-vm-jammy\",\r\n \"sku\": \"22_04-lts-cvm\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-jammy\",\r\n \"sku\": \"22_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-jammy\",\r\n \"sku\": \"22_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"ubuntu-24_04-lts\",\r\n \"sku\": \"cvm\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 24.04\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"ubuntu-24_04-lts\",\r\n \"sku\": \"server\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 24.04\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"ubuntu-24_04-lts\",\r\n \"sku\": \"server-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 24.04\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"NvidiaTeslaDriverInstalled\",\r\n \"NvidiaGridDriverInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container-rdma\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"NvidiaTeslaDriverInstalled\",\r\n \"SupportsRDMAOnly\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"dsvm-win-2019\",\r\n \"sku\": \"winserver-2019\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"DockerCompatible\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-2004\",\r\n \"sku\": \"2004\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"NvidiaTeslaDriverInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-2004\",\r\n \"sku\": \"2004-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"NvidiaTeslaDriverInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-hpc\",\r\n \"sku\": \"2004\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"Generation2VMImage\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-hpc\",\r\n \"sku\": \"2204\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"Generation2VMImage\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftcblmariner\",\r\n \"offer\": \"cbl-mariner\",\r\n \"sku\": \"cbl-mariner-2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.mariner 2.0\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftcblmariner\",\r\n \"offer\": \"cbl-mariner\",\r\n \"sku\": \"cbl-mariner-2-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.mariner 2.0\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2012-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"batchSupportEndOfLife\": \"2023-10-10T00:00:00Z\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2012-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"batchSupportEndOfLife\": \"2023-10-10T00:00:00Z\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2012-r2-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"batchSupportEndOfLife\": \"2023-10-10T00:00:00Z\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2012-r2-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"batchSupportEndOfLife\": \"2023-10-10T00:00:00Z\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter-gs\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\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 \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-gensecond\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-gs\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-azure-edition\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-azure-edition-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"oracle\",\r\n \"offer\": \"oracle-linux\",\r\n \"sku\": \"81\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"xilinx\",\r\n \"offer\": \"xilinx_alveo_u250_deployment_vm_ubuntu2004_062421\",\r\n \"sku\": \"xilinx_alveo_u250_deployment_vm_ubuntu_2004_062421\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#supportedimages\",\r\n \"value\": [\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-hpc\",\r\n \"sku\": \"8-hpc-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-hpc\",\r\n \"sku\": \"8-hpc-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"IntelMPIRuntimeInstalled\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"8-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"8-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"9-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 9\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"almalinux\",\r\n \"offer\": \"almalinux-x86_64\",\r\n \"sku\": \"9-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 9\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-confidential-vm-jammy\",\r\n \"sku\": \"22_04-lts-cvm\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-jammy\",\r\n \"sku\": \"22_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-jammy\",\r\n \"sku\": \"22_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"ubuntu-24_04-lts\",\r\n \"sku\": \"cvm\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 24.04\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"ubuntu-24_04-lts\",\r\n \"sku\": \"server\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 24.04\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"ubuntu-24_04-lts\",\r\n \"sku\": \"server-gen1\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 24.04\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"NvidiaTeslaDriverInstalled\",\r\n \"NvidiaGridDriverInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container-rdma\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"NvidiaTeslaDriverInstalled\",\r\n \"SupportsRDMAOnly\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"dsvm-win-2019\",\r\n \"sku\": \"winserver-2019\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"DockerCompatible\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-2004\",\r\n \"sku\": \"2004\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"NvidiaTeslaDriverInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-2004\",\r\n \"sku\": \"2004-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"NvidiaTeslaDriverInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-hpc\",\r\n \"sku\": \"2004\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"Generation2VMImage\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-hpc\",\r\n \"sku\": \"2204\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"Generation2VMImage\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-dsvm\",\r\n \"offer\": \"ubuntu-hpc\",\r\n \"sku\": \"2204-rocm\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 22.04\",\r\n \"capabilities\": [\r\n \"DockerCompatible\",\r\n \"SupportsRDMAOnly\",\r\n \"Generation2VMImage\",\r\n \"IntelMPIRuntimeInstalled\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftcblmariner\",\r\n \"offer\": \"azure-linux-3\",\r\n \"sku\": \"azure-linux-3\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.azurelinux 3.0\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftcblmariner\",\r\n \"offer\": \"azure-linux-3\",\r\n \"sku\": \"azure-linux-3-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.azurelinux 3.0\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftcblmariner\",\r\n \"offer\": \"cbl-mariner\",\r\n \"sku\": \"cbl-mariner-2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.mariner 2.0\",\r\n \"batchSupportEndOfLife\": \"2025-07-30T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftcblmariner\",\r\n \"offer\": \"cbl-mariner\",\r\n \"sku\": \"cbl-mariner-2-gen2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.mariner 2.0\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"batchSupportEndOfLife\": \"2025-07-30T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter-gensecond\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter-gs\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\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 \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2016-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-core-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-gensecond\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-gs\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2019-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-azure-edition\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-azure-edition-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-core-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2022-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"ConfidentialVMCompatible\",\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-azure-edition\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-azure-edition-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-core\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-core-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-core-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-core-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-smalldisk\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoftwindowsserver\",\r\n \"offer\": \"windowsserver\",\r\n \"sku\": \"2025-datacenter-smalldisk-g2\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"verified\",\r\n \"nodeAgentSKUId\": \"batch.node.windows amd64\",\r\n \"capabilities\": [\r\n \"Generation2VMImage\"\r\n ],\r\n \"osType\": \"windows\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"oracle\",\r\n \"offer\": \"oracle-linux\",\r\n \"sku\": \"81\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.el 8\",\r\n \"osType\": \"linux\"\r\n },\r\n {\r\n \"imageReference\": {\r\n \"publisher\": \"xilinx\",\r\n \"offer\": \"xilinx_alveo_u250_deployment_vm_ubuntu2004_062421\",\r\n \"sku\": \"xilinx_alveo_u250_deployment_vm_ubuntu_2004_062421\",\r\n \"version\": \"latest\"\r\n },\r\n \"verificationType\": \"unverified\",\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"batchSupportEndOfLife\": \"2025-04-23T00:00:00Z\",\r\n \"osType\": \"linux\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestCreatePoolWithApplicationPackage.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestCreatePoolWithApplicationPackage.json index eaa6c56317c8..17cdca7620f4 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestCreatePoolWithApplicationPackage.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestCreatePoolWithApplicationPackage.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "50c33c76-32d9-45f9-8f30-e5f25871a41c" + "62fa4f92-ac37-436e-adf1-d705ef3e8595" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,10 +33,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291B133365\"" + "W/\"0x8DE17DF339BFF18\"" ], "x-ms-request-id": [ - "e278a387-4941-4444-8620-ac830804064b" + "ee3b1fa6-21b2-4fec-8870-17909e1efde5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,6 +44,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/91038b21-1dd6-40fe-8795-c77d35ea7011" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -51,22 +54,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "9dc84b1c-3aa9-4e5d-86a3-aa501c6b073d" + "79a9f089-fd4e-482f-808a-ebcb9cb44391" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212115Z:9dc84b1c-3aa9-4e5d-86a3-aa501c6b073d" + "WESTUS2:20251030T180734Z:79a9f089-fd4e-482f-808a-ebcb9cb44391" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 50BC030A0D25438888C52CD9081F78B2 Ref B: MNZ221060608045 Ref C: 2024-11-13T21:21:14Z" + "Ref A: 60B00F9B91A4476B818F3536F395039B Ref B: CO1EDGE1806 Ref C: 2025-10-30T18:07:33Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:14 GMT" + "Thu, 30 Oct 2025 18:07:34 GMT" ], "Content-Length": [ - "651" + "667" ], "Content-Type": [ "application/json; charset=utf-8" @@ -75,28 +78,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:15 GMT" + "Thu, 30 Oct 2025 18:07:34 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291B133365\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-createpoolwithapplicationp-8e8bd15c690b4b0dafdc70d909e9588a/foo?sv=2018-03-28&sr=b&sig=JYTsgkSDdbvhYemcVlQnrQmuKMvExB%2F1oJQrS5zjQ78%3D&st=2024-11-13T21%3A16%3A15Z&se=2024-11-14T01%3A21%3A15Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:15.095557Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF339BFF18\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-createpoolwithapplicationp-2ccd606c10ff4d4ea841681cc31f3763/foo?sv=2018-03-28&sr=b&sig=qq%2BEqQPSomlDQyQTRH2smnHAoWGTbKK64j%2BB1IsoAFk%3D&st=2025-10-30T18%3A02%3A34Z&se=2025-10-30T22%3A07%3A34Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:34.4284137Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo/activate?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvby9hY3RpdmF0ZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo/activate?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvby9hY3RpdmF0ZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "1d2826f3-ddd9-4d94-8dcd-d98a52fbbff1" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "5d1e58ee-8e98-4bc7-b071-157dec4178df" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +117,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291BABBA8A\"" + "W/\"0x8DE17DF381C2CAF\"" ], "x-ms-request-id": [ - "9529fcfa-d4f2-41d4-99d0-852d16595473" + "1e02953c-7a8c-4a2f-b6d2-aee2846f400a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -125,29 +128,32 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/6aefc011-f85f-4c51-ad91-46fec5c2e35c" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], "x-ms-ratelimit-remaining-subscription-global-writes": [ - "11998" + "11999" ], "x-ms-correlation-request-id": [ - "c735526b-691a-4604-8c8a-b48836ea6186" + "8504663f-f087-43de-ad5d-f4a7bd8d860e" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212116Z:c735526b-691a-4604-8c8a-b48836ea6186" + "EASTUS2:20251030T180742Z:8504663f-f087-43de-ad5d-f4a7bd8d860e" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: BAFC83D65D5A454F9DACE8834BBA74E4 Ref B: MNZ221060608045 Ref C: 2024-11-13T21:21:15Z" + "Ref A: 668B8733A9B147BBA8968F1CA9CEA420 Ref B: CO1EDGE1806 Ref C: 2025-10-30T18:07:41Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:15 GMT" + "Thu, 30 Oct 2025 18:07:41 GMT" ], "Content-Length": [ - "718" + "739" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,28 +162,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:41 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291BABBA8A\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-createpoolwithapplicationp-8e8bd15c690b4b0dafdc70d909e9588a/foo?sv=2018-03-28&sr=b&sig=XtEeGHuabUpkEbeXL0p2gpFoQ5Lo0%2FKPXdZC8iQzEso%3D&st=2024-11-13T21%3A16%3A16Z&se=2024-11-14T01%3A21%3A16Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:16.1108972Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:16.0848028Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF381C2CAF\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-createpoolwithapplicationp-2ccd606c10ff4d4ea841681cc31f3763/foo?sv=2018-03-28&sr=b&sig=%2FWSKe%2Ba9Q1Yp74qrx4dfYYZl%2BCGLHcPfux7%2F%2FAMsE58%3D&st=2025-10-30T18%3A02%3A41Z&se=2025-10-30T22%3A07%3A41Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:41.9997049Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:07:41.9573535Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "1d2826f3-ddd9-4d94-8dcd-d98a52fbbff1" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "5d1e58ee-8e98-4bc7-b071-157dec4178df" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -189,10 +195,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291BABBA8A\"" + "W/\"0x8DE17DF381C2CAF\"" ], "x-ms-request-id": [ - "baf13e23-5f89-45e4-8607-7be5ab730e85" + "7528c838-e287-46f6-9eb1-7246af8743f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -200,6 +206,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/ac71cd63-f4d6-45d6-adf8-933a3c172cbb" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -207,22 +216,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "1cdfa81b-b9b2-41bc-8b56-2b57a211e992" + "3d6252c0-5083-48d4-bb9c-1cccf8ee5c76" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212116Z:1cdfa81b-b9b2-41bc-8b56-2b57a211e992" + "EASTUS2:20251030T180742Z:3d6252c0-5083-48d4-bb9c-1cccf8ee5c76" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: BCCF13C85EED4A2A920095EAE7478A91 Ref B: MNZ221060608045 Ref C: 2024-11-13T21:21:16Z" + "Ref A: E63C4BDBA9E246649EAAEBA132F62FF4 Ref B: CO1EDGE1806 Ref C: 2025-10-30T18:07:42Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:15 GMT" + "Thu, 30 Oct 2025 18:07:41 GMT" ], "Content-Length": [ - "718" + "729" ], "Content-Type": [ "application/json; charset=utf-8" @@ -231,59 +240,59 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:41 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291BABBA8A\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-createpoolwithapplicationp-8e8bd15c690b4b0dafdc70d909e9588a/foo?sv=2018-03-28&sr=b&sig=XtEeGHuabUpkEbeXL0p2gpFoQ5Lo0%2FKPXdZC8iQzEso%3D&st=2024-11-13T21%3A16%3A16Z&se=2024-11-14T01%3A21%3A16Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:16.2802511Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:16.0848028Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF381C2CAF\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-createpoolwithapplicationp-2ccd606c10ff4d4ea841681cc31f3763/foo?sv=2018-03-28&sr=b&sig=YXm3rpqRV5lC08U7GMqHm1WUPMJRjWitV0697oJwtt8%3D&st=2025-10-30T18%3A02%3A42Z&se=2025-10-30T22%3A07%3A42Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:42.1809146Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:07:41.9573535Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "8aef4021-d598-4b81-bea6-857b6de43391" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "70aa6c10-2750-43f8-9d57-bedb7cc8cf7b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:42 GMT" ], "x-ms-client-request-id": [ - "021a9c95-4807-4a9d-9642-8334e6ea0f21" + "b659bd46-39f6-42d4-915b-cf6cba72be98" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "572" + "527" ] }, - "RequestBody": "{\r\n \"id\": \"testCreatePoolWithAppPackages\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\"\r\n },\r\n \"targetDedicatedNodes\": 3,\r\n \"enableInterNodeCommunication\": false,\r\n \"applicationPackageReferences\": [\r\n {\r\n \"applicationId\": \"createPoolWithApplicationPackage\",\r\n \"version\": \"foo\"\r\n }\r\n ],\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"testCreatePoolWithAppPackages\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\"\r\n },\r\n \"targetDedicatedNodes\": 3,\r\n \"enableInterNodeCommunication\": false,\r\n \"applicationPackageReferences\": [\r\n {\r\n \"applicationId\": \"createPoolWithApplicationPackage\",\r\n \"version\": \"foo\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD04291BFCA8D4" + "0x8DE17DF38B08E16" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testCreatePoolWithAppPackages" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testCreatePoolWithAppPackages" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0c9b7d4d-12eb-4bfc-a29a-87103e807f7f" + "9a152dc3-e892-40f4-9082-89dbb2e9e8f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -295,34 +304,34 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testCreatePoolWithAppPackages" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testCreatePoolWithAppPackages" ], "Date": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:42 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:42 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "DELETE", "RequestHeaders": { - "x-ms-client-request-id": [ - "dceb1fb1-eba6-461c-9894-8704883f0781" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "c2a43536-adb8-49d6-848e-bae9b98b8e7e" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -334,7 +343,7 @@ "no-cache" ], "x-ms-request-id": [ - "e9ba4535-76a4-4881-9eb5-cc1f5dd962e9" + "b8726fe9-0d75-484b-8981-fc1e7b4d24bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -342,6 +351,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/82dd2775-1950-4b29-84a4-912067ac6697" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -349,19 +361,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "0a564d2d-661a-4709-9718-e40f644c4bf7" + "e4982018-fab0-4d13-9cb7-c02028c0f9ae" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212117Z:0a564d2d-661a-4709-9718-e40f644c4bf7" + "EASTUS2:20251030T180743Z:e4982018-fab0-4d13-9cb7-c02028c0f9ae" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 1AEF2C67E2504C9CAA4B5FFA8B329F06 Ref B: MNZ221060608045 Ref C: 2024-11-13T21:21:16Z" + "Ref A: 599D87FF048648BEB6100AEFB61F8B9A Ref B: CO1EDGE1806 Ref C: 2025-10-30T18:07:43Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:43 GMT" ], "Expires": [ "-1" @@ -374,21 +386,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/createPoolWithApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlP2FwaS12ZXJzaW9uPTIwMjItMTAtMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/createPoolWithApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL2NyZWF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "DELETE", "RequestHeaders": { - "x-ms-client-request-id": [ - "afcd4b5d-affe-4bce-8c80-88227ff03df6" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "391c7101-4c3d-42ef-9c13-ac376775829d" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -400,7 +412,7 @@ "no-cache" ], "x-ms-request-id": [ - "4627edff-2e3c-4e61-8d50-2d77e814af01" + "f997e425-3f40-43ac-92ce-e703d06b4915" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -408,6 +420,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/2060d6d9-1438-4e7b-918d-6af8997ce977" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -415,19 +430,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "b0993cd0-38a0-4f1d-a8ec-c7a1a5d9b58e" + "5970be4c-acca-440f-8974-9b3a1782876e" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212117Z:b0993cd0-38a0-4f1d-a8ec-c7a1a5d9b58e" + "EASTUS2:20251030T180743Z:5970be4c-acca-440f-8974-9b3a1782876e" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 53CE7C87D52A44B480792C755407E5A4 Ref B: MNZ221060608045 Ref C: 2024-11-13T21:21:17Z" + "Ref A: C3429FD99E884ED49A903DBBA0DC92FF Ref B: CO1EDGE1806 Ref C: 2025-10-30T18:07:43Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:16 GMT" + "Thu, 30 Oct 2025 18:07:43 GMT" ], "Expires": [ "-1" @@ -440,27 +455,27 @@ "StatusCode": 200 }, { - "RequestUri": "/pools/testCreatePoolWithAppPackages?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RDcmVhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testCreatePoolWithAppPackages?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RDcmVhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "a12435d8-06e6-4ec3-9af6-e2e1af253d54" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "4bb8bed8-c964-486d-86ec-96d30b39f979" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:17 GMT" + "Thu, 30 Oct 2025 18:07:43 GMT" ], "x-ms-client-request-id": [ - "4cc6c1a7-cf2a-4b2d-9d3d-741cd005f481" + "45320251-8c40-465a-bf38-62e263edfb93" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -476,7 +491,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "40c0e206-c02c-42d7-9bf6-e46d8e95deec" + "4c12e75a-8208-4d3f-8347-857e78fde4f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -488,7 +503,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:21:18 GMT" + "Thu, 30 Oct 2025 18:07:44 GMT" ] }, "ResponseBody": "", @@ -497,9 +512,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdateApplicationPackage.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdateApplicationPackage.json index 9ca5f35577b8..19acef4147b9 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdateApplicationPackage.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdateApplicationPackage.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "7144e9d5-ff3e-4c8d-a69c-3ee3f1bdd005" + "0d00a89f-d26e-47cd-8461-b35c0ca66a0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,10 +33,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291D7C9AA5\"" + "W/\"0x8DE17DF3A947985\"" ], "x-ms-request-id": [ - "433d2013-5dbe-43d0-9730-8202db9efaed" + "c9b2df0a-5b61-4c64-9734-fa60b9e04c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,6 +44,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/7bc337c3-4c5a-409e-adab-3b758f9b88cb" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -51,22 +54,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "019e3b0a-c64f-4537-9176-7ee2356a086f" + "08a78dd3-1746-4e69-973d-93ee8a753681" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212119Z:019e3b0a-c64f-4537-9176-7ee2356a086f" + "WESTUS2:20251030T180746Z:08a78dd3-1746-4e69-973d-93ee8a753681" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 9C262CAB574E40A495C84B78E1372C97 Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:18Z" + "Ref A: 80B0A2A4B25244A6A29A94A358AEAAE7 Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:45Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:18 GMT" + "Thu, 30 Oct 2025 18:07:46 GMT" ], "Content-Length": [ - "642" + "655" ], "Content-Type": [ "application/json; charset=utf-8" @@ -75,28 +78,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:19 GMT" + "Thu, 30 Oct 2025 18:07:46 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291D7C9AA5\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-updateapplicationpackage-b968dc792fbb494092c3150f4f5a0751/foo?sv=2018-03-28&sr=b&sig=31LkLlgvUEsB3CZZOpZcHRjYRydg3a4xV487a9%2BFl1E%3D&st=2024-11-13T21%3A16%3A19Z&se=2024-11-14T01%3A21%3A19Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:19.1403448Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF3A947985\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-updateapplicationpackage-b34ab2f51301422f94c4f91c51db63d2/foo?sv=2018-03-28&sr=b&sig=3OqiwpPkbPRuPZejDLLU7ONDuK%2FtAoUWGvOcfU8uruY%3D&st=2025-10-30T18%3A02%3A46Z&se=2025-10-30T22%3A07%3A46Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:46.1231927Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "ebb9ef99-553e-4cfa-942f-cf1af4ede0bd" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "43bb9d64-6651-474d-94eb-3f64ada28218" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -108,10 +111,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291D7B1686\"" + "W/\"0x8DE17DF3A915DD1\"" ], "x-ms-request-id": [ - "437db336-9e03-4aba-86fc-a91e762dd399" + "67c6c244-5a78-47ae-a142-c4a158e6c87c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -119,6 +122,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/3e2602f0-6245-4665-be69-d7b1fe143d41" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -126,22 +132,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "92eff5e7-9836-4302-a7fc-4b8291ffddfe" + "1b2ad68a-5551-48f0-8627-a61e491cab8e" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212120Z:92eff5e7-9836-4302-a7fc-4b8291ffddfe" + "EASTUS2:20251030T180751Z:1b2ad68a-5551-48f0-8627-a61e491cab8e" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 69AADD67A03A424A81E8D2FCE9EDEA0B Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:19Z" + "Ref A: 1C5C597383EA4B20ACEEDF6B2B4E3C52 Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:51Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:19 GMT" + "Thu, 30 Oct 2025 18:07:51 GMT" ], "Content-Length": [ - "332" + "341" ], "Content-Type": [ "application/json; charset=utf-8" @@ -150,28 +156,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:19 GMT" + "Thu, 30 Oct 2025 18:07:46 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage\",\r\n \"name\": \"updateApplicationPackage\",\r\n \"etag\": \"W/\\\"0x8DD04291D7B1686\\\"\",\r\n \"properties\": {\r\n \"allowUpdates\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage\",\r\n \"name\": \"updateApplicationPackage\",\r\n \"etag\": \"W/\\\"0x8DE17DF3A915DD1\\\"\",\r\n \"properties\": {\r\n \"allowUpdates\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "e6840ebc-12e2-4f58-8d0e-373a2b0d6be6" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "fd3e1c47-3c5f-4a27-ab5c-0f5e0b272bfd" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -183,10 +189,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291F0357B0\"" + "W/\"0x8DE17DF3E1911C5\"" ], "x-ms-request-id": [ - "811ea96d-4378-46eb-aaed-2df2a95c4a59" + "51e0445f-29e0-4e18-921c-a372e1e3aa99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -194,29 +200,32 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/19feffc2-05a8-4dfb-be59-e16f84cd5fa5" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "1099" + "1098" ], "x-ms-ratelimit-remaining-subscription-global-reads": [ - "16499" + "16498" ], "x-ms-correlation-request-id": [ - "4dbe3145-2a88-481f-aba0-04d197fa2025" + "92da258a-271f-4521-a611-6f66be37703d" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212121Z:4dbe3145-2a88-481f-aba0-04d197fa2025" + "EASTUS2:20251030T180752Z:92da258a-271f-4521-a611-6f66be37703d" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: A918E19D77E94D6D89694EE0B2554B9A Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:21Z" + "Ref A: F3D9C45F1CD64D3B82750234D721E01D Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:52Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:20 GMT" + "Thu, 30 Oct 2025 18:07:52 GMT" ], "Content-Length": [ - "396" + "405" ], "Content-Type": [ "application/json; charset=utf-8" @@ -225,28 +234,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:21 GMT" + "Thu, 30 Oct 2025 18:07:52 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage\",\r\n \"name\": \"updateApplicationPackage\",\r\n \"etag\": \"W/\\\"0x8DD04291F0357B0\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"application-display-name\",\r\n \"allowUpdates\": true,\r\n \"defaultVersion\": \"foo\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage\",\r\n \"name\": \"updateApplicationPackage\",\r\n \"etag\": \"W/\\\"0x8DE17DF3E1911C5\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"application-display-name\",\r\n \"allowUpdates\": true,\r\n \"defaultVersion\": \"foo\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo/activate?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28vYWN0aXZhdGU/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo/activate?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28vYWN0aXZhdGU/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "36787d85-33f1-4f49-b510-5b8467719311" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "85ac2086-7cee-446f-bc7c-b66628f42a94" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -264,10 +273,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291E91B4CD\"" + "W/\"0x8DE17DF3DD9DEAC\"" ], "x-ms-request-id": [ - "b1629e3c-335d-4f02-8dfd-edcfdce5e541" + "465c39c1-2606-4280-8fef-78fa041746f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -275,6 +284,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/881e50eb-47c9-47a6-a39d-a8a143e3d169" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -282,22 +294,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "64d06e67-6c93-44b1-9acd-3c406fd44e0a" + "8702550d-058f-4789-8750-65a581bf810d" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212120Z:64d06e67-6c93-44b1-9acd-3c406fd44e0a" + "EASTUS2:20251030T180751Z:8702550d-058f-4789-8750-65a581bf810d" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 3F35106B48D84A5A83C785B36AE286D1 Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:20Z" + "Ref A: 2607081C5A6045E091084E46E2CA0C28 Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:51Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:20 GMT" + "Thu, 30 Oct 2025 18:07:51 GMT" ], "Content-Length": [ - "708" + "725" ], "Content-Type": [ "application/json; charset=utf-8" @@ -306,28 +318,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:20 GMT" + "Thu, 30 Oct 2025 18:07:51 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291E91B4CD\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-updateapplicationpackage-b968dc792fbb494092c3150f4f5a0751/foo?sv=2018-03-28&sr=b&sig=rJCCky5UdCTQ0DivteEpb%2F5ox9ZBOBZN2iCqgB0CCbs%3D&st=2024-11-13T21%3A16%3A20Z&se=2024-11-14T01%3A21%3A20Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:20.9753695Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:20.9479923Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF3DD9DEAC\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-updateapplicationpackage-b34ab2f51301422f94c4f91c51db63d2/foo?sv=2018-03-28&sr=b&sig=xrcJjV%2FZQUYEPuo49%2Fo5E4YT49Y8Wb8I6GWYU4Aw%2BtY%3D&st=2025-10-30T18%3A02%3A51Z&se=2025-10-30T22%3A07%3A51Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:51.6243875Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:07:51.5910093Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "36787d85-33f1-4f49-b510-5b8467719311" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "85ac2086-7cee-446f-bc7c-b66628f42a94" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -339,10 +351,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291E91B4CD\"" + "W/\"0x8DE17DF3DD9DEAC\"" ], "x-ms-request-id": [ - "d7b1e095-5250-4e27-80e6-2b402490fadc" + "9dab4e4e-78fc-4534-9ce2-eb38de3fa9ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -350,6 +362,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/969db566-dbb1-4c9d-8b6a-70eed1b2b590" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -357,22 +372,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "c9c89303-d6d6-42f0-a050-003423290a98" + "db31ef0c-1df4-46ff-bcf3-ff12c6020895" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212121Z:c9c89303-d6d6-42f0-a050-003423290a98" + "EASTUS2:20251030T180751Z:db31ef0c-1df4-46ff-bcf3-ff12c6020895" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 61E37093EC474978A6E5703356F321D0 Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:21Z" + "Ref A: 11ECD5737F2F4AEC9586F069D22EEE0C Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:51Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:20 GMT" + "Thu, 30 Oct 2025 18:07:51 GMT" ], "Content-Length": [ - "712" + "724" ], "Content-Type": [ "application/json; charset=utf-8" @@ -381,28 +396,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:20 GMT" + "Thu, 30 Oct 2025 18:07:51 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291E91B4CD\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-updateapplicationpackage-b968dc792fbb494092c3150f4f5a0751/foo?sv=2018-03-28&sr=b&sig=Klg2I1VwUVPEmdjqG0s4FwBJYV%2BxQ3Q%2Fkh7%2F1tCMfWg%3D&st=2024-11-13T21%3A16%3A21Z&se=2024-11-14T01%3A21%3A21Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:21.1941041Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:20.9479923Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF3DD9DEAC\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-updateapplicationpackage-b34ab2f51301422f94c4f91c51db63d2/foo?sv=2018-03-28&sr=b&sig=xrcJjV%2FZQUYEPuo49%2Fo5E4YT49Y8Wb8I6GWYU4Aw%2BtY%3D&st=2025-10-30T18%3A02%3A51Z&se=2025-10-30T22%3A07%3A51Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:51.771187Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:07:51.5910093Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "PATCH", "RequestHeaders": { - "x-ms-client-request-id": [ - "c6324abc-c189-4ab9-a4f6-7612fa65babf" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "bcd440f6-6bc3-40f0-86c9-e9c20ccc04af" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -420,10 +435,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291F0357B0\"" + "W/\"0x8DE17DF3E1911C5\"" ], "x-ms-request-id": [ - "8f0ca0f1-f1b6-4cf3-8e3b-f7cbe1dbafd8" + "a20ced67-9161-4bd4-8652-3a62e5416390" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -431,29 +446,32 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/226418e5-fccd-4cbd-9499-7fabadca80f1" + ], "x-ms-ratelimit-remaining-subscription-writes": [ - "799" + "798" ], "x-ms-ratelimit-remaining-subscription-global-writes": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "40b24663-8935-451f-9e57-70fb0ebb3f81" + "fa3474b7-c8fe-4dd0-b2a0-23d1383f8943" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212121Z:40b24663-8935-451f-9e57-70fb0ebb3f81" + "EASTUS2:20251030T180752Z:fa3474b7-c8fe-4dd0-b2a0-23d1383f8943" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 562E2703B7664A32811345F9897ABF34 Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:21Z" + "Ref A: 769924D1305E4BB8B9658CA75D0FCA3B Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:51Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:20 GMT" + "Thu, 30 Oct 2025 18:07:52 GMT" ], "Content-Length": [ - "396" + "405" ], "Content-Type": [ "application/json; charset=utf-8" @@ -462,28 +480,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:21 GMT" + "Thu, 30 Oct 2025 18:07:52 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage\",\r\n \"name\": \"updateApplicationPackage\",\r\n \"etag\": \"W/\\\"0x8DD04291F0357B0\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"application-display-name\",\r\n \"allowUpdates\": true,\r\n \"defaultVersion\": \"foo\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage\",\r\n \"name\": \"updateApplicationPackage\",\r\n \"etag\": \"W/\\\"0x8DE17DF3E1911C5\\\"\",\r\n \"properties\": {\r\n \"displayName\": \"application-display-name\",\r\n \"allowUpdates\": true,\r\n \"defaultVersion\": \"foo\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "40f46dc5-91f3-4d18-95f2-c58c4a7bffc7" + "a3dd7037-9f76-470e-8f6a-444d8136c2a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -495,7 +513,7 @@ "no-cache" ], "x-ms-request-id": [ - "a9212182-0a36-4d83-b44b-2f485acbe18c" + "396831d0-914b-41e7-8348-1780c69fe51f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -503,6 +521,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/0ae15623-9a54-4010-9486-9290a54f5dbf" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -510,19 +531,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "cd905ac7-71f2-4a80-864d-71a93c81bdbc" + "420cbe95-62bf-4395-9949-e011ad06974a" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212122Z:cd905ac7-71f2-4a80-864d-71a93c81bdbc" + "EASTUS2:20251030T180752Z:420cbe95-62bf-4395-9949-e011ad06974a" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 8A89414CFDA242D68D66D289A55034BD Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:21Z" + "Ref A: 12C58918ED78431494C989140BD903D6 Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:52Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:21 GMT" + "Thu, 30 Oct 2025 18:07:52 GMT" ], "Expires": [ "-1" @@ -535,21 +556,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updateApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updateApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZUFwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "c94a3720-66d8-45a5-99d4-9511009c80b2" + "aa857dc1-4536-4306-b057-79756da648d9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -561,7 +582,7 @@ "no-cache" ], "x-ms-request-id": [ - "5bb9b06a-87a0-4721-8d26-6a9ece34552b" + "bff2e96d-120b-4ac2-bfc2-d3409f0eb53b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -569,6 +590,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/c80ba5e4-099c-436f-9d60-4cd84b4d48f3" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -576,19 +600,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "5a371817-2299-4a3c-ae2d-2ac414a7d58d" + "e0f33fbe-a6ff-4c36-a675-2d72b4d5093a" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212122Z:5a371817-2299-4a3c-ae2d-2ac414a7d58d" + "EASTUS2:20251030T180752Z:e0f33fbe-a6ff-4c36-a675-2d72b4d5093a" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 2C9132F38DCC419694FF158CCC3B6644 Ref B: MNZ221060608047 Ref C: 2024-11-13T21:21:22Z" + "Ref A: 082D420EE64D4AB498188FBF415AEEA9 Ref B: CO1EDGE1319 Ref C: 2025-10-30T18:07:52Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:21 GMT" + "Thu, 30 Oct 2025 18:07:52 GMT" ], "Expires": [ "-1" @@ -603,9 +627,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdatePoolWithApplicationPackage.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdatePoolWithApplicationPackage.json index 61e345549fdb..aa96bd94a449 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdatePoolWithApplicationPackage.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUpdatePoolWithApplicationPackage.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "6f7561a6-58c8-4d16-b0ee-7bf166088592" + "61710c27-904f-4597-a809-1d8e756eb012" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,10 +33,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD042920B81CE7\"" + "W/\"0x8DE17DF428668A2\"" ], "x-ms-request-id": [ - "08e0de32-a401-4f07-a547-22cc23b62b92" + "3a1f8a13-1cdd-40e5-9848-279b1963b8ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,6 +44,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/77ed2588-1024-4925-9638-3045e3d39993" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -51,22 +54,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "9d65f696-10aa-495b-b4b3-d181d9e25a27" + "df17414f-c5b0-4d53-93cd-4045858fc340" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212124Z:9d65f696-10aa-495b-b4b3-d181d9e25a27" + "WESTUS2:20251030T180759Z:df17414f-c5b0-4d53-93cd-4045858fc340" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 3F5B93E89DA243DAAE1C33F183BDA953 Ref B: MNZ221060609031 Ref C: 2024-11-13T21:21:24Z" + "Ref A: 52A627CF379E42F298D3BD96FB08B688 Ref B: CO6AA3150219031 Ref C: 2025-10-30T18:07:58Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:07:58 GMT" ], "Content-Length": [ - "652" + "665" ], "Content-Type": [ "application/json; charset=utf-8" @@ -75,56 +78,56 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:07:59 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD042920B81CE7\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-updatepoolwithapplicationp-f5241e33add2425193ead55bfb6970c5/foo?sv=2018-03-28&sr=b&sig=D22tD7WDduvFmhO3%2F07gFvKsPgxUKNzLVXwNs13WIX0%3D&st=2024-11-13T21%3A16%3A24Z&se=2024-11-14T01%3A21%3A24Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:24.5642813Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF428668A2\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-updatepoolwithapplicationp-378c53211a6047ccbbb873d1cb6c03de/foo?sv=2018-03-28&sr=b&sig=g4zz038YckOt4IDLAMkc7yQsd8xK6tc7gip%2B2S7MEWg%3D&st=2025-10-30T18%3A02%3A59Z&se=2025-10-30T22%3A07%3A59Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:59.4522344Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "c8f95a71-76a5-4c07-ab31-e9895213135a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "da9fa380-cf75-4ae7-8c09-435e2fab7123" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:07:59 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "552" + "507" ] }, - "RequestBody": "{\r\n \"id\": \"testUpdatePoolWithAppPackages\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 1,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"testUpdatePoolWithAppPackages\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 1,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042920DDD6EB" + "0x8DE17DF42FC5AB3" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8e0267da-5cac-4775-b43f-da72fa57b93f" + "6f8d35ff-27a5-400d-9fb0-897e43c7f94d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -136,34 +139,34 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages" ], "Date": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:07:59 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:08:00 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo/activate?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvby9hY3RpdmF0ZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo/activate?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvby9hY3RpdmF0ZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "c9f5e9e3-0258-41fd-8af6-ca10d8c044cc" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "208d8737-f7b3-4950-9162-8124099998d0" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -181,10 +184,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD0429215AF8AA\"" + "W/\"0x8DE17DF45E8368C\"" ], "x-ms-request-id": [ - "14194501-e4ae-4dee-8f5f-2059ab82bb5f" + "373cb97c-e473-4231-b7d6-e069e089e298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -192,6 +195,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/0113067d-8fc8-4f2b-999d-775314200c52" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -199,22 +205,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "25f0e7ff-9587-4803-81c8-bb667b1eb9b5" + "b3095de0-36ad-46a8-8ca8-dfa66b29850d" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212125Z:25f0e7ff-9587-4803-81c8-bb667b1eb9b5" + "EASTUS2:20251030T180805Z:b3095de0-36ad-46a8-8ca8-dfa66b29850d" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 0F57ED465A114165BE069564ECE31ECB Ref B: MNZ221060609031 Ref C: 2024-11-13T21:21:25Z" + "Ref A: 286802E29C814D5FB70D9F2DFDD4640B Ref B: CO6AA3150219031 Ref C: 2025-10-30T18:08:04Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:25 GMT" + "Thu, 30 Oct 2025 18:08:04 GMT" ], "Content-Length": [ - "718" + "728" ], "Content-Type": [ "application/json; charset=utf-8" @@ -223,28 +229,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:25 GMT" + "Thu, 30 Oct 2025 18:08:05 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD0429215AF8AA\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-updatepoolwithapplicationp-f5241e33add2425193ead55bfb6970c5/foo?sv=2018-03-28&sr=b&sig=9qoG%2B8CQUw2oaf5I5nReNM9sLfoyTh24JxjhUa1AhEg%3D&st=2024-11-13T21%3A16%3A25Z&se=2024-11-14T01%3A21%3A25Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:25.6760077Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:25.6222928Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF45E8368C\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-updatepoolwithapplicationp-378c53211a6047ccbbb873d1cb6c03de/foo?sv=2018-03-28&sr=b&sig=Lxk3tZFFbIDhq80X9tfdsETZeB1Dvi8Ofcu4e%2BOpXL8%3D&st=2025-10-30T18%3A03%3A05Z&se=2025-10-30T22%3A08%3A05Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:08:05.1440588Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:08:05.1076Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "c9f5e9e3-0258-41fd-8af6-ca10d8c044cc" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "208d8737-f7b3-4950-9162-8124099998d0" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -256,10 +262,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD0429215AF8AA\"" + "W/\"0x8DE17DF45E8368C\"" ], "x-ms-request-id": [ - "7713c45d-a7c5-4d38-857a-76c84056d0da" + "8bd4cfb7-1832-430d-8854-30eefa67f166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -267,6 +273,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/11e38535-6b70-499f-9c87-ad0f2b1ae2d0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -274,22 +283,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "8a8315b0-24df-41cf-ae59-d74e10befad0" + "b71a3eab-744c-45e7-b481-173efa26dba3" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212125Z:8a8315b0-24df-41cf-ae59-d74e10befad0" + "EASTUS2:20251030T180805Z:b71a3eab-744c-45e7-b481-173efa26dba3" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 69E5862BE327467AA4D070F916C6B993 Ref B: MNZ221060609031 Ref C: 2024-11-13T21:21:25Z" + "Ref A: 43BC6DC2CCBD482D8919F48B3E83874C Ref B: CO6AA3150219031 Ref C: 2025-10-30T18:08:05Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:25 GMT" + "Thu, 30 Oct 2025 18:08:04 GMT" ], "Content-Length": [ - "718" + "728" ], "Content-Type": [ "application/json; charset=utf-8" @@ -298,34 +307,34 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:25 GMT" + "Thu, 30 Oct 2025 18:08:05 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD0429215AF8AA\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-updatepoolwithapplicationp-f5241e33add2425193ead55bfb6970c5/foo?sv=2018-03-28&sr=b&sig=9qoG%2B8CQUw2oaf5I5nReNM9sLfoyTh24JxjhUa1AhEg%3D&st=2024-11-13T21%3A16%3A25Z&se=2024-11-14T01%3A21%3A25Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:25.8994892Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:25.6222928Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF45E8368C\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-updatepoolwithapplicationp-378c53211a6047ccbbb873d1cb6c03de/foo?sv=2018-03-28&sr=b&sig=Lxk3tZFFbIDhq80X9tfdsETZeB1Dvi8Ofcu4e%2BOpXL8%3D&st=2025-10-30T18%3A03%3A05Z&se=2025-10-30T22%3A08%3A05Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:08:05.3641967Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:08:05.1076Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testUpdatePoolWithAppPackages?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testUpdatePoolWithAppPackages?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "44b50a4b-ce77-4a3b-943c-9f97bd29fa72" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "13dd4927-7121-4e39-8ad4-33be853d2fce" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:25 GMT" + "Thu, 30 Oct 2025 18:08:05 GMT" ], "x-ms-client-request-id": [ - "f21c5201-e988-4a3d-a3ce-f85e83fea36b" + "89127fe0-91a8-4e12-83c3-848e3fa0132b" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -335,13 +344,13 @@ "chunked" ], "ETag": [ - "0x8DD042920DDD6EB" + "0x8DE17DF42FC5AB3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "6ce067ef-af95-4411-84f1-2656b66cf7d8" + "9380cbad-ffb0-4b5f-b287-8897037dba13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -353,40 +362,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:21:25 GMT" + "Thu, 30 Oct 2025 18:08:05 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:08:00 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testUpdatePoolWithAppPackages\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages\",\r\n \"eTag\": \"0x8DD042920DDD6EB\",\r\n \"lastModified\": \"2024-11-13T21:21:24.8058091Z\",\r\n \"creationTime\": \"2024-11-13T21:21:24.8058076Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:21:24.8058076Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:21:24.8058091Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testUpdatePoolWithAppPackages\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages\",\r\n \"eTag\": \"0x8DE17DF42FC5AB3\",\r\n \"lastModified\": \"2025-10-30T18:08:00.2169523Z\",\r\n \"creationTime\": \"2025-10-30T18:08:00.2169516Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-30T18:08:00.2169516Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-30T18:08:00.2169524Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testUpdatePoolWithAppPackages?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testUpdatePoolWithAppPackages?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c09c2726-9710-4f6e-8154-14235d07f92e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "abd769eb-90fd-4880-989b-2907762180a7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:26 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ], "x-ms-client-request-id": [ - "6b353725-831c-4607-a5f0-1f88fbe1fac9" + "7136ff98-3f1c-449c-8a81-3dc18177ad6d" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -396,13 +405,13 @@ "chunked" ], "ETag": [ - "0x8DD04292227603E" + "0x8DE17DF46B83054" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "923ce5db-6b88-432e-8c9c-cdaa27318c47" + "cc090d29-693d-4b64-a02a-85c3cca4e6aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -414,59 +423,59 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:21:26 GMT" + "Thu, 30 Oct 2025 18:08:05 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:26 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testUpdatePoolWithAppPackages\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages\",\r\n \"eTag\": \"0x8DD04292227603E\",\r\n \"lastModified\": \"2024-11-13T21:21:26.965459Z\",\r\n \"creationTime\": \"2024-11-13T21:21:24.8058076Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:21:24.8058076Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:21:24.8058091Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"applicationPackageReferences\": [\r\n {\r\n \"applicationId\": \"updatepoolwithapplicationpackage\",\r\n \"version\": \"foo\"\r\n }\r\n ],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testUpdatePoolWithAppPackages\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages\",\r\n \"eTag\": \"0x8DE17DF46B83054\",\r\n \"lastModified\": \"2025-10-30T18:08:06.4811092Z\",\r\n \"creationTime\": \"2025-10-30T18:08:00.2169516Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-30T18:08:00.2169516Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-30T18:08:00.2169524Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"applicationPackageReferences\": [\r\n {\r\n \"applicationId\": \"updatepoolwithapplicationpackage\",\r\n \"version\": \"foo\"\r\n }\r\n ],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testUpdatePoolWithAppPackages/updateproperties?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzL3VwZGF0ZXByb3BlcnRpZXM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/testUpdatePoolWithAppPackages/updateproperties?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzL3VwZGF0ZXByb3BlcnRpZXM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "8ec87be1-99bb-417a-b8f6-1e60aa4325b4" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2c0b79fc-fcd3-40b1-9d0c-727448c6cdc6" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:26 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ], "x-ms-client-request-id": [ - "e9fb051c-419a-4f90-91fc-3fb4d807ead5" + "93f16f2c-5962-4db8-968d-0556d833d07e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "240" + "195" ] }, - "RequestBody": "{\r\n \"certificateReferences\": [],\r\n \"applicationPackageReferences\": [\r\n {\r\n \"applicationId\": \"updatePoolWithApplicationPackage\",\r\n \"version\": \"foo\"\r\n }\r\n ],\r\n \"metadata\": [],\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"certificateReferences\": [],\r\n \"applicationPackageReferences\": [\r\n {\r\n \"applicationId\": \"updatePoolWithApplicationPackage\",\r\n \"version\": \"foo\"\r\n }\r\n ],\r\n \"metadata\": []\r\n}", "ResponseHeaders": { "ETag": [ - "0x8DD04292227603E" + "0x8DE17DF46B83054" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a3e4cd7c-a20a-409f-8591-89687b2a8739" + "d9afd210-7ea6-426f-9f57-5626c0e03528" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -478,37 +487,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages/updateproperties" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testUpdatePoolWithAppPackages/updateproperties" ], "Date": [ - "Wed, 13 Nov 2024 21:21:26 GMT" + "Thu, 30 Oct 2025 18:08:05 GMT" ], "Content-Length": [ "0" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:26 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ] }, "ResponseBody": "", "StatusCode": 204 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlL3ZlcnNpb25zL2Zvbz9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "1fa2ab5a-6f19-4dec-924c-12c44fb39dc7" + "505ec86d-0dac-4124-8088-a4c574676ac8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -520,7 +529,7 @@ "no-cache" ], "x-ms-request-id": [ - "9f6f2bfd-a13c-4bbf-ac6c-d96bb22afbad" + "7544b8d6-2f8c-47e8-a385-84fc6a9948c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -528,6 +537,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/8d643f46-c7ae-49bb-aa15-1a06f9d78b06" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -535,19 +547,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "c1f64df3-81f5-4919-8d69-f67c1b0812b9" + "ba5a98d9-954b-41ff-a3b5-dc5eed5dd78d" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212127Z:c1f64df3-81f5-4919-8d69-f67c1b0812b9" + "EASTUS2:20251030T180806Z:ba5a98d9-954b-41ff-a3b5-dc5eed5dd78d" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: CFB30289D71F4A07B3B9033F77B569AB Ref B: MNZ221060609031 Ref C: 2024-11-13T21:21:27Z" + "Ref A: DCF6E640D8644E709FD6D9913A4E116C Ref B: CO6AA3150219031 Ref C: 2025-10-30T18:08:06Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:27 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ], "Expires": [ "-1" @@ -560,21 +572,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/updatePoolWithApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlP2FwaS12ZXJzaW9uPTIwMjItMTAtMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/updatePoolWithApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3VwZGF0ZVBvb2xXaXRoQXBwbGljYXRpb25QYWNrYWdlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "c8330028-b5c1-4caf-b9a5-0d8d8a79ac60" + "5958a8d4-fb1b-4ef6-8263-9a664078c816" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -586,7 +598,7 @@ "no-cache" ], "x-ms-request-id": [ - "781787f4-af13-4e9c-b3a6-4bb28cf238a8" + "f7f9985a-3b49-453a-bd25-7eae9bdd2439" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -594,6 +606,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/06e2e5b0-2f12-4ab9-b10c-a276a0b832ff" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -601,19 +616,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "e7bc96c2-b769-4813-ab0c-eba6bbd5525b" + "5d05afb3-88d6-4ac7-9193-84a468e82730" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212127Z:e7bc96c2-b769-4813-ab0c-eba6bbd5525b" + "EASTUS2:20251030T180807Z:5d05afb3-88d6-4ac7-9193-84a468e82730" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 4F5C52DCEB344F3B96F1EB303041E60A Ref B: MNZ221060609031 Ref C: 2024-11-13T21:21:27Z" + "Ref A: 0157EA1F5CC54C389E2CFFE267ABCD95 Ref B: CO6AA3150219031 Ref C: 2025-10-30T18:08:06Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:27 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ], "Expires": [ "-1" @@ -626,24 +641,24 @@ "StatusCode": 200 }, { - "RequestUri": "/pools/testUpdatePoolWithAppPackages?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testUpdatePoolWithAppPackages?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RVcGRhdGVQb29sV2l0aEFwcFBhY2thZ2VzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "79c9bccd-1f74-4484-b6ad-30d49f29ab85" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0ad0a73e-daf0-4733-a4e3-2801ceb4480c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:21:27 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -659,7 +674,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e9e389b8-cc80-4943-9a59-884550c93564" + "d154742b-ce56-4b13-9714-fe4d7d3d407b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -671,7 +686,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:21:27 GMT" + "Thu, 30 Oct 2025 18:08:06 GMT" ] }, "ResponseBody": "", @@ -680,9 +695,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUploadApplicationPackage.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUploadApplicationPackage.json index 4e502428a4ff..723b5e9a16b3 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUploadApplicationPackage.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationPackageTests/TestUploadApplicationPackage.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "3e84a265-3bcf-48d1-ae33-713f547a8a11" + "131105b5-e301-41bb-a3a5-a32b74169104" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,10 +33,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291F93F872\"" + "W/\"0x8DE17DF3F3687F9\"" ], "x-ms-request-id": [ - "2bc39d9a-db32-45ac-9fab-a5d0a3728c31" + "cd657c86-e10c-42a8-b980-3f8135305345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,6 +44,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/8b204904-0076-4bb6-8332-a7c7a5b077d1" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -51,22 +54,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "9a1be6cc-0473-4e12-ae17-c479eff2857e" + "f53dd5f0-5140-43a5-bc76-06d7d90aaaa0" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212122Z:9a1be6cc-0473-4e12-ae17-c479eff2857e" + "WESTUS2:20251030T180754Z:f53dd5f0-5140-43a5-bc76-06d7d90aaaa0" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: DEF14D71133B4395842BE714AED96049 Ref B: MNZ221060610051 Ref C: 2024-11-13T21:21:22Z" + "Ref A: 19A021C13AB843DAB042F9341B25A036 Ref B: MWH011020806029 Ref C: 2025-10-30T18:07:53Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:22 GMT" + "Thu, 30 Oct 2025 18:07:53 GMT" ], "Content-Length": [ - "638" + "647" ], "Content-Type": [ "application/json; charset=utf-8" @@ -75,28 +78,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:22 GMT" + "Thu, 30 Oct 2025 18:07:53 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291F93F872\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-newapplicationpackage-80958376be004ac59500da3917397eaf/foo?sv=2018-03-28&sr=b&sig=XC31%2FbtlkIQCbyRa0b%2Fh4e2q0myxcJljqx3k92CWZ4k%3D&st=2024-11-13T21%3A16%3A22Z&se=2024-11-14T01%3A21%3A22Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:22.6502878Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF3F3687F9\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-newapplicationpackage-838e4da1ea3b468bb3a2e46b049e90c8/foo?sv=2018-03-28&sr=b&sig=U8Pa1nk7wLTP3rS4eIPqkP50CsQA0VPWJ3ZgMgzvdO0%3D&st=2025-10-30T18%3A02%3A53Z&se=2025-10-30T22%3A07%3A53Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:53.8930197Z\",\r\n \"state\": \"Pending\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo/activate?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28vYWN0aXZhdGU/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo/activate?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28vYWN0aXZhdGU/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "POST", "RequestHeaders": { - "x-ms-client-request-id": [ - "01c099eb-0033-4636-abae-f9e362b97a96" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "970fc5b7-a1ae-4db5-a66c-55e139062e71" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,10 +117,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291FE4F1A8\"" + "W/\"0x8DE17DF415E76E1\"" ], "x-ms-request-id": [ - "ae2cd803-7fc6-4e49-a10d-6bfe636c9b01" + "7192249e-aa53-4cd0-bd7f-66533f12ed37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -125,6 +128,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/a353e9fe-cf94-48c1-8f47-1cc51e92e908" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -132,22 +138,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "55e0ea4a-3308-4064-99b8-6d07fae3e467" + "ce65b994-f702-4c78-af1a-5cdf2e6a2e43" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212123Z:55e0ea4a-3308-4064-99b8-6d07fae3e467" + "EASTUS2:20251030T180757Z:ce65b994-f702-4c78-af1a-5cdf2e6a2e43" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: ECA94681762B4A1DA4779FDC6E35619E Ref B: MNZ221060610051 Ref C: 2024-11-13T21:21:23Z" + "Ref A: 1A0655B7B0EE4AEEB37A20C1DD299BDD Ref B: MWH011020806029 Ref C: 2025-10-30T18:07:57Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:23 GMT" + "Thu, 30 Oct 2025 18:07:57 GMT" ], "Content-Length": [ - "703" + "717" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,28 +162,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:23 GMT" + "Thu, 30 Oct 2025 18:07:57 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291FE4F1A8\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-newapplicationpackage-80958376be004ac59500da3917397eaf/foo?sv=2018-03-28&sr=b&sig=mBhZ4%2F0vvy882Sfg%2FBeai0asZMG7bBORRdVlvjjYW00%3D&st=2024-11-13T21%3A16%3A23Z&se=2024-11-14T01%3A21%3A23Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:23.1964709Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:23.166711Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF415E76E1\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-newapplicationpackage-838e4da1ea3b468bb3a2e46b049e90c8/foo?sv=2018-03-28&sr=b&sig=4TF%2FoqHdK%2FXNHvZh0cd8cilR4PLcjsL80VR1PgKeJwM%3D&st=2025-10-30T18%3A02%3A57Z&se=2025-10-30T22%3A07%3A57Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:57.5293766Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:07:57.4930678Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "01c099eb-0033-4636-abae-f9e362b97a96" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "970fc5b7-a1ae-4db5-a66c-55e139062e71" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -189,10 +195,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD04291FE4F1A8\"" + "W/\"0x8DE17DF415E76E1\"" ], "x-ms-request-id": [ - "9cd26dc9-0e3d-4a18-86d4-c1db1b2c13f7" + "07a6be17-a07f-460f-842a-2625cb56b6fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -200,6 +206,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/66d1420c-cfdd-436d-8be2-1952a7d4a139" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -207,22 +216,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "e97762bb-f26d-4798-8632-9a6831d20d83" + "b210304d-a0fb-442a-b9fa-bc17b8456d2e" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212123Z:e97762bb-f26d-4798-8632-9a6831d20d83" + "EASTUS2:20251030T180757Z:b210304d-a0fb-442a-b9fa-bc17b8456d2e" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 10068B9A9D854B6A969476B3B1D8D489 Ref B: MNZ221060610051 Ref C: 2024-11-13T21:21:23Z" + "Ref A: E596C852848643059ED79E76E61FB44C Ref B: MWH011020806029 Ref C: 2025-10-30T18:07:57Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:23 GMT" + "Thu, 30 Oct 2025 18:07:57 GMT" ], "Content-Length": [ - "703" + "717" ], "Content-Type": [ "application/json; charset=utf-8" @@ -231,28 +240,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:21:23 GMT" + "Thu, 30 Oct 2025 18:07:57 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DD04291FE4F1A8\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dawatroustorage.blob.core.windows.net/app-newapplicationpackage-80958376be004ac59500da3917397eaf/foo?sv=2018-03-28&sr=b&sig=mBhZ4%2F0vvy882Sfg%2FBeai0asZMG7bBORRdVlvjjYW00%3D&st=2024-11-13T21%3A16%3A23Z&se=2024-11-14T01%3A21%3A23Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2024-11-14T01:21:23.4482965Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2024-11-13T21:21:23.166711Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications/versions\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo\",\r\n \"name\": \"foo\",\r\n \"etag\": \"W/\\\"0x8DE17DF415E76E1\\\"\",\r\n \"properties\": {\r\n \"storageUrl\": \"https://dotnetstoragebatch1.blob.core.windows.net/app-newapplicationpackage-838e4da1ea3b468bb3a2e46b049e90c8/foo?sv=2018-03-28&sr=b&sig=4TF%2FoqHdK%2FXNHvZh0cd8cilR4PLcjsL80VR1PgKeJwM%3D&st=2025-10-30T18%3A02%3A57Z&se=2025-10-30T22%3A07%3A57Z&sp=rw\",\r\n \"storageUrlExpiry\": \"2025-10-30T22:07:57.6805989Z\",\r\n \"state\": \"Active\",\r\n \"format\": \"zip\",\r\n \"lastActivationTime\": \"2025-10-30T18:07:57.4930678Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage/versions/foo?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage/versions/foo?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZS92ZXJzaW9ucy9mb28/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "bc2cd138-2b75-4066-8129-c6334b69b31d" + "6195b583-4ca1-4ad5-876e-2c7da1b15981" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -264,7 +273,7 @@ "no-cache" ], "x-ms-request-id": [ - "dea8a733-88e9-487e-9cd2-e28c49a6ceaf" + "b87a7f9c-c5ef-425f-8869-3d5f5d8c37fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -272,6 +281,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/c5ab13af-36e3-449e-9b2c-824f87eed624" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -279,19 +291,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "9691d5ed-578f-483f-8282-c195b8862d7a" + "835c5612-b483-4d06-887f-8cf794ba75d9" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212123Z:9691d5ed-578f-483f-8282-c195b8862d7a" + "EASTUS2:20251030T180758Z:835c5612-b483-4d06-887f-8cf794ba75d9" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: CF088A0E618E412EA5B3A7670F25F64A Ref B: MNZ221060610051 Ref C: 2024-11-13T21:21:23Z" + "Ref A: 1C26F63A7EC9445C83FFF3109A3B2B46 Ref B: MWH011020806029 Ref C: 2025-10-30T18:07:57Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:23 GMT" + "Thu, 30 Oct 2025 18:07:57 GMT" ], "Expires": [ "-1" @@ -304,21 +316,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/newApplicationPackage?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDIyLTEwLTAx", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/newApplicationPackage?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL25ld0FwcGxpY2F0aW9uUGFja2FnZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAx", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "0b8c90a0-5e34-444b-a6ea-b2041582ea47" + "866eb2c9-127b-4522-9834-8162aa611261" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -330,7 +342,7 @@ "no-cache" ], "x-ms-request-id": [ - "b98603f7-124f-4d3b-bc3b-24ad4e45035c" + "0ee82342-11d8-4657-8755-57188c508c60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -338,6 +350,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/95c408e6-bac6-40c8-9875-7d86f8b6b6bf" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -345,19 +360,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "cd414d56-85ae-4cf8-86ec-e944a6269d26" + "44a655c3-0277-4bc5-b92e-4f74901c6884" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212124Z:cd414d56-85ae-4cf8-86ec-e944a6269d26" + "EASTUS2:20251030T180758Z:44a655c3-0277-4bc5-b92e-4f74901c6884" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 7FBDFF70C1DC476BA3B3787934B38475 Ref B: MNZ221060610051 Ref C: 2024-11-13T21:21:23Z" + "Ref A: 0236A91BFC4A4CF1AD2E2264819CEAC9 Ref B: MWH011020806029 Ref C: 2025-10-30T18:07:58Z" ], "Date": [ - "Wed, 13 Nov 2024 21:21:24 GMT" + "Thu, 30 Oct 2025 18:07:58 GMT" ], "Expires": [ "-1" @@ -372,9 +387,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationTests/TestAddApplication.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationTests/TestAddApplication.json index 6d6e52b9fc3e..2f57f1dcf0fa 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationTests/TestAddApplication.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchApplicationTests/TestAddApplication.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/test?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3Rlc3Q/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/test?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3Rlc3Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "PUT", "RequestHeaders": { - "x-ms-client-request-id": [ - "21520395-8092-4442-a9f2-dc4340a5d91f" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "0845f8c5-68b6-4d13-ba38-ecab8078620e" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,10 +33,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD0429E9F5E17F\"" + "W/\"0x8DE17DF2BE1AA43\"" ], "x-ms-request-id": [ - "cb732567-3982-4f29-bdb7-c352d60916bb" + "e85b67c2-7a2a-47d7-95fe-948c74473e68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,6 +44,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/westus2/54c270ad-1faf-41c5-8654-99db6f2c2998" + ], "x-ms-ratelimit-remaining-subscription-writes": [ "799" ], @@ -51,22 +54,22 @@ "11999" ], "x-ms-correlation-request-id": [ - "c9892044-5a7c-40ae-8b35-302324a54a78" + "59d79fb1-74c7-4c2e-9e40-7e702d888972" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212702Z:c9892044-5a7c-40ae-8b35-302324a54a78" + "WESTUS2:20251030T180721Z:59d79fb1-74c7-4c2e-9e40-7e702d888972" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: E2E1DE9C1C94404F91E06FEAA53A94B6 Ref B: MNZ221060609019 Ref C: 2024-11-13T21:27:01Z" + "Ref A: 9809B9039FE34D13BE55EFA68FD5D825 Ref B: CO1EDGE1616 Ref C: 2025-10-30T18:07:20Z" ], "Date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" + "Thu, 30 Oct 2025 18:07:20 GMT" ], "Content-Length": [ - "292" + "301" ], "Content-Type": [ "application/json; charset=utf-8" @@ -75,28 +78,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Thu, 30 Oct 2025 18:07:21 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/test\",\r\n \"name\": \"test\",\r\n \"etag\": \"W/\\\"0x8DD0429E9F5E17F\\\"\",\r\n \"properties\": {\r\n \"allowUpdates\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/test\",\r\n \"name\": \"test\",\r\n \"etag\": \"W/\\\"0x8DE17DF2BE1AA43\\\"\",\r\n \"properties\": {\r\n \"allowUpdates\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/test?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3Rlc3Q/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/test?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3Rlc3Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "312caeed-c7a2-4ce8-91d4-7e6391102ebe" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "08e920b2-4300-4f0b-9349-758acdc0ba93" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -108,10 +111,10 @@ "no-cache" ], "ETag": [ - "W/\"0x8DD0429E9F5E17F\"" + "W/\"0x8DE17DF2BE1AA43\"" ], "x-ms-request-id": [ - "16827bca-9db4-4305-bc0e-911c01a52fd5" + "d85e7b78-3c1b-4799-9894-dbc9e8055749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -119,6 +122,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/53bda3e5-8d7b-4735-94c6-88b43e857454" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -126,22 +132,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "e9eda16e-037e-4c2f-a2ee-4335ae57f6a8" + "b12bf23d-f398-4162-aaeb-6a1eb805d18a" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212702Z:e9eda16e-037e-4c2f-a2ee-4335ae57f6a8" + "EASTUS2:20251030T180722Z:b12bf23d-f398-4162-aaeb-6a1eb805d18a" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: DE8BB3EE3A3D4187BB1C92791F4958F7 Ref B: MNZ221060609019 Ref C: 2024-11-13T21:27:02Z" + "Ref A: 93991AF52F754F7882620ED05DA08E17 Ref B: CO1EDGE1616 Ref C: 2025-10-30T18:07:22Z" ], "Date": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Thu, 30 Oct 2025 18:07:21 GMT" ], "Content-Length": [ - "292" + "301" ], "Content-Type": [ "application/json; charset=utf-8" @@ -150,28 +156,28 @@ "-1" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Thu, 30 Oct 2025 18:07:21 GMT" ] }, - "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/test\",\r\n \"name\": \"test\",\r\n \"etag\": \"W/\\\"0x8DD0429E9F5E17F\\\"\",\r\n \"properties\": {\r\n \"allowUpdates\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"type\": \"Microsoft.Batch/batchAccounts/applications\",\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/test\",\r\n \"name\": \"test\",\r\n \"etag\": \"W/\\\"0x8DE17DF2BE1AA43\\\"\",\r\n \"properties\": {\r\n \"allowUpdates\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/resourceGroups/dawatrou-rg/providers/Microsoft.Batch/batchAccounts/dawatrouhobo/applications/test?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Jlc291cmNlR3JvdXBzL2Rhd2F0cm91LXJnL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvYmF0Y2hBY2NvdW50cy9kYXdhdHJvdWhvYm8vYXBwbGljYXRpb25zL3Rlc3Q/YXBpLXZlcnNpb249MjAyMi0xMC0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/resourceGroups/automation/providers/Microsoft.Batch/batchAccounts/dotnotsdkbatchaccount2/applications/test?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Jlc291cmNlR3JvdXBzL2F1dG9tYXRpb24vcHJvdmlkZXJzL01pY3Jvc29mdC5CYXRjaC9iYXRjaEFjY291bnRzL2RvdG5vdHNka2JhdGNoYWNjb3VudDIvYXBwbGljYXRpb25zL3Rlc3Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMQ==", "RequestMethod": "DELETE", "RequestHeaders": { - "x-ms-client-request-id": [ - "b4f8fe63-6ada-4ffe-a8b4-4873c60abeda" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "cc046914-782f-48c3-b5a2-17b166596355" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -183,7 +189,7 @@ "no-cache" ], "x-ms-request-id": [ - "cb874006-297d-48d9-ab7a-8383ba3c0c70" + "447c992c-bbe7-43c2-a907-3e411b85a000" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -191,6 +197,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/eastus2/680baf1d-55f6-4565-bc53-ceef7fd63620" + ], "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ], @@ -198,19 +207,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "e2d44c90-3aed-4528-8ac6-f91965621109" + "d61ed19d-ff2d-4f19-9b93-bc302f3a2e0c" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212702Z:e2d44c90-3aed-4528-8ac6-f91965621109" + "EASTUS2:20251030T180722Z:d61ed19d-ff2d-4f19-9b93-bc302f3a2e0c" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 39E3A4D90B4A4AD7AB76CDF3068D8457 Ref B: MNZ221060609019 Ref C: 2024-11-13T21:27:02Z" + "Ref A: 3C36117016C24B9AA87B953D2D18E939 Ref B: CO1EDGE1616 Ref C: 2025-10-30T18:07:22Z" ], "Date": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Thu, 30 Oct 2025 18:07:21 GMT" ], "Expires": [ "-1" @@ -225,9 +234,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCancelCertificateDelete.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCancelCertificateDelete.json deleted file mode 100644 index 95ec15271ad2..000000000000 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCancelCertificateDelete.json +++ /dev/null @@ -1,1610 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "5dfe7ef4-17ba-42d7-958a-bb14efea85e9" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:49 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "311ea88f-3af6-4b85-b509-f9d3ed86b3f4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "2beedf25-2da8-4af3-a8bc-b8123e01911b" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:54 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "1d600568-52e5-41c9-98f9-37c8bf996532" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:53 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "70a0d6ed-2600-471e-936a-d5d2dae37e98" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:59 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "2ed86642-b40a-4c32-8c87-4db1bd827fcd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:58 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "1d6c3b68-011c-438a-a2d1-797cf5d06cb1" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:04 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "61a0be15-c974-4c32-8a4f-df4801006750" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:03 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "fdc3e35c-3f15-4f36-b115-7106dcdb9ab7" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:09 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "915d7db1-a11c-4ac1-89e6-65f88e959c69" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:08 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "131b9d62-ebb4-48c1-965c-d27465e0bad1" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:14 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "88baabd7-3600-4ad0-8ebf-cb6a68aab32f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:14 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "190113b0-7911-4996-bc03-734bf6c79ea2" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:19 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "42487fb6-d5eb-4bed-be5e-90b6f8aa1fd8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:19 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "805f77db-fcd4-442a-819a-7fceb5267db7" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:24 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "956e0305-40e3-463b-bc16-fa8ea8b8263d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:24 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "eb00c97f-fc9b-40ea-b30e-fd5555c5f2c7" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:29 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "728316c0-89df-4e2e-9f35-6fd2d2834405" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:29 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "989c555a-81bf-4d7f-aea8-5d6818aafe32" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:34 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "a56a184f-0c97-4671-b90d-7e87fc2a40cd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:34 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "ead36d54-4f48-42b9-aa34-cede64a59283" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:39 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "94aea2ad-a4a9-48d9-8d31-024ae4ac850a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:38 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "b3f0ba44-345c-4fa1-8e05-75b3f5fd6be9" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:44 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "275a8e34-1082-4580-a407-ac1835b01438" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:44 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"state\": \"deleting\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0&$select=thumbprint%2Cstate", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJHNlbGVjdD10aHVtYnByaW50JTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "1fc08ec2-5cdc-48e3-93c8-f923ad211a41" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "7a6adfa5-4ecd-4b66-bb63-7884e26a3fe9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:48 GMT" - ], - "Content-Length": [ - "348" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\r\n \"code\": \"CertificateNotFound\",\r\n \"message\": {\r\n \"lang\": \"en-US\",\r\n \"value\": \"The specified certificate does not exist.\\nRequestId:7a6adfa5-4ecd-4b66-bb63-7884e26a3fe9\\nTime:2024-11-13T21:25:49.6709594Z\"\r\n }\r\n}", - "StatusCode": 404 - }, - { - "RequestUri": "/certificates?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "POST", - "RequestHeaders": { - "client-request-id": [ - "deec7402-da39-45a6-84cb-a000867b710e" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "Content-Length": [ - "816" - ] - }, - "RequestBody": "{\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"data\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\",\r\n \"certificateFormat\": \"cer\"\r\n}", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "803d8b68-f07a-4cec-8e5d-6df9a1003240" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:48 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 201 - }, - { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", - "RequestMethod": "POST", - "RequestHeaders": { - "client-request-id": [ - "c9226697-50ea-484d-b814-192997491a40" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "Content-Length": [ - "797" - ] - }, - "RequestBody": "{\r\n \"id\": \"certPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [\r\n {\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"storeLocation\": \"currentuser\",\r\n \"storeName\": \"My\",\r\n \"visibility\": [\r\n \"task\"\r\n ]\r\n }\r\n ],\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "ETag": [ - "0x8DD0429BECEA7AB" - ], - "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/certPool" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "271d7c43-948d-4ca9-bcc0-7b6b9d2fb6fe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/certPool" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "Last-Modified": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 201 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "DELETE", - "RequestHeaders": { - "client-request-id": [ - "2e241302-a50b-462d-ac91-65356210f2ce" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Length": [ - "0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "5502148e-ab93-42b0-a70a-1c49f26e5033" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "DELETE", - "RequestHeaders": { - "client-request-id": [ - "1e3e0aad-8d9a-4f9c-8932-dd5e6e19c2a2" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Length": [ - "0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "6831a623-9fde-423a-a13f-d02e03a67a82" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "ced1a2b9-c5fb-48c2-bf3f-b155f07625df" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "e4a44700-5f4a-4e67-8065-678dca832052" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:49 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "44e48d82-dfba-468d-9071-570e601ab350" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:26:00 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "779864c5-5939-41c5-afcd-ee9ad02951ea" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:25:59 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "30798aa1-e90b-4689-b4ca-bfce83884332" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:26:10 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "b3751f65-cf22-413c-9506-a464eaf56225" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:26:09 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "b3388ba3-5676-4834-b367-b7ec9e381229" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:26:20 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "84fb18c5-3f7d-4e6b-93f1-f9ff8600659a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:26:19 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "4960af8a-dcde-4176-8319-980b341569a4" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:26:30 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "d1ea4bf4-c9d7-4263-a764-84827ff4c5bf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:26:29 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "d166338c-a46c-47b9-b29b-bc5f5dfa40e4" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:26:40 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "bd5fd729-0a20-4088-908c-87829d8b83f6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:26:39 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "1ffdcd5c-667e-48c8-af4f-590cc819d93d" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:26:50 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "50d08233-cdf6-473c-94ed-8a9e5cccea05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:26:49 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:49.7106472Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "5539af8c-aa6f-450b-9226-77f1e6a0453f" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "0cd9e9c6-42eb-4ef9-8612-3d25899fb6e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deletefailed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:26:52.2088546Z\",\r\n \"previousState\": \"deleting\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\",\r\n \"deleteCertificateError\": {\r\n \"code\": \"PoolsReferencingCertificate\",\r\n \"message\": \"The specified certificate is being used by the below mentioned pool(s)\",\r\n \"values\": [\r\n {\r\n \"name\": \"Pools\",\r\n \"value\": \"certPool\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "ad52280e-943d-46f6-a6a8-197d3082df5d" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "x-ms-client-request-id": [ - "054b3a47-4aa6-4154-bbad-e74660ff0ce4" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "f33cb18a-0625-4171-b02e-d796c9bda12f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deletefailed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:26:52.2088546Z\",\r\n \"previousState\": \"deleting\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\",\r\n \"deleteCertificateError\": {\r\n \"code\": \"PoolsReferencingCertificate\",\r\n \"message\": \"The specified certificate is being used by the below mentioned pool(s)\",\r\n \"values\": [\r\n {\r\n \"name\": \"Pools\",\r\n \"value\": \"certPool\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "8f85400d-87d2-4ab7-814f-377580546b52" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "x-ms-client-request-id": [ - "e977d4a7-9351-43e1-9827-31eaba01c0ef" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "c291e631-e5ab-43d4-8110-bf8b27e020de" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deletefailed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:26:52.2088546Z\",\r\n \"previousState\": \"deleting\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:25:50.0095801Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\",\r\n \"deleteCertificateError\": {\r\n \"code\": \"PoolsReferencingCertificate\",\r\n \"message\": \"The specified certificate is being used by the below mentioned pool(s)\",\r\n \"values\": [\r\n {\r\n \"name\": \"Pools\",\r\n \"value\": \"certPool\"\r\n }\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)/canceldelete?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKS9jYW5jZWxkZWxldGU/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", - "RequestMethod": "POST", - "RequestHeaders": { - "client-request-id": [ - "daa2560e-fd74-41c5-ba96-37abfca34635" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" - ], - "x-ms-client-request-id": [ - "e977d4a7-9351-43e1-9827-31eaba01c0ef" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Length": [ - "0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "26b0ab49-2fde-4986-af71-e139bb551e18" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)/canceldelete" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 204 - }, - { - "RequestUri": "/certificates?api-version=2024-02-01.19.0&$filter=state%20eq%20%27active%27", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJGZpbHRlcj1zdGF0ZSUyMGVxJTIwJTI3YWN0aXZlJTI3", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "6efcc373-de61-4629-8520-9c7dc7e0f8f6" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" - ], - "x-ms-client-request-id": [ - "3cff1d99-9aca-4ad5-8819-0a51aed9dc87" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "2828b38c-fd19-4d4f-8c69-7f7c7f823075" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:00 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates\",\r\n \"value\": [\r\n {\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:01.1195777Z\",\r\n \"previousState\": \"deletefailed\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:26:52.2088546Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/certPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NlcnRQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", - "RequestMethod": "DELETE", - "RequestHeaders": { - "client-request-id": [ - "a527eaee-66fe-4a6a-aa61-ef46eb00f61a" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Length": [ - "0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "b901500a-17a4-41de-91da-3e8baf79c832" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:01 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" - } -} \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCertificateCrudOperations.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCertificateCrudOperations.json deleted file mode 100644 index 6de95b0113b5..000000000000 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.CertificateTests/TestCertificateCrudOperations.json +++ /dev/null @@ -1,240 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/certificates?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "POST", - "RequestHeaders": { - "client-request-id": [ - "9d16468f-62e1-445c-b340-2c987c5e54ce" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ], - "x-ms-client-request-id": [ - "0aa53c0b-6d0e-4f01-8978-0fbf77c67365" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" - ], - "Content-Length": [ - "816" - ] - }, - "RequestBody": "{\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"data\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\",\r\n \"certificateFormat\": \"cer\"\r\n}", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "6275543c-63fb-4add-bf01-787dfef0eb53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/certificates(ThumbprintAlgorithm=sha1,Thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 201 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1DMUU0OTRBNDE1MTQ5QzVGMjExQzQ3NzhCNTJGMkU4MzRBMDcyNDdDKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "686076ce-174b-4aa0-9f17-ac86747c4421" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ], - "x-ms-client-request-id": [ - "d26f06b2-d356-44c2-9757-95aa92ebb9ff" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "8277730b-07c1-41d7-a7d8-7c0f7974f526" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates/@Element\",\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=C1E494A415149C5F211C4778B52F2E834A07247C)\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:48.8697584Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcyh0aHVtYnByaW50QWxnb3JpdGhtPXNoYTEsdGh1bWJwcmludD1jMWU0OTRhNDE1MTQ5YzVmMjExYzQ3NzhiNTJmMmU4MzRhMDcyNDdjKT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "DELETE", - "RequestHeaders": { - "client-request-id": [ - "551433f4-ce58-4a08-be83-eabb4c7fc3db" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ], - "x-ms-client-request-id": [ - "9d9c3365-e8fa-41f1-b5d9-811a4013bf8f" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ], - "Content-Length": [ - "0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "fb67bb7e-17b9-4007-a878-b0033c895cb3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/certificates?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2NlcnRpZmljYXRlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", - "RequestMethod": "GET", - "RequestHeaders": { - "client-request-id": [ - "c6b07777-1ea0-4734-9c61-2d11572c3cfc" - ], - "Accept-Language": [ - "en-US" - ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:24:49 GMT" - ], - "x-ms-client-request-id": [ - "c7021b23-bc7f-44d9-89f5-65f7a35326f2" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "5bd69664-adc3-4e60-a637-0ba168d3aeeb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#certificates\",\r\n \"value\": [\r\n {\r\n \"thumbprint\": \"c1e494a415149c5f211c4778b52f2e834a07247c\",\r\n \"thumbprintAlgorithm\": \"sha1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=c1e494a415149c5f211c4778b52f2e834a07247c)\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:49.0138236Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:24:48.8697584Z\",\r\n \"publicData\": \"MIIB9DCCAWGgAwIBAgIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC0JhdGNoVGVzdDAxMB4XDTE1MTAwMjE2MjkwNVoXDTM5MTIzMTIzNTk1OVowFjEUMBIGA1UEAxMLQmF0Y2hUZXN0MDEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM06unpRipn3BmHBM75d0s8w/Wwifci16PoJo4c2V68GwsCCFsNOn5ypo7BBXo1fpBjrnso5w+koaE5LjxkBSVm+TkogwbKlW6WURTM0O5viRVbPnEEU/Y01Pj5cJElFuLEk9Uoe/r/lP8b5A607t1cPjSXkwhEZEYc3LkHDSo0ZAgMBAAGjSzBJMEcGA1UdAQRAMD6AEFRsTAsrvF+FmPuICooZXaKhGDAWMRQwEgYDVQQDEwtCYXRjaFRlc3QwMYIQpUXhwCuAPJRDhl7kY/0PdTAJBgUrDgMCHQUAA4GBALt0F8Ep+8XVE/M2aNtxzlku72gxiOiAo1HmpUaixXx3gl8kdP3xgoKMaq4JskqdLmbJJUnCQ3wmzsdPwjswsW2ycT12zuBddaiS+id98k8U/KYc6FxMgS+H70FYOxARLn7P4FSSBf/QCyign+BherzezdZ5NBdfzbmWxIMP5iFJ\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - } - ], - "Names": {}, - "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" - } -} \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestDisableAndEnableComputeNodeScheduling.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestDisableAndEnableComputeNodeScheduling.json index 31c00a0f9fc3..baf569f502bc 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestDisableAndEnableComputeNodeScheduling.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestDisableAndEnableComputeNodeScheduling.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "edb15589-5b67-4396-8a05-eb55b890370e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "bc37e4a7-55d1-4f8f-81c8-07a451a9e9cc" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:09 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "547" + "502" ] }, - "RequestBody": "{\r\n \"id\": \"disableandenablenodepool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"disableandenablenodepool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "36c41652-8188-4dff-8086-c62a26063c14" + "634734be-f068-460b-b8ba-cc141d4f9022" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool" ], "Date": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "a04b62f6-c579-4544-9afe-185fc998811c" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e88523c3-8640-4000-bc62-7262a3143638" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -95,13 +95,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c48cd8df-5784-4e8a-add3-53f4afe907f6" + "47bf527e-b62e-430d-849c-7df4cd505517" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,37 +113,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "5a3a3fff-09d6-4359-a9cf-8c3bfa0990fd" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "eb875270-8604-47fd-8e7f-23e09fd5efdf" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:36 GMT" + "Wed, 29 Oct 2025 18:06:15 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -153,13 +153,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d7459d36-87c5-48c1-8c72-28846577db0e" + "08f88bcb-8f86-4b6a-b9ea-1ecedc4e479c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,37 +171,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:36 GMT" + "Wed, 29 Oct 2025 18:06:15 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "9b3c87ed-f79c-436d-94a3-03232854f082" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5126df66-7473-40e2-84d5-8ced633cfb9c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:41 GMT" + "Wed, 29 Oct 2025 18:06:20 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +211,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "cd015ed7-1fcc-451f-b590-537cf6658cba" + "5ba429ac-fddc-471b-a877-b1d353b077ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +229,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:41 GMT" + "Wed, 29 Oct 2025 18:06:20 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0f8459d6-26f9-4a7b-a4d0-9ff322c8c692" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "82f227e6-a8ca-4b39-852f-fa932e452296" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:46 GMT" + "Wed, 29 Oct 2025 18:06:25 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +269,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "be1ac832-a513-48ce-a977-e853b3202f35" + "999e376a-fc38-4473-952a-cd3ac652bd29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +287,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:46 GMT" + "Wed, 29 Oct 2025 18:06:25 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "a235978e-10ac-44c5-a66e-f6aaec5f62fc" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2545a058-8756-4711-892d-6b512b4c62d3" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:51 GMT" + "Wed, 29 Oct 2025 18:06:30 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +327,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5c4649b6-d728-44d8-b0be-83b815174a8b" + "629fa77c-ea35-4029-9d5e-58df317a9fae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,37 +345,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:51 GMT" + "Wed, 29 Oct 2025 18:06:30 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "74bf2a8a-c19b-416a-a0e0-9ae7adf7d643" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "d04386ad-0861-4a32-a7a8-484d64328811" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:56 GMT" + "Wed, 29 Oct 2025 18:06:35 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -385,13 +385,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2e611075-f257-4599-a861-f238508eeaaf" + "d40084b5-2944-414e-981a-b4714b676a62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,37 +403,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:56 GMT" + "Wed, 29 Oct 2025 18:06:35 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c1de1c68-8738-447a-834e-b4f12d9077b5" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8c31fdb9-9be1-4669-bde5-8343e85cbf58" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:01 GMT" + "Wed, 29 Oct 2025 18:06:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -443,13 +443,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ef0441cf-3585-492a-a7c7-9cc0a1c37342" + "4257ba9a-ed69-4066-b6b4-1ee23be862a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,37 +461,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:01 GMT" + "Wed, 29 Oct 2025 18:06:40 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:10.5409054Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3f232641-de6b-4083-9fce-ef1419c81515" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0fac51b7-c4ef-440a-a048-a6ec1b1f3b62" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:06 GMT" + "Wed, 29 Oct 2025 18:06:46 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -501,13 +501,13 @@ "chunked" ], "ETag": [ - "0x8DD042A66A1E0B9" + "0x8DE1715D7335E1D" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "81736299-e330-46ad-b0f6-d0d256dba4d5" + "75d6dcd8-332f-4020-b035-b7c13acabb7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,95 +519,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:06 GMT" + "Wed, 29 Oct 2025 18:06:45 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 18:06:10 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DD042A66A1E0B9\",\r\n \"lastModified\": \"2024-11-13T21:30:31.3500857Z\",\r\n \"creationTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.3500847Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:03.4426026Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"disableandenablenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool\",\r\n \"eTag\": \"0x8DE1715D7335E1D\",\r\n \"lastModified\": \"2025-10-29T18:06:10.5409053Z\",\r\n \"creationTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:10.5409043Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T18:06:42.8638808Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool/nodes?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "cc6aa428-8d6b-46b9-bfe2-4cdb325cdd47" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:31:07 GMT" - ], - "x-ms-client-request-id": [ - "7e0d4f48-3752-491f-b729-a0950650daa4" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "b44173e4-e001-4df1-82b8-50824160023a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:31:07 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:03.0859918Z\",\r\n \"allocationTime\": \"2024-11-13T21:31:03.0859995Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.69.132\",\r\n \"publicFQDN\": \"dns35820eeb-22d9-4a23-81fc-ada4d30a3077-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_edb9dda512f61811e3257dfdd0e2ab6aedbb0fb55543d742b1eac366be5bcabf_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_edb9dda512f61811e3257dfdd0e2ab6aedbb0fb55543d742b1eac366be5bcabf_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:03.0860265Z\",\r\n \"allocationTime\": \"2024-11-13T21:31:03.0860289Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_edb9dda512f61811e3257dfdd0e2ab6aedbb0fb55543d742b1eac366be5bcabf_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.69.132\",\r\n \"publicFQDN\": \"dns35820eeb-22d9-4a23-81fc-ada4d30a3077-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "d867d234-503e-47bc-8209-4d90bb5aaa1b" - ], - "Accept-Language": [ - "en-US" + "39cfd6f8-6e17-4dc0-a7eb-417f33a646aa" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:07 GMT" + "Wed, 29 Oct 2025 18:06:52 GMT" ], "x-ms-client-request-id": [ - "d797cc37-e46e-44c3-b7a5-5f6518cb60d7" + "3ab246ff-8c37-4851-804b-b337661aa27a" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -620,7 +565,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a362fbd6-0820-43a1-9630-a8ba65989bbe" + "adda3cdf-88b3-497b-bcb9-ee0521a42536" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -632,92 +577,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:07 GMT" + "Wed, 29 Oct 2025 18:06:52 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"state\": \"starting\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:52.7057479Z\",\r\n \"allocationTime\": \"2025-10-29T18:06:42.4370862Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_36bfe8b161c3a8ef2703885e217c5869634b4c92848d02f974a8967c8987e8e9_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_36bfe8b161c3a8ef2703885e217c5869634b4c92848d02f974a8967c8987e8e9_d\",\r\n \"state\": \"starting\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T18:06:52.7057479Z\",\r\n \"allocationTime\": \"2025-10-29T18:06:42.4371074Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_36bfe8b161c3a8ef2703885e217c5869634b4c92848d02f974a8967c8987e8e9_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "4eac16e6-238a-4517-9a2e-fea251bd8261" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:31:12 GMT" - ], - "x-ms-client-request-id": [ - "9aac746f-89e9-4fb9-9715-f6bfd8402ddb" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "d6e9851d-5635-4dfe-bec5-878a8e177856" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:31:12 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "b6718b5b-28b7-4c28-94cf-e493fcc4586c" - ], - "Accept-Language": [ - "en-US" + "011b5544-bb20-4766-937f-6b2bcee3b7a7" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:17 GMT" + "Wed, 29 Oct 2025 18:06:52 GMT" ], "x-ms-client-request-id": [ - "511f5891-3264-44fd-a828-975481b1cbc1" + "c4e242f1-3d7d-4230-92e7-d28f54966d23" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -730,7 +620,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "6cc3ffbf-95ce-4ab6-ad53-88269ebf2ddf" + "41068af5-d3ec-4962-9d4a-7d46c9ec7ef8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,92 +632,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:17 GMT" + "Wed, 29 Oct 2025 18:06:53 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0f066e04-7d99-4e5b-9475-d1ef3a9ef685" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:31:22 GMT" - ], - "x-ms-client-request-id": [ - "8334015b-1002-488a-a1a8-3e0ce46b78bb" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "1d301d67-8ba7-4b1d-a195-aec26ecd3dd3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:31:22 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "fb9dee88-02b4-4d7f-a141-7a084f285035" - ], - "Accept-Language": [ - "en-US" + "63d57702-5338-42fd-84d1-08a8c8424180" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:27 GMT" + "Wed, 29 Oct 2025 18:06:58 GMT" ], "x-ms-client-request-id": [ - "c50f3817-c312-41c0-9f6b-50efdf38df01" + "616632de-9a89-4dcf-a8a8-d997d7a8ac8d" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -840,7 +675,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d6c8a770-1f2c-43a8-b1dd-b34824e81b41" + "b29e79d4-b904-45e5-9800-4370c6cc9b61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,37 +687,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:27 GMT" + "Wed, 29 Oct 2025 18:06:58 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "fa5455d1-2f60-4489-9427-088d1ca61fa6" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "14d60611-f9f0-4cd8-9a8d-b19a2058366c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "x-ms-client-request-id": [ - "04d7f157-0847-453f-8de6-4e7a37e7272a" + "83fde8b5-c068-44c2-9a5f-df9aaca66be6" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -895,7 +730,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4d9cba00-1ce4-4b21-a20a-54ec25b026bb" + "c577be15-3525-43bc-8ae4-f6ac6895bc2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -907,37 +742,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b70ede9d-e393-4668-b1fe-8fac8cc7f8e8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5a4c85dc-138c-4338-9978-a25fe038a8aa" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "x-ms-client-request-id": [ - "a8f32c73-2097-49a7-b442-7cc26bc062a8" + "d03e635a-bdd1-4177-999c-4232f9168226" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -950,7 +785,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e36b8c5c-266d-4e9c-8525-44771863dd82" + "22485135-1253-4b49-a554-fc96c5bfc7a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -962,37 +797,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"state\": \"idle\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:31.626353Z\",\r\n \"lastBootTime\": \"2024-11-13T21:31:31.530755Z\",\r\n \"allocationTime\": \"2024-11-13T21:31:03.0859995Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.69.132\",\r\n \"publicFQDN\": \"dns35820eeb-22d9-4a23-81fc-ada4d30a3077-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2024-11-13T21:31:31.530755Z\",\r\n \"version\": \"1.12.7\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"state\": \"idle\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T18:07:01.083892Z\",\r\n \"lastBootTime\": \"2025-10-29T18:07:01.005248Z\",\r\n \"allocationTime\": \"2025-10-29T18:06:42.4370862Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2025-10-29T18:07:01.005248Z\",\r\n \"version\": \"1.12.24\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d/disablescheduling?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2QvZGlzYWJsZXNjaGVkdWxpbmc/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d/disablescheduling?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2QvZGlzYWJsZXNjaGVkdWxpbmc/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "b42ad3ec-9c75-4c72-a030-bba0650cbcf1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "438abcb5-43de-4693-8a7c-a91f092aac9a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "x-ms-client-request-id": [ - "a8f32c73-2097-49a7-b442-7cc26bc062a8" + "d03e635a-bdd1-4177-999c-4232f9168226" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -1011,7 +846,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "9c93c1e3-0af4-4a70-82d2-126db32049c2" + "1ab2decc-618f-4d2a-82c0-0f74d0fa98c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1023,37 +858,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d/disablescheduling" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d/disablescheduling" ], "Date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2CschedulingState", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzY2hlZHVsaW5nU3RhdGU=", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d?api-version=2024-07-01.20.0&$select=id%2CschedulingState", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzY2hlZHVsaW5nU3RhdGU=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ae43d557-7776-42bc-b643-953939f6d130" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "4c28ca50-2d73-446e-9bf5-6116b5e89e96" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "x-ms-client-request-id": [ - "824ffdc7-dd42-4d18-a1f4-b791f6dd5b46" + "e26659c0-402e-45aa-8e17-32db61dd8ef5" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1066,7 +901,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "cc0653a0-770a-45e2-bda1-ce1cc57004a7" + "6319e29c-04fb-481f-b9dd-cc894e6ea9ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1078,37 +913,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"schedulingState\": \"disabled\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"schedulingState\": \"disabled\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d?api-version=2024-02-01.19.0&$select=id%2CschedulingState", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzY2hlZHVsaW5nU3RhdGU=", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d?api-version=2024-07-01.20.0&$select=id%2CschedulingState", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzY2hlZHVsaW5nU3RhdGU=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0a94d445-8920-4ac2-834f-4663cc5f342a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "58f57b0b-6e59-4aa3-b070-d0f11f74403a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "x-ms-client-request-id": [ - "dae28d34-7446-47d6-b255-971d1e53e77b" + "10e7b354-0bd5-4106-8d86-cae19b0902bb" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1121,7 +956,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "caf39846-7481-4abe-b6c3-2fff4bfb1cf4" + "d723cb24-d0a1-49a1-adb7-ff844f2d4a58" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1133,37 +968,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d\",\r\n \"schedulingState\": \"enabled\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d\",\r\n \"schedulingState\": \"enabled\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d/enablescheduling?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZjk4NjUxMjkxNmIyNTI2YWRiM2Q0NGExZjhmY2NmYmYwZjg2MDlhYmYzZDJkOGViZDFlN2I5MWI1OTNmZWQxX2QvZW5hYmxlc2NoZWR1bGluZz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d/enablescheduling?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2Rpc2FibGVhbmRlbmFibGVub2RlcG9vbC9ub2Rlcy90dm1wc18yZmNkYTc1MjRiYWZkZmEzYzA4YTcwOGRjNWZmMmEwOWQ5MjM5MjEwY2I0ZWNkZjEzZThhNGJjOTQxMWEwZDlmX2QvZW5hYmxlc2NoZWR1bGluZz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "6352d0a5-48a5-4680-8142-fbc6854b1b9d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "86d23db5-626d-4f27-9ffa-0cb2c858f378" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ], "x-ms-client-request-id": [ - "834b1230-135b-4da7-b20c-4402e2637dd6" + "13c9e96c-a140-4c4f-94b7-97ca4b19f886" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1179,7 +1014,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "7c1712b2-6af1-443b-8b04-85f11e006a85" + "a2dd69d8-6198-46f2-bcb1-e04e0e76920e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1191,10 +1026,10 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2f986512916b2526adb3d44a1f8fccfbf0f8609abf3d2d8ebd1e7b91b593fed1_d/enablescheduling" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/disableandenablenodepool/nodes/tvmps_2fcda7524bafdfa3c08a708dc5ff2a09d9239210cb4ecdf13e8a4bc9411a0d9f_d/enablescheduling" ], "Date": [ - "Wed, 13 Nov 2024 21:31:32 GMT" + "Wed, 29 Oct 2025 18:07:03 GMT" ] }, "ResponseBody": "", @@ -1203,9 +1038,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestGetComputeNodeRemoteLoginSettings.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestGetComputeNodeRemoteLoginSettings.json index 11f4c3df0a5b..878aad130f8f 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestGetComputeNodeRemoteLoginSettings.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestGetComputeNodeRemoteLoginSettings.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "49b2767e-e08e-4210-b67c-ce72d5b79883" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b9835c5d-a33a-4634-b790-135adfb1d869" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "542" + "798" ] }, - "RequestBody": "{\r\n \"id\": \"noderemoteloginpool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"noderemoteloginpool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"networkConfiguration\": {\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n }\r\n },\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "17fb597b-80cc-4fd1-bee9-bcda652e4e8d" + "4bd425b2-7f68-4fde-8197-90261de40db0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool" ], "Date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "adac9be5-f12e-4bc4-ad4d-f58aaf8bbc4c" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0918df53-bc67-4b82-b157-d34f9ccb886a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -95,13 +95,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b53c0322-ae9a-4025-863c-9f21cb831f00" + "c9d002bc-e2c8-434a-9859-9436da0dd4e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,37 +113,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:28:37.5353745Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "bf6ee9a1-a43b-486c-9951-e9af7696f7d4" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "359e36e4-6083-43ea-b358-5c2bf55f7003" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:42 GMT" + "Wed, 29 Oct 2025 21:15:25 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -153,13 +153,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ceb29db3-6660-48ad-bd24-36a30a940481" + "1d36228f-ef75-4823-ad53-fcd024ce3d14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,37 +171,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:42 GMT" + "Wed, 29 Oct 2025 21:15:24 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:28:37.5353745Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f55ce526-0b3e-41f2-90cc-9749593d0028" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f079b6ea-ddb5-4be1-93cb-85fd68b5cfef" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:47 GMT" + "Wed, 29 Oct 2025 21:15:30 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +211,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e5e6309d-dfad-4d12-b54f-8ce2d4e07a9c" + "a4ea66a4-febe-4a09-bd41-b60665a3b21f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +229,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:47 GMT" + "Wed, 29 Oct 2025 21:15:29 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:28:37.5353745Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "a10fb6d5-dfba-468d-8689-d7d3ea7b9546" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e7ae7e67-2d64-45f0-9cb9-bc804eabf30a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:52 GMT" + "Wed, 29 Oct 2025 21:15:35 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +269,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d1a0513f-262b-4202-81ba-7d9e59457f57" + "59a8497e-147c-4b05-ac4e-a855cd1c51c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +287,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:52 GMT" + "Wed, 29 Oct 2025 21:15:35 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:28:37.5353745Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "d5fe19bb-ee96-4e2e-8db0-f0758e742520" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2ba82419-52a2-41de-b4d2-282122e71e3e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:57 GMT" + "Wed, 29 Oct 2025 21:15:40 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +327,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "56bcba3f-fb7c-44ab-93d0-df421cc7aec5" + "79b89435-bfe7-43c5-81b2-34020b1d3052" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,37 +345,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:57 GMT" + "Wed, 29 Oct 2025 21:15:40 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:28:37.5353745Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3ae74bc4-d996-46a0-9744-5329af3c3986" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "d61740b3-45b4-4ef9-94e5-9f42592d3107" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:02 GMT" + "Wed, 29 Oct 2025 21:15:45 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -385,13 +385,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "25fd190f-f5df-4c1c-b852-63fa7854890c" + "f6843089-9621-4009-b4f8-ba9dc760a909" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,37 +403,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:02 GMT" + "Wed, 29 Oct 2025 21:15:45 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:28:37.5353745Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "66d96524-2a90-4a46-b024-210042246bb4" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b974c06a-cbd0-45bd-987e-26f574192ead" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:07 GMT" + "Wed, 29 Oct 2025 21:15:50 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -443,13 +443,13 @@ "chunked" ], "ETag": [ - "0x8DD042A22CB2190" + "0x8DE173043F90AD8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "45f94048-8580-4556-b551-8b512e79a131" + "5e2cc5fd-82db-4fb2-a060-64d98f197cfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,40 +461,98 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:07 GMT" + "Wed, 29 Oct 2025 21:15:50 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 21:15:19 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DD042A22CB2190\",\r\n \"lastModified\": \"2024-11-13T21:28:37.5353744Z\",\r\n \"creationTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:37.5353732Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:05.3450968Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:19.9452889Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool/nodes?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2wvbm9kZXM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], "client-request-id": [ - "ecda005a-fda0-45c0-b441-5874d278df98" + "e43122d8-1957-466e-a7d8-07a3abd69181" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:15:55 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE173043F90AD8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "dd77ecd7-d484-48d5-b37c-1b2f857a7da6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:15:55 GMT" ], + "Content-Type": [ + "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:15:19 GMT" + ] + }, + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"noderemoteloginpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool\",\r\n \"eTag\": \"0x8DE173043F90AD8\",\r\n \"lastModified\": \"2025-10-29T21:15:19.9452888Z\",\r\n \"creationTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:15:19.9452878Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:15:52.151641Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"networkConfiguration\": {\r\n \"dynamicVNetAssignmentScope\": \"none\",\r\n \"endpointConfiguration\": {\r\n \"inboundNATPools\": [\r\n {\r\n \"name\": \"RDP\",\r\n \"protocol\": \"tcp\",\r\n \"backendPort\": 3389,\r\n \"frontendPortRangeStart\": 1,\r\n \"frontendPortRangeEnd\": 1000\r\n }\r\n ]\r\n },\r\n \"enableAcceleratedNetworking\": false\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/pools/noderemoteloginpool/nodes?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2wvbm9kZXM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", + "RequestMethod": "GET", + "RequestHeaders": { "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9a43b8a2-e693-4f22-8909-e41ae5dc3e65" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:08 GMT" + "Wed, 29 Oct 2025 21:16:09 GMT" ], "x-ms-client-request-id": [ - "cd77cebf-a313-43d3-8583-91c604a0e5f6" + "b8d57a8c-d635-43bd-b4dd-d02eebc2d384" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -507,7 +565,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4723fa38-e9eb-4b50-af05-754180a5f5fa" + "2ae662d5-2876-4ffd-bc3f-7579c9f51372" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,37 +577,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:07 GMT" + "Wed, 29 Oct 2025 21:16:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:04.4052525Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:04.4052547Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.69.133\",\r\n \"publicFQDN\": \"dns074a13e7-23fe-40a3-b87f-e5442eab304b-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_b40627585400eb26725963c64bbf34e2e4093bcfcf832987e017df88e73af8cd_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_b40627585400eb26725963c64bbf34e2e4093bcfcf832987e017df88e73af8cd_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:04.4052146Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:04.4052236Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_b40627585400eb26725963c64bbf34e2e4093bcfcf832987e017df88e73af8cd_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.69.133\",\r\n \"publicFQDN\": \"dns074a13e7-23fe-40a3-b87f-e5442eab304b-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d\",\r\n \"state\": \"starting\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:16:02.1499463Z\",\r\n \"allocationTime\": \"2025-10-29T21:15:51.888738Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"RDP.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"128.24.28.67\",\r\n \"publicFQDN\": \"dns429d2e04-a9c0-43e9-8f48-33135822e7c8-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 2,\r\n \"backendPort\": 3389\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_e36559d706f50e0368d799059718558ee3334d1b9024e0f2ed3a04e6c75dd30e_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_e36559d706f50e0368d799059718558ee3334d1b9024e0f2ed3a04e6c75dd30e_d\",\r\n \"state\": \"idle\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:16:06.675128Z\",\r\n \"lastBootTime\": \"2025-10-29T21:16:06.594775Z\",\r\n \"allocationTime\": \"2025-10-29T21:15:51.8887055Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_e36559d706f50e0368d799059718558ee3334d1b9024e0f2ed3a04e6c75dd30e_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"RDP.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"128.24.28.67\",\r\n \"publicFQDN\": \"dns429d2e04-a9c0-43e9-8f48-33135822e7c8-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 1,\r\n \"backendPort\": 3389\r\n }\r\n ]\r\n },\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2025-10-29T21:16:06.594775Z\",\r\n \"version\": \"1.12.24\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool/nodes/tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2wvbm9kZXMvdHZtcHNfNDlkNzUyNTJhOThjZTRjM2JjNGJhMTgwZjQ4ZmMxM2Q4ZDRhNjZjNGEyZDAxMTg0NjQ1YTE0ZTM0M2Q1ZmU4Zl9kP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/noderemoteloginpool/nodes/tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2wvbm9kZXMvdHZtcHNfMzJmY2JlYmY4ZDgyMTEwYWU3Y2QxNDkwOGM5MTc4ZmU2OGE0NTlmZTE3OTI4N2Y2ZmU4YjhiYzY2OGUzNmUyNl9kP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "921b1d94-a359-4a53-aeb2-b14becf06244" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "cac85e70-77ad-4792-9398-f304cac3e0f4" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:08 GMT" + "Wed, 29 Oct 2025 21:16:10 GMT" ], "x-ms-client-request-id": [ - "ce9c8cf2-8c0f-4f1e-a3d9-67714dffb24b" + "29210cb2-134c-4aa6-bbb3-bc04a1e9c46c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -562,7 +620,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "485a1639-caea-4272-8be8-36db7c886880" + "acc1684a-7af1-43a6-8d84-bfbb485d071f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -574,37 +632,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:07 GMT" + "Wed, 29 Oct 2025 21:16:10 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:04.4052525Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:04.4052547Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.69.133\",\r\n \"publicFQDN\": \"dns074a13e7-23fe-40a3-b87f-e5442eab304b-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d\",\r\n \"state\": \"starting\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:16:02.1499463Z\",\r\n \"allocationTime\": \"2025-10-29T21:15:51.888738Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"RDP.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"128.24.28.67\",\r\n \"publicFQDN\": \"dns429d2e04-a9c0-43e9-8f48-33135822e7c8-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 2,\r\n \"backendPort\": 3389\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/noderemoteloginpool/nodes/tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d/remoteloginsettings?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2wvbm9kZXMvdHZtcHNfNDlkNzUyNTJhOThjZTRjM2JjNGJhMTgwZjQ4ZmMxM2Q4ZDRhNjZjNGEyZDAxMTg0NjQ1YTE0ZTM0M2Q1ZmU4Zl9kL3JlbW90ZWxvZ2luc2V0dGluZ3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/noderemoteloginpool/nodes/tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d/remoteloginsettings?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL25vZGVyZW1vdGVsb2dpbnBvb2wvbm9kZXMvdHZtcHNfMzJmY2JlYmY4ZDgyMTEwYWU3Y2QxNDkwOGM5MTc4ZmU2OGE0NTlmZTE3OTI4N2Y2ZmU4YjhiYzY2OGUzNmUyNl9kL3JlbW90ZWxvZ2luc2V0dGluZ3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "09e46ba7-08d7-4479-bd60-a10d257bac75" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ee9d26f5-dabc-42b3-b618-0362e7284910" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:08 GMT" + "Wed, 29 Oct 2025 21:16:10 GMT" ], "x-ms-client-request-id": [ - "ce9c8cf2-8c0f-4f1e-a3d9-67714dffb24b" + "29210cb2-134c-4aa6-bbb3-bc04a1e9c46c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -617,7 +675,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "48601d04-7292-4b6e-9a12-fe0df8b515a4" + "48174942-f160-4535-ad0d-06a9898237c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -629,24 +687,24 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_49d75252a98ce4c3bc4ba180f48fc13d8d4a66c4a2d01184645a14e343d5fe8f_d/remoteloginsettings" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/noderemoteloginpool/nodes/tvmps_32fcbebf8d82110ae7cd14908c9178fe68a459fe179287f6fe8b8bc668e36e26_d/remoteloginsettings" ], "Date": [ - "Wed, 13 Nov 2024 21:29:07 GMT" + "Wed, 29 Oct 2025 21:16:10 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.RemoteLoginSettings\",\r\n \"remoteLoginIPAddress\": \"4.152.69.133\",\r\n \"remoteLoginPort\": 50001\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.RemoteLoginSettings\",\r\n \"remoteLoginIPAddress\": \"128.24.28.67\",\r\n \"remoteLoginPort\": 2\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRebootAndReimageComputeNode.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRebootAndReimageComputeNode.json index 55f2ae511e94..7fd01cbd1863 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRebootAndReimageComputeNode.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRebootAndReimageComputeNode.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "522b81a2-0a53-4b39-a23e-50b99047c204" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "569e1580-287c-4e40-9501-ac74fa467451" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:08 GMT" + "Wed, 29 Oct 2025 21:30:25 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "547" + "502" ] }, - "RequestBody": "{\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "33d95119-6a76-41b5-9495-2e06e6f73a25" + "a1434903-2efc-475b-b398-79678c447a36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool" ], "Date": [ - "Wed, 13 Nov 2024 21:29:08 GMT" + "Wed, 29 Oct 2025 21:30:25 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f6a10826-a6e1-4b4b-be96-982894498c98" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b23e14bc-ed1b-4435-afdc-ad1f88128b9d" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -95,13 +95,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "06ae07b6-3825-4677-acf5-735656d506d4" + "61176479-2354-4d6f-8699-d47d24f39428" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,37 +113,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:08 GMT" + "Wed, 29 Oct 2025 21:30:25 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "6693e446-182f-4723-8ec7-a9682cf7f30e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1b6f045b-90d2-4a61-b905-67a8a4c56a7e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:14 GMT" + "Wed, 29 Oct 2025 21:30:31 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -153,13 +153,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "03cf9bd9-442d-43ad-a264-0eb149a9a636" + "b4e0e351-ff46-4ce5-a729-49607e022d47" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,37 +171,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:14 GMT" + "Wed, 29 Oct 2025 21:30:31 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8e20be42-684b-479c-9801-cfe617aa9e1b" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9d45e2c1-db1d-4a8b-b41c-124f2e634989" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:19 GMT" + "Wed, 29 Oct 2025 21:30:36 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +211,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c3ea77ad-56da-4303-bbbe-dbaf71fd8db2" + "63675c4e-ee92-4ec3-b20e-87632e441ba7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +229,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:18 GMT" + "Wed, 29 Oct 2025 21:30:36 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "55836229-6ed8-4855-af4b-8767323ef963" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b53b8627-09e3-46f8-a7de-982412660a07" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:24 GMT" + "Wed, 29 Oct 2025 21:30:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +269,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "12173cfc-2b3e-4618-8405-d185b418dcec" + "e1063ddc-0b02-4e98-9a5f-ef1b529aea8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +287,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:24 GMT" + "Wed, 29 Oct 2025 21:30:42 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "dbdd9e7c-be74-49ca-8e06-f670daf12cc7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b94f5602-9d67-410a-b019-c5d121cab91d" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:29 GMT" + "Wed, 29 Oct 2025 21:30:46 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +327,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0bf8433c-e374-41ef-a92c-422867568828" + "15d783f3-2aef-4cac-abed-399877221029" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,37 +345,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:28 GMT" + "Wed, 29 Oct 2025 21:30:47 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8ff79201-bb73-4a93-8a79-8e6508fe26c2" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b26b97da-878e-4d57-be3b-26dc92e4e227" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:34 GMT" + "Wed, 29 Oct 2025 21:30:52 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -385,13 +385,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "949ba0db-5ee3-40fd-846e-a5029178d364" + "026d9822-b482-4934-8e23-8d143c5dc138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,37 +403,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:33 GMT" + "Wed, 29 Oct 2025 21:30:52 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e6d0d97a-4d3a-4965-8b44-e0b544557ea3" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3c3cbb92-e575-4ceb-a637-e9bbf8e91650" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:39 GMT" + "Wed, 29 Oct 2025 21:30:57 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -443,13 +443,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d89a62d1-e877-4b22-8a41-d2ee1c6bb5a6" + "88bab050-8c26-433c-8ec6-2d7322e0268e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,37 +461,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:39 GMT" + "Wed, 29 Oct 2025 21:30:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:09.0329344Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8857be67-2b2b-40db-b46d-d45f985fb766" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2d9108b7-d4e8-44d4-8d0c-a0a85e34f79e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:44 GMT" + "Wed, 29 Oct 2025 21:31:02 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -501,13 +501,13 @@ "chunked" ], "ETag": [ - "0x8DD042A359146FE" + "0x8DE17326046CB26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "56cd8811-74f3-403e-bb63-1469a2bc86a6" + "8473f891-b0e9-4c24-92d6-0ed417764063" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,95 +519,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:44 GMT" + "Wed, 29 Oct 2025 21:31:01 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:29:09 GMT" + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DD042A359146FE\",\r\n \"lastModified\": \"2024-11-13T21:29:09.0329342Z\",\r\n \"creationTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:09.0329317Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:29:41.7740076Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:30:26.4245031Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/rebootandreimagenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "5020161e-9047-4b1b-9e5d-4fcc6f68b270" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:29:45 GMT" - ], - "x-ms-client-request-id": [ - "ab7882e2-5e6c-481a-9840-3f3d798192eb" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "b698ac7b-838f-4b00-8976-82a80fbeebee" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:29:44 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:41.3682528Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:41.3682552Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.130.106\",\r\n \"publicFQDN\": \"dnsfdb5a251-50dd-414f-9ce5-846a26202647-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_c144f349d08f5f8d2077b603c2a1f8a0ac845e9c94a9d81acc2b78f973467702_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_c144f349d08f5f8d2077b603c2a1f8a0ac845e9c94a9d81acc2b78f973467702_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:29:41.3682181Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:41.3682267Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_c144f349d08f5f8d2077b603c2a1f8a0ac845e9c94a9d81acc2b78f973467702_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.130.106\",\r\n \"publicFQDN\": \"dnsfdb5a251-50dd-414f-9ce5-846a26202647-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "811dd4b3-6109-4f2a-b4a4-a3f876e66c87" - ], - "Accept-Language": [ - "en-US" + "0aee1692-3c1e-4ab5-a123-5a7968ed297e" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:45 GMT" - ], - "x-ms-client-request-id": [ - "c58bdbc0-a915-41ea-b96a-8b2cc7a6c442" + "Wed, 29 Oct 2025 21:31:07 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -616,11 +558,14 @@ "Transfer-Encoding": [ "chunked" ], + "ETag": [ + "0x8DE17326046CB26" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a66832bd-53ac-468a-9301-cc46a270e1ab" + "0ea96495-eaa3-48dd-9d1a-d0a893a0a4ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -632,37 +577,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:44 GMT" + "Wed, 29 Oct 2025 21:31:07 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:30:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"rebootandreimagenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool\",\r\n \"eTag\": \"0x8DE17326046CB26\",\r\n \"lastModified\": \"2025-10-29T21:30:26.424503Z\",\r\n \"creationTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:30:26.424502Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:31:03.5707774Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "cf14ab18-8f06-41d6-b5eb-01ba180b2eb1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0902a8b9-8351-4312-a9ef-c9a4b848e55f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:50 GMT" + "Wed, 29 Oct 2025 21:31:12 GMT" ], "x-ms-client-request-id": [ - "84424df3-8005-416d-b8c4-cb3de6de0450" + "3427b849-5e39-4f2d-ba2c-b7fc3360ad89" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -675,7 +623,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5a59b00d-eef3-4c17-8dda-1f56f0d85232" + "17052749-374d-42dd-a45d-c0626c434893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -687,37 +635,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:50 GMT" + "Wed, 29 Oct 2025 21:31:12 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:31:02.9851913Z\",\r\n \"allocationTime\": \"2025-10-29T21:31:02.9851974Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_7593e9a4ceab81b7560530166343445b4066fe5d9960e22ca52972efc44605ab_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_7593e9a4ceab81b7560530166343445b4066fe5d9960e22ca52972efc44605ab_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:31:02.985214Z\",\r\n \"allocationTime\": \"2025-10-29T21:31:02.9852163Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_7593e9a4ceab81b7560530166343445b4066fe5d9960e22ca52972efc44605ab_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ace2eff8-5611-4d0c-994b-4ff2f84a53dc" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0fa94a82-f737-43e5-9edc-8599c3751867" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:29:55 GMT" + "Wed, 29 Oct 2025 21:31:13 GMT" ], "x-ms-client-request-id": [ - "b3dd8f5f-d7f2-4c70-808a-292b7f65e49d" + "09601de9-0fc4-4d36-aa66-ef7f176d3654" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -730,7 +678,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c377be4d-dd62-4ff0-9bba-6585b4abfaef" + "a01037c6-8dcc-4209-885b-3929a95d4bdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,37 +690,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:29:55 GMT" + "Wed, 29 Oct 2025 21:31:12 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "30abc652-29e5-47f0-b340-bfed77ad9ee7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f8a2663b-335f-4b93-9197-8556223ff22a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:00 GMT" + "Wed, 29 Oct 2025 21:31:18 GMT" ], "x-ms-client-request-id": [ - "16991b90-9eaf-4ab0-a397-b6721c1b972b" + "9902cc0f-79ae-4d41-8e10-df144d709633" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -785,7 +733,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "be293925-afdb-4daa-a4c5-8bb9dce90095" + "87a991fb-a923-443c-991f-1e256803e025" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -797,37 +745,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:00 GMT" + "Wed, 29 Oct 2025 21:31:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "862c0273-d9f5-4da7-9327-2d9b62368a6d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "32b45956-d7c8-4949-acb7-77760ca86f3a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:05 GMT" + "Wed, 29 Oct 2025 21:31:23 GMT" ], "x-ms-client-request-id": [ - "e4873c97-82ee-4407-998d-a5d0c96c69c9" + "e34cf3b4-fff4-4de5-bfa0-3c3dd104fe54" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -840,7 +788,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f1e5abc2-225f-402f-a58f-609e2781a3eb" + "5f1895a2-e07f-412d-a8aa-94b3d078cb99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,37 +800,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:05 GMT" + "Wed, 29 Oct 2025 21:31:23 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "5ff10368-8744-4986-88b2-881ebbe660b8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "252d61c0-e228-4646-af8b-fd8026c59366" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:10 GMT" + "Wed, 29 Oct 2025 21:31:28 GMT" ], "x-ms-client-request-id": [ - "7042ac0c-3f6d-4eba-9b46-f6f6fa98f9b7" + "f91b95b7-77c9-4986-aee2-26d0e18e584c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -895,7 +843,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "171c45ff-890d-4633-bd09-ae09f3b58006" + "dc25b83d-b641-4222-ab3a-92811a813e88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -907,37 +855,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:09 GMT" + "Wed, 29 Oct 2025 21:31:28 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "2a39f84b-5ec3-406e-8d30-ed0d17c2ec14" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c4582b23-3076-407f-bec7-754a0b0eca6e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:15 GMT" + "Wed, 29 Oct 2025 21:31:33 GMT" ], "x-ms-client-request-id": [ - "8290fd29-6f88-400c-a54c-38936dc2cb63" + "41987fa5-bcb6-4851-8ef8-b819f36d7cd9" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -950,7 +898,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1c4eb50c-61f0-4272-b6fa-5a6833d4acaf" + "97c35205-ad4c-4be4-b652-6129c3297265" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -962,37 +910,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:14 GMT" + "Wed, 29 Oct 2025 21:31:32 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "18cc1b82-f4c0-4804-8cad-363fe1c4d974" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ef9e9e75-5c18-46b4-afc3-28657e8c448b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:20 GMT" + "Wed, 29 Oct 2025 21:31:38 GMT" ], "x-ms-client-request-id": [ - "a937b71c-3f9a-4a5b-9c40-131fa26ac94c" + "32a83824-74b7-4d08-b856-54e7a075c807" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1005,7 +953,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d3c12187-0837-4f2b-a42d-d6c7a4ee48b5" + "25d5c9c0-553d-429d-9111-3668e0b029b6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1017,37 +965,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:19 GMT" + "Wed, 29 Oct 2025 21:31:39 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e03ed616-e803-4021-9e1c-2a4baed7750d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "45fcc816-ea31-4874-96a1-5e77539e437b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:25 GMT" + "Wed, 29 Oct 2025 21:31:43 GMT" ], "x-ms-client-request-id": [ - "b352fd41-cc01-4e26-a949-d59cae75da96" + "d48ba099-f33f-444d-b7e1-5666afaa13a1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1060,7 +1008,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ceec569d-35d5-41b3-80c4-df905f8318a0" + "b39c2999-2efa-4830-b6cd-8e50dbbcd01e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,37 +1020,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:25 GMT" + "Wed, 29 Oct 2025 21:31:44 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c8b1dba6-b28a-4fa7-85c3-a39243431a3c" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "56b0354e-20a2-4bb2-aa0c-c0f1cc83ab3b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "x-ms-client-request-id": [ - "0d869f64-d874-467d-9cc1-c6ae5034bd6f" + "6164fbc5-864a-45b8-82cb-dce535232f6e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1115,7 +1063,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "81f94e17-abf9-4015-8a28-d17cf029a247" + "c43a7966-3dae-4197-abf5-eee4983b002c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1127,37 +1075,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_c144f349d08f5f8d2077b603c2a1f8a0ac845e9c94a9d81acc2b78f973467702_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc19jMTQ0ZjM0OWQwOGY1ZjhkMjA3N2I2MDNjMmExZjhhMGFjODQ1ZTljOTRhOWQ4MWFjYzJiNzhmOTczNDY3NzAyX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_7593e9a4ceab81b7560530166343445b4066fe5d9960e22ca52972efc44605ab_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc183NTkzZTlhNGNlYWI4MWI3NTYwNTMwMTY2MzQzNDQ1YjQwNjZmZTVkOTk2MGUyMmNhNTI5NzJlZmM0NDYwNWFiX2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ea7a7d3c-7ad7-42fd-a4a5-4df693bcd0a0" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "64a7077f-e3cb-4b02-bec6-fe421a0041d2" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "x-ms-client-request-id": [ - "7c68f859-7a1c-4d39-b101-ebe45206c3e8" + "63317318-7fd4-455e-886e-7e5401d6370c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1170,7 +1118,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f9156b56-d989-4206-8f4a-7233b276ab0d" + "090a8fb5-2d1c-41ee-9a47-3e7d21d461fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1182,37 +1130,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_c144f349d08f5f8d2077b603c2a1f8a0ac845e9c94a9d81acc2b78f973467702_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_7593e9a4ceab81b7560530166343445b4066fe5d9960e22ca52972efc44605ab_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "da80cb47-723b-4971-84cc-f6920d4a26f0" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e48c4840-6eb6-467f-813e-878ca3a42dd1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "x-ms-client-request-id": [ - "692dce8d-cac3-401b-b88a-cbad74addee8" + "3e123009-6e72-4bc4-b8f2-6047d4b8a490" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1225,7 +1173,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "215d4528-9876-46a5-a81f-28ac7ec5763f" + "0d6ed4e3-6515-4982-824f-5d34b026bfdc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1237,37 +1185,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"idle\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:29.999557Z\",\r\n \"lastBootTime\": \"2024-11-13T21:30:29.89676Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:41.3682552Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.130.106\",\r\n \"publicFQDN\": \"dnsfdb5a251-50dd-414f-9ce5-846a26202647-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2024-11-13T21:30:29.89676Z\",\r\n \"version\": \"1.12.7\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"idle\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:31:48.846472Z\",\r\n \"lastBootTime\": \"2025-10-29T21:31:48.726501Z\",\r\n \"allocationTime\": \"2025-10-29T21:31:02.9851974Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2025-10-29T21:31:48.726501Z\",\r\n \"version\": \"1.12.24\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "caa43909-9e16-43c6-a9c8-ebdbe9aba372" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7f516b89-0ddd-4d39-b42e-8f2adb33f650" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "x-ms-client-request-id": [ - "49ec7bb7-a0b2-4f1f-bb19-b60c3fbd38b4" + "e49f66c6-89a4-4858-9da5-758a0548196e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1280,7 +1228,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "602fabca-aa66-4bac-a790-c4328d435c04" + "68e9ccb3-b54d-4548-b658-4a61dde920c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1292,37 +1240,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"state\": \"rebooting\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:30:31.1681865Z\",\r\n \"lastBootTime\": \"2024-11-13T21:30:29.89676Z\",\r\n \"allocationTime\": \"2024-11-13T21:29:41.3682552Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.130.106\",\r\n \"publicFQDN\": \"dnsfdb5a251-50dd-414f-9ce5-846a26202647-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2024-11-13T21:30:29.89676Z\",\r\n \"version\": \"1.12.7\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"state\": \"rebooting\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:31:49.6866573Z\",\r\n \"lastBootTime\": \"2025-10-29T21:31:48.726501Z\",\r\n \"allocationTime\": \"2025-10-29T21:31:02.9851974Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"certificateReferences\": [],\r\n \"isDedicated\": true,\r\n \"nodeAgentInfo\": {\r\n \"lastUpdateTime\": \"2025-10-29T21:31:48.726501Z\",\r\n \"version\": \"1.12.24\"\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d/reboot?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18xMjc5ODBjM2YxNDg5ZDZjM2Q1ZjYzZjVkNjQ2ZDE5ODYwMzBlN2IyYjg0MjljYzU4Mzc4ZWZmZDJiN2M4N2IzX2QvcmVib290P2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d/reboot?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlYm9vdGFuZHJlaW1hZ2Vub2RlcG9vbC9ub2Rlcy90dm1wc18zZWM3NTU2NzBiMmJjYTQ5MGFkODQ2MzAwZDcxN2FjODAwY2U1NWU3NzI1ZmEyM2JlM2I0YTQ1NzU4YzEzYjU0X2QvcmVib290P2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "50b617ac-d6f0-4d31-9b61-18b3d121e453" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "716d38c8-fb01-4091-8e80-9cc53337ac62" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:30:31 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ], "x-ms-client-request-id": [ - "692dce8d-cac3-401b-b88a-cbad74addee8" + "3e123009-6e72-4bc4-b8f2-6047d4b8a490" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -1341,7 +1289,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4a1b0b2c-505d-4cf6-aa9e-f645b78aceef" + "2a12fa88-1578-4d49-b051-d7f2621df2b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1353,10 +1301,10 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_127980c3f1489d6c3d5f63f5d646d1986030e7b2b8429cc58378effd2b7c87b3_d/reboot" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/rebootandreimagenodepool/nodes/tvmps_3ec755670b2bca490ad846300d717ac800ce55e7725fa23be3b4a45758c13b54_d/reboot" ], "Date": [ - "Wed, 13 Nov 2024 21:30:30 GMT" + "Wed, 29 Oct 2025 21:31:49 GMT" ] }, "ResponseBody": "", @@ -1365,9 +1313,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRemoveComputeNodes.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRemoveComputeNodes.json index 4b12782a4573..81ab9538a4ee 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRemoveComputeNodes.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeTests/TestRemoveComputeNodes.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "ab685b19-c8a9-4f33-b28f-6c359ef2fe11" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0174f9b9-ce57-40bc-828d-de62fa5d9375" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:02 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "1145" + "1100" ] }, - "RequestBody": "{\r\n \"id\": \"removenodepool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"id\": \"removenodepool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a067be63-fcf3-418e-9d54-193c0e8a79c9" + "7316a969-d63d-45c2-882e-c297ec6e4df8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool" ], "Date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3c3bc817-6016-4a99-944a-c3bcf255684a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a6292c6e-2028-4c61-8667-f99189ce2d56" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:34 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -95,13 +95,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e142e315-baa1-4a87-a77d-ddda14a1ddc9" + "c47b59ad-040a-4bcc-94a3-7055deb2aba5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,37 +113,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0ad74aca-227c-4789-9e54-5a5994cf303a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7bf16372-5794-451c-93f9-c919e4aa7b15" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:39 GMT" + "Wed, 29 Oct 2025 21:32:08 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -153,13 +153,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a3ec13b8-42c1-455f-bf0b-6dae92bf0df2" + "bae6b83f-61f4-4ad4-a27d-684e0a13ef01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,37 +171,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:38 GMT" + "Wed, 29 Oct 2025 21:32:08 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "91619b9c-f37b-44f2-b187-50be113f0ac1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "86c1b92f-99cc-49b3-b612-724d0c80fb2b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:44 GMT" + "Wed, 29 Oct 2025 21:32:13 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +211,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "da2ce625-e7b1-4833-b135-204a4e8b6fe2" + "23e04794-6919-432a-a5d2-a9e0b459ae56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +229,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:43 GMT" + "Wed, 29 Oct 2025 21:32:13 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "34ff6680-a049-4d41-8573-7497cc8ab702" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7d81bcee-4875-4350-a54e-277c2e37fdf9" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:49 GMT" + "Wed, 29 Oct 2025 21:32:18 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +269,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2eae3720-0bf1-4abd-b105-b9475d787e6c" + "ede510df-6833-4cb1-a387-a3c37016fa15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +287,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:48 GMT" + "Wed, 29 Oct 2025 21:32:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0910058f-4305-42e7-8b96-398e6ca57e1f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "020af58e-e8dd-470b-899e-3c776ae13228" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:54 GMT" + "Wed, 29 Oct 2025 21:32:24 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +327,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "19754974-8782-4fca-94a6-a3a198417d92" + "c37a1b01-c919-4bfb-883a-71349494e9c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,37 +345,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:53 GMT" + "Wed, 29 Oct 2025 21:32:24 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e4c82e62-ec50-4918-961c-407690acea10" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9fab4d0b-d54d-43ae-a76b-8cb459fd7271" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:31:59 GMT" + "Wed, 29 Oct 2025 21:32:29 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -385,13 +385,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "705eef39-7e14-42e6-bc6a-0e228ba941a5" + "02d9cceb-edc3-4bff-a89f-4e76fe2e7a87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,37 +403,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:31:58 GMT" + "Wed, 29 Oct 2025 21:32:29 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0ff526c9-f86d-48e4-b795-e141f4c3fea7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8ca45bc6-6ff8-4913-b16f-62db445ccba0" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:04 GMT" + "Wed, 29 Oct 2025 21:32:34 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -443,13 +443,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "03fe933d-9703-4cee-9b15-965361fd24b0" + "14654642-32da-46cb-b331-3db578508fb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,37 +461,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:04 GMT" + "Wed, 29 Oct 2025 21:32:34 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "9998be5e-c49b-467a-ad6a-9b458899c15f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3f5a684f-3732-40c6-a3aa-f820966b538e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:09 GMT" + "Wed, 29 Oct 2025 21:32:39 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -501,13 +501,13 @@ "chunked" ], "ETag": [ - "0x8DD042A8BE1BB42" + "0x8DE17329A1CB648" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4b7a4ae3-3aca-4cfa-85c4-9d0e91fa6ef3" + "a1e1256f-2a72-463c-99c0-00d6518574e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,40 +519,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:09 GMT" + "Wed, 29 Oct 2025 21:32:39 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:31:33 GMT" + "Wed, 29 Oct 2025 21:32:03 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DD042A8BE1BB42\",\r\n \"lastModified\": \"2024-11-13T21:31:33.8442562Z\",\r\n \"creationTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:31:33.844255Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:32:06.31785Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"removenodepool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool\",\r\n \"eTag\": \"0x8DE17329A1CB648\",\r\n \"lastModified\": \"2025-10-29T21:32:03.4565704Z\",\r\n \"creationTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:03.4565694Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:32:36.0983193Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\",\r\n \"upgradePolicy\": {\r\n \"mode\": \"automatic\",\r\n \"automaticOSUpgradePolicy\": {\r\n \"disableAutomaticRollback\": true,\r\n \"enableAutomaticOSUpgrade\": true,\r\n \"useRollingUpgradePolicy\": true,\r\n \"osRollingUpgradeDeferral\": true\r\n },\r\n \"rollingUpgradePolicy\": {\r\n \"enableCrossZoneUpgrade\": true,\r\n \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT5S\",\r\n \"prioritizeUnhealthyInstances\": false,\r\n \"rollbackFailedInstancesOnPolicyBreach\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool/nodes?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL25vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool/nodes?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL25vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "95130094-0882-441d-a029-137f226a0038" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3d56324d-836f-4990-9f78-ed7aaa35e5ba" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:10 GMT" + "Wed, 29 Oct 2025 21:32:42 GMT" ], "x-ms-client-request-id": [ - "4fdd8951-738d-4b78-b6f1-436f83387c8e" + "0452e5c1-6a77-4389-9c6a-26a1c1bc452a" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -565,7 +565,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "60b9bab3-8a3e-4438-945e-c935dc91a314" + "66e287d7-fa16-4511-8e75-b74f4dcfe48c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -577,37 +577,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:09 GMT" + "Wed, 29 Oct 2025 21:32:42 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_1a8900466d782ae6f94c7d82948a9873cab32d48e8a0f949f9517c18b7b1344e_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool/nodes/tvmps_1a8900466d782ae6f94c7d82948a9873cab32d48e8a0f949f9517c18b7b1344e_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:32:05.9358569Z\",\r\n \"allocationTime\": \"2024-11-13T21:32:05.9358649Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_1a8900466d782ae6f94c7d82948a9873cab32d48e8a0f949f9517c18b7b1344e_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.208.181\",\r\n \"publicFQDN\": \"dnsf896263c-0aa5-4ca3-9d21-b8cc4862bba3-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_fa134cf0299e89f6b4d24a30c301ad91a9e8f1677deb5e7260d67146fd98a65d_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool/nodes/tvmps_fa134cf0299e89f6b4d24a30c301ad91a9e8f1677deb5e7260d67146fd98a65d_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:32:05.9358914Z\",\r\n \"allocationTime\": \"2024-11-13T21:32:05.9358936Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_fa134cf0299e89f6b4d24a30c301ad91a9e8f1677deb5e7260d67146fd98a65d_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"4.152.208.181\",\r\n \"publicFQDN\": \"dnsf896263c-0aa5-4ca3-9d21-b8cc4862bba3-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_1d2beb3b5ce41b31b73db4edce6f6cf16b83593cacd2b59fa730e349dce56f1c_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool/nodes/tvmps_1d2beb3b5ce41b31b73db4edce6f6cf16b83593cacd2b59fa730e349dce56f1c_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:35.242507Z\",\r\n \"allocationTime\": \"2025-10-29T21:32:35.2425092Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_1d2beb3b5ce41b31b73db4edce6f6cf16b83593cacd2b59fa730e349dce56f1c_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_a4c66eb06655015450e36fedda50b1b0a515936583a3c6cd70fef1add0725468_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool/nodes/tvmps_a4c66eb06655015450e36fedda50b1b0a515936583a3c6cd70fef1add0725468_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:32:35.2424787Z\",\r\n \"allocationTime\": \"2025-10-29T21:32:35.2424864Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_a4c66eb06655015450e36fedda50b1b0a515936583a3c6cd70fef1add0725468_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool/removenodes?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL3JlbW92ZW5vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool/removenodes?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL3JlbW92ZW5vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "48d6aa41-807f-4c4e-8415-f49110871f4a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c81ad96c-1020-46e9-b564-fa93deefdf68" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:10 GMT" + "Wed, 29 Oct 2025 21:32:43 GMT" ], "x-ms-client-request-id": [ - "4f93679a-16a8-4ee1-80e0-ab7001a70d7f" + "8655b15a-cddd-4e68-893c-a3bc336b61dc" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -617,19 +617,19 @@ "187" ] }, - "RequestBody": "{\r\n \"nodeList\": [\r\n \"tvmps_1a8900466d782ae6f94c7d82948a9873cab32d48e8a0f949f9517c18b7b1344e_d\",\r\n \"tvmps_fa134cf0299e89f6b4d24a30c301ad91a9e8f1677deb5e7260d67146fd98a65d_d\"\r\n ]\r\n}", + "RequestBody": "{\r\n \"nodeList\": [\r\n \"tvmps_1d2beb3b5ce41b31b73db4edce6f6cf16b83593cacd2b59fa730e349dce56f1c_d\",\r\n \"tvmps_a4c66eb06655015450e36fedda50b1b0a515936583a3c6cd70fef1add0725468_d\"\r\n ]\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042AA19F46E0" + "0x8DE1732B1EEA29F" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "fb644161-2e18-4b9f-98ee-72ae4d111b4c" + "4cf27a7c-98fc-4734-a33a-1a98ac1472ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -641,95 +641,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/removenodepool/removenodes" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/removenodepool/removenodes" ], "Date": [ - "Wed, 13 Nov 2024 21:32:09 GMT" + "Wed, 29 Oct 2025 21:32:42 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:10 GMT" + "Wed, 29 Oct 2025 21:32:43 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/pools/removenodepool/nodes?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL25vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMCYkc2VsZWN0PWlkJTJDc3RhdGU=", + "RequestUri": "/pools/removenodepool/nodes?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL25vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMCYkc2VsZWN0PWlkJTJDc3RhdGU=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1f0bc6c3-42c3-4d05-b60d-3e8e7f75d7ad" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:32:10 GMT" - ], - "x-ms-client-request-id": [ - "a0795fc8-5163-40b6-be3c-ddec84100e9c" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "6ccc8b3b-98ae-472d-a41a-10c91751095d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:32:09 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_1a8900466d782ae6f94c7d82948a9873cab32d48e8a0f949f9517c18b7b1344e_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_fa134cf0299e89f6b4d24a30c301ad91a9e8f1677deb5e7260d67146fd98a65d_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/removenodepool/nodes?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sL25vZGVzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMCYkc2VsZWN0PWlkJTJDc3RhdGU=", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "e0c705e8-12d8-4f6e-bdd5-af85085b9133" - ], - "Accept-Language": [ - "en-US" + "e5247a38-7224-432c-8e8d-bf10e16907f4" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:11 GMT" + "Wed, 29 Oct 2025 21:32:43 GMT" ], "x-ms-client-request-id": [ - "234f3136-9556-4795-99a7-6108fcdcefef" + "313143f2-bf1f-4c27-9664-a9e371b88b40" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -742,7 +687,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "608e924c-9ea5-4746-ae97-7153421c4059" + "10dfbc4d-9857-441f-a9d0-a3d1d67cb292" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -754,34 +699,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:10 GMT" + "Wed, 29 Oct 2025 21:32:42 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_1a8900466d782ae6f94c7d82948a9873cab32d48e8a0f949f9517c18b7b1344e_d\",\r\n \"state\": \"leavingpool\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_fa134cf0299e89f6b4d24a30c301ad91a9e8f1677deb5e7260d67146fd98a65d_d\",\r\n \"state\": \"leavingpool\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_1d2beb3b5ce41b31b73db4edce6f6cf16b83593cacd2b59fa730e349dce56f1c_d\",\r\n \"state\": \"leavingpool\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_a4c66eb06655015450e36fedda50b1b0a515936583a3c6cd70fef1add0725468_d\",\r\n \"state\": \"leavingpool\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/removenodepool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/removenodepool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3JlbW92ZW5vZGVwb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "9a52b82d-e0cd-4385-9fea-1a4af4d81483" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3d1a5c13-1b1d-45ce-a8a5-f6a91f7cb07d" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:11 GMT" + "Wed, 29 Oct 2025 21:32:43 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -797,7 +742,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5515c497-841f-475c-9852-7a2036218868" + "6a6765f8-f97e-4b55-be13-bdc9a2eed70b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -809,7 +754,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:11 GMT" + "Wed, 29 Oct 2025 21:32:43 GMT" ] }, "ResponseBody": "", @@ -818,9 +763,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestComputeNodeUserEndToEnd.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestComputeNodeUserEndToEnd.json index 9e848bc21da0..097f08575925 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestComputeNodeUserEndToEnd.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.ComputeNodeUserTests/TestComputeNodeUserEndToEnd.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "29f08a48-0b43-46ef-bc09-39b0bf8d1e98" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "cace2baf-a91d-486c-9353-b63a4de76166" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:25 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "550" + "505" ] }, - "RequestBody": "{\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1263fdad-ed55-4fa3-885a-74e290fac685" + "0c19c4c8-73fb-466b-989d-8de63adc41d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool" ], "Date": [ - "Wed, 20 Nov 2024 17:43:14 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c4d954a3-3544-4835-83b9-5169abe36a8f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2339fc39-a344-4753-85ad-985297d8af9c" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:16 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -95,13 +95,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f8403f5b-d81c-4da8-a164-bd55a2b26f81" + "36f829ab-fd9c-4c49-932a-14cef0a51f27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,37 +113,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:14 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "4dec2841-2862-4fcb-92bd-9d4583ab362d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "31b025c0-998f-429a-ad96-04950c6c405e" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:21 GMT" + "Wed, 29 Oct 2025 21:34:31 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -153,13 +153,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "45a31c65-ce70-4a07-9f5e-2009bbc61d1e" + "21765552-d5a4-49ab-8922-3342ec4b448f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,37 +171,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:19 GMT" + "Wed, 29 Oct 2025 21:34:31 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ae6b749a-3d59-40b1-bf63-8bce9406304b" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "264fad05-043e-42b3-9faa-a7b78110710e" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:26 GMT" + "Wed, 29 Oct 2025 21:34:36 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +211,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "9b165943-9f2e-45ee-b341-f39970189117" + "feeff38a-824d-4111-a813-488e7a1ad71f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +229,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:25 GMT" + "Wed, 29 Oct 2025 21:34:36 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ff85994f-497f-4be5-b10b-f152de4bd992" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5b51b89b-62ab-4183-8a81-b141eb1b0b09" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:31 GMT" + "Wed, 29 Oct 2025 21:34:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +269,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f2a3eb9e-3d98-43d0-b627-ad0b03675edb" + "896a5243-edb9-4d36-b7a6-dc08cda94015" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +287,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:30 GMT" + "Wed, 29 Oct 2025 21:34:41 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "98b4ec78-c3f8-4bff-8837-52ac8b6157cd" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "de9adcdf-4d58-498f-94b0-f2107118df2f" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:36 GMT" + "Wed, 29 Oct 2025 21:34:46 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +327,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "9c218f4d-3e91-4995-a957-5b827591b5ed" + "3e0abf83-ebed-4a9d-a949-91a62db91868" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,37 +345,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:35 GMT" + "Wed, 29 Oct 2025 21:34:46 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "2194e8f3-5076-4a87-a18e-788c407e591a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "89973e8b-13a9-44ee-b8f6-3ce8505e37c5" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:41 GMT" + "Wed, 29 Oct 2025 21:34:51 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -385,13 +385,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b42969b4-c45b-4d0c-8607-12f5ac4e7169" + "7dd53d84-ff20-433d-8881-9f4708098c4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,37 +403,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:40 GMT" + "Wed, 29 Oct 2025 21:34:51 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "189abc18-d10e-46f4-89c2-a8e7f1489343" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "21a31a0c-4908-4bf6-9598-a38b2a192e56" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:46 GMT" + "Wed, 29 Oct 2025 21:34:56 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -443,13 +443,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "206ae290-78c6-4889-98a7-c219ed3d9d6e" + "e51bd27a-3174-4841-b401-4d962fd2435b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,37 +461,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:45 GMT" + "Wed, 29 Oct 2025 21:34:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "266f2146-c498-4cd5-95a3-bd1cfba6c9ef" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c1b8dc37-cd0a-4e33-9409-0d0599e66909" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:51 GMT" + "Wed, 29 Oct 2025 21:35:01 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -501,13 +501,13 @@ "chunked" ], "ETag": [ - "0x8DD098ACFC8E410" + "0x8DE1732EF2DF64A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "eda3baed-9bbf-4f2a-b864-7bf5463c9e9c" + "bc2491a7-5e3d-43f6-8c82-ddde4bccaf0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,95 +519,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:50 GMT" + "Wed, 29 Oct 2025 21:35:01 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 20 Nov 2024 17:43:15 GMT" + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DD098ACFC8E410\",\r\n \"lastModified\": \"2024-11-20T17:43:15.2664592Z\",\r\n \"creationTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:15.2664581Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-20T17:43:48.7945168Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "98dc094e-0935-40c6-b875-93af7f0a3c80" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 20 Nov 2024 17:43:54 GMT" - ], - "x-ms-client-request-id": [ - "97f3940f-19e0-4a3c-9d69-c7fef733b061" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "f795fbb8-be84-4ad8-b56a-090795eabdb5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 20 Nov 2024 17:43:53 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:47.7680283Z\",\r\n \"allocationTime\": \"2024-11-20T17:43:47.7680309Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.0\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"135.224.241.119\",\r\n \"publicFQDN\": \"dnsadf97d16-8946-43ae-bd82-a54de6b2f835-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50000,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_ccf4720b66e19be20c75f22fb04ec44f66fca28c6db0ebf163a5641ce5b4dc4f_d\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_ccf4720b66e19be20c75f22fb04ec44f66fca28c6db0ebf163a5641ce5b4dc4f_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2024-11-20T17:43:47.7679904Z\",\r\n \"allocationTime\": \"2024-11-20T17:43:47.7679988Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_ccf4720b66e19be20c75f22fb04ec44f66fca28c6db0ebf163a5641ce5b4dc4f_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"endpointConfiguration\": {\r\n \"inboundEndpoints\": [\r\n {\r\n \"name\": \"SSHRule.1\",\r\n \"protocol\": \"tcp\",\r\n \"publicIPAddress\": \"135.224.241.119\",\r\n \"publicFQDN\": \"dnsadf97d16-8946-43ae-bd82-a54de6b2f835-azurebatch-cloudservice.eastus2.cloudapp.azure.com\",\r\n \"frontendPort\": 50001,\r\n \"backendPort\": 22\r\n }\r\n ]\r\n },\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "e7ce7505-1868-425e-9373-d7383c3c7238" - ], - "Accept-Language": [ - "en-US" + "c01e0a27-cc6d-41d6-9f68-f52cd9bb9672" ], "ocp-date": [ - "Wed, 20 Nov 2024 17:43:54 GMT" - ], - "x-ms-client-request-id": [ - "e9085d16-2f50-4a9d-a67b-83034b2c5da4" + "Wed, 29 Oct 2025 21:35:07 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -616,11 +558,14 @@ "Transfer-Encoding": [ "chunked" ], + "ETag": [ + "0x8DE1732EF2DF64A" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "87ce1dd4-d412-4b62-8b16-b3d8ac76effd" + "6c01dc76-287f-4258-a5e3-d8a2ae39389b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -632,92 +577,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:43:53 GMT" + "Wed, 29 Oct 2025 21:35:06 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "bb8056fb-33fc-4ce8-9261-0db19e0cfd48" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 20 Nov 2024 17:43:59 GMT" - ], - "x-ms-client-request-id": [ - "746bd197-b66e-4fb1-8ffb-445ce5e80efa" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "4316d9b1-e000-47a4-bc1f-861c608d3028" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 20 Nov 2024 17:43:58 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"creating\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "acee031c-2496-4e8b-80ca-37fd21bf54b8" - ], - "Accept-Language": [ - "en-US" + "3b75c23e-bbab-4661-9684-03d6d262c4b7" ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:04 GMT" - ], - "x-ms-client-request-id": [ - "0f6880eb-b681-4595-bb44-591f79c2f147" + "Wed, 29 Oct 2025 21:35:12 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -726,11 +616,14 @@ "Transfer-Encoding": [ "chunked" ], + "ETag": [ + "0x8DE1732EF2DF64A" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "fe7fa9bb-cb0b-4a2b-b76e-99325ce536bf" + "e073c86e-a66d-4292-b5a8-3a48518e58b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -742,37 +635,40 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:03 GMT" + "Wed, 29 Oct 2025 21:35:11 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:34:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"computenodeuserendtoendpool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool\",\r\n \"eTag\": \"0x8DE1732EF2DF64A\",\r\n \"lastModified\": \"2025-10-29T21:34:26.1759562Z\",\r\n \"creationTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:34:26.1759549Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:08.0553377Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "2dcef246-63b2-4dff-ad88-51b9e0deae8f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "892e10f5-8808-4669-a3a5-075df9e29696" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:09 GMT" + "Wed, 29 Oct 2025 21:35:17 GMT" ], "x-ms-client-request-id": [ - "2e2d97ac-5401-4f06-98fb-e3a75e6c94b0" + "6d90cf6d-d3da-446b-87da-8ba1280de8a6" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -785,7 +681,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a018eb4e-ecd0-42e7-8da1-2dcc3516e646" + "e6aed5af-3138-48c9-a4d7-81d07cd5a2b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -797,37 +693,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:08 GMT" + "Wed, 29 Oct 2025 21:35:17 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes\",\r\n \"value\": [\r\n {\r\n \"id\": \"tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:07.9288448Z\",\r\n \"allocationTime\": \"2025-10-29T21:35:07.9288534Z\",\r\n \"ipAddress\": \"10.0.0.4\",\r\n \"affinityId\": \"TVM:tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"tvmps_68e9d74a0af8f88283afcdea36e8757a9cb727c2f1d11df0e9e322a0eed8d1d0_d\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_68e9d74a0af8f88283afcdea36e8757a9cb727c2f1d11df0e9e322a0eed8d1d0_d\",\r\n \"state\": \"creating\",\r\n \"schedulingState\": \"enabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:07.9288768Z\",\r\n \"allocationTime\": \"2025-10-29T21:35:07.928879Z\",\r\n \"ipAddress\": \"10.0.0.5\",\r\n \"affinityId\": \"TVM:tvmps_68e9d74a0af8f88283afcdea36e8757a9cb727c2f1d11df0e9e322a0eed8d1d0_d\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"totalTasksRun\": 0,\r\n \"totalTasksSucceeded\": 0,\r\n \"runningTasksCount\": 0,\r\n \"runningTaskSlotsCount\": 0,\r\n \"isDedicated\": true,\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc181NDEzZTA3ZjJiODgyZWZiYzg2NTBiMzZkMDliYTg5MTM5NTlmYmRhYWIyYWI4MGU4NjFkYjVhYjZmMWFlZDA5X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "59cc6b0a-94f2-4ad2-bcc9-679bd972cca5" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "46effff6-7109-475e-83ec-85381c789e53" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:14 GMT" + "Wed, 29 Oct 2025 21:35:17 GMT" ], "x-ms-client-request-id": [ - "7b28ef1d-5e7b-4b73-b651-de700c5c1e5e" + "f228c3a0-a975-477c-8c65-8b4b3a211a13" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -840,7 +736,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ab88edb0-6770-4fdb-8bce-30b5c47fb22b" + "117e972b-ec7b-469d-8e36-1ce317f41fd5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,37 +748,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:13 GMT" + "Wed, 29 Oct 2025 21:35:17 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d\",\r\n \"state\": \"starting\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d?api-version=2024-02-01.19.0&$select=id%2Cstate", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2Q/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d?api-version=2024-07-01.20.0&$select=id%2Cstate", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc181NDEzZTA3ZjJiODgyZWZiYzg2NTBiMzZkMDliYTg5MTM5NTlmYmRhYWIyYWI4MGU4NjFkYjVhYjZmMWFlZDA5X2Q/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "062c37f1-9322-484c-b05a-43e401812113" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2b9d8a45-4eb0-4900-9dee-3b9fea02dec7" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:19 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ], "x-ms-client-request-id": [ - "6c76c6d4-fc28-4b90-9879-68af8dcac6ac" + "f41796e1-d4d7-4d50-859d-580418c90a13" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -895,7 +791,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "bf70edcf-e662-4e9d-a92d-064cce5baeff" + "c563f3cc-d267-4ef8-b630-9421a6a3b392" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -907,37 +803,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:18 GMT" + "Wed, 29 Oct 2025 21:35:22 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#nodes/@Element\",\r\n \"id\": \"tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d\",\r\n \"state\": \"idle\",\r\n \"virtualMachineInfo\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"latest\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2QvdXNlcnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc181NDEzZTA3ZjJiODgyZWZiYzg2NTBiMzZkMDliYTg5MTM5NTlmYmRhYWIyYWI4MGU4NjFkYjVhYjZmMWFlZDA5X2QvdXNlcnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "f0e673c5-3b55-4e6b-b8d8-c8d3cf301aa4" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ec3205ab-6f4b-436b-8223-a74f8579c4e5" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:20 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ], "x-ms-client-request-id": [ - "465c87fd-ec82-4f8a-89a5-ff159edcc486" + "084f397e-e74a-4525-a5ca-9270f3300cf4" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -953,13 +849,13 @@ "chunked" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users/userendtoend" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users/userendtoend" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "eb062c59-fcac-4ce3-b64d-c58214d71d29" + "166f9e65-bcaf-4b6d-84af-922ea3af8e2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -971,37 +867,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users/userendtoend" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users/userendtoend" ], "Date": [ - "Wed, 20 Nov 2024 17:44:18 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users/userendtoend?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2QvdXNlcnMvdXNlcmVuZHRvZW5kP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users/userendtoend?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc181NDEzZTA3ZjJiODgyZWZiYzg2NTBiMzZkMDliYTg5MTM5NTlmYmRhYWIyYWI4MGU4NjFkYjVhYjZmMWFlZDA5X2QvdXNlcnMvdXNlcmVuZHRvZW5kP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "PUT", "RequestHeaders": { - "client-request-id": [ - "c7c1d28a-b36b-4334-8fa5-699a494be2f3" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "68548d6f-2b1b-4a65-a683-f1fdbc918e05" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:20 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ], "x-ms-client-request-id": [ - "42c8c159-b898-43b2-86ee-c4703974bd22" + "fb33d8f4-c6ad-48bb-9610-36aaeec164aa" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -1011,7 +907,7 @@ "87" ] }, - "RequestBody": "{\r\n \"password\": \"Sanitized\",\r\n \"expiryTime\": \"2024-11-25T17:44:20.1985799Z\"\r\n}", + "RequestBody": "{\r\n \"password\": \"Sanitized\",\r\n \"expiryTime\": \"2025-11-03T22:35:23.4621363Z\"\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" @@ -1020,7 +916,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f69feb98-88f6-4885-994e-b332ca8db9eb" + "9fb90a74-02c3-4e55-a170-c612fef8db38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1032,37 +928,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users/userendtoend" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users/userendtoend" ], "Date": [ - "Wed, 20 Nov 2024 17:44:19 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users/userendtoend?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2QvdXNlcnMvdXNlcmVuZHRvZW5kP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users/userendtoend?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc181NDEzZTA3ZjJiODgyZWZiYzg2NTBiMzZkMDliYTg5MTM5NTlmYmRhYWIyYWI4MGU4NjFkYjVhYjZmMWFlZDA5X2QvdXNlcnMvdXNlcmVuZHRvZW5kP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "4ae57cdb-d327-483d-b5b3-9e4f8ed1a5aa" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "aa849cb9-c778-4dab-bb4c-fd6a0b47a543" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:20 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ], "x-ms-client-request-id": [ - "11e487ab-a9cb-4615-9d66-29f7e5b2fc8a" + "e7910d09-6fb7-43e4-88c7-68dadc667cf8" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1078,7 +974,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8a7eecfd-d070-46ae-9bf5-327c4ece7e8e" + "76cb2da2-4002-41a4-8452-6d46af4dd5aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1090,34 +986,34 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:19 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_60cfed2e81a0ebbb0d994f322486c94bb5b42a907a87ae8a39b6b5733bcbdf01_d/users/userendtoend?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc182MGNmZWQyZTgxYTBlYmJiMGQ5OTRmMzIyNDg2Yzk0YmI1YjQyYTkwN2E4N2FlOGEzOWI2YjU3MzNiY2JkZjAxX2QvdXNlcnMvdXNlcmVuZHRvZW5kP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/computenodeuserendtoendpool/nodes/tvmps_5413e07f2b882efbc8650b36d09ba8913959fbdaab2ab80e861db5ab6f1aed09_d/users/userendtoend?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbC9ub2Rlcy90dm1wc181NDEzZTA3ZjJiODgyZWZiYzg2NTBiMzZkMDliYTg5MTM5NTlmYmRhYWIyYWI4MGU4NjFkYjVhYjZmMWFlZDA5X2QvdXNlcnMvdXNlcmVuZHRvZW5kP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "1a7b0a6c-8561-43fd-ab61-8de94b7b93a2" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9f0cdc03-e439-4e42-9e73-d73c37eefd6a" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:20 GMT" + "Wed, 29 Oct 2025 21:35:24 GMT" ], "x-ms-client-request-id": [ - "ef7d637c-ee94-4082-862d-2dabd3ea8655" + "1fdecf0f-ccd5-4d49-9146-509ef14b8485" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1130,7 +1026,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5289d960-216e-4097-a870-3ee2e52592c5" + "2ccba3da-81fa-4d60-9444-f846bdfee484" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1142,37 +1038,37 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:19 GMT" + "Wed, 29 Oct 2025 21:35:23 GMT" ], "Content-Length": [ - "343" + "353" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\r\n \"code\": \"NodeUserNotFound\",\r\n \"message\": {\r\n \"lang\": \"en-US\",\r\n \"value\": \"The specified node user does not exist.\\nRequestId:5289d960-216e-4097-a870-3ee2e52592c5\\nTime:2024-11-20T17:44:19.8906540Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\r\n \"code\": \"NodeUserNotFound\",\r\n \"message\": {\r\n \"lang\": \"en-US\",\r\n \"value\": \"The specified node user does not exist.\\nRequestId:2ccba3da-81fa-4d60-9444-f846bdfee484\\nTime:2025-10-29T21:35:24.3742144Z\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/computenodeuserendtoendpool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2NvbXB1dGVub2RldXNlcmVuZHRvZW5kcG9vbD9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "2677978a-f909-4008-ad3c-dffd64b0f3f9" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "aa821e8d-3719-4fd0-9eb4-d734a3685d52" + ], "ocp-date": [ - "Wed, 20 Nov 2024 17:44:20 GMT" + "Wed, 29 Oct 2025 21:35:24 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1188,7 +1084,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f1d7c72b-0666-439a-a634-007e9bd08848" + "c3bc2170-3ded-4f2a-86ae-0574708558f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1200,7 +1096,7 @@ "3.0" ], "Date": [ - "Wed, 20 Nov 2024 17:44:19 GMT" + "Wed, 29 Oct 2025 21:35:24 GMT" ] }, "ResponseBody": "", @@ -1209,9 +1105,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDisableEnableTerminateJobSchedule.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDisableEnableTerminateJobSchedule.json index d113acc652a6..6f72d0747662 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDisableEnableTerminateJobSchedule.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestDisableEnableTerminateJobSchedule.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/jobschedules?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobschedules?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "9cfa8eb4-1c75-4f8f-b2df-4e95416eade0" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "040a9aee-9ebe-4687-8ec4-09c5de3aabd5" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:13 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -34,16 +34,16 @@ "chunked" ], "ETag": [ - "0x8DD0428627DAB3C" + "0x8DE1733531BC190" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4dd2fba5-1a46-4c2b-8e22-cd43cfbb7632" + "6b029bbf-efb9-499b-80e7-65a70029c47a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,40 +55,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule" ], "Date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:13 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule/disable?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlL2Rpc2FibGU/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule/disable?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlL2Rpc2FibGU/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "0a8a1e2d-4777-40fc-b2ec-1754d02a572f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "232c7c97-6666-459a-b39d-1e82b7e856e8" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:15 GMT" ], "x-ms-client-request-id": [ - "8f54f57b-73ee-4784-a7e6-a58a91897c5a" + "77464da1-7bc7-41f4-bbbf-713d142575a4" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -98,13 +98,13 @@ "RequestBody": "", "ResponseHeaders": { "ETag": [ - "0x8DD042862D40B34" + "0x8DE173354665696" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1e11dc31-b226-49a0-aea6-6aa2a4be2a81" + "dc991712-47e8-4989-9002-8459de7755d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,43 +116,43 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule/disable" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule/disable" ], "Date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:15 GMT" ], "Content-Length": [ "0" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:15 GMT" ] }, "ResponseBody": "", "StatusCode": 204 }, { - "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "2ab4c9a6-e9a9-4896-a734-f65463cbaee6" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8edaf0c9-3f6e-4d4a-b71e-32bff2a0e59f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:15 GMT" ], "x-ms-client-request-id": [ - "675ee1ea-dddb-481e-81d1-0fe616e5c284" + "001ad490-9127-4066-b6ca-2c63921256a1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -162,13 +162,13 @@ "chunked" ], "ETag": [ - "0x8DD042862D40B34" + "0x8DE173354665696" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5d4fd5ba-9edb-4bfc-a732-2aa8245e43ff" + "166c07be-c842-447e-873c-9e4fbbe1d3a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -180,40 +180,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:15 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobschedules/@Element\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule\",\r\n \"eTag\": \"0x8DD042862D40B34\",\r\n \"lastModified\": \"2024-11-13T21:16:05.9745076Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4084412Z\",\r\n \"state\": \"disabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:05.9745076Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.4084412Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobschedules/@Element\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule\",\r\n \"eTag\": \"0x8DE173354665696\",\r\n \"lastModified\": \"2025-10-29T21:37:15.9953046Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8288016Z\",\r\n \"state\": \"disabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:15.9953046Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:13.8288016Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f3607372-34ea-46d5-bf6e-7c9d6c2f498f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "d2a55ef2-b933-4c29-8904-d8cb94eb083a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "x-ms-client-request-id": [ - "8eb56fe4-9d08-4216-b455-f0b3d52c9509" + "35e1edb4-bbea-44db-b129-a13f20fe19ca" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -223,13 +223,13 @@ "chunked" ], "ETag": [ - "0x8DD042862F532F0" + "0x8DE173354A74902" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a2308dcc-55d4-4990-887c-bad34ce0f05f" + "a48b066c-aa92-4c50-b101-6582aee725f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -241,40 +241,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobschedules/@Element\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule\",\r\n \"eTag\": \"0x8DD042862F532F0\",\r\n \"lastModified\": \"2024-11-13T21:16:06.1917936Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4084412Z\",\r\n \"state\": \"terminating\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.1917936Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:06.0827938Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobschedules/@Element\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule\",\r\n \"eTag\": \"0x8DE173354A74902\",\r\n \"lastModified\": \"2025-10-29T21:37:16.420941Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8288016Z\",\r\n \"state\": \"terminating\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:16.420941Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:16.2273035Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule/enable?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlL2VuYWJsZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule/enable?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlL2VuYWJsZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "b9d0487c-09a3-4f55-ab3a-74495e743c75" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5f722bf8-71a6-4f8a-a33f-bb98742aa550" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:15 GMT" ], "x-ms-client-request-id": [ - "0e91fc03-ab97-4fbb-9673-de40eaf2f746" + "c351af14-5137-4916-8958-c6226c96cfff" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -284,13 +284,13 @@ "RequestBody": "", "ResponseHeaders": { "ETag": [ - "0x8DD042862E49122" + "0x8DE17335489BD0B" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "32ab6d39-9136-469e-bb8d-a55ddb6d47b8" + "886fae3c-374a-4263-a4f0-dad2e74145a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -302,43 +302,43 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule/enable" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule/enable" ], "Date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "Content-Length": [ "0" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ] }, "ResponseBody": "", "StatusCode": 204 }, { - "RequestUri": "/jobschedules?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testDisableEnableTerminateJobSchedule%27", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJGZpbHRlcj1pZCUyMGVxJTIwJTI3dGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2JTY2hlZHVsZSUyNw==", + "RequestUri": "/jobschedules?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testDisableEnableTerminateJobSchedule%27", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjAmJGZpbHRlcj1pZCUyMGVxJTIwJTI3dGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2JTY2hlZHVsZSUyNw==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f07ade65-c507-4f2c-ab25-1f171f6e5b08" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "eaae141a-8e72-4508-a4ae-458bd0e5f3c5" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "x-ms-client-request-id": [ - "abef6f00-6060-44e4-b8f2-bdce92e51c50" + "fae1f115-fade-4065-a382-e70b05e38c7c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -351,7 +351,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "77b8bcfa-b5c6-496f-be2d-dbbb88a86339" + "37cdfdb2-e141-496b-8aa0-bc2626dd1561" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -363,37 +363,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobschedules\",\r\n \"value\": [\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule\",\r\n \"eTag\": \"0x8DD042862E49122\",\r\n \"lastModified\": \"2024-11-13T21:16:06.0827938Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4084412Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.0827938Z\",\r\n \"previousState\": \"disabled\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.9745076Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\"\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobschedules\",\r\n \"value\": [\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule\",\r\n \"eTag\": \"0x8DE17335489BD0B\",\r\n \"lastModified\": \"2025-10-29T21:37:16.2273035Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8288016Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:16.2273035Z\",\r\n \"previousState\": \"disabled\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:15.9953046Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule/terminate?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlL3Rlcm1pbmF0ZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule/terminate?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlL3Rlcm1pbmF0ZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "8f8fce39-a1e3-4e55-bb1e-cfad3deffa97" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a8912648-fa1d-4dce-b466-f2e23186c135" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "x-ms-client-request-id": [ - "91754b90-bd5a-4177-a853-bbe3f50409d7" + "e222b126-b6a0-423c-8ef1-c78a4484aa74" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -406,13 +406,13 @@ "chunked" ], "ETag": [ - "0x8DD042862F532F0" + "0x8DE173354A74902" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "01afca34-a371-44d5-a879-19980586971d" + "ec794205-c180-49d5-9d9a-8eff19568f79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -424,37 +424,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule/terminate" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/testDisableEnableTerminateJobSchedule/terminate" ], "Date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobschedules/testDisableEnableTerminateJobSchedule?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy90ZXN0RGlzYWJsZUVuYWJsZVRlcm1pbmF0ZUpvYlNjaGVkdWxlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "6aa56695-543d-4c1e-a9b9-af0b6aa75d0a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "aae797cf-27b4-4832-bb3d-d3711ed98eaa" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:16 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -470,7 +470,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "65105411-e37a-4ff2-9504-22c599ac5a7c" + "a2090b5c-870b-44ff-8f84-2e2c809ee4a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -482,7 +482,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:06 GMT" + "Wed, 29 Oct 2025 21:37:17 GMT" ] }, "ResponseBody": "", @@ -491,9 +491,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestJobScheduleCRUD.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestJobScheduleCRUD.json index 80ddcb5005ed..1e944f110110 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestJobScheduleCRUD.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobScheduleTests/TestJobScheduleCRUD.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "8bd557cb-551a-43c5-980a-1a6fd091e1f5" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f459963c-25eb-47ef-aa96-425c2d96a497" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "531" + "486" ] }, - "RequestBody": "{\r\n \"id\": \"testPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"testPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "361d9ae8-e4be-4367-9a49-a21ea2c39266" + "59c326a7-ab1a-4236-88b7-7e07664ba7e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,62 +55,62 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool" ], "Date": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "371edbe9-998c-494c-a56f-713b199729b1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "dab903b4-010b-4f6a-9fdd-cc2170aa4762" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:34 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "532" + "487" ] }, - "RequestBody": "{\r\n \"id\": \"testPool2\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"testPool2\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17333C0D265F" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e29aa19b-d169-43da-90d4-888ef72b27d8" + "e625e7fa-c8a9-4ab4-bda3-9ba4d1cb0ee5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -122,37 +122,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2" ], "Date": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "60b9286c-d38c-4ff2-be9c-72afbffff369" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3e6bec19-c46b-4c30-9bd6-1ea66d579dc1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:00 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -162,13 +162,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b0fa9136-65d1-4605-b677-fd094fa8bfe2" + "62f648cb-dd1c-4e73-80a5-ee8665ab96cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -180,37 +180,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:14:59.9560488Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c68c7ff4-ab13-47d3-a544-061c9c164387" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "12ebd63d-1cf6-4730-83ff-71854c5b0a65" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:05 GMT" + "Wed, 29 Oct 2025 21:35:53 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -220,13 +220,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "cd8452f8-3186-4fe3-9460-b68076627228" + "510226c3-e223-44d0-8674-7abca778b7d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -238,37 +238,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:04 GMT" + "Wed, 29 Oct 2025 21:35:53 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:14:59.9560488Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ee668ec3-cb7d-4714-bd98-f6024c0b5fc4" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "058a1c1c-904e-4f51-9d0f-25c8da1e2692" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:10 GMT" + "Wed, 29 Oct 2025 21:35:59 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -278,13 +278,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "66f820ff-992d-4e7c-9358-47173250e596" + "3bf6387f-56c0-45ee-ba34-651cbd0e1437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -296,37 +296,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:10 GMT" + "Wed, 29 Oct 2025 21:35:58 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:14:59.9560488Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8a58c448-612c-480f-8066-66bf68347cc7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b793c69c-a706-4504-bf9e-32836607d061" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:15 GMT" + "Wed, 29 Oct 2025 21:36:04 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -336,13 +336,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "17358886-bcc0-4c20-b2f4-07a451440472" + "7796f5ff-5ff2-4894-8915-73a09a369fef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,37 +354,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:15 GMT" + "Wed, 29 Oct 2025 21:36:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:14:59.9560488Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b1b2c83d-3a50-4934-a3dd-5d72f54fc6f8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2fe26eac-10f9-4342-9e58-9396d478bdf1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:20 GMT" + "Wed, 29 Oct 2025 21:36:09 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -394,13 +394,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b48648b0-e9a0-47ba-987c-7e5fe1a0759b" + "a0e59b9b-d568-4ed1-8cca-cb6cf825419b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -412,37 +412,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:19 GMT" + "Wed, 29 Oct 2025 21:36:08 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:14:59.9560488Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1f91ab2f-db5c-4deb-ace3-910ad083168d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "38c8cbc4-8a86-4996-9883-20276f8ff3fe" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:25 GMT" + "Wed, 29 Oct 2025 21:36:14 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -452,13 +452,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8c7c21f7-5f16-4f19-b43f-fcb22c593e1d" + "9dfb6d7e-c31d-4e8f-bc43-a4d43eff3106" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -470,37 +470,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:24 GMT" + "Wed, 29 Oct 2025 21:36:13 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:14:59.9560488Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "fd526333-784d-4bb5-943e-8741d44b3bde" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "6fa55b6b-ce1c-4d88-a05f-a9b987839efb" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:19 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -510,13 +510,13 @@ "chunked" ], "ETag": [ - "0x8DD04283B7A6D27" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "595e3479-4b9d-4b23-a46d-d6003a8be1b1" + "9c572a66-a45d-477d-9818-8e0fdbd55ff2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -528,37 +528,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:18 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:14:59 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD04283B7A6D27\",\r\n \"lastModified\": \"2024-11-13T21:14:59.9560487Z\",\r\n \"creationTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:14:59.9560475Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:27.6371549Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "cac4020e-393f-4cfe-adc0-844c1c3e09f7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "70d05177-681b-4706-9eab-2d8e3c845aff" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:24 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -568,13 +568,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "938c697e-88ed-4b08-96d0-3d993ab457a3" + "08e70fa0-a9f8-4913-8707-96ae76612eec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -586,37 +586,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:24 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "49aecffd-2431-40e9-aae6-80f8e3776a7a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "551e29ad-baa0-4207-bd6b-0219b12e9545" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:35 GMT" + "Wed, 29 Oct 2025 21:36:29 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -626,13 +626,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "02cfd886-6956-46af-944c-c35b58a6765e" + "df960968-af36-405e-8463-98a4c52a2541" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -644,37 +644,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:35 GMT" + "Wed, 29 Oct 2025 21:36:29 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:35:48.756905Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0e9acf99-fa62-46ab-a6bb-9e09d249e25a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1dbe8005-a8bc-4292-90b8-57f172916f28" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:40 GMT" + "Wed, 29 Oct 2025 21:36:34 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -684,13 +684,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17332066D099" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "bf0975c5-6eaa-4add-a1cf-f9661384f7bf" + "cc3c9cf6-641e-49b1-a43b-5d2fa762bb2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -702,37 +702,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:40 GMT" + "Wed, 29 Oct 2025 21:36:34 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:35:48 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE17332066D099\",\r\n \"lastModified\": \"2025-10-29T21:35:48.7569049Z\",\r\n \"creationTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:35:48.7569034Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:31.6091211Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "497357dc-2d3d-4dba-b689-fc3daa74d5c1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "fc8e31c1-a73d-4df4-8633-f886ed9a0835" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:45 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -742,13 +742,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17333C0D265F" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "acd9f888-10c1-4e9a-96c4-128c929d2180" + "49a21f41-d3be-454f-a58e-01749ae0e25f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -760,37 +760,95 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:45 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:35.1454816Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], "client-request-id": [ - "f4be3e0f-8b77-4497-aa7b-5f976b9d2f11" + "a091797d-1852-499c-8674-f8683d8d7f3c" ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:36:40 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE17333C0D265F" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "373296b0-ddd0-46c1-8edd-84c6726db974" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:36:40 GMT" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:36:35 GMT" + ] + }, + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:35.1454816Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", + "RequestMethod": "GET", + "RequestHeaders": { "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ea10e60d-dad2-46dc-bab4-f45580b742c0" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:50 GMT" + "Wed, 29 Oct 2025 21:36:45 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -800,13 +858,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17333C0D265F" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b8660974-c952-4518-99f2-e1019e9d1c6d" + "1b3602a3-8e58-40a9-bc5f-0f583acc21c6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -818,37 +876,95 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:50 GMT" + "Wed, 29 Oct 2025 21:36:45 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:35.1454816Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], "client-request-id": [ - "bbb286e6-621d-4736-94d8-1d91fbf9f5d9" + "015091e2-4b7b-43fb-a22d-18ed1334d507" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:36:50 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE17333C0D265F" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "b142f1d2-59f6-4754-bc7d-0ae4b6633723" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:36:50 GMT" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:36:35 GMT" + ] + }, + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:35.1454816Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", + "RequestMethod": "GET", + "RequestHeaders": { "Accept-Language": [ "en-US" ], + "client-request-id": [ + "09294510-d94b-47c7-8440-6f316c5a1bad" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:15:55 GMT" + "Wed, 29 Oct 2025 21:36:55 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -858,13 +974,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17333C0D265F" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "406af934-4584-4e8b-866e-375593f2f4a8" + "074778cd-1bd9-4dc4-9e5e-c1a2401d19fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -876,37 +992,95 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:15:55 GMT" + "Wed, 29 Oct 2025 21:36:55 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:35.1454816Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], "client-request-id": [ - "e750a0a8-002b-42c1-b11b-3774cc7677f9" + "bb1767c4-18e2-46d3-944d-308d4aae44fd" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:37:00 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" ], + "ETag": [ + "0x8DE17333C0D265F" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "e9c60f63-871b-40bf-959e-24e42794f721" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:37:00 GMT" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:36:35 GMT" + ] + }, + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:36:35.1454816Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", + "RequestMethod": "GET", + "RequestHeaders": { "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0c00e99d-e46b-4765-ac99-6d0c0ff11600" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:01 GMT" + "Wed, 29 Oct 2025 21:37:05 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -916,13 +1090,13 @@ "chunked" ], "ETag": [ - "0x8DD04284DBCFEAA" + "0x8DE17333C0D265F" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "17eb20d3-8b52-494e-81ce-adb18e3184f4" + "06c2ecc0-7fb1-4b83-8603-30d3f07df82d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -934,40 +1108,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:01 GMT" + "Wed, 29 Oct 2025 21:37:05 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:15:30 GMT" + "Wed, 29 Oct 2025 21:36:35 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DD04284DBCFEAA\",\r\n \"lastModified\": \"2024-11-13T21:15:30.5913002Z\",\r\n \"creationTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:15:30.5912986Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:15:58.0460221Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool2\",\r\n \"eTag\": \"0x8DE17333C0D265F\",\r\n \"lastModified\": \"2025-10-29T21:36:35.1454815Z\",\r\n \"creationTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:36:35.1454804Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:37:02.1915781Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobschedules?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobschedules?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "68aac707-04cb-4909-8984-f1da5c30669f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "fbced830-5fa7-4f9e-89b9-1490bc746b4c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ], "x-ms-client-request-id": [ - "6799bb8d-9264-449e-a28a-10f532a781c3" + "545885ff-a5db-4714-b602-07808d6edf09" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -983,16 +1157,16 @@ "chunked" ], "ETag": [ - "0x8DD042861F43B04" + "0x8DE173351E13CFA" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f88ab7f7-0f89-4ebd-82b4-57ffb3de0cf6" + "ce9f6581-6650-4c47-824c-a82535100bd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1004,40 +1178,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule1" ], "Date": [ - "Wed, 13 Nov 2024 21:16:03 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobschedules?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobschedules?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "6ee9f682-9876-4039-87cc-c07aea0d6710" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "207dfb74-f02d-45ed-a413-0e285f84415e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ], "x-ms-client-request-id": [ - "297503cc-2cd4-4c89-886f-35db203d60c8" + "473d8782-060f-4fb7-9b4b-172ec0c370a2" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -1047,22 +1221,22 @@ "182" ] }, - "RequestBody": "{\r\n \"id\": \"jobSchedule2\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2024-12-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"id\": \"jobSchedule2\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2025-12-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042861FDB0E6" + "0x8DE173351F39054" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b9ab83e1-3830-48e3-9b98-22e469c53c27" + "842364da-d2da-4a3e-b7ea-49c0eb5146a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1074,40 +1248,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule2" ], "Date": [ - "Wed, 13 Nov 2024 21:16:03 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobschedules?api-version=2024-02-01.19.0&$filter=id%20eq%20%27jobSchedule1%27%20or%20id%20eq%20%27jobSchedule2%27", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjAmJGZpbHRlcj1pZCUyMGVxJTIwJTI3am9iU2NoZWR1bGUxJTI3JTIwb3IlMjBpZCUyMGVxJTIwJTI3am9iU2NoZWR1bGUyJTI3", + "RequestUri": "/jobschedules?api-version=2024-07-01.20.0&$filter=id%20eq%20%27jobSchedule1%27%20or%20id%20eq%20%27jobSchedule2%27", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjAmJGZpbHRlcj1pZCUyMGVxJTIwJTI3am9iU2NoZWR1bGUxJTI3JTIwb3IlMjBpZCUyMGVxJTIwJTI3am9iU2NoZWR1bGUyJTI3", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1e03a968-3eb2-471b-b476-6d8eb4e910bf" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "386a62be-ac75-4146-9ff2-656deaf39bc7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ], "x-ms-client-request-id": [ - "48501ece-b516-46d4-841d-71a579f7c540" + "9b55e417-5a4c-4be2-866b-5d0157388337" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1120,7 +1294,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "cdf2b38d-9397-43f1-8e05-9b9ed03babe2" + "6dcddf65-2035-4423-afe2-0fc92a92afd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1132,37 +1306,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:03 GMT" + "Wed, 29 Oct 2025 21:37:11 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobschedules\",\r\n \"value\": [\r\n {\r\n \"id\": \"jobSchedule1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule1\",\r\n \"eTag\": \"0x8DD042861F43B04\",\r\n \"lastModified\": \"2024-11-13T21:16:04.5077252Z\",\r\n \"creationTime\": \"2024-11-13T21:16:04.5077252Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:04.5077252Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/jobSchedule1:job-1\",\r\n \"id\": \"jobSchedule1:job-1\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"jobSchedule2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule2\",\r\n \"eTag\": \"0x8DD042861FDB0E6\",\r\n \"lastModified\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"creationTime\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2024-12-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"nextRunTime\": \"2024-12-01T12:30:00Z\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobschedules\",\r\n \"value\": [\r\n {\r\n \"id\": \"jobSchedule1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule1\",\r\n \"eTag\": \"0x8DE173351E13CFA\",\r\n \"lastModified\": \"2025-10-29T21:37:11.767577Z\",\r\n \"creationTime\": \"2025-10-29T21:37:11.767577Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:11.767577Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/jobSchedule1:job-1\",\r\n \"id\": \"jobSchedule1:job-1\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"jobSchedule2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule2\",\r\n \"eTag\": \"0x8DE173351F39054\",\r\n \"lastModified\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"creationTime\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2025-12-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"nextRunTime\": \"2025-12-01T12:30:00Z\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobschedules/jobSchedule2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTI/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobschedules/jobSchedule2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTI/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "PUT", "RequestHeaders": { - "client-request-id": [ - "867615ee-ddd4-4e8f-92fd-a30a7eb3d422" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "fd6fd3eb-3347-4070-94a6-b0e75805b4a2" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "x-ms-client-request-id": [ - "dedd5ed0-7ca1-44b3-899f-0a0150e1427e" + "7afda7a3-363e-4df5-a89d-06e2263e62cc" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -1172,19 +1346,19 @@ "467" ] }, - "RequestBody": "{\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2025-01-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"allowTaskPreemption\": false,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2026-01-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"allowTaskPreemption\": false,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD04286220C943" + "0x8DE17335247EBC1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "6c5b882f-57da-4844-b66a-df872a72fe3f" + "c5853e6f-be6b-412e-8df2-40ef7e754be4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1196,40 +1370,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule2" ], "Date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/jobschedules/jobSchedule2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTI/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobschedules/jobSchedule2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTI/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "16e5d82c-ba5f-414c-b830-14aa55defa13" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ae99957f-1308-45b4-bf40-3eacc371c893" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "x-ms-client-request-id": [ - "034ba99c-59b3-4e35-b2c3-0b985fec7a51" + "78436ca0-b4a6-42fe-99e8-6793c1ee10e6" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1239,13 +1413,13 @@ "chunked" ], "ETag": [ - "0x8DD04286220C943" + "0x8DE17335247EBC1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "aae09733-6565-4bfa-89ad-d0478207e1d4" + "a9f70a82-4f6e-4e9c-a84d-9f1512b86318" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1257,40 +1431,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobschedules/@Element\",\r\n \"id\": \"jobSchedule2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule2\",\r\n \"eTag\": \"0x8DD04286220C943\",\r\n \"lastModified\": \"2024-11-13T21:16:04.7997251Z\",\r\n \"creationTime\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2025-01-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"nextRunTime\": \"2025-01-01T12:30:00Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobschedules/@Element\",\r\n \"id\": \"jobSchedule2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule2\",\r\n \"eTag\": \"0x8DE17335247EBC1\",\r\n \"lastModified\": \"2025-10-29T21:37:12.4405185Z\",\r\n \"creationTime\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2026-01-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"nextRunTime\": \"2026-01-01T12:30:00Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobschedules/jobSchedule1?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTE/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobschedules/jobSchedule1?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTE/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "8168ddf2-6e13-429c-8f2a-2a1597f58e93" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "63f5aa16-eff0-4f84-9917-358adfd7ac2e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "x-ms-client-request-id": [ - "0f65bea6-bb58-4169-b2f3-eb2bbfed5cfb" + "e8dd6af9-1758-4128-adb6-c7f497046938" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1306,7 +1480,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "9139b4a3-f4e3-4634-81d6-9b90c520d8fe" + "4991d26d-36e2-4ffc-9a1f-80d9d6f6f9e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1318,34 +1492,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobschedules/jobSchedule2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTI/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobschedules/jobSchedule2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcy9qb2JTY2hlZHVsZTI/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "e434f6a0-8cc9-474b-9902-5be8db152022" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2b48c5cf-0509-4e99-b25a-8c5bcc5a5fb9" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "x-ms-client-request-id": [ - "b3291a6a-e24f-4643-b2d1-7da804a2163c" + "3c4ae7d7-c1aa-4df5-a310-8c88cb80c3b5" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1361,7 +1535,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d1082bfd-f35b-44a5-9d8f-1796807ecc1c" + "4bd841c9-676b-4d1b-a40f-8f821452c805" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1373,34 +1547,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobschedules?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobschedules?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnNjaGVkdWxlcz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "79bfb7ae-892a-4376-9e61-2ef43bf428cd" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "cfb3725a-57fc-4d80-9a8f-eaddb52e1e5b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "x-ms-client-request-id": [ - "2168544b-53d2-40b8-9834-6a495f9a0815" + "a51f00f9-9ceb-472f-840b-7cf57d28190e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1413,7 +1587,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "06b61410-ccf4-47e3-9a66-076e6652a426" + "65df201d-5be3-4b4e-81d1-afda47351334" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1425,34 +1599,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:04 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobschedules\",\r\n \"value\": [\r\n {\r\n \"id\": \"jobSchedule1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule1\",\r\n \"eTag\": \"0x8DD042861F43B04\",\r\n \"lastModified\": \"2024-11-13T21:16:04.5077252Z\",\r\n \"creationTime\": \"2024-11-13T21:16:04.5077252Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:05.0027221Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:04.5077252Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/jobSchedule1:job-1\",\r\n \"id\": \"jobSchedule1:job-1\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"jobSchedule2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobschedules/jobSchedule2\",\r\n \"eTag\": \"0x8DD04286220C943\",\r\n \"lastModified\": \"2024-11-13T21:16:04.7997251Z\",\r\n \"creationTime\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:05.0427226Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:04.5697254Z\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2025-01-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"nextRunTime\": \"2025-01-01T12:30:00Z\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobschedules\",\r\n \"value\": [\r\n {\r\n \"id\": \"jobSchedule1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule1\",\r\n \"eTag\": \"0x8DE173351E13CFA\",\r\n \"lastModified\": \"2025-10-29T21:37:11.767577Z\",\r\n \"creationTime\": \"2025-10-29T21:37:11.767577Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:12.7080843Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:11.767577Z\",\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"recentJob\": {\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/jobSchedule1:job-1\",\r\n \"id\": \"jobSchedule1:job-1\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"jobSchedule2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobschedules/jobSchedule2\",\r\n \"eTag\": \"0x8DE17335247EBC1\",\r\n \"lastModified\": \"2025-10-29T21:37:12.4405185Z\",\r\n \"creationTime\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:12.8051524Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:11.8876756Z\",\r\n \"schedule\": {\r\n \"doNotRunUntil\": \"2026-01-01T12:30:00Z\"\r\n },\r\n \"jobSpecification\": {\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"allowTaskPreemption\": false,\r\n \"usesTaskDependencies\": false,\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\",\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n }\r\n },\r\n \"executionInfo\": {\r\n \"nextRunTime\": \"2026-01-01T12:30:00Z\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "06ece28e-4577-40ef-9afd-49fe972d897f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "539f8be4-2827-4887-ba31-45079b668db4" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1468,7 +1642,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "fbb04046-6940-4beb-8e18-eb232c015e10" + "ee9df36a-7f0d-42eb-8fa5-a431b66d4ce9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1480,31 +1654,31 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/pools/testPool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/testPool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "5a0f4a36-5f5d-438a-ad15-cc266ac601cb" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "36b708a7-88f9-45f0-b4e1-17e557c32280" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -1520,7 +1694,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "3d314bf1-1846-4091-97f6-06f5703e71f2" + "29d12fb5-dd52-4324-862f-ab79e3065295" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1532,7 +1706,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:16:05 GMT" + "Wed, 29 Oct 2025 21:37:12 GMT" ] }, "ResponseBody": "", @@ -1541,9 +1715,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails.json index 3d8d9d958b1e..81cab1d012ed 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/IfJobSetsAutoFailure_ItCompletesWhenAnyTaskFails.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "9d0585d4-8c24-455d-ad35-5100ebcce340" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1cf08acf-761a-45a4-b231-d90231ef186d" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "531" + "486" ] }, - "RequestBody": "{\r\n \"id\": \"testPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"testPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 2,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "9fbfc8cb-e156-4787-8787-e7a003372fff" + "b83853f1-be44-4590-942e-8e856ccae90f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool" ], "Date": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b51c54a5-a9a5-4461-a834-a3df8004277b" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8af532d7-69ee-4a10-b2d6-0f744855c978" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:48 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -95,13 +95,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "42651ebe-1f38-4a61-b942-3da84bf890ae" + "3c7bd421-f8ee-479b-b665-1f637e614e40" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,37 +113,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c0795934-970f-451d-9036-ef04e7d62a9a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "59d31ac3-47df-49d5-9ced-912c06433a9f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:53 GMT" + "Wed, 29 Oct 2025 21:39:59 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -153,13 +153,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "6bfa0a42-895d-46a9-9d74-41300399c6a0" + "17f0fc42-a47f-47c3-b031-d35aaefac1dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,37 +171,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:53 GMT" + "Wed, 29 Oct 2025 21:39:59 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "46585e01-c4ba-4b7f-8993-68c2deced38e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b4041a2a-0874-4763-b724-2e5fb4d07e7e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:58 GMT" + "Wed, 29 Oct 2025 21:40:04 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +211,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "489fc676-83d6-43cc-8dc3-e575ce358d35" + "f85a9bd6-2ef4-4f1c-ac78-b3e0abafe126" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +229,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:57 GMT" + "Wed, 29 Oct 2025 21:40:04 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8d3be22e-f748-4f86-b0d9-451a035ff119" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "bc346179-f8f9-48ac-a2a3-db0fe45c119a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:03 GMT" + "Wed, 29 Oct 2025 21:40:10 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +269,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8aa974c7-1dca-4505-91c1-9a670ff40016" + "38d895d9-2710-43b0-802b-8ec28c8a1027" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +287,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:02 GMT" + "Wed, 29 Oct 2025 21:40:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "28121282-9763-47ce-9793-77b763e94576" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5ec83bd8-e7ea-459c-a4f0-3a9eaa0fb39e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:08 GMT" + "Wed, 29 Oct 2025 21:40:15 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +327,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1d694222-0ba8-4476-a741-b9ec013e7aa8" + "2e6c5c5a-881d-40ae-909a-dfb48ac29eaa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,37 +345,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:08 GMT" + "Wed, 29 Oct 2025 21:40:14 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e2a66d48-f4b2-4552-afe0-49f1820b0750" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a11ef164-5c81-46c8-b875-4f8afb45f9a1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:13 GMT" + "Wed, 29 Oct 2025 21:40:20 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -385,13 +385,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1048d478-8ded-40d2-aa10-f7ec7960abd2" + "beafd78a-6dec-4bda-9924-4c75e85b4c85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,37 +403,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:12 GMT" + "Wed, 29 Oct 2025 21:40:20 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/testPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e2a5b051-886f-4e1d-aa8c-67bccb24d22b" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3e2dfd05-2513-41f4-934c-3e95b7c370d1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:18 GMT" + "Wed, 29 Oct 2025 21:40:25 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -443,13 +443,13 @@ "chunked" ], "ETag": [ - "0x8DD0429526AF612" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ed7fc213-1a2f-4ef6-8d66-f8fb680c5e3d" + "ff54f290-e99f-4099-85ec-201a26f21300" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,65 +461,111 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:17 GMT" + "Wed, 29 Oct 2025 21:40:25 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:23:15.9066414Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", - "RequestMethod": "POST", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", + "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f9f2fad7-706c-4a2d-9459-728c462c61e0" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:23:18 GMT" + "client-request-id": [ + "90c9b189-fa60-4702-8f96-636bea635016" ], - "x-ms-client-request-id": [ - "de843f51-3edc-4cfa-913c-0e0bcdb428db" + "ocp-date": [ + "Wed, 29 Oct 2025 21:40:30 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE1733B2F640B3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "edcb6900-4bfd-410e-82ed-367fe090cedc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:40:30 GMT" ], "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" + "application/json; odata=minimalmetadata" ], - "Content-Length": [ - "197" + "Last-Modified": [ + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "RequestBody": "{\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"priority\": 0,\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onTaskFailure\": \"performexitoptionsjobaction\",\r\n \"usesTaskDependencies\": false\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], + "client-request-id": [ + "f070770b-57da-41b6-b026-e4d9bcd2f229" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:40:35 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042964F7F756" - ], - "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f94535fd-b207-47a9-91f6-fbed44b917e5" + "ec63f16a-0e68-4312-abd4-f5984b9e3d27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -530,66 +576,112 @@ "DataServiceVersion": [ "3.0" ], - "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" - ], "Date": [ - "Wed, 13 Nov 2024 21:23:18 GMT" + "Wed, 29 Oct 2025 21:40:35 GMT" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "", - "StatusCode": 201 + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/jobs/testJobCompletesWhenTaskFails/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdEpvYkNvbXBsZXRlc1doZW5UYXNrRmFpbHMvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", - "RequestMethod": "POST", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", + "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "a4e9964c-6e68-4763-a22c-906c23935a3f" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "client-request-id": [ + "e8f276b3-f37b-432b-9e6c-142845bf08fd" ], - "x-ms-client-request-id": [ - "f57fd636-68e1-4570-9834-7145357e2b23" + "ocp-date": [ + "Wed, 29 Oct 2025 21:40:40 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE1733B2F640B3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "9f8834ec-65e4-4b75-b908-04a7a0c4dd3c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:40:40 GMT" ], "Content-Type": [ - "application/json; odata=minimalmetadata; charset=utf-8" + "application/json; odata=minimalmetadata" ], - "Content-Length": [ - "251" + "Last-Modified": [ + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "RequestBody": "{\r\n \"id\": \"taskId-1\",\r\n \"commandLine\": \"cmd /c exit 3\",\r\n \"exitConditions\": {\r\n \"exitCodeRanges\": [\r\n {\r\n \"start\": 2,\r\n \"end\": 4,\r\n \"exitOptions\": {\r\n \"jobAction\": \"terminate\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], + "client-request-id": [ + "d53d4d60-dfc5-43e3-a8af-53d44eb7a072" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:40:45 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD0429650AB83A" - ], - "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails/tasks/taskId-1" + "0x8DE1733B2F640B3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "57b066b8-23d5-4081-89b8-ad84409b8257" + "93e572df-0a1b-4e90-8b51-86ca7ce7006d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -600,38 +692,38 @@ "DataServiceVersion": [ "3.0" ], - "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails/tasks/taskId-1" - ], "Date": [ - "Wed, 13 Nov 2024 21:23:18 GMT" + "Wed, 29 Oct 2025 21:40:45 GMT" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "", - "StatusCode": 201 + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "6262113d-5be7-498d-b797-638aa3d41b27" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "680a9946-9626-4186-a375-ecf7e851103c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "Wed, 29 Oct 2025 21:40:50 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -640,11 +732,14 @@ "Transfer-Encoding": [ "chunked" ], + "ETag": [ + "0x8DE1733B2F640B3" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "774e27dc-40e6-4131-bcca-a4d91887ad7d" + "337f9868-8bf5-4850-96a9-b5fd17d4d4b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -656,34 +751,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "Wed, 29 Oct 2025 21:40:50 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DD042964F7F756\",\r\n \"lastModified\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"creationTime\": \"2024-11-13T21:23:19.047095Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DD04286283296E\",\r\n \"lastModified\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4204379Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"endTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b1ccf275-8682-465e-8b78-df550116ea30" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "4a75e740-1219-4386-bb87-a43d1042062b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "Wed, 29 Oct 2025 21:40:55 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -692,11 +790,14 @@ "Transfer-Encoding": [ "chunked" ], + "ETag": [ + "0x8DE1733B2F640B3" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f2b11482-497a-423e-b6db-527074065dd5" + "29f89894-6a6a-4dc1-b4ab-56b09591f6ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -708,34 +809,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:19 GMT" + "Wed, 29 Oct 2025 21:40:55 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DD042964F7F756\",\r\n \"lastModified\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"creationTime\": \"2024-11-13T21:23:19.047095Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DD04286283296E\",\r\n \"lastModified\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4204379Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"endTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:39:54.6442932Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/testPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Rlc3RQb29sP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b021888c-abe0-42e2-b938-3314b1a63e41" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "691b73b0-7832-459a-88a8-103c93d71680" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:39 GMT" + "Wed, 29 Oct 2025 21:41:00 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -744,11 +848,14 @@ "Transfer-Encoding": [ "chunked" ], + "ETag": [ + "0x8DE1733B2F640B3" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "54e88a4d-5f0d-40c1-8e8d-343c8005fc51" + "ad2c7bc8-4b13-40bb-a881-d1cd62d61e24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -760,34 +867,177 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:38 GMT" + "Wed, 29 Oct 2025 21:41:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:39:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DD042964F7F756\",\r\n \"lastModified\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"creationTime\": \"2024-11-13T21:23:19.047095Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DD04286283296E\",\r\n \"lastModified\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4204379Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"endTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DE1733B2F640B3\",\r\n \"lastModified\": \"2025-10-29T21:39:54.6442931Z\",\r\n \"creationTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:54.644292Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T21:40:57.1165922Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"currentNodeCommunicationMode\": \"simplified\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", - "RequestMethod": "GET", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", + "RequestMethod": "POST", "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], "client-request-id": [ - "6cc55d8a-ae5d-4feb-a0d8-9a4567c9e003" + "1ffe44fe-0547-416b-b6da-f8fcafa4f075" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ], + "x-ms-client-request-id": [ + "1df565c3-26e3-467d-ab06-d7fb1d893a01" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], + "Content-Length": [ + "197" + ] + }, + "RequestBody": "{\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"priority\": 0,\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onTaskFailure\": \"performexitoptionsjobaction\",\r\n \"usesTaskDependencies\": false\r\n}", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE1733DC00908B" + ], + "Location": [ + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "0fe7ffc4-f347-45bd-8e3d-dcd1d86436f9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "DataServiceId": [ + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" + ], + "Date": [ + "Wed, 29 Oct 2025 21:41:02 GMT" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ] + }, + "ResponseBody": "", + "StatusCode": 201 + }, + { + "RequestUri": "/jobs/testJobCompletesWhenTaskFails/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdEpvYkNvbXBsZXRlc1doZW5UYXNrRmFpbHMvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], + "client-request-id": [ + "da3873c9-8970-48a5-b19e-a5adcb082285" + ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ], + "x-ms-client-request-id": [ + "5b0d86e2-ff52-4d68-ae6b-3d3d14ed1b82" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata; charset=utf-8" + ], + "Content-Length": [ + "251" + ] + }, + "RequestBody": "{\r\n \"id\": \"taskId-1\",\r\n \"commandLine\": \"cmd /c exit 3\",\r\n \"exitConditions\": {\r\n \"exitCodeRanges\": [\r\n {\r\n \"start\": 2,\r\n \"end\": 4,\r\n \"exitOptions\": {\r\n \"jobAction\": \"terminate\"\r\n }\r\n }\r\n ]\r\n }\r\n}", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE1733DC186AA8" + ], + "Location": [ + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails/tasks/taskId-1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "96eda0ca-44cd-4085-848e-c420d8313a85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "DataServiceId": [ + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails/tasks/taskId-1" ], + "Date": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ], + "Last-Modified": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ] + }, + "ResponseBody": "", + "StatusCode": 201 + }, + { + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", + "RequestMethod": "GET", + "RequestHeaders": { "Accept-Language": [ "en-US" ], + "client-request-id": [ + "04fc9252-477c-442a-bdb1-0c70dc91c349" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:23:59 GMT" + "Wed, 29 Oct 2025 21:41:03 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -800,7 +1050,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8b061bca-fea4-4de0-a85d-f91b88b13ecd" + "a7c87fbb-d5a8-4129-aa3f-a8e2f62ccd36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -812,34 +1062,86 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:23:59 GMT" + "Wed, 29 Oct 2025 21:41:03 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DD04297CFBF4C4\",\r\n \"lastModified\": \"2024-11-13T21:23:59.3535684Z\",\r\n \"creationTime\": \"2024-11-13T21:23:19.047095Z\",\r\n \"state\": \"terminating\",\r\n \"stateTransitionTime\": \"2024-11-13T21:23:59.3535684Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TaskFailed\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DD04286283296E\",\r\n \"lastModified\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4204379Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"endTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DE1733DC00908B\",\r\n \"lastModified\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"creationTime\": \"2025-10-29T21:41:03.4814591Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DE17335320CA9D\",\r\n \"lastModified\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8448012Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"endTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { + "Accept-Language": [ + "en-US" + ], "client-request-id": [ - "2d5ed422-1a7d-469e-b4e8-0623631ab087" + "56e88d7e-70be-45de-89b7-89e8d6ae2fa3" ], + "ocp-date": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ], + "User-Agent": [ + "FxVersion/8.0.2125.47513", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", + "AzurePowershell/Az1.0.0" + ] + }, + "RequestBody": "", + "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "request-id": [ + "b4b334ff-8cd7-4510-95eb-cd92dcac784a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "DataServiceVersion": [ + "3.0" + ], + "Date": [ + "Wed, 29 Oct 2025 21:41:03 GMT" + ], + "Content-Type": [ + "application/json; odata=minimalmetadata" + ] + }, + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DE1733DC00908B\",\r\n \"lastModified\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"creationTime\": \"2025-10-29T21:41:03.4814591Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DE17335320CA9D\",\r\n \"lastModified\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8448012Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"endTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", + "RequestMethod": "GET", + "RequestHeaders": { "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3dcb5111-d5ac-41ce-a190-ebd2f81dc4b1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:19 GMT" + "Wed, 29 Oct 2025 21:41:23 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -852,7 +1154,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "124c6706-cd86-424e-b407-c7f7eab479c0" + "814b5c8c-b53d-4554-895e-bd9a865a8bd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -864,34 +1166,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:18 GMT" + "Wed, 29 Oct 2025 21:41:23 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DD04286283296E\",\r\n \"lastModified\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"creationTime\": \"2024-11-13T21:16:05.4204379Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:16:05.4444398Z\",\r\n \"endTime\": \"2024-11-13T21:16:06.7817205Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n },\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DD04297CFBF4C4\",\r\n \"lastModified\": \"2024-11-13T21:23:59.3535684Z\",\r\n \"creationTime\": \"2024-11-13T21:23:19.047095Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:23:59.9173576Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:23:19.0621014Z\",\r\n \"endTime\": \"2024-11-13T21:23:59.9173576Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TaskFailed\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DE17335320CA9D\",\r\n \"lastModified\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8448012Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"endTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n },\r\n {\r\n \"id\": \"testJobCompletesWhenTaskFails\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testJobCompletesWhenTaskFails\",\r\n \"eTag\": \"0x8DE1733E7245FE7\",\r\n \"lastModified\": \"2025-10-29T21:41:22.1880807Z\",\r\n \"creationTime\": \"2025-10-29T21:41:03.4814591Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:22.9909397Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:03.4984587Z\",\r\n \"endTime\": \"2025-10-29T21:41:22.9909397Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TaskFailed\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"performexitoptionsjobaction\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/testJobCompletesWhenTaskFails?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdEpvYkNvbXBsZXRlc1doZW5UYXNrRmFpbHM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testJobCompletesWhenTaskFails?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdEpvYkNvbXBsZXRlc1doZW5UYXNrRmFpbHM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "6c68d82b-e09e-4a4e-b868-9f9067744fb9" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c48ab94e-ce39-4f23-94fb-7ba96c4cfe9a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:44 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -907,7 +1209,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "6b614066-ba4e-4d9a-bb06-97f28f282ef6" + "90a220b4-2014-46a9-af89-d60bcbe3a8f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -919,7 +1221,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:38 GMT" + "Wed, 29 Oct 2025 21:41:43 GMT" ] }, "ResponseBody": "", @@ -928,9 +1230,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDisableEnableTerminateJob.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDisableEnableTerminateJob.json index 693daa1a7b4e..f4b73a8a3eba 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDisableEnableTerminateJob.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestDisableEnableTerminateJob.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "0c0f0fd3-e8aa-48cd-a7b7-97cd07e73b66" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5cd73e38-f8d2-4408-8c80-2ae1dad893a7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:35 GMT" + "Wed, 29 Oct 2025 21:39:38 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -34,16 +34,16 @@ "chunked" ], "ETag": [ - "0x8DD04294B2CBAD6" + "0x8DE1733A9C203E6" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "cffa2049-442e-4c34-a373-936393215d5f" + "6f2011cb-efee-4bec-aa91-b07a4edbeffa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,40 +55,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:22:35 GMT" + "Wed, 29 Oct 2025 21:39:38 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:35 GMT" + "Wed, 29 Oct 2025 21:39:39 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/testDisableEnableTerminateJob/disable?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2IvZGlzYWJsZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/testDisableEnableTerminateJob/disable?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2IvZGlzYWJsZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "5a44f977-b2eb-4154-91bf-c58641cd0225" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "38b30e74-b7b7-4ea6-a3d3-0d4e34cc1dfb" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:36 GMT" + "Wed, 29 Oct 2025 21:39:42 GMT" ], "x-ms-client-request-id": [ - "c854cca1-de2f-4cbd-a149-2dd17b79eb79" + "fbc43562-05b1-4d4c-81aa-e4c746e910dd" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -104,13 +104,13 @@ "chunked" ], "ETag": [ - "0x8DD04294B7E5D17" + "0x8DE1733ABDAC15A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "28100cd0-f44b-46cc-bd63-0b27fb8279fa" + "27a46954-842a-4fe2-a283-e742328d3d3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -122,40 +122,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob/disable" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob/disable" ], "Date": [ - "Wed, 13 Nov 2024 21:22:35 GMT" + "Wed, 29 Oct 2025 21:39:41 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:36 GMT" + "Wed, 29 Oct 2025 21:39:42 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobs/testDisableEnableTerminateJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testDisableEnableTerminateJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1d46b310-b406-4ce2-8062-351863f68965" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ae3e12d7-f00a-49f8-ae78-7edf54a6c9ba" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:52 GMT" ], "x-ms-client-request-id": [ - "a1ae7c8a-2292-45f5-8b20-d2f311052fd4" + "3ea64147-35a3-4984-a49a-1c973b67bcce" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -165,13 +165,13 @@ "chunked" ], "ETag": [ - "0x8DD04294B7E5D17" + "0x8DE1733ABDAC15A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b7fff1a1-2a00-4cdc-b273-25959937323f" + "00babccb-878c-4ff4-b162-e1bb40492308" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,40 +183,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:52 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:36 GMT" + "Wed, 29 Oct 2025 21:39:42 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"testDisableEnableTerminateJob\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob\",\r\n \"eTag\": \"0x8DD04294B7E5D17\",\r\n \"lastModified\": \"2024-11-13T21:22:36.3221271Z\",\r\n \"creationTime\": \"2024-11-13T21:22:35.7711397Z\",\r\n \"state\": \"disabled\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:36.3311309Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:22:35.7871318Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:22:35.7871318Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"testDisableEnableTerminateJob\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob\",\r\n \"eTag\": \"0x8DE1733ABDAC15A\",\r\n \"lastModified\": \"2025-10-29T21:39:42.7200346Z\",\r\n \"creationTime\": \"2025-10-29T21:39:39.188457Z\",\r\n \"state\": \"disabled\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:42.7310346Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:39:39.202455Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:39:39.202455Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/testDisableEnableTerminateJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testDisableEnableTerminateJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "bd1cd6c4-e649-4e4a-b0ff-2e76fcc6254e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c6a16a67-a994-43f5-b8b7-0f45c62e6163" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "x-ms-client-request-id": [ - "819a27d9-269e-40bb-947f-9f40cabe10a7" + "21f9412f-d0b4-4eed-884d-9ade6508e02f" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -226,13 +226,13 @@ "chunked" ], "ETag": [ - "0x8DD042951A4A19B" + "0x8DE1733B251FD9B" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "7c1a6442-58e1-401e-b36b-e4bcf694c2b8" + "6b7285aa-4b10-4bfc-80f5-d75aa1cabdbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -244,40 +244,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"testDisableEnableTerminateJob\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob\",\r\n \"eTag\": \"0x8DD042951A4A19B\",\r\n \"lastModified\": \"2024-11-13T21:22:46.6392475Z\",\r\n \"creationTime\": \"2024-11-13T21:22:35.7711397Z\",\r\n \"state\": \"terminating\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:46.6392475Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:22:46.5119575Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:22:35.7871318Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"UserTerminate\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"testDisableEnableTerminateJob\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob\",\r\n \"eTag\": \"0x8DE1733B251FD9B\",\r\n \"lastModified\": \"2025-10-29T21:39:53.5677851Z\",\r\n \"creationTime\": \"2025-10-29T21:39:39.188457Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:53.597786Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:39:53.3476492Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:39:39.202455Z\",\r\n \"endTime\": \"2025-10-29T21:39:53.597786Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"UserTerminate\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/testDisableEnableTerminateJob/enable?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2IvZW5hYmxlP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobs/testDisableEnableTerminateJob/enable?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2IvZW5hYmxlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "251d92de-1fce-4c98-bb21-a26d0b44fbee" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c8ff5808-cace-4ce0-83f0-dd7270a06f37" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "x-ms-client-request-id": [ - "05c9eb36-0b28-4cad-a642-829c2aac8e2d" + "3023be11-b43c-4087-bb99-f119cb127e6b" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -290,13 +290,13 @@ "chunked" ], "ETag": [ - "0x8DD042951913557" + "0x8DE1733B230668C" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "34d899ed-81e3-4a5a-b5e4-b18d5d1e6463" + "692cf3db-8719-4b7d-a71f-ad7c990ef034" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -308,40 +308,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob/enable" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob/enable" ], "Date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testDisableEnableTerminateJob%27", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3REaXNhYmxlRW5hYmxlVGVybWluYXRlSm9iJTI3", + "RequestUri": "/jobs?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testDisableEnableTerminateJob%27", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3REaXNhYmxlRW5hYmxlVGVybWluYXRlSm9iJTI3", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "340b8e1d-1bd7-4ac1-84ee-2e01604ade6c" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "871f317e-8346-4aea-bcc5-e13f97232d32" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "x-ms-client-request-id": [ - "0f12c22e-60a9-4fdd-8734-6418823455f0" + "33def8d2-7966-4a7f-8a27-2fd220ae4380" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -354,7 +354,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b37d74fc-5c80-4cfe-8063-f0a49177b4c7" + "82948eb2-db11-4ceb-9b23-30eba0b6f082" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,37 +366,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testDisableEnableTerminateJob\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob\",\r\n \"eTag\": \"0x8DD042951913557\",\r\n \"lastModified\": \"2024-11-13T21:22:46.5119575Z\",\r\n \"creationTime\": \"2024-11-13T21:22:35.7711397Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:46.5119575Z\",\r\n \"previousState\": \"disabled\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:22:36.3311309Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:22:35.7871318Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"testDisableEnableTerminateJob\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob\",\r\n \"eTag\": \"0x8DE1733B230668C\",\r\n \"lastModified\": \"2025-10-29T21:39:53.3476492Z\",\r\n \"creationTime\": \"2025-10-29T21:39:39.188457Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:39:53.3476492Z\",\r\n \"previousState\": \"disabled\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:39:42.7310346Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:39:39.202455Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/testDisableEnableTerminateJob/terminate?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2IvdGVybWluYXRlP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobs/testDisableEnableTerminateJob/terminate?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2IvdGVybWluYXRlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "ee990508-2530-49b5-9c7c-1a36b6598504" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ddc98f71-8b11-4d29-862b-a4b503aec8db" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "x-ms-client-request-id": [ - "7a6e8216-0515-4e13-a6c2-075adb829e48" + "67f6b311-8068-4f60-9c5f-b1a21eb1cf61" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -409,13 +409,13 @@ "chunked" ], "ETag": [ - "0x8DD042951A4A19B" + "0x8DE1733B251FD9B" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f6efc184-580f-480f-b771-8009c36199ab" + "24318c66-c15e-44fa-b9f5-3ea794a16a49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -427,37 +427,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob/terminate" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJob/terminate" ], "Date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobs/testDisableEnableTerminateJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testDisableEnableTerminateJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdERpc2FibGVFbmFibGVUZXJtaW5hdGVKb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "c3134ccf-deaf-4365-bc2a-563f977cfb2e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "213e27e3-7e89-470b-afc9-d415231fe169" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:22:46 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -473,7 +473,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2f46a6b2-dbe6-4b12-9e11-672882e40b05" + "76056d27-41ff-45ff-8edc-d995f32d578b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,7 +485,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:22:47 GMT" + "Wed, 29 Oct 2025 21:39:53 GMT" ] }, "ResponseBody": "", @@ -494,9 +494,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestJobCRUD.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestJobCRUD.json index bc542e170bfb..3bf1ea222663 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestJobCRUD.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.JobTests/TestJobCRUD.json @@ -1,27 +1,27 @@ { "Entries": [ { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "e467de99-48c5-437d-b7e0-0ffc480e64f3" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9af33b77-fcdb-4eee-bbd1-4ccefd467ba9" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:46 GMT" ], "x-ms-client-request-id": [ - "99f68f56-846c-4eaf-8cea-52210e006125" + "77e929f5-0e40-49ad-971e-97e6c9d9185e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -31,22 +31,22 @@ "280" ] }, - "RequestBody": "{\r\n \"id\": \"job1\",\r\n \"priority\": 0,\r\n \"commonEnvironmentSettings\": [\r\n {\r\n \"name\": \"ThisIsAString\",\r\n \"value\": \"Hello world\"\r\n },\r\n {\r\n \"name\": \"ThisIsNull\"\r\n }\r\n ],\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"usesTaskDependencies\": false\r\n}", + "RequestBody": "{\r\n \"id\": \"job1\",\r\n \"priority\": 0,\r\n \"commonEnvironmentSettings\": [\r\n {\r\n \"name\": \"ThisIsNull\"\r\n },\r\n {\r\n \"name\": \"ThisIsAString\",\r\n \"value\": \"Hello world\"\r\n }\r\n ],\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"usesTaskDependencies\": false\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042995602D0F" + "0x8DE1733F60CCCB9" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2110e1cb-d447-4c1f-a68d-68b485d8f959" + "20e67ab9-4d4f-4d69-bdd2-9283d475c402" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,40 +58,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:46 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "a76a1979-ff8a-4701-9de8-9112bd622b52" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "30072207-5cef-4429-aa9e-ebdb9f456043" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "a19aa319-7a2c-4338-b617-e2b3cad887ef" + "9852c605-9a63-4529-b73b-38ec3d2b04de" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -107,16 +107,16 @@ "chunked" ], "ETag": [ - "0x8DD04299569F0ED" + "0x8DE1733F62177EA" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "74dbcb9b-d7a8-4ada-9ad0-38cb42b5f28f" + "f82668a9-4a20-451d-bfa6-076f07947815" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -128,40 +128,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:46 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0&$filter=id%20eq%20%27job1%27%20or%20id%20eq%20%27job2%27", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN2pvYjElMjclMjBvciUyMGlkJTIwZXElMjAlMjdqb2IyJTI3", + "RequestUri": "/jobs?api-version=2024-07-01.20.0&$filter=id%20eq%20%27job1%27%20or%20id%20eq%20%27job2%27", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN2pvYjElMjclMjBvciUyMGlkJTIwZXElMjAlMjdqb2IyJTI3", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ef95927a-b210-4e0d-a1ba-b86ac6d88b56" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1d0d6dc9-24b5-4742-af51-d1e18750275e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "be2295ab-ce0a-46a8-baed-db06f482e9e0" + "ff5f0161-7eac-4f64-bbd8-5f600834fdde" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -174,7 +174,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d1764bd7-1fde-4ca4-b435-37cd8dde713d" + "fd81529d-855c-4724-a835-e2aa9f1cb1e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,37 +186,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:46 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"job1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/job1\",\r\n \"eTag\": \"0x8DD042995602D0F\",\r\n \"lastModified\": \"2024-11-13T21:24:40.2756879Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.2636889Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.2756879Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"commonEnvironmentSettings\": [\r\n {\r\n \"name\": \"ThisIsAString\",\r\n \"value\": \"Hello world\"\r\n },\r\n {\r\n \"name\": \"ThisIsNull\"\r\n }\r\n ],\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:24:40.2756879Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n },\r\n {\r\n \"id\": \"job2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/job2\",\r\n \"eTag\": \"0x8DD04299569F0ED\",\r\n \"lastModified\": \"2024-11-13T21:24:40.3396845Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.3266851Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.3396845Z\",\r\n \"priority\": 3,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:24:40.3396845Z\",\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"job1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job1\",\r\n \"eTag\": \"0x8DE1733F60CCCB9\",\r\n \"lastModified\": \"2025-10-29T21:41:47.1994041Z\",\r\n \"creationTime\": \"2025-10-29T21:41:47.1843928Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:47.1994041Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"commonEnvironmentSettings\": [\r\n {\r\n \"name\": \"ThisIsNull\"\r\n },\r\n {\r\n \"name\": \"ThisIsAString\",\r\n \"value\": \"Hello world\"\r\n }\r\n ],\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:47.1994041Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n },\r\n {\r\n \"id\": \"job2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job2\",\r\n \"eTag\": \"0x8DE1733F62177EA\",\r\n \"lastModified\": \"2025-10-29T21:41:47.3348586Z\",\r\n \"creationTime\": \"2025-10-29T21:41:47.303861Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:47.3348586Z\",\r\n \"priority\": 3,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:47.3348586Z\",\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/job2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvam9iMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/job2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvam9iMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "PUT", "RequestHeaders": { - "client-request-id": [ - "dd91846a-b5ae-45c2-b6f4-f9efce16fe41" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8c37176a-9dda-4eb5-b7c6-f65cf8534d3e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "1fea75c8-a121-4752-b8b4-8b7054fce73b" + "615e1776-f1a9-4550-acab-d087a8dcd1cb" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -232,13 +232,13 @@ "chunked" ], "ETag": [ - "0x8DD0429957DA01C" + "0x8DE1733F64FD0F4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0d75261d-bc08-4787-a762-0cb407d41117" + "48808aea-8cc7-4bbf-85cf-9f6711615d7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -250,40 +250,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job2" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/jobs/job2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvam9iMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/job2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvam9iMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8669ee43-98d1-4992-8ec8-aca59c581f1a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "74ba87d9-0fca-4e80-a3d2-dc1fe3076295" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "e0eb8b8e-7469-4f0c-be81-c7339742d3e4" + "4f0c7d49-a601-4c9d-971b-e323c24cd83c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -293,13 +293,13 @@ "chunked" ], "ETag": [ - "0x8DD0429957DA01C" + "0x8DE1733F64FD0F4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "fc78ebbd-a974-42da-ab0a-69b53aec8d5c" + "7d2b8e46-38eb-445a-860f-9e3a302c28df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -311,40 +311,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"job2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/job2\",\r\n \"eTag\": \"0x8DD0429957DA01C\",\r\n \"lastModified\": \"2024-11-13T21:24:40.4686876Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.3266851Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.3396845Z\",\r\n \"priority\": 5,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:24:40.3396845Z\",\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"job2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job2\",\r\n \"eTag\": \"0x8DE1733F64FD0F4\",\r\n \"lastModified\": \"2025-10-29T21:41:47.6386036Z\",\r\n \"creationTime\": \"2025-10-29T21:41:47.303861Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:47.3348586Z\",\r\n \"priority\": 5,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:47.3348586Z\",\r\n \"poolId\": \"testPool2\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/job1?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvam9iMT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/job1?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvam9iMT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "6af46699-775d-41b0-9c81-066ee4e62ca6" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "445f9d03-1c0c-4da5-b6de-a222c7df931f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "8aa960fc-1172-4d12-a188-dbe2fa1979fd" + "15831367-f718-4d49-bb44-e3025edd01fb" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -360,7 +360,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "48d7cd99-494a-432b-84d0-0afac1ae204a" + "b56df1d9-9384-4a33-b7af-3e8ace082626" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -372,34 +372,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobs/job2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvam9iMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/job2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvam9iMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "dc22cd64-5f4f-4eec-9891-99c4b97abab9" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "71e45e87-99b5-48b6-bf61-e48cbe5c9f61" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "4c8235bd-2938-4eec-987d-03a88285bf2a" + "eff9af68-e807-44fc-aa0b-f03c36f4fb27" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -415,7 +415,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0df857ad-0d7d-4376-9dc4-be4c67524d37" + "ad5f185d-d711-436b-958f-099dc9a515cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -427,34 +427,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "5d0ff68c-b984-410f-905a-39cae7303914" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e1132740-988b-440b-9980-d5016b333d5c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "x-ms-client-request-id": [ - "4f60df65-33d4-427a-9a5e-851f221743f6" + "ac0f4a42-eb74-41ce-89c1-9ab69109f683" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -467,7 +467,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "584be21a-cb7e-4edc-8c99-d0af3445f0ae" + "f9fca850-0701-477d-9f45-dcae233ac817" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -479,21 +479,21 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:39 GMT" + "Wed, 29 Oct 2025 21:41:47 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"job1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/job1\",\r\n \"eTag\": \"0x8DD042995602D0F\",\r\n \"lastModified\": \"2024-11-13T21:24:40.2756879Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.2636889Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.5570772Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:24:40.2756879Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"commonEnvironmentSettings\": [\r\n {\r\n \"name\": \"ThisIsAString\",\r\n \"value\": \"Hello world\"\r\n },\r\n {\r\n \"name\": \"ThisIsNull\"\r\n }\r\n ],\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:24:40.2756879Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs\",\r\n \"value\": [\r\n {\r\n \"id\": \"job1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job1\",\r\n \"eTag\": \"0x8DE1733F60CCCB9\",\r\n \"lastModified\": \"2025-10-29T21:41:47.1994041Z\",\r\n \"creationTime\": \"2025-10-29T21:41:47.1843928Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2025-10-29T21:41:47.8315065Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:41:47.1994041Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"commonEnvironmentSettings\": [\r\n {\r\n \"name\": \"ThisIsNull\"\r\n },\r\n {\r\n \"name\": \"ThisIsAString\",\r\n \"value\": \"Hello world\"\r\n }\r\n ],\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:41:47.1994041Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n },\r\n {\r\n \"id\": \"testDisableEnableTerminateJobSchedule:job-1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testDisableEnableTerminateJobSchedule:job-1\",\r\n \"eTag\": \"0x8DE17335320CA9D\",\r\n \"lastModified\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"creationTime\": \"2025-10-29T21:37:13.8448012Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T21:37:13.8618013Z\",\r\n \"endTime\": \"2025-10-29T21:37:17.2899635Z\",\r\n \"poolId\": \"testPool\",\r\n \"terminateReason\": \"TerminateWorkitem\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.LocationTests/TestGetLocationQuotas.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.LocationTests/TestGetLocationQuotas.json index f48da36266e0..f62d86475e54 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.LocationTests/TestGetLocationQuotas.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.LocationTests/TestGetLocationQuotas.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2g/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "a45a50f4-ee7d-4e7f-9504-0f7e6742ec7a" + "f43bdbd4-ec80-4d5c-beee-f7f035995d46" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.110" ] }, "RequestBody": "", @@ -33,13 +33,13 @@ "16499" ], "x-ms-request-id": [ - "494b9d55-1e5b-42eb-841c-b985eb9bb623" + "c1b50586-8589-420c-9f8e-2db25ed2f195" ], "x-ms-correlation-request-id": [ - "494b9d55-1e5b-42eb-841c-b985eb9bb623" + "c1b50586-8589-420c-9f8e-2db25ed2f195" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212836Z:494b9d55-1e5b-42eb-841c-b985eb9bb623" + "CENTRALUS:20251029T174920Z:c1b50586-8589-420c-9f8e-2db25ed2f195" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,13 +51,13 @@ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 9962201CC24C45588819C2DCE3952118 Ref B: MNZ221060610031 Ref C: 2024-11-13T21:28:36Z" + "Ref A: FB8AEECE94BE44BF813D05AB8687D3B1 Ref B: CO6AA3150219025 Ref C: 2025-10-29T17:49:19Z" ], "Date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:49:19 GMT" ], "Content-Length": [ - "18599" + "19449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -66,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/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 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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/quotas\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/accountOperationResults\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"West Europe\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"East US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/pools\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/detectors\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificates\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/operationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"batchAccounts/poolOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/certificateOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionProxyResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/privateEndpointConnectionResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\r\n \"2020-03-01-preview\",\r\n \"2020-03-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"batchAccounts/networkSecurityPerimeterConfigurationOperationResults\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 },\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\",\r\n \"2021-01-01\",\r\n \"2020-09-01\",\r\n \"2020-05-01\",\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 \"resourceType\": \"locations/virtualMachineSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/cloudServiceSkus\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\",\r\n \"2024-02-01\",\r\n \"2023-11-01\",\r\n \"2023-05-01\",\r\n \"2022-10-01\",\r\n \"2022-06-01\",\r\n \"2022-01-01\",\r\n \"2021-06-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\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 \"Jio India West\",\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 \"Brazil Southeast\",\r\n \"West US 3\",\r\n \"Sweden Central\",\r\n \"Qatar Central\",\r\n \"Poland Central\",\r\n \"Italy North\",\r\n \"Israel Central\",\r\n \"Spain Central\",\r\n \"Mexico Central\",\r\n \"Jio India Central\",\r\n \"New Zealand North\",\r\n \"Indonesia Central\",\r\n \"Chile Central\",\r\n \"Malaysia West\",\r\n \"Austria East\",\r\n \"Belgium Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2024-07-01\",\r\n \"2024-03-01-privatepreview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/21abd678-18c5-4660-9fdd-8c5ba6b6fe1f/providers/Microsoft.Batch/locations/westus2/quotas?api-version=2022-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMjFhYmQ2NzgtMThjNS00NjYwLTlmZGQtOGM1YmE2YjZmZTFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL3dlc3R1czIvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMjItMTAtMDE=", + "RequestUri": "/subscriptions/94bd7ded-68b4-4ffa-82a5-37ac72caa2ec/providers/Microsoft.Batch/locations/westus2/quotas?api-version=2024-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTRiZDdkZWQtNjhiNC00ZmZhLTgyYTUtMzdhYzcyY2FhMmVjL3Byb3ZpZGVycy9NaWNyb3NvZnQuQmF0Y2gvbG9jYXRpb25zL3dlc3R1czIvcXVvdGFzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDE=", "RequestMethod": "GET", "RequestHeaders": { - "x-ms-client-request-id": [ - "f8c35f68-1d57-4215-9a31-e32d41687e2e" - ], "Accept-Language": [ "en-US" ], + "x-ms-client-request-id": [ + "2e1d3552-e753-4893-b3f3-3b6743c4ebba" + ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Management.Batch.BatchManagementClient/3.6.4" + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Management.Batch.BatchManagementClient/3.7.1" ] }, "RequestBody": "", @@ -96,7 +96,7 @@ "no-cache" ], "x-ms-request-id": [ - "2d578d90-1f1f-4a08-aeb2-97833fac8212" + "bb22fcc5-3abf-4d06-be5b-23fa2540357b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -104,6 +104,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-operation-identifier": [ + "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=ac839cc2-33ee-4879-a5b5-2895202ccb29/centralus/02be6ade-36cb-412a-9a03-4d736949b621" + ], "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ], @@ -111,22 +114,22 @@ "16499" ], "x-ms-correlation-request-id": [ - "9ac686cb-af25-4fe8-9c7d-6dbcb34883bc" + "86ac1945-634a-45fa-bc69-932506cb1b27" ], "x-ms-routing-request-id": [ - "EASTUS:20241113T212837Z:9ac686cb-af25-4fe8-9c7d-6dbcb34883bc" + "CENTRALUS:20251029T174920Z:86ac1945-634a-45fa-bc69-932506cb1b27" ], "X-Cache": [ "CONFIG_NOCACHE" ], "X-MSEdge-Ref": [ - "Ref A: 6D7055C86B65475C8361EFE5591905B6 Ref B: MNZ221060609047 Ref C: 2024-11-13T21:28:37Z" + "Ref A: 3F7C41DAE3634CE493DE61272A88BC9A Ref B: MWH011020808036 Ref C: 2025-10-29T17:49:20Z" ], "Date": [ - "Wed, 13 Nov 2024 21:28:37 GMT" + "Wed, 29 Oct 2025 17:49:19 GMT" ], "Content-Length": [ - "20" + "18" ], "Content-Type": [ "application/json; charset=utf-8" @@ -135,15 +138,15 @@ "-1" ] }, - "ResponseBody": "{\r\n \"accountQuota\": 100\r\n}", + "ResponseBody": "{\r\n \"accountQuota\": 3\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestAutoScaleActions.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestAutoScaleActions.json index 87839723fbaa..4420411ba2db 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestAutoScaleActions.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestAutoScaleActions.json @@ -1,49 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "3bd0c10a-7087-4365-be8c-1adcc119043e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9b0d82be-8425-4744-88cc-d0ac8aeecf13" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:46 GMT" + "Wed, 29 Oct 2025 00:36:58 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "536" + "491" ] }, - "RequestBody": "{\r\n \"id\": \"autoscalePool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"autoscalePool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD042998F0B40A" + "0x8DE168344F118E8" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b19be129-6aaf-4563-9111-b377d1a37974" + "18ab5e76-b2b2-4812-a29c-0f4710ac730a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,40 +55,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool" ], "Date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:36:58 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:46 GMT" + "Wed, 29 Oct 2025 00:36:58 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools/autoscalePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/autoscalePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "d3472262-34f3-4a6f-a4d2-234143461680" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c23608ff-f5ee-460f-b86e-669114d66378" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:46 GMT" + "Wed, 29 Oct 2025 00:37:01 GMT" ], "x-ms-client-request-id": [ - "e7737b2e-4bb5-4cb0-b05d-4a9b03d77989" + "0153e041-adaa-4892-9a70-27981ffafcb0" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -98,13 +98,13 @@ "chunked" ], "ETag": [ - "0x8DD042998F0B40A" + "0x8DE168344F118E8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0b5babb7-e96d-45d1-bbde-87506a640fa7" + "bebcdff4-b27c-4ff5-b592-aa263f4a0d77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,40 +116,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:46 GMT" + "Wed, 29 Oct 2025 00:37:01 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:46 GMT" + "Wed, 29 Oct 2025 00:36:58 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"autoscalePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool\",\r\n \"eTag\": \"0x8DD042998F0B40A\",\r\n \"lastModified\": \"2024-11-13T21:24:46.2560266Z\",\r\n \"creationTime\": \"2024-11-13T21:24:46.2560257Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:46.2560257Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:46.2560267Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"autoscalePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool\",\r\n \"eTag\": \"0x8DE168344F118E8\",\r\n \"lastModified\": \"2025-10-29T00:36:58.6367208Z\",\r\n \"creationTime\": \"2025-10-29T00:36:58.6367197Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:36:58.6367197Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:37:00.1074579Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/autoscalePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/autoscalePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "7a1977b3-a23d-461f-8e66-615611e811b5" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a9ab7db3-f02f-4702-901d-369d43eb4c43" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "x-ms-client-request-id": [ - "bae0bd9a-c310-4457-9054-49612dff18a2" + "a83ec124-b4c9-4244-aa26-796a40bfed93" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -159,13 +159,13 @@ "chunked" ], "ETag": [ - "0x8DD04299A01F856" + "0x8DE1683474D2FA3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5a041eea-3c46-4e84-ad1a-8c1a0303b532" + "562102c4-d7cb-4d61-8444-2904740bb6fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,40 +177,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:48 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"autoscalePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool\",\r\n \"eTag\": \"0x8DD04299A01F856\",\r\n \"lastModified\": \"2024-11-13T21:24:48.0469078Z\",\r\n \"creationTime\": \"2024-11-13T21:24:46.2560257Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:46.2560257Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:48.0874158Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"autoscalePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool\",\r\n \"eTag\": \"0x8DE1683474D2FA3\",\r\n \"lastModified\": \"2025-10-29T00:37:02.5956771Z\",\r\n \"creationTime\": \"2025-10-29T00:36:58.6367197Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:36:58.6367197Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:37:02.651408Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/autoscalePool/enableautoscale?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2wvZW5hYmxlYXV0b3NjYWxlP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/autoscalePool/enableautoscale?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2wvZW5hYmxlYXV0b3NjYWxlP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "8b9bc40c-1992-4805-b6b5-e6736122d4d8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "bcab2cef-e71e-42f9-b416-752cc2b01ab1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:01 GMT" ], "x-ms-client-request-id": [ - "8d5a77b9-55dc-4b80-8e4b-6b6deffb3ebd" + "c869a266-c71c-4389-9844-9a31abd9ff8c" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -226,13 +226,13 @@ "chunked" ], "ETag": [ - "0x8DD042998F0B40A" + "0x8DE1683470FF7AF" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "3e0b4a35-19e3-4a0d-a47d-3c01e6688539" + "6c4cec11-0aea-423b-bfc7-e97370e8caf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -244,40 +244,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool/enableautoscale" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool/enableautoscale" ], "Date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:01 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:46 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0&$filter=id%20eq%20%27autoscalePool%27", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMCYkZmlsdGVyPWlkJTIwZXElMjAlMjdhdXRvc2NhbGVQb29sJTI3", + "RequestUri": "/pools?api-version=2024-07-01.20.0&$filter=id%20eq%20%27autoscalePool%27", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMCYkZmlsdGVyPWlkJTIwZXElMjAlMjdhdXRvc2NhbGVQb29sJTI3", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "c5d6d822-b4c8-4b80-a268-342721e41fb1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c1517863-1472-4750-a8d1-1afa6e8fc809" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "x-ms-client-request-id": [ - "4b08f9f8-2d0c-4e12-b65c-d1a0bc0e18c3" + "e16cd435-2816-4eaf-965b-a7b00a9b3198" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -290,7 +290,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "bfde8d02-d637-475a-9614-a13e3f4cb818" + "befd831d-e818-4c47-b072-1318f95c64ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -302,37 +302,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:01 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools\",\r\n \"value\": [\r\n {\r\n \"id\": \"autoscalePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool\",\r\n \"eTag\": \"0x8DD042998F0B40A\",\r\n \"lastModified\": \"2024-11-13T21:24:46.2560266Z\",\r\n \"creationTime\": \"2024-11-13T21:24:46.2560257Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:46.2560257Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:47.8222274Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": true,\r\n \"autoScaleFormula\": \"$TargetDedicatedNodes=0\",\r\n \"autoScaleEvaluationInterval\": \"PT8M\",\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools\",\r\n \"value\": [\r\n {\r\n \"id\": \"autoscalePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool\",\r\n \"eTag\": \"0x8DE1683470FF7AF\",\r\n \"lastModified\": \"2025-10-29T00:37:02.1944751Z\",\r\n \"creationTime\": \"2025-10-29T00:36:58.6367197Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:36:58.6367197Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:37:02.2410744Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": true,\r\n \"autoScaleFormula\": \"$TargetDedicatedNodes=0\",\r\n \"autoScaleEvaluationInterval\": \"PT8M\",\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/autoscalePool/evaluateautoscale?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2wvZXZhbHVhdGVhdXRvc2NhbGU/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/autoscalePool/evaluateautoscale?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2wvZXZhbHVhdGVhdXRvc2NhbGU/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "052ac40e-9c8f-45f0-bcbc-daf4bbc55c7a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "320ecd8a-3ae4-4a91-a47c-f6003138a5f5" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "x-ms-client-request-id": [ - "be10dfaf-e9fd-4ac6-afb6-d67f834dd308" + "2ad285bd-b31c-409d-84e4-3aefb448d2ea" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -351,7 +351,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e27ac964-eece-454e-a66b-e195aae3a311" + "68f20166-7db9-415f-bc80-b6c4ff3a5939" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -363,40 +363,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool/evaluateautoscale" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool/evaluateautoscale" ], "Date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:01 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.AutoScaleRun\",\r\n \"timestamp\": \"2024-11-13T21:24:47.9773199Z\",\r\n \"results\": \"$TargetDedicatedNodes=1;$TargetLowPriorityNodes=0;$NodeDeallocationOption=requeue\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.AutoScaleRun\",\r\n \"timestamp\": \"2025-10-29T00:37:02.4641339Z\",\r\n \"results\": \"$TargetDedicatedNodes=1;$TargetLowPriorityNodes=0;$NodeDeallocationOption=requeue\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/autoscalePool/disableautoscale?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2wvZGlzYWJsZWF1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/autoscalePool/disableautoscale?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2wvZGlzYWJsZWF1dG9zY2FsZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "2ad2d015-2592-43b9-8590-516561ee4675" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "181c15a7-7ffd-420c-a11b-9c45a56221a5" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "x-ms-client-request-id": [ - "4938fa41-65be-48b4-95d0-96d6546731b4" + "5bb44fd7-94e1-46c8-ba14-e2eff4862003" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -409,13 +409,13 @@ "chunked" ], "ETag": [ - "0x8DD04299A01F856" + "0x8DE1683474D2FA3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a06c36c4-0c58-41bc-80c3-f3fe7d7ba654" + "f0a55cab-e4bb-44bf-a225-de0cebfa85a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -427,37 +427,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/autoscalePool/disableautoscale" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/autoscalePool/disableautoscale" ], "Date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:48 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/pools/autoscalePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/autoscalePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL2F1dG9zY2FsZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "da0a602f-5f96-4154-8fe8-c6e4ed6624ff" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a83875b4-6e8d-453c-a73a-b1512bbffc08" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:48 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -473,7 +473,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1d33054b-0238-45f3-997b-bd758cb19865" + "c3b4e2f5-a670-4d3e-89f4-23263aaa43fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -485,7 +485,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:47 GMT" + "Wed, 29 Oct 2025 00:37:02 GMT" ] }, "ResponseBody": "", @@ -494,9 +494,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestPoolCRUD.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestPoolCRUD.json index b9a912bde7a4..217d35b6a102 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestPoolCRUD.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestPoolCRUD.json @@ -1,52 +1,52 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "978a4649-f8ab-42fc-ac45-12127019db1a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "963be595-75bb-44bb-980c-f416a0ead922" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ], "x-ms-client-request-id": [ - "3c871bb9-e8bd-4d3b-b16a-aa89d6236132" + "8a3dd911-d417-4c30-a42c-a1ba47c3189e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "541" + "496" ] }, - "RequestBody": "{\r\n \"id\": \"pool1\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test1\"\r\n ]\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"enableInterNodeCommunication\": false,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"pool1\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test1\"\r\n ]\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"enableInterNodeCommunication\": false\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD0429973DF2AC" + "0x8DE168317A0141F" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/pool1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d11011a9-0b5d-4dc8-afb2-5ed3f6791bde" + "82c3f980-b2c5-426b-9f86-ad87bf9102b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -58,65 +58,65 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/pool1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool1" ], "Date": [ - "Wed, 13 Nov 2024 21:24:42 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "07ea7da8-2bba-4665-a1e4-7acebd84aed3" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e46d4d56-d2c6-4d63-a63d-523616cd7685" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ], "x-ms-client-request-id": [ - "eda2ecf4-7e50-407f-bca5-d630ef97faf6" + "0786de0f-38c4-42f3-91e7-155f9eba892f" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "541" + "496" ] }, - "RequestBody": "{\r\n \"id\": \"pool2\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"enableInterNodeCommunication\": false,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"pool2\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"enableInterNodeCommunication\": false\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD04299761B65E" + "0x8DE168317D30148" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/pool2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "af1b5caf-c5a7-4b45-b758-faaadd5e43ec" + "b96e0c50-7975-485e-8da6-7e63763fd608" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -128,40 +128,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/pool2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool2" ], "Date": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0&$filter=id%20eq%20%27pool1%27%20or%20id%20eq%20%27pool2%27", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMCYkZmlsdGVyPWlkJTIwZXElMjAlMjdwb29sMSUyNyUyMG9yJTIwaWQlMjBlcSUyMCUyN3Bvb2wyJTI3", + "RequestUri": "/pools?api-version=2024-07-01.20.0&$filter=id%20eq%20%27pool1%27%20or%20id%20eq%20%27pool2%27", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMCYkZmlsdGVyPWlkJTIwZXElMjAlMjdwb29sMSUyNyUyMG9yJTIwaWQlMjBlcSUyMCUyN3Bvb2wyJTI3", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "65455736-9b34-4454-a135-0c08977636f7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "45fca24b-2529-4f73-aafe-751c9543d3cd" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:43 GMT" ], "x-ms-client-request-id": [ - "4b0a56b0-453c-4cb3-97fa-c6714dbcbc95" + "9b3981ad-30cc-4402-8e76-1e816a5e9c3e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -174,7 +174,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "064d5197-4233-467a-8695-e1ca9fb33736" + "08efa1ab-0c3e-4562-a443-d5a45bc8a1b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -186,56 +186,56 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:42 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools\",\r\n \"value\": [\r\n {\r\n \"id\": \"pool1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/pool1\",\r\n \"eTag\": \"0x8DD0429973DF2AC\",\r\n \"lastModified\": \"2024-11-13T21:24:43.406814Z\",\r\n \"creationTime\": \"2024-11-13T21:24:43.4068127Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:43.4068127Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:43.406814Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test1\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n },\r\n {\r\n \"id\": \"pool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/pool2\",\r\n \"eTag\": \"0x8DD04299761B65E\",\r\n \"lastModified\": \"2024-11-13T21:24:43.6411998Z\",\r\n \"creationTime\": \"2024-11-13T21:24:43.6411988Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:43.6411988Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:43.6411999Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools\",\r\n \"value\": [\r\n {\r\n \"id\": \"pool1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool1\",\r\n \"eTag\": \"0x8DE168317A0141F\",\r\n \"lastModified\": \"2025-10-29T00:35:42.6082847Z\",\r\n \"creationTime\": \"2025-10-29T00:35:42.6082822Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:35:42.6082822Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:35:42.6082849Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test1\"\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"pool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool2\",\r\n \"eTag\": \"0x8DE168317D30148\",\r\n \"lastModified\": \"2025-10-29T00:35:42.942036Z\",\r\n \"creationTime\": \"2025-10-29T00:35:42.9420349Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:35:42.9420349Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:35:42.9420361Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/pool2/updateproperties?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Bvb2wyL3VwZGF0ZXByb3BlcnRpZXM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/pool2/updateproperties?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Bvb2wyL3VwZGF0ZXByb3BlcnRpZXM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "3dc9f90c-d44b-45bb-809d-ce7c36b95702" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "93c7290c-0925-4605-bd94-e16d35066de5" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:43 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ], "x-ms-client-request-id": [ - "958d0277-142e-4562-96bd-5cdf751e7680" + "632a0791-5ba8-404a-a207-b4e49ee6da55" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "215" + "170" ] }, - "RequestBody": "{\r\n \"startTask\": {\r\n \"commandLine\": \"/bin/bash -c 'echo start task'\"\r\n },\r\n \"certificateReferences\": [],\r\n \"applicationPackageReferences\": [],\r\n \"metadata\": [],\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"startTask\": {\r\n \"commandLine\": \"/bin/bash -c 'echo start task'\"\r\n },\r\n \"certificateReferences\": [],\r\n \"applicationPackageReferences\": [],\r\n \"metadata\": []\r\n}", "ResponseHeaders": { "ETag": [ - "0x8DD04299865784A" + "0x8DE168318D093B9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0820357f-e31a-45d2-8a31-9df58916e00a" + "c4ee76bf-5723-432c-8f7b-95bb76ff2576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -247,43 +247,43 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/pool2/updateproperties" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool2/updateproperties" ], "Date": [ - "Wed, 13 Nov 2024 21:24:44 GMT" + "Wed, 29 Oct 2025 00:35:43 GMT" ], "Content-Length": [ "0" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ] }, "ResponseBody": "", "StatusCode": 204 }, { - "RequestUri": "/pools/pool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Bvb2wyP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/pool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Bvb2wyP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1f7fc2e1-7c76-4113-a0c7-73615c12ddc8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "73bd19c9-bbbc-4f79-b4b0-0bcd23ad2561" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ], "x-ms-client-request-id": [ - "dd41fcef-4eb5-40f9-8cc0-8ca9f9c788cf" + "71cb5c2a-fa0c-4072-a5e8-c61ba38ab0de" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -293,13 +293,13 @@ "chunked" ], "ETag": [ - "0x8DD04299865784A" + "0x8DE168318D093B9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "01ca13a8-78c3-44ce-a765-5ff966f78ca4" + "b1465a1c-57aa-4034-81da-6ed1f92c0f77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -311,40 +311,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:44 GMT" + "Wed, 29 Oct 2025 00:35:43 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"pool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/pool2\",\r\n \"eTag\": \"0x8DD04299865784A\",\r\n \"lastModified\": \"2024-11-13T21:24:45.3435466Z\",\r\n \"creationTime\": \"2024-11-13T21:24:43.6411988Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:43.6411988Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:45.3278865Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"startTask\": {\r\n \"commandLine\": \"/bin/bash -c 'echo start task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"pool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool2\",\r\n \"eTag\": \"0x8DE168318D093B9\",\r\n \"lastModified\": \"2025-10-29T00:35:44.6038457Z\",\r\n \"creationTime\": \"2025-10-29T00:35:42.9420349Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:35:42.9420349Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:35:44.5840513Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"startTask\": {\r\n \"commandLine\": \"/bin/bash -c 'echo start task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/pool1?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Bvb2wxP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/pool1?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Bvb2wxP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "8acbb048-fc75-43f2-91d4-fec4f71a0f62" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2286d26c-e3df-4e8e-99fd-9f2eea9c52f6" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ], "x-ms-client-request-id": [ - "a430382a-37b3-47e5-a2b2-1a6ffc01b170" + "204e3f4a-b2bf-4a01-8748-067964862fe8" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -360,7 +360,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2d7e0a52-856c-4ab8-9fb7-6d25cf07834f" + "a55c1a0f-2bad-46ab-8d43-92af08b76f0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -372,34 +372,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/pools/pool2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Bvb2wyP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/pool2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Bvb2wyP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "cb1239bb-ced3-4fdf-ad1d-7d35b891809a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "da8cb47b-db2c-4842-926c-12930a775fdf" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ], "x-ms-client-request-id": [ - "40a442df-4405-409d-92e1-46a9805993e0" + "451ea926-f4a7-4c59-aa6c-8f1bfb923004" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -415,7 +415,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "7c0b5b6e-cea9-4042-b192-30abeeb081b3" + "0ac7f867-1909-4212-925f-b15d6a138fd3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -427,34 +427,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ded100c8-dbbc-4b9b-a2e4-a1d22c997167" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f399b293-6bf3-4847-8044-61881ca0da52" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ], "x-ms-client-request-id": [ - "7742ca21-d944-4fb0-8ebe-318145d7d4b7" + "69ab1806-9dd9-4daa-9718-e06cd4910524" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -467,7 +467,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "fddb532a-dd76-48d7-816d-325c005d1584" + "5556cb4a-4390-4c2b-9ead-c3bddadaafab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -479,21 +479,21 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:24:45 GMT" + "Wed, 29 Oct 2025 00:35:44 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools\",\r\n \"value\": [\r\n {\r\n \"id\": \"pool1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/pool1\",\r\n \"eTag\": \"0x8DD042998C16B81\",\r\n \"lastModified\": \"2024-11-13T21:24:45.9461505Z\",\r\n \"creationTime\": \"2024-11-13T21:24:43.4068127Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:45.9461505Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:45.9580563Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT7M9.497S\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test1\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n },\r\n {\r\n \"id\": \"pool2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/pool2\",\r\n \"eTag\": \"0x8DD042998C78FEA\",\r\n \"lastModified\": \"2024-11-13T21:24:45.9864042Z\",\r\n \"creationTime\": \"2024-11-13T21:24:43.6411988Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:45.9864042Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:46.0016054Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT7M9.497S\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"startTask\": {\r\n \"commandLine\": \"/bin/bash -c 'echo start task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n },\r\n {\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DD042995B6BAE1\",\r\n \"lastModified\": \"2024-11-13T21:24:40.8429281Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:42.7845704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n },\r\n {\r\n \"id\": \"testPool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/testPool\",\r\n \"eTag\": \"0x8DD0429526AF612\",\r\n \"lastModified\": \"2024-11-13T21:22:47.9390226Z\",\r\n \"creationTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:22:47.9390215Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:23:15.9066414Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 2,\r\n \"targetDedicatedNodes\": 2,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\",\r\n \"currentNodeCommunicationMode\": \"classic\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools\",\r\n \"value\": [\r\n {\r\n \"id\": \"pool1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool1\",\r\n \"eTag\": \"0x8DE168318F3CE16\",\r\n \"lastModified\": \"2025-10-29T00:35:44.8347158Z\",\r\n \"creationTime\": \"2025-10-29T00:35:42.6082822Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2025-10-29T00:35:44.8347158Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:35:44.8505701Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT7M9.497S\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test1\"\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"pool2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/pool2\",\r\n \"eTag\": \"0x8DE16831903C4EE\",\r\n \"lastModified\": \"2025-10-29T00:35:44.939339Z\",\r\n \"creationTime\": \"2025-10-29T00:35:42.9420349Z\",\r\n \"state\": \"deleting\",\r\n \"stateTransitionTime\": \"2025-10-29T00:35:44.939339Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:35:44.9561207Z\",\r\n \"vmSize\": \"standard_d1_v2\",\r\n \"resizeTimeout\": \"PT7M9.497S\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": false,\r\n \"startTask\": {\r\n \"commandLine\": \"/bin/bash -c 'echo start task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"maxTaskRetryCount\": 0,\r\n \"waitForSuccess\": true\r\n },\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"microsoft-azure-batch\",\r\n \"offer\": \"ubuntu-server-container\",\r\n \"sku\": \"20-04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"containerConfiguration\": {\r\n \"type\": \"dockerCompatible\",\r\n \"containerImageNames\": [\r\n \"test2\"\r\n ]\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestResizeAndStopResizePool.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestResizeAndStopResizePool.json index 9c2fa9a7cf87..8ad895509c2a 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestResizeAndStopResizePool.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.PoolTests/TestResizeAndStopResizePool.json @@ -1,40 +1,49 @@ { "Entries": [ { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "bb82b64b-c267-4d74-85e7-db3333938c6c" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "d731ef77-51b3-472b-97ac-c2c84e270164" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:44 GMT" + "Wed, 29 Oct 2025 00:40:21 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "533" + "488" ] }, - "RequestBody": "{\r\n \"id\": \"resizePool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"resizePool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "0x8DE1683BE0B74AD" + ], + "Location": [ + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "db827ca3-992c-4d16-8339-4a8a585c7662" + "47d47a42-daf8-4ae6-a937-dcf8e2858034" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,41 +54,41 @@ "DataServiceVersion": [ "3.0" ], - "Date": [ - "Wed, 13 Nov 2024 21:32:44 GMT" + "DataServiceId": [ + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool" ], - "Content-Length": [ - "332" + "Date": [ + "Wed, 29 Oct 2025 00:40:21 GMT" ], - "Content-Type": [ - "application/json; odata=minimalmetadata" + "Last-Modified": [ + "Wed, 29 Oct 2025 00:40:21 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\r\n \"code\": \"PoolExists\",\r\n \"message\": {\r\n \"lang\": \"en-US\",\r\n \"value\": \"The specified pool already exists.\\nRequestId:db827ca3-992c-4d16-8339-4a8a585c7662\\nTime:2024-11-13T21:32:44.6132183Z\"\r\n }\r\n}", - "StatusCode": 409 + "ResponseBody": "", + "StatusCode": 201 }, { - "RequestUri": "/pools/resizePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/resizePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e712069f-043e-4593-bd77-0c378803e144" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "07bf0609-1975-472e-876e-9f4c2a2bb506" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:46 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "x-ms-client-request-id": [ - "3fe89565-2cd2-4eb4-953e-c848db17fe92" + "3bfbb8b2-82e1-4095-ae13-a5da4eb6cc35" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -89,13 +98,13 @@ "chunked" ], "ETag": [ - "0x8DD042995B6BAE1" + "0x8DE1683BE0B74AD" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "bd06a672-3bd1-4227-9045-69ab3ce044e9" + "2c3481a1-6b0e-4057-80b2-7855a44da11a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -107,40 +116,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:46 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:24:40 GMT" + "Wed, 29 Oct 2025 00:40:21 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DD042995B6BAE1\",\r\n \"lastModified\": \"2024-11-13T21:24:40.8429281Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:24:42.7845704Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DE1683BE0B74AD\",\r\n \"lastModified\": \"2025-10-29T00:40:21.8137773Z\",\r\n \"creationTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:40:23.7934715Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 0,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/resizePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/resizePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b33ee1f2-a279-4f5b-b7c3-cb972e395de4" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "bf8aee87-3ad9-4777-b8d1-25e035a90c69" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ], "x-ms-client-request-id": [ - "fe17e763-d86b-488c-ae2f-634d20885464" + "c13217a0-cfa5-4e8a-bb61-1c9530b08a9b" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -150,13 +159,13 @@ "chunked" ], "ETag": [ - "0x8DD042AB7954511" + "0x8DE1683C1D8580A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b3404539-75dc-420a-9e8d-c4de57f1abf8" + "4fa307a8-8abd-4f89-a459-dc7f98a57c86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -168,40 +177,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:46 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DD042AB7954511\",\r\n \"lastModified\": \"2024-11-13T21:32:47.1629073Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:32:47.1629073Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DE1683C1D8580A\",\r\n \"lastModified\": \"2025-10-29T00:40:28.189697Z\",\r\n \"creationTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"allocationState\": \"resizing\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:40:28.189697Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/resizePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/resizePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "35678a6b-87e8-4e5c-b15f-9c129e96b5f7" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "55a76886-1ddd-403c-aa8a-c48e552975e2" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ], "x-ms-client-request-id": [ - "3d461675-4627-4c55-ba22-744ef9631b79" + "39a670de-6174-496b-9224-13c6913c9b16" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -211,13 +220,13 @@ "chunked" ], "ETag": [ - "0x8DD042AB7954511" + "0x8DE1683C1D8580A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "dea41e9d-01a9-4347-be50-1efcd8f64ba3" + "b9081ac4-3ba9-471c-a4e1-1c1841454846" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -229,37 +238,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:46 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DD042AB7954511\",\r\n \"lastModified\": \"2024-11-13T21:32:47.1629073Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"allocationState\": \"stopping\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:32:47.283082Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DE1683C1D8580A\",\r\n \"lastModified\": \"2025-10-29T00:40:28.189697Z\",\r\n \"creationTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"allocationState\": \"stopping\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:40:28.4129511Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/resizePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/resizePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "74073714-0664-4673-a6b7-3f52b60c6ef5" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "32ff493d-f847-4ea1-a7a5-44a1b41bc3fe" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -269,13 +278,13 @@ "chunked" ], "ETag": [ - "0x8DD042AB7954511" + "0x8DE1683C1D8580A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b5341868-5920-4994-815c-8c7d31ab88bf" + "b77708d0-c562-47fa-9274-ea88bb98c96a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -287,37 +296,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DD042AB7954511\",\r\n \"lastModified\": \"2024-11-13T21:32:47.1629073Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"allocationState\": \"stopping\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:32:47.283082Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DE1683C1D8580A\",\r\n \"lastModified\": \"2025-10-29T00:40:28.189697Z\",\r\n \"creationTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"allocationState\": \"stopping\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:40:28.4129511Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/resizePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/resizePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0db89708-db59-4edf-a61f-f813aba4d423" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "dac1a83b-47bd-44cf-994e-d5e1bf303113" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:52 GMT" + "Wed, 29 Oct 2025 00:40:33 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -327,13 +336,13 @@ "chunked" ], "ETag": [ - "0x8DD042AB7954511" + "0x8DE1683C1D8580A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "93e9bf09-5b00-4689-af60-fcc18f3c456a" + "fba5340d-24dc-4d54-9e9c-d8ea61da35da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -345,40 +354,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:52 GMT" + "Wed, 29 Oct 2025 00:40:32 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DD042AB7954511\",\r\n \"lastModified\": \"2024-11-13T21:32:47.1629073Z\",\r\n \"creationTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:24:40.8429269Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2024-11-13T21:32:52.3053802Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeErrors\": [\r\n {\r\n \"code\": \"ResizeStopped\",\r\n \"message\": \"Desired number of dedicated nodes could not be allocated due to a stop resize operation\"\r\n }\r\n ],\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n },\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#pools/@Element\",\r\n \"id\": \"resizePool\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool\",\r\n \"eTag\": \"0x8DE1683C1D8580A\",\r\n \"lastModified\": \"2025-10-29T00:40:28.189697Z\",\r\n \"creationTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:40:21.8137762Z\",\r\n \"allocationState\": \"steady\",\r\n \"allocationStateTransitionTime\": \"2025-10-29T00:40:33.3543265Z\",\r\n \"vmSize\": \"standard_d2s_v3\",\r\n \"resizeTimeout\": \"PT15M\",\r\n \"currentDedicatedNodes\": 0,\r\n \"targetDedicatedNodes\": 1,\r\n \"currentLowPriorityNodes\": 0,\r\n \"targetLowPriorityNodes\": 0,\r\n \"resizeErrors\": [\r\n {\r\n \"code\": \"ResizeStopped\",\r\n \"message\": \"Desired number of dedicated nodes could not be allocated due to a stop resize operation\"\r\n }\r\n ],\r\n \"enableAutoScale\": false,\r\n \"enableInterNodeCommunication\": true,\r\n \"certificateReferences\": [],\r\n \"taskSlotsPerNode\": 1,\r\n \"taskSchedulingPolicy\": {\r\n \"nodeFillType\": \"Spread\"\r\n },\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\",\r\n \"version\": \"latest\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"Zonal\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/pools/resizePool/resize?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2wvcmVzaXplP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools/resizePool/resize?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2wvcmVzaXplP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "35746a17-6bd8-4387-98ec-6fe6c6c31388" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "815907b9-ba82-4ff1-8e99-e7d79bb471ad" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "x-ms-client-request-id": [ - "c4d88f93-9eed-42b2-9145-30cd119aa7d0" + "d1225233-a8a2-42aa-9500-9730d9e391b3" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -394,13 +403,13 @@ "chunked" ], "ETag": [ - "0x8DD042AB7954511" + "0x8DE1683C1D8580A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8c3e4327-ab3c-4a13-b5e6-5dacddf6b835" + "58569b31-cf78-4339-937b-1fd48c6a9945" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -412,40 +421,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool/resize" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool/resize" ], "Date": [ - "Wed, 13 Nov 2024 21:32:46 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/pools/resizePool/stopresize?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2wvc3RvcHJlc2l6ZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/pools/resizePool/stopresize?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2wvc3RvcHJlc2l6ZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "3d7a9134-5a89-4987-a729-69917bb8e366" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2808a2a4-60fe-428f-a59b-661b418780da" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ], "x-ms-client-request-id": [ - "e087fe81-211d-4804-9fdf-01878a68989b" + "769b95c8-ae10-4231-9d13-68920b6167b9" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -458,13 +467,13 @@ "chunked" ], "ETag": [ - "0x8DD042AB7954511" + "0x8DE1683C1D8580A" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f019160e-5efd-4b63-ad25-6a6038880379" + "5674df83-9ccc-4ac2-9173-c5edd3975887" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -476,37 +485,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/resizePool/stopresize" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/resizePool/stopresize" ], "Date": [ - "Wed, 13 Nov 2024 21:32:46 GMT" + "Wed, 29 Oct 2025 00:40:27 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:32:47 GMT" + "Wed, 29 Oct 2025 00:40:28 GMT" ] }, "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/pools/resizePool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/resizePool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL3Jlc2l6ZVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "5156c509-4162-4a75-aede-c5c4918019ba" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a97565d2-f626-4152-8437-6ff4cf6b5772" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:32:52 GMT" + "Wed, 29 Oct 2025 00:40:33 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -522,7 +531,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "313b8478-88c6-4c8b-b50a-d87144f17e0a" + "6a502a71-148f-4428-b0c7-97a285621444" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -534,7 +543,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:32:52 GMT" + "Wed, 29 Oct 2025 00:40:32 GMT" ] }, "ResponseBody": "", @@ -543,9 +552,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestCreateTaskCollection.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestCreateTaskCollection.json index 905dc9932dcb..46612565a4aa 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestCreateTaskCollection.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestCreateTaskCollection.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "31b4e47b-8fdb-47f1-ab77-15bf93f0c4c2" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f7dab641-0aac-4b6a-b622-23c7cf10aa89" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Wed, 29 Oct 2025 00:42:05 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -34,16 +34,16 @@ "chunked" ], "ETag": [ - "0x8DD0429EA59D7AE" + "0x8DE1683FC4D9939" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "25192cd2-83bd-4a7e-8731-8019ca78089f" + "313856fa-b707-4550-aaa5-8dc621eeb500" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,40 +55,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Wed, 29 Oct 2025 00:42:05 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Wed, 29 Oct 2025 00:42:06 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/createTaskCollectionJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/createTaskCollectionJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "f0c15c7e-4f63-4cc7-ac3e-8d6c60a8f9f3" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "60e5894c-0925-466e-b5bf-6dea8a0c7240" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:08 GMT" ], "x-ms-client-request-id": [ - "0034a57b-98bc-4cf2-a9ee-ffb184c0c1af" + "b7042295-46cc-417a-b5f2-644f8d2e8fec" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -98,13 +98,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EA59D7AE" + "0x8DE1683FC4D9939" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "8008a9fd-b733-4ee3-9c72-c3f25bc444f9" + "29ff20ee-1679-42ae-8a18-aa975c3a445e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -116,40 +116,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:02 GMT" + "Wed, 29 Oct 2025 00:42:06 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"createTaskCollectionJob\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob\",\r\n \"eTag\": \"0x8DD0429EA59D7AE\",\r\n \"lastModified\": \"2024-11-13T21:27:02.8405166Z\",\r\n \"creationTime\": \"2024-11-13T21:27:02.8185192Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:02.8405166Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:27:02.8405166Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#jobs/@Element\",\r\n \"id\": \"createTaskCollectionJob\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob\",\r\n \"eTag\": \"0x8DE1683FC4D9939\",\r\n \"lastModified\": \"2025-10-29T00:42:06.2659897Z\",\r\n \"creationTime\": \"2025-10-29T00:42:06.2499896Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:42:06.2659897Z\",\r\n \"priority\": 0,\r\n \"maxParallelTasks\": -1,\r\n \"usesTaskDependencies\": false,\r\n \"allowTaskPreemption\": false,\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"poolInfo\": {\r\n \"poolId\": \"testPool\"\r\n },\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T00:42:06.2659897Z\",\r\n \"poolId\": \"testPool\"\r\n },\r\n \"onAllTasksComplete\": \"noaction\",\r\n \"onTaskFailure\": \"noaction\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob/addtaskcollection?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvYWRkdGFza2NvbGxlY3Rpb24/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/createTaskCollectionJob/addtaskcollection?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvYWRkdGFza2NvbGxlY3Rpb24/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "999b2d4c-64e1-4b6f-bbca-77fdfb308f2c" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7964972c-bd86-40f0-b982-e83a0b0c4a9b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "x-ms-client-request-id": [ - "0034a57b-98bc-4cf2-a9ee-ffb184c0c1af" + "b7042295-46cc-417a-b5f2-644f8d2e8fec" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -168,7 +168,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "d2f8c0bc-6321-4588-802a-d80f09ea648b" + "1e0a21d9-23e8-4c28-9ed3-4f85e211cfdd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -180,37 +180,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#taskaddresult\",\r\n \"value\": [\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"simple2\",\r\n \"eTag\": \"0x8DD0429EABF2594\",\r\n \"lastModified\": \"2024-11-13T21:27:03.5044244Z\",\r\n \"location\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple2\"\r\n },\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"simple1\",\r\n \"eTag\": \"0x8DD0429EABF4CA7\",\r\n \"lastModified\": \"2024-11-13T21:27:03.5054247Z\",\r\n \"location\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple1\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#taskaddresult\",\r\n \"value\": [\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"simple2\",\r\n \"eTag\": \"0x8DE1683FE425827\",\r\n \"lastModified\": \"2025-10-29T00:42:09.5476775Z\",\r\n \"location\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple2\"\r\n },\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"simple1\",\r\n \"eTag\": \"0x8DE1683FE42A634\",\r\n \"lastModified\": \"2025-10-29T00:42:09.5496756Z\",\r\n \"location\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple1\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob/addtaskcollection?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvYWRkdGFza2NvbGxlY3Rpb24/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/createTaskCollectionJob/addtaskcollection?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvYWRkdGFza2NvbGxlY3Rpb24/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "3d1b126f-ba1f-46fb-ba42-385d6640db1f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7f64c22e-03bf-41d9-aa57-3c25c517c5a7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "x-ms-client-request-id": [ - "a5f7c7e4-4d66-439b-8597-a4afd63df0c9" + "73ff63df-bfc4-4a9d-9faa-1d3e43ca23b7" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -220,7 +220,7 @@ "1051" ] }, - "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"complex1\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"file1\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"env2\",\r\n \"value\": \"value2\"\r\n },\r\n {\r\n \"name\": \"env1\",\r\n \"value\": \"value1\"\r\n }\r\n ],\r\n \"affinityInfo\": {\r\n \"affinityId\": \"affinityId\"\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P1D\",\r\n \"retentionTime\": \"P2D\",\r\n \"maxTaskRetryCount\": 5\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"cmd /c echo coordinating\",\r\n \"commonResourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://common.blob.core.windows.net/\",\r\n \"filePath\": \"common.exe\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"simple3\",\r\n \"commandLine\": \"cmd /c dir /s\"\r\n }\r\n ]\r\n}", + "RequestBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"complex1\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"file1\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"env1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"env2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"affinityInfo\": {\r\n \"affinityId\": \"affinityId\"\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P1D\",\r\n \"retentionTime\": \"P2D\",\r\n \"maxTaskRetryCount\": 5\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"cmd /c echo coordinating\",\r\n \"commonResourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://common.blob.core.windows.net/\",\r\n \"filePath\": \"common.exe\"\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"simple3\",\r\n \"commandLine\": \"cmd /c dir /s\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" @@ -229,7 +229,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "86eb0691-47b1-4aa3-abd0-62c96a27c3bd" + "1922c03c-fdbc-4b5a-ad30-5a58d0226216" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -241,37 +241,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#taskaddresult\",\r\n \"value\": [\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"simple3\",\r\n \"eTag\": \"0x8DD0429EADDD17A\",\r\n \"lastModified\": \"2024-11-13T21:27:03.705433Z\",\r\n \"location\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple3\"\r\n },\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"complex1\",\r\n \"eTag\": \"0x8DD0429EADD8326\",\r\n \"lastModified\": \"2024-11-13T21:27:03.7034278Z\",\r\n \"location\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/complex1\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#taskaddresult\",\r\n \"value\": [\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"simple3\",\r\n \"eTag\": \"0x8DE1683FE8078D7\",\r\n \"lastModified\": \"2025-10-29T00:42:09.9548375Z\",\r\n \"location\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple3\"\r\n },\r\n {\r\n \"status\": \"Success\",\r\n \"taskId\": \"complex1\",\r\n \"eTag\": \"0x8DE1683FE80C6FA\",\r\n \"lastModified\": \"2025-10-29T00:42:09.9568378Z\",\r\n \"location\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/complex1\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob/tasks/simple1?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3Mvc2ltcGxlMT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/createTaskCollectionJob/tasks/simple1?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3Mvc2ltcGxlMT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0820fd27-297b-4ae4-87a9-5c0b6b634e74" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "0d6c0e62-597e-473a-aaea-f0a73e4391dc" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "x-ms-client-request-id": [ - "81473297-d6c9-4209-8035-37e238928833" + "407daf95-a2d3-47eb-8748-9023afb33a6f" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -281,13 +281,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EABF4CA7" + "0x8DE1683FE42A634" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2d427579-d827-4b82-95f6-5c04b2cdcb9f" + "da91fe95-4a50-4eed-b2f3-21aa7e612e07" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,40 +299,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"simple1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple1\",\r\n \"eTag\": \"0x8DD0429EABF4CA7\",\r\n \"creationTime\": \"2024-11-13T21:27:03.5054247Z\",\r\n \"lastModified\": \"2024-11-13T21:27:03.5054247Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:03.5054247Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"simple1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple1\",\r\n \"eTag\": \"0x8DE1683FE42A634\",\r\n \"creationTime\": \"2025-10-29T00:42:09.5496756Z\",\r\n \"lastModified\": \"2025-10-29T00:42:09.5496756Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:42:09.5496756Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob/tasks/simple2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3Mvc2ltcGxlMj9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/createTaskCollectionJob/tasks/simple2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3Mvc2ltcGxlMj9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "750821c1-e6b1-4b9f-9971-3585187c21a1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1df9359e-cde2-4683-a3ba-7a87258197c7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "x-ms-client-request-id": [ - "35271d5a-f977-4a24-8da0-908bd510b47e" + "fd26503c-78e2-4c7b-ba41-4ebfea48747e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -342,13 +342,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EABF2594" + "0x8DE1683FE425827" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f8da4ea7-4f38-4144-a92c-52f5d5e0718b" + "efc4c2f6-72e1-47e9-bd69-a6d1316232bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,40 +360,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"simple2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple2\",\r\n \"eTag\": \"0x8DD0429EABF2594\",\r\n \"creationTime\": \"2024-11-13T21:27:03.5044244Z\",\r\n \"lastModified\": \"2024-11-13T21:27:03.5044244Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:03.5044244Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"simple2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple2\",\r\n \"eTag\": \"0x8DE1683FE425827\",\r\n \"creationTime\": \"2025-10-29T00:42:09.5476775Z\",\r\n \"lastModified\": \"2025-10-29T00:42:09.5476775Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:42:09.5476775Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob/tasks/complex1?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3MvY29tcGxleDE/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/createTaskCollectionJob/tasks/complex1?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3MvY29tcGxleDE/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "97e55f41-be94-4e66-a148-106bc0fc37ab" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "012d701f-cbbb-4551-a71c-093ff4ef51ba" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "x-ms-client-request-id": [ - "9eec1936-a2ff-4cdc-a9e9-3e7fb61b0e64" + "02eb5ccb-70ef-47bf-9b08-a50eb6677628" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -403,13 +403,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EADD8326" + "0x8DE1683FE80C6FA" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5458b8ff-9eff-4b4a-8dbe-3d9043ccefc1" + "f7104634-c128-4977-800b-4a2f305e87ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -421,40 +421,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"complex1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/complex1\",\r\n \"eTag\": \"0x8DD0429EADD8326\",\r\n \"creationTime\": \"2024-11-13T21:27:03.7034278Z\",\r\n \"lastModified\": \"2024-11-13T21:27:03.7034278Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:03.7034278Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"file1\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"env2\",\r\n \"value\": \"value2\"\r\n },\r\n {\r\n \"name\": \"env1\",\r\n \"value\": \"value1\"\r\n }\r\n ],\r\n \"affinityInfo\": {\r\n \"affinityId\": \"affinityId\"\r\n },\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"cmd /c echo coordinating\",\r\n \"commonResourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://common.blob.core.windows.net/\",\r\n \"filePath\": \"common.exe\"\r\n }\r\n ]\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P1D\",\r\n \"retentionTime\": \"P2D\",\r\n \"maxTaskRetryCount\": 5\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"complex1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/complex1\",\r\n \"eTag\": \"0x8DE1683FE80C6FA\",\r\n \"creationTime\": \"2025-10-29T00:42:09.9568378Z\",\r\n \"lastModified\": \"2025-10-29T00:42:09.9568378Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:42:09.9568378Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"resourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://testacct.blob.core.windows.net/\",\r\n \"filePath\": \"file1\"\r\n }\r\n ],\r\n \"environmentSettings\": [\r\n {\r\n \"name\": \"env1\",\r\n \"value\": \"value1\"\r\n },\r\n {\r\n \"name\": \"env2\",\r\n \"value\": \"value2\"\r\n }\r\n ],\r\n \"affinityInfo\": {\r\n \"affinityId\": \"affinityId\"\r\n },\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"cmd /c echo coordinating\",\r\n \"commonResourceFiles\": [\r\n {\r\n \"httpUrl\": \"https://common.blob.core.windows.net/\",\r\n \"filePath\": \"common.exe\"\r\n }\r\n ]\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P1D\",\r\n \"retentionTime\": \"P2D\",\r\n \"maxTaskRetryCount\": 5\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob/tasks/simple3?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3Mvc2ltcGxlMz9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/createTaskCollectionJob/tasks/simple3?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2IvdGFza3Mvc2ltcGxlMz9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "0a0994d0-c6c5-4436-a1be-ffa92194192d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "11185adb-37d1-436e-99f3-6de768f6d9b0" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "x-ms-client-request-id": [ - "bf005ca7-fdeb-42db-9551-6cf51155164b" + "f86e72b3-fa96-4cfa-9acc-139a74650b6f" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -464,13 +464,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EADDD17A" + "0x8DE1683FE8078D7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "aba10b65-6c0d-4acf-845f-453276bb5a18" + "8f13cff5-2bbb-415b-ae3c-f042c3eeadb9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -482,37 +482,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"simple3\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple3\",\r\n \"eTag\": \"0x8DD0429EADDD17A\",\r\n \"creationTime\": \"2024-11-13T21:27:03.705433Z\",\r\n \"lastModified\": \"2024-11-13T21:27:03.705433Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:03.705433Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"simple3\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/createTaskCollectionJob/tasks/simple3\",\r\n \"eTag\": \"0x8DE1683FE8078D7\",\r\n \"creationTime\": \"2025-10-29T00:42:09.9548375Z\",\r\n \"lastModified\": \"2025-10-29T00:42:09.9548375Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:42:09.9548375Z\",\r\n \"commandLine\": \"cmd /c dir /s\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/createTaskCollectionJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/createTaskCollectionJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvY3JlYXRlVGFza0NvbGxlY3Rpb25Kb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "d2c022cb-e317-4420-8cc9-f4001a7f3891" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "6ce873b5-a44f-44f3-b725-8e86da06f555" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:10 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -528,7 +528,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4e7c68c1-5d11-4e8a-ac91-8bc14d700127" + "baf15f95-6b2b-4dff-a7db-974485ac73de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -540,7 +540,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 00:42:09 GMT" ] }, "ResponseBody": "", @@ -549,9 +549,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestListAllSubtasks.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestListAllSubtasks.json index a27235ac1ea1..d168ddd9413f 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestListAllSubtasks.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestListAllSubtasks.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/pools/mpiPool?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzL21waVBvb2w/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/pools/mpiPool?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzL21waVBvb2w/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "2296abaa-2232-4a1e-81c4-39184a905dd0" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c05f10f1-b672-46bc-986f-e708259d066c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:40 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -28,7 +28,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "bc0db366-3383-46b7-8101-249ef24fe254" + "e2995464-21c3-4a78-9b0e-64f20bde0aea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -40,62 +40,62 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "Content-Length": [ - "334" + "344" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\r\n \"code\": \"PoolNotFound\",\r\n \"message\": {\r\n \"lang\": \"en-US\",\r\n \"value\": \"The specified pool does not exist.\\nRequestId:bc0db366-3383-46b7-8101-249ef24fe254\\nTime:2024-11-13T21:27:03.9654679Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element\",\r\n \"code\": \"PoolNotFound\",\r\n \"message\": {\r\n \"lang\": \"en-US\",\r\n \"value\": \"The specified pool does not exist.\\nRequestId:e2995464-21c3-4a78-9b0e-64f20bde0aea\\nTime:2025-10-29T17:46:41.2306686Z\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/pools?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/pools?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L3Bvb2xzP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "acf32b30-779b-45a9-803a-c4b898a80f01" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7a811d1e-1f37-4bb4-8dab-696a828c7562" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ "application/json; odata=minimalmetadata; charset=utf-8" ], "Content-Length": [ - "530" + "485" ] }, - "RequestBody": "{\r\n \"id\": \"mpiPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 3,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1,\r\n \"targetNodeCommunicationMode\": \"default\"\r\n}", + "RequestBody": "{\r\n \"id\": \"mpiPool\",\r\n \"vmSize\": \"STANDARD_D2S_V3\",\r\n \"virtualMachineConfiguration\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts\"\r\n },\r\n \"nodeAgentSKUId\": \"batch.node.ubuntu 20.04\",\r\n \"nodePlacementConfiguration\": {\r\n \"policy\": \"zonal\"\r\n }\r\n },\r\n \"targetDedicatedNodes\": 3,\r\n \"targetLowPriorityNodes\": 0,\r\n \"enableInterNodeCommunication\": true,\r\n \"taskSlotsPerNode\": 1\r\n}", "ResponseHeaders": { "Transfer-Encoding": [ "chunked" ], "ETag": [ - "0x8DD0429EB106F6E" + "0x8DE17131E5ACD6E" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "21e9f048-d9ec-41d2-92c8-102f2e14d340" + "7292d7ff-001f-429a-8da3-9ec700ec85d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -107,37 +107,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "ae8755a3-dc15-48a1-bd51-f1c830531e42" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "04845cac-a4ee-4a46-aaf3-2d2cb3197788" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -153,16 +153,16 @@ "chunked" ], "ETag": [ - "0x8DD0429EB3C68F0" + "0x8DE17131E97D5CF" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "63e2e4e7-3b5e-4bd4-b762-1a2afd7db75d" + "3fd6afa6-2e40-4f1c-9c7b-3aabbdce9383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -174,37 +174,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "b1f94052-a22c-4f62-ab28-bcfcd48d9fe6" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1b08a005-8b84-403c-892e-03e2e34899db" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -220,16 +220,16 @@ "chunked" ], "ETag": [ - "0x8DD0429EB44D21D" + "0x8DE17131EAD6194" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c5d3a76c-c0d8-48d7-b3a3-426bc1b7bd01" + "4bca9d36-cccd-49bd-9457-322249f211d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -241,37 +241,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks/testTask?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2s/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/listSubtaskJob/tasks/testTask?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2s/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "eb93be05-7d1b-466e-869e-9688e9ead191" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e9eb4c87-4349-4e9b-aab5-95cd5ff8fa77" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -281,13 +281,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EB44D21D" + "0x8DE17131EAD6194" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f79a0857-c446-4559-b0bb-fcecdb9301d6" + "50c71e94-abf3-4722-8dd1-10c40c03731c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -299,40 +299,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"testTask\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask\",\r\n \"eTag\": \"0x8DD0429EB44D21D\",\r\n \"creationTime\": \"2024-11-13T21:27:04.3804701Z\",\r\n \"lastModified\": \"2024-11-13T21:27:04.3804701Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:27:04.3804701Z\",\r\n \"commandLine\": \"/bin/bash -c 'echo task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"/bin/bash -c 'echo coordinating'\"\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"testTask\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask\",\r\n \"eTag\": \"0x8DE17131EAD6194\",\r\n \"creationTime\": \"2025-10-29T17:46:41.968578Z\",\r\n \"lastModified\": \"2025-10-29T17:46:41.968578Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T17:46:41.968578Z\",\r\n \"commandLine\": \"/bin/bash -c 'echo task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"/bin/bash -c 'echo coordinating'\"\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks/testTask?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2s/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/listSubtaskJob/tasks/testTask?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2s/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b09c5b80-1e30-4622-b8a4-443980288663" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b248fe94-632f-44c1-b4a9-976d43b0831e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 17:48:15 GMT" ], "x-ms-client-request-id": [ - "50b394ce-423d-4492-b61e-94d0f4363e4e" + "5641508f-3276-4a45-a74e-7eab33d9ae6a" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -342,13 +342,13 @@ "chunked" ], "ETag": [ - "0x8DD0429EB44D21D" + "0x8DE17131EAD6194" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b9595ef5-79db-4e7d-9801-b51c31e3b391" + "d0dda4c9-5958-461d-bf15-8e68a8ef82dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -360,89 +360,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 17:48:14 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:27:04 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"testTask\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask\",\r\n \"eTag\": \"0x8DD0429EB44D21D\",\r\n \"creationTime\": \"2024-11-13T21:27:04.3804701Z\",\r\n \"lastModified\": \"2024-11-13T21:27:04.3804701Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:30.571865Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:28.386475Z\",\r\n \"commandLine\": \"/bin/bash -c 'echo task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"/bin/bash -c 'echo coordinating'\"\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"startTime\": \"2024-11-13T21:28:28.558282Z\",\r\n \"endTime\": \"2024-11-13T21:28:30.571865Z\",\r\n \"exitCode\": 0,\r\n \"result\": \"success\",\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n },\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_59f54c11e29d5675b0dbbf771139c4b361edf8b4933b14d2e7046f0d1db2e1a4_d\",\r\n \"nodeUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_59f54c11e29d5675b0dbbf771139c4b361edf8b4933b14d2e7046f0d1db2e1a4_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_59f54c11e29d5675b0dbbf771139c4b361edf8b4933b14d2e7046f0d1db2e1a4_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_59f54c11e29d5675b0dbbf771139c4b361edf8b4933b14d2e7046f0d1db2e1a4_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"testTask\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/listSubtaskJob/tasks/testTask\",\r\n \"eTag\": \"0x8DE17131EAD6194\",\r\n \"creationTime\": \"2025-10-29T17:46:41.968578Z\",\r\n \"lastModified\": \"2025-10-29T17:46:41.968578Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:03.578035Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:02.692216Z\",\r\n \"commandLine\": \"/bin/bash -c 'echo task'\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"multiInstanceSettings\": {\r\n \"numberOfInstances\": 3,\r\n \"coordinationCommandLine\": \"/bin/bash -c 'echo coordinating'\"\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"startTime\": \"2025-10-29T17:48:03.273444Z\",\r\n \"endTime\": \"2025-10-29T17:48:03.578035Z\",\r\n \"exitCode\": 0,\r\n \"result\": \"success\",\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n },\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_6fad51a684de64fa967f6de9722effaecd26540dca8f43bea42cebe0df7a8076_d\",\r\n \"nodeUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_6fad51a684de64fa967f6de9722effaecd26540dca8f43bea42cebe0df7a8076_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_6fad51a684de64fa967f6de9722effaecd26540dca8f43bea42cebe0df7a8076_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_6fad51a684de64fa967f6de9722effaecd26540dca8f43bea42cebe0df7a8076_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1556ee07-694a-4c73-87b2-8c90a70b2da0" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:04 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "e8576fc8-6553-49a4-bac3-d7d42941a8bc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:03 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "0e1a4c38-5978-4bbf-870e-19ac202148fc" - ], - "Accept-Language": [ - "en-US" + "5a104e1a-953f-4705-a636-2add573a5728" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:06 GMT" + "Wed, 29 Oct 2025 17:46:41 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -455,7 +403,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "aa9036b0-7f3a-4c74-936d-7bec2629a9b6" + "581f14bb-db6f-44db-b9b2-09e7778b0bee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -467,86 +415,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:05 GMT" + "Wed, 29 Oct 2025 17:46:42 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "4512b7c8-92b6-4b81-88da-0e0d8b17128a" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:08 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "3d0793f3-a2aa-4c94-b77f-e7709f2624ca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:07 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "4d42843a-72ac-40c5-8e67-4e4dddc0220f" - ], - "Accept-Language": [ - "en-US" + "f15b8ef9-33e9-44b0-b8bd-18bd70710942" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:10 GMT" + "Wed, 29 Oct 2025 17:46:43 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -559,7 +455,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b4759bc1-ac5e-4d0c-8b97-b8ece46b6e95" + "a08faa25-906c-4237-a730-89b0d32024ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -571,86 +467,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:09 GMT" + "Wed, 29 Oct 2025 17:46:44 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3adf0753-8898-420a-99a2-1d94d4f32196" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:12 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "c6d9702c-0715-484e-a300-86d67caaa606" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:11 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "35085a4a-795d-4f20-8ea7-3b14ac89cda0" - ], - "Accept-Language": [ - "en-US" + "a93052fb-747d-4719-902c-879f1a287d8e" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:14 GMT" + "Wed, 29 Oct 2025 17:46:46 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -663,7 +507,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "91c864db-b610-445d-815f-979852cb11b1" + "d1500906-f357-44ac-b897-fff28bb3bc67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -675,86 +519,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:13 GMT" + "Wed, 29 Oct 2025 17:46:46 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "66871ca4-1877-4704-a442-3752c5c0a244" - ], "Accept-Language": [ "en-US" ], - "ocp-date": [ - "Wed, 13 Nov 2024 21:27:16 GMT" - ], - "User-Agent": [ - "FxVersion/6.0.3524.45918", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", - "AzurePowershell/Az1.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "request-id": [ - "abbd0e45-ecd7-45dc-a9e3-f1ef67d7da68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "DataServiceVersion": [ - "3.0" - ], - "Date": [ - "Wed, 13 Nov 2024 21:27:15 GMT" - ], - "Content-Type": [ - "application/json; odata=minimalmetadata" - ] - }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", - "RequestMethod": "GET", - "RequestHeaders": { "client-request-id": [ - "43dff443-8e4a-40d9-a6c5-147f8fae20d3" - ], - "Accept-Language": [ - "en-US" + "38bb86d9-4802-4837-b4c0-8a061051a728" ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:18 GMT" + "Wed, 29 Oct 2025 17:46:48 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -767,7 +559,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "de75d224-edff-484c-8444-c273f59388d4" + "c85965c5-fa88-443c-996d-c428522d5f49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -779,34 +571,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:18 GMT" + "Wed, 29 Oct 2025 17:46:48 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "58e6d8c2-59f4-44fe-8b07-bb64a42bf4a8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "63a3808a-f586-4350-a49e-1e177f105a3a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:20 GMT" + "Wed, 29 Oct 2025 17:46:50 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -819,7 +611,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "3d95f549-9175-4433-82d7-3ea23159967c" + "b47c8bd6-04f3-4d44-8de3-a14162f7eb03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -831,34 +623,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:20 GMT" + "Wed, 29 Oct 2025 17:46:50 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "79486550-a177-4f7a-9e97-aa9f457b6a57" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "3717ab8d-c0e8-4afd-abd6-3c8813578d5c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:22 GMT" + "Wed, 29 Oct 2025 17:46:52 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -871,7 +663,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b73f3ad7-3365-407c-a0b9-d34993bed11f" + "4cb80b7b-6af0-4ac7-8f96-9341c7f4e23f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -883,34 +675,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:22 GMT" + "Wed, 29 Oct 2025 17:46:52 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b81a8b8a-57ac-4bfb-a44f-09c7e9904cd2" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "86d28800-aca7-40ae-9931-ccd820da7953" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:24 GMT" + "Wed, 29 Oct 2025 17:46:54 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -923,7 +715,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "43896dbb-d781-44b4-b31a-3b725086d26e" + "e3e75833-af10-417e-a36e-91c126fdda59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -935,34 +727,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:24 GMT" + "Wed, 29 Oct 2025 17:46:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "2f075a47-3149-4208-9b27-c60494065123" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2987ad72-17a0-43b7-9209-719147f1951a" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:26 GMT" + "Wed, 29 Oct 2025 17:46:56 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -975,7 +767,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b4bfaa8e-d7b3-40e5-836c-6ced9bed8e4c" + "263c7a28-b7bd-42d3-9e2e-4047f62e227a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -987,34 +779,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:26 GMT" + "Wed, 29 Oct 2025 17:46:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3c3b8d9d-d1dd-428f-847e-83bc90fa4bed" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e07b157b-9a88-4bcc-b0f5-1e09b252abe7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:28 GMT" + "Wed, 29 Oct 2025 17:46:58 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1027,7 +819,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b4e31d12-895a-485a-9777-0f2d986b2bf9" + "8e4beac2-5109-4689-b9dc-d22c7361f0bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1039,34 +831,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:28 GMT" + "Wed, 29 Oct 2025 17:46:58 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "38735bde-db38-460f-a67d-f21eac439b69" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "da5d979b-c8d3-4b9a-9fff-af00bf7ff4be" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:31 GMT" + "Wed, 29 Oct 2025 17:47:00 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1079,7 +871,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0685791b-cffe-4bc6-aa1a-6ff988d9f089" + "4fc576cf-f028-462c-b156-9443850a44e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1091,34 +883,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:30 GMT" + "Wed, 29 Oct 2025 17:47:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "5074b8aa-8f32-4cb0-9c13-13a25e0a6d81" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "09c9d4f1-2ffc-4809-a667-216c85ed9e1f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:33 GMT" + "Wed, 29 Oct 2025 17:47:02 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1131,7 +923,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "52b8ac0d-4d5f-4f63-a0a5-284a155ad5a6" + "de3c8702-0dfc-4abd-8ece-dc7241342e27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1143,34 +935,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:32 GMT" + "Wed, 29 Oct 2025 17:47:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e6148e4a-4f1c-4739-bf37-3ff71b1e59de" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "62691e8f-dad2-4635-be4f-078d7a727ee1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:35 GMT" + "Wed, 29 Oct 2025 17:47:04 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1183,7 +975,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "1221b046-8116-4f92-9129-a0dfa4451368" + "61fd8138-f5d1-4af3-b752-c72fd43b84f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1195,34 +987,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:34 GMT" + "Wed, 29 Oct 2025 17:47:04 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "155a64fa-cc64-4504-bb0a-5f93d4d7919e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "cb743704-b650-4c95-a498-92a5594a4ada" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:37 GMT" + "Wed, 29 Oct 2025 17:47:06 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1235,7 +1027,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b95597b3-18e5-4fe3-8679-6055e278d812" + "bdb3cc97-e959-47ee-9ee1-e863df2348d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1247,34 +1039,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:37 GMT" + "Wed, 29 Oct 2025 17:47:06 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "76f4a161-41f1-42a6-aa04-de3e39295ba8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "9c2766eb-7b1d-4a65-a2e3-f219a1c0c6ea" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:39 GMT" + "Wed, 29 Oct 2025 17:47:09 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1287,7 +1079,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "09952db1-957f-4e1b-9df6-b19543190ed9" + "c8b7f9a5-f924-41c8-8a33-580a96657f7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1299,34 +1091,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:39 GMT" + "Wed, 29 Oct 2025 17:47:08 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "96a2f310-09a1-4249-a4a0-5e9c32e26ce2" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "44fe6aff-8254-4962-9eaf-ecfea7ec0b7e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:41 GMT" + "Wed, 29 Oct 2025 17:47:11 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1339,7 +1131,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "05cdd9fd-f096-444a-999b-bcb0be5dd586" + "952def86-7065-401a-ac7c-b22272ef00c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1351,34 +1143,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:41 GMT" + "Wed, 29 Oct 2025 17:47:10 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "50170891-0e6a-4d64-bc21-65a59d01063b" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "039c2284-7612-4f4e-a048-cf003361d69f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:43 GMT" + "Wed, 29 Oct 2025 17:47:13 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1391,7 +1183,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c7216f61-68c8-4590-a4f3-c2b88535fddd" + "1e0edc9d-2cff-4f1a-8788-f3358027472b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1403,34 +1195,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:43 GMT" + "Wed, 29 Oct 2025 17:47:13 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "1bf346d7-0e6d-4161-8505-598c48693ade" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f6a92a41-f91b-4e2e-9276-8a4cc12228b7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:45 GMT" + "Wed, 29 Oct 2025 17:47:15 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1443,7 +1235,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b40d2d23-3c12-4ab4-822f-18c09a8d4bf8" + "d72c99d5-47f7-4060-9287-3cefa7f425e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1455,34 +1247,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:45 GMT" + "Wed, 29 Oct 2025 17:47:15 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "7000ec16-9c71-41ec-86c6-600569a89da6" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e172562c-8ea5-49c7-a9e1-69bcfda156a9" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:47 GMT" + "Wed, 29 Oct 2025 17:47:17 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1495,7 +1287,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "11b2cff0-f371-48c8-acd1-d8fd9c1d531c" + "9710c48d-89cb-4794-864b-02285de95e99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1507,34 +1299,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:47 GMT" + "Wed, 29 Oct 2025 17:47:17 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b4fcd90f-97da-441d-b138-8196925d8dd0" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7e53ec25-baa2-484e-8be6-0621d780f41d" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:49 GMT" + "Wed, 29 Oct 2025 17:47:19 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1547,7 +1339,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e22b8494-8ddf-4a11-a614-fa6239b91b1f" + "5c657012-39d2-4fb7-b820-7165f0f9ef09" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1559,34 +1351,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:49 GMT" + "Wed, 29 Oct 2025 17:47:19 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "7676266c-df95-4443-9dd2-d44d24f7eded" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "56203c40-921c-4287-9c2c-debc8dff90c7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:51 GMT" + "Wed, 29 Oct 2025 17:47:21 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1599,7 +1391,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5ba2e70b-ce46-4a4f-8b38-740a005b870d" + "e42f0b20-983b-4857-b783-5a7af0a34de8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1611,34 +1403,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:51 GMT" + "Wed, 29 Oct 2025 17:47:21 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "a0865ab4-1a56-463d-882a-e7c4cb0e7eb1" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "7bbf682f-b017-4057-8406-783d0a430797" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:53 GMT" + "Wed, 29 Oct 2025 17:47:23 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1651,7 +1443,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "287ef96e-987f-452b-8efd-abcca0d3594d" + "c539ba33-9a28-4a8e-8a73-1daecc447b9c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1663,34 +1455,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:53 GMT" + "Wed, 29 Oct 2025 17:47:23 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "515a17ea-f8a9-4a15-a765-bb7e6c5252e8" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a4373328-171f-440f-9f93-99f1b4d85f5b" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:55 GMT" + "Wed, 29 Oct 2025 17:47:25 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1703,7 +1495,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "04452df8-b60d-49f8-a5d1-438f2cf0a857" + "ef41bfed-6368-4b2b-a030-c78ad6a64a21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1715,34 +1507,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:55 GMT" + "Wed, 29 Oct 2025 17:47:25 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "b31c2995-1855-4392-91e3-1ffcfd555dae" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "dbf1d954-fcb1-4cbc-af26-820f04d814c8" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:57 GMT" + "Wed, 29 Oct 2025 17:47:27 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1755,7 +1547,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "80b343d6-66c6-4ff0-93e3-28cfbb691260" + "9912dfb4-e888-4d6d-aa7d-41a1ca1fd90a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1767,34 +1559,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:57 GMT" + "Wed, 29 Oct 2025 17:47:28 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "995c73fb-698a-4bf4-a447-ed4a972da0bb" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "95b6e865-08cd-4076-928a-45f8fa243170" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:27:59 GMT" + "Wed, 29 Oct 2025 17:47:29 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1807,7 +1599,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c0e54370-5058-4910-8386-c48b97af4376" + "c6ae0a53-b7cb-445d-8706-4dc4e965967f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1819,34 +1611,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:27:59 GMT" + "Wed, 29 Oct 2025 17:47:30 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "a593cc47-a104-48a3-8352-1d214e0c1fdf" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "377210fd-93a5-4cde-91b8-7b01ba212cd1" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:01 GMT" + "Wed, 29 Oct 2025 17:47:32 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1859,7 +1651,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "bdab972b-894c-48e7-bb14-0caf048e25c8" + "db6d9eb8-377d-4a7a-a1fa-0219e1a7e89d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1871,34 +1663,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:01 GMT" + "Wed, 29 Oct 2025 17:47:32 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "8c139fc9-3f8e-4529-9f62-5e19bb73d5cd" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c2a76dba-f93e-4288-b96a-755befe569db" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:03 GMT" + "Wed, 29 Oct 2025 17:47:34 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1911,7 +1703,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b8bccecf-f8b4-4760-a4b9-e7c1b4cc726c" + "ea45f0e7-1aaf-4f12-a3a8-6d50a8cd93c3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1923,34 +1715,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:03 GMT" + "Wed, 29 Oct 2025 17:47:34 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "74c54319-1725-4cce-800c-5ae50ac0fd4b" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "672dd047-a6b0-4829-9b28-457a537e6c29" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:05 GMT" + "Wed, 29 Oct 2025 17:47:36 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -1963,7 +1755,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e7e80afc-1ff3-472d-aaa9-da4153297a55" + "720a882e-9a84-4f1b-946b-703b618d161d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1975,34 +1767,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:05 GMT" + "Wed, 29 Oct 2025 17:47:36 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "11608363-e04e-468c-9c8e-c9348b71688e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "cf762021-8eba-4aeb-8d41-fd1e98645aac" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:07 GMT" + "Wed, 29 Oct 2025 17:47:38 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2015,7 +1807,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "357be852-1ee1-4737-a1ce-9037ab4cab28" + "548e6f66-ed95-4722-ac7e-10e3ffdf5c55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2027,34 +1819,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:07 GMT" + "Wed, 29 Oct 2025 17:47:38 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "dd67b97c-a0ac-43c6-82dd-4d130151b099" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ec618daf-e871-4a7c-aea5-6d6a80edeb71" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:09 GMT" + "Wed, 29 Oct 2025 17:47:40 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2067,7 +1859,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b649b71e-ba5b-4357-9341-24ce3c241767" + "7a1d4e7a-e7bc-4f0e-8b4b-4c79f2e95645" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2079,34 +1871,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:09 GMT" + "Wed, 29 Oct 2025 17:47:40 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "d825352a-4e0f-4ce2-b80b-cd614fe5dc40" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "51c34403-2d97-4962-8d10-3e7ca9e1a863" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:11 GMT" + "Wed, 29 Oct 2025 17:47:42 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2119,7 +1911,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4a1614a6-fe9f-4311-bbfc-85480451efd6" + "f352cec9-900f-4ec1-82fa-8c1b04fd8ae5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2131,34 +1923,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:11 GMT" + "Wed, 29 Oct 2025 17:47:42 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "9c226336-cbe1-410e-8f88-d986c56639f9" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "add3ffb4-8643-4c63-b862-f5994bf14993" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:13 GMT" + "Wed, 29 Oct 2025 17:47:44 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2171,7 +1963,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "088d2c1b-9871-465c-8221-3d6efc197ac9" + "810119fa-0749-4ace-bddb-17e2a3ba1715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2183,34 +1975,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:13 GMT" + "Wed, 29 Oct 2025 17:47:44 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "ae55d6d4-2ba3-4a7c-a06d-2ccb170aff68" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8773e204-c9eb-4b72-8856-555a908542bd" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:15 GMT" + "Wed, 29 Oct 2025 17:47:46 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2223,7 +2015,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "9095941c-b517-4513-8547-97172edb5266" + "2ac62c8f-43cf-4fc9-a767-75c676761a8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2235,34 +2027,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:15 GMT" + "Wed, 29 Oct 2025 17:47:46 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "86bb20e9-1a05-40c6-a2ae-0770374a6972" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "c51d76a7-d38a-45ff-91ba-18c6d57316ea" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:18 GMT" + "Wed, 29 Oct 2025 17:47:48 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2275,7 +2067,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "fa8e628a-0f85-4a9c-be0e-72f42951d376" + "607e47e1-3f92-44ce-b7f6-774c5441f668" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2287,34 +2079,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:17 GMT" + "Wed, 29 Oct 2025 17:47:48 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "34d4af69-a981-4a65-abd3-11baf2eccd73" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a41b221e-c500-4369-ad7f-84ca67b302e7" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:20 GMT" + "Wed, 29 Oct 2025 17:47:50 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2327,7 +2119,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "590a0e3d-ceae-4a28-856c-46fbc9efd2ac" + "68dea3a4-48fc-4bfa-8185-46a80f950663" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2339,34 +2131,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:19 GMT" + "Wed, 29 Oct 2025 17:47:50 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "e40304b4-3174-479f-bc3a-5a31f8c49d8f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "86fb423c-27b9-47f2-b014-b51d11538918" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:22 GMT" + "Wed, 29 Oct 2025 17:47:53 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2379,7 +2171,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "725cd45d-a268-48b1-8ede-cf909d0be701" + "3324f6e1-3a9d-420d-9488-c4e213a8cf66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2391,34 +2183,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:21 GMT" + "Wed, 29 Oct 2025 17:47:52 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "94109485-e0f9-4fe4-ae87-261400e5ed99" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "6886de73-7283-486a-90ff-599853343f6e" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:24 GMT" + "Wed, 29 Oct 2025 17:47:55 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2431,7 +2223,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "6dbcd4e8-2996-4ed0-beaa-5702e49724d7" + "9d5f3f78-55ce-4bc7-9912-d428b9e5e5fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2443,34 +2235,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:23 GMT" + "Wed, 29 Oct 2025 17:47:54 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "7cc97e50-8821-4ec1-a66f-c4b88c142d11" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "fafff53a-c806-4db9-a526-cded1f45b2d6" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:26 GMT" + "Wed, 29 Oct 2025 17:47:57 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2483,7 +2275,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "3dc8807d-3d0d-42e8-a453-a97f4abd6950" + "36e3e6ad-67b7-45ae-93ee-b0a7eda774bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2495,34 +2287,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:25 GMT" + "Wed, 29 Oct 2025 17:47:56 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "31b10fa6-92fa-460e-8494-62d00d67bf6f" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "41e0c942-15f8-465e-98ae-ea413f602a81" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:28 GMT" + "Wed, 29 Oct 2025 17:47:59 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2535,7 +2327,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "aa938de3-3d97-46bc-927f-e595d4e17bc0" + "ca1276e6-f67b-4f66-94c7-8c95eba27af6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2547,34 +2339,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:27 GMT" + "Wed, 29 Oct 2025 17:47:58 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3ba6c4a1-34ac-4009-b0a9-44186230438d" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "50e6d4ab-37fa-4122-b25b-caf32e99e709" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:30 GMT" + "Wed, 29 Oct 2025 17:48:01 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2587,7 +2379,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5680a140-494a-438c-872a-0b1a690ecbd1" + "675f04b5-eab3-47d0-af5b-2783717a414e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2599,34 +2391,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:29 GMT" + "Wed, 29 Oct 2025 17:48:00 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"running\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"active\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", + "RequestUri": "/jobs/listSubtaskJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27testTask%27&$select=id%2Cstate", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rlc3RUYXNrJTI3JiRzZWxlY3Q9aWQlMkNzdGF0ZQ==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3a2c9392-a43c-49ae-bc5a-6fac3ad97698" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "892b248b-ee4c-4727-95ff-33e543bf867f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:32 GMT" + "Wed, 29 Oct 2025 17:48:03 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2639,7 +2431,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "dc648e30-fee8-42bd-861b-e78a7b3a896b" + "e22e8e04-cea1-4f77-a837-befa56b1f1e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2651,37 +2443,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:31 GMT" + "Wed, 29 Oct 2025 17:48:02 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"completed\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask\",\r\n \"state\": \"completed\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks/testTask/subtasksinfo?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2svc3VidGFza3NpbmZvP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobs/listSubtaskJob/tasks/testTask/subtasksinfo?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2svc3VidGFza3NpbmZvP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "bfc7b5c0-040b-45f4-a834-10b2b087f4d9" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "cb54e576-7ca7-495b-9c65-e6e1cac53712" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:32 GMT" + "Wed, 29 Oct 2025 17:48:14 GMT" ], "x-ms-client-request-id": [ - "0086effe-0dab-42fb-90ad-2eec50bfaad4" + "c1febfb0-e957-469c-ab7b-998d24f57fbe" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2694,7 +2486,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ca67bd78-c613-4f69-a388-9929dc54eec2" + "d6673266-bead-4d3c-b843-e9b7cf5abbff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2706,37 +2498,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 17:48:14 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#subtaskinfo\",\r\n \"value\": [\r\n {\r\n \"id\": 1,\r\n \"startTime\": \"2024-11-13T21:28:28.959913Z\",\r\n \"endTime\": \"2024-11-13T21:28:30.571769Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:30.571769Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:28.355894Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d\",\r\n \"nodeUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n },\r\n {\r\n \"id\": 2,\r\n \"startTime\": \"2024-11-13T21:28:28.502318Z\",\r\n \"endTime\": \"2024-11-13T21:28:30.694816Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:30.694816Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:28.358583Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d\",\r\n \"nodeUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#subtaskinfo\",\r\n \"value\": [\r\n {\r\n \"id\": 1,\r\n \"startTime\": \"2025-10-29T17:48:03.277783Z\",\r\n \"endTime\": \"2025-10-29T17:48:03.577243Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:03.577243Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:02.689829Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d\",\r\n \"nodeUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n },\r\n {\r\n \"id\": 2,\r\n \"startTime\": \"2025-10-29T17:48:03.505173Z\",\r\n \"endTime\": \"2025-10-29T17:48:03.579305Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:03.579305Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:02.707909Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d\",\r\n \"nodeUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob/tasks/testTask/subtasksinfo?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2svc3VidGFza3NpbmZvP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobs/listSubtaskJob/tasks/testTask/subtasksinfo?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2IvdGFza3MvdGVzdFRhc2svc3VidGFza3NpbmZvP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3a8d3e4a-c57a-4e2a-87c6-7e3171372f32" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "1d68e222-a7e9-4a97-8016-f915ab7492d2" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 17:48:15 GMT" ], "x-ms-client-request-id": [ - "50b394ce-423d-4492-b61e-94d0f4363e4e" + "5641508f-3276-4a45-a74e-7eab33d9ae6a" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -2749,7 +2541,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "90ceee03-e206-49e3-a9f8-5369305aa92f" + "b49a1e03-57e9-44a0-a3fa-3e6a79b54a1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2761,34 +2553,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 17:48:15 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#subtaskinfo\",\r\n \"value\": [\r\n {\r\n \"id\": 1,\r\n \"startTime\": \"2024-11-13T21:28:28.959913Z\",\r\n \"endTime\": \"2024-11-13T21:28:30.571769Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:30.571769Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:28.355894Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d\",\r\n \"nodeUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_ac1b1b44355a9c5a1dc848f8044068c9c3dfd8564fdd1281c476a12c58773f99_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n },\r\n {\r\n \"id\": 2,\r\n \"startTime\": \"2024-11-13T21:28:28.502318Z\",\r\n \"endTime\": \"2024-11-13T21:28:30.694816Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:30.694816Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:28.358583Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d\",\r\n \"nodeUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dawatrouhobo.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_44cf82a9b584b57d7dae60febbba3d89b97848c439f57561e11512f706496dff_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#subtaskinfo\",\r\n \"value\": [\r\n {\r\n \"id\": 1,\r\n \"startTime\": \"2025-10-29T17:48:03.277783Z\",\r\n \"endTime\": \"2025-10-29T17:48:03.577243Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:03.577243Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:02.689829Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d\",\r\n \"nodeUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_efb03d356ba8ddeac7dde12543b323145a75ec07fc0498986eefa17f9fe0c628_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n },\r\n {\r\n \"id\": 2,\r\n \"startTime\": \"2025-10-29T17:48:03.505173Z\",\r\n \"endTime\": \"2025-10-29T17:48:03.579305Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:03.579305Z\",\r\n \"previousState\": \"running\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:02.707909Z\",\r\n \"result\": \"success\",\r\n \"exitCode\": 0,\r\n \"nodeInfo\": {\r\n \"affinityId\": \"TVM:tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d\",\r\n \"nodeUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d\",\r\n \"poolId\": \"mpiPool\",\r\n \"nodeId\": \"tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d\",\r\n \"taskRootDirectory\": \"workitems/listSubtaskJob/job-1/testTask\",\r\n \"taskRootDirectoryUrl\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/pools/mpiPool/nodes/tvmps_bcfa7bae0a861796f6d0ffd60a1ba77907cd1e109e36859b6df50fed54c44549_d/files/workitems/listSubtaskJob/job-1/testTask\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/listSubtaskJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/listSubtaskJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvbGlzdFN1YnRhc2tKb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "1221af28-6aaf-42f2-9319-2d95515a9045" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5ab6c680-efbf-4020-be1b-ca4fdfa53e4f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 17:48:15 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -2804,7 +2596,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "c520e855-fc11-47df-a1a2-523c3c482f73" + "bec60367-0057-48f3-937f-1b7504825963" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2816,7 +2608,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:32 GMT" + "Wed, 29 Oct 2025 17:48:15 GMT" ] }, "ResponseBody": "", @@ -2825,9 +2617,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTaskCRUD.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTaskCRUD.json index 080ca75a961b..06362e84815a 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTaskCRUD.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTaskCRUD.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "78ee65bd-2f91-4e41-ab9d-028f4b8a5a5a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "ceed7797-f4e0-4e9f-bd52-19f69da326b6" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 00:41:22 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -34,16 +34,16 @@ "chunked" ], "ETag": [ - "0x8DD042A2095D9C0" + "0x8DE1683E292F629" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "71e336dc-aa77-4318-8286-c5c39fe4f4ab" + "fa36cf6f-c761-4f9d-9cd4-78d84cc82286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,40 +55,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 00:41:22 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:33 GMT" + "Wed, 29 Oct 2025 00:41:23 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "62b00ae9-1c6a-435f-87ac-6ab81e239483" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "f863738d-2550-475b-b966-6b6bee0d82fb" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:25 GMT" ], "x-ms-client-request-id": [ - "dbd06710-b399-444b-bf6a-bf9b2811ade3" + "10baf93b-2db5-4565-9368-91ee8ca15a1b" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -104,16 +104,16 @@ "chunked" ], "ETag": [ - "0x8DD042A2103398C" + "0x8DE1683E47DD41E" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "409dc1a1-630a-4ef3-a2c1-3fdef3cf8db7" + "c6310c22-f56a-460e-8e2f-87e2864dce70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -125,40 +125,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:25 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "257d4445-1104-4e8b-b201-de435137cb0e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "fc1f1ffb-8728-488b-b994-8f985e2c6d72" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "x-ms-client-request-id": [ - "7b398cdd-f94c-448a-9e30-7129a32a737b" + "7172c09e-24f5-4530-82b6-da4f71b5d497" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -174,16 +174,16 @@ "chunked" ], "ETag": [ - "0x8DD042A210AB3A3" + "0x8DE1683E4957AE0" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "f4e3bd90-b3e3-4de4-b091-5db7867d4163" + "6f63f64a-a896-434e-a3c2-b2c7320c9060" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -195,40 +195,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:25 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-02-01.19.0&$filter=id%20eq%20%27task1%27%20or%20id%20eq%20%27task2%27", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rhc2sxJTI3JTIwb3IlMjBpZCUyMGVxJTIwJTI3dGFzazIlMjc=", + "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-07-01.20.0&$filter=id%20eq%20%27task1%27%20or%20id%20eq%20%27task2%27", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4wJiRmaWx0ZXI9aWQlMjBlcSUyMCUyN3Rhc2sxJTI3JTIwb3IlMjBpZCUyMGVxJTIwJTI3dGFzazIlMjc=", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "bc575fda-a0d9-442b-8e45-d188eb556443" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e51e53cd-46bc-4b99-b5ce-de37ab57def6" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "x-ms-client-request-id": [ - "075f4fe1-83f3-425c-8881-7db70d027069" + "7b0dd1f6-8e88-4d6f-a03d-88ca7bdaf574" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -241,7 +241,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b51536d5-b6c2-46d9-b638-d85edd84b65c" + "a5f45afc-f5e1-47d2-a9cd-d4add9b97c2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -253,37 +253,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:25 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"task1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1\",\r\n \"eTag\": \"0x8DD042A2103398C\",\r\n \"creationTime\": \"2024-11-13T21:28:34.5475468Z\",\r\n \"lastModified\": \"2024-11-13T21:28:34.5475468Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:34.5475468Z\",\r\n \"commandLine\": \"cmd /c echo task1\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"task2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2\",\r\n \"eTag\": \"0x8DD042A210AB3A3\",\r\n \"creationTime\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"lastModified\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"commandLine\": \"cmd /c echo task2\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"task1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1\",\r\n \"eTag\": \"0x8DE1683E47DD41E\",\r\n \"creationTime\": \"2025-10-29T00:41:26.3167518Z\",\r\n \"lastModified\": \"2025-10-29T00:41:26.3167518Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:41:26.3167518Z\",\r\n \"commandLine\": \"cmd /c echo task1\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"task2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2\",\r\n \"eTag\": \"0x8DE1683E4957AE0\",\r\n \"creationTime\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"lastModified\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"commandLine\": \"cmd /c echo task2\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob/tasks/task2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazI/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks/task2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazI/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "PUT", "RequestHeaders": { - "client-request-id": [ - "7b3001f5-9014-4e5f-848e-bc77fff4bac5" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "be26c4b1-4661-4c1a-b6f8-db601dc12766" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "x-ms-client-request-id": [ - "c9570029-edc5-4677-a337-9dad76468c25" + "296296d4-846a-4c3d-9984-c57a33f7451e" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -299,13 +299,13 @@ "chunked" ], "ETag": [ - "0x8DD042A212281A5" + "0x8DE1683E4D62DB3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "3eb6d406-09c3-4714-9934-346f1c79d9ed" + "a93fb56a-e33f-4974-badd-c7fc987b0e63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -317,40 +317,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob/tasks/task2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazI/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks/task2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazI/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "93e7de81-63da-4da1-9921-ce0d1efc7cdf" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "619834d2-a2c6-4655-90e7-53a4831ac245" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "x-ms-client-request-id": [ - "d1054604-ecb8-4117-9627-c77c3b682bca" + "eafae6d5-3b4b-467f-a809-8fe190020d2b" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -360,13 +360,13 @@ "chunked" ], "ETag": [ - "0x8DD042A212281A5" + "0x8DE1683E4D62DB3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "688113cd-baff-4e1f-9698-d025a25939fa" + "001e08ed-a30c-4463-8fe6-977ee81f40e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -378,40 +378,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"task2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2\",\r\n \"eTag\": \"0x8DD042A212281A5\",\r\n \"creationTime\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"lastModified\": \"2024-11-13T21:28:34.7525541Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"commandLine\": \"cmd /c echo task2\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 3\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"task2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2\",\r\n \"eTag\": \"0x8DE1683E4D62DB3\",\r\n \"creationTime\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"lastModified\": \"2025-10-29T00:41:26.8957619Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"commandLine\": \"cmd /c echo task2\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 3\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "435c6724-9684-4766-97a5-8d885754b7cd" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "88fca997-551d-4e25-8e90-e6c7ac5cc461" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "x-ms-client-request-id": [ - "b761a0f8-c4ed-4303-9144-ab2775fd1f5d" + "ca0cff89-ddba-466b-b979-7e90d49f6511" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -424,7 +424,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "36c62dd8-15a9-4be3-a2f5-9a3a0c3046f4" + "e0ebd0ff-19ba-4794-8644-e43352790f2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,37 +436,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"task1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1\",\r\n \"eTag\": \"0x8DD042A2103398C\",\r\n \"creationTime\": \"2024-11-13T21:28:34.5475468Z\",\r\n \"lastModified\": \"2024-11-13T21:28:34.5475468Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:34.5475468Z\",\r\n \"commandLine\": \"cmd /c echo task1\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"task2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2\",\r\n \"eTag\": \"0x8DD042A212281A5\",\r\n \"creationTime\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"lastModified\": \"2024-11-13T21:28:34.7525541Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:34.5965475Z\",\r\n \"commandLine\": \"cmd /c echo task2\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 3\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"task1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task1\",\r\n \"eTag\": \"0x8DE1683E47DD41E\",\r\n \"creationTime\": \"2025-10-29T00:41:26.3167518Z\",\r\n \"lastModified\": \"2025-10-29T00:41:26.3167518Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:41:26.3167518Z\",\r\n \"commandLine\": \"cmd /c echo task1\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n },\r\n {\r\n \"id\": \"task2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/taskCrudJob/tasks/task2\",\r\n \"eTag\": \"0x8DE1683E4D62DB3\",\r\n \"creationTime\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"lastModified\": \"2025-10-29T00:41:26.8957619Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T00:41:26.4717536Z\",\r\n \"commandLine\": \"cmd /c echo task2\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"pool\",\r\n \"elevationLevel\": \"nonadmin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 3\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "33ff663a-3fe3-4153-8fd9-939aba3abf5e" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e89386e0-2c4e-4093-b514-0647ffef272f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 00:41:27 GMT" ], "x-ms-client-request-id": [ - "ed8ad0d8-8830-43ec-8acb-4d8caaf44628" + "88557b27-fb12-4852-b747-dc520d33bedd" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -479,7 +479,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "b7e808c9-c56a-49d9-b1ba-98c9a0cbf3c1" + "faaa11f2-c366-478c-8715-f7125f242a12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -491,37 +491,37 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": []\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": []\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob/tasks/task1?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazE/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks/task1?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazE/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "1e0b4417-76df-400c-9314-5fdc91742045" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "140960ef-e4e0-4312-bde0-f9dadbc1d896" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ], "x-ms-client-request-id": [ - "b761a0f8-c4ed-4303-9144-ab2775fd1f5d" + "ca0cff89-ddba-466b-b979-7e90d49f6511" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -537,7 +537,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "e00cac1a-9182-4894-98cf-9db9c4f741b0" + "1ef0152b-7887-4772-824a-aa8e127e9b6a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -549,34 +549,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob/tasks/task2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazI/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob/tasks/task2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2IvdGFza3MvdGFzazI/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "fd0af0ef-8e41-486e-8dba-67db506d9159" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "2bd08c58-eb54-4171-a7a1-1cbc5b05c32f" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 00:41:27 GMT" ], "x-ms-client-request-id": [ - "b761a0f8-c4ed-4303-9144-ab2775fd1f5d" + "ca0cff89-ddba-466b-b979-7e90d49f6511" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -592,7 +592,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "a5c12fa1-b681-4946-97f7-39f202ad775b" + "6ad3f466-ad3a-44c5-b4ed-22d7556627ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -604,31 +604,31 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 00:41:26 GMT" ] }, "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/jobs/taskCrudJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/taskCrudJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGFza0NydWRKb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "9600e1a6-3678-4481-9b7e-ca63e8a5b32a" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "bc3ea4e0-44c3-4223-a8ca-e5ee39657665" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 00:41:27 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -644,7 +644,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ce4d40d6-3ce4-4a43-a6c2-4b206ec9ea90" + "2dc3c94c-04c6-47ea-beaa-fe3c2cb2b204" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -656,7 +656,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 00:41:27 GMT" ] }, "ResponseBody": "", @@ -665,9 +665,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTerminateTask.json b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTerminateTask.json index 750ab67eb7a7..dc6afdfd2e41 100644 --- a/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTerminateTask.json +++ b/src/Batch/Batch.Test/SessionRecords/Microsoft.Azure.Commands.Batch.Test.ScenarioTests.TaskTests/TestTerminateTask.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/jobs?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnM/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "129ca13c-c944-4a4c-93a9-b54df0fc6805" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "6f01d0f9-542b-4737-ad6e-af0c62342fbe" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:53 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -34,16 +34,16 @@ "chunked" ], "ETag": [ - "0x8DD042A2183C41C" + "0x8DE17136D824FD4" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "5d22a8df-0253-40d0-a715-0a85d56b1ab2" + "5d2a40b1-6ac7-4510-a5b9-ea5efc07d92a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -55,37 +55,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/job-1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/job-1" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 17:48:53 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:54 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/testTerminateTaskJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testTerminateTaskJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "635417b2-5594-417b-bbcc-c6e91d227dc2" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "61dd7b01-1eee-4d2f-8a32-112b62e22ef2" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:53 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -101,16 +101,16 @@ "chunked" ], "ETag": [ - "0x8DD042A218AAD3C" + "0x8DE17136D97C537" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ef6d1ca6-9ecc-4197-83cd-82f9852c2621" + "47f16b6c-f215-4b93-8fbb-4ecc5bef6eee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -122,37 +122,37 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 17:48:53 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:54 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/testTerminateTaskJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testTerminateTaskJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "648fcaea-6c85-44d8-bb14-0fe35f02a813" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "e3cf2885-e688-4ba5-ab53-418265c56929" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:54 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Type": [ @@ -168,16 +168,16 @@ "chunked" ], "ETag": [ - "0x8DD042A2191B233" + "0x8DE17136DA6E071" ], "Location": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "473fed09-4ad8-4899-a9b7-238c3d52531a" + "88bb05b6-a37c-491c-a8f6-5900f6ed78ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,40 +189,40 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2" ], "Date": [ - "Wed, 13 Nov 2024 21:28:34 GMT" + "Wed, 29 Oct 2025 17:48:53 GMT" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:54 GMT" ] }, "ResponseBody": "", "StatusCode": 201 }, { - "RequestUri": "/jobs/testTerminateTaskJob/tasks/testTask1/terminate?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3MvdGVzdFRhc2sxL3Rlcm1pbmF0ZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/testTerminateTaskJob/tasks/testTask1/terminate?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3MvdGVzdFRhc2sxL3Rlcm1pbmF0ZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "df32d530-cf57-4bca-b076-5e44cf5cc4be" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "b85007a8-8e81-4e37-bb86-456a3c08652c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:56 GMT" ], "x-ms-client-request-id": [ - "9c0ab4f0-d345-4780-9f76-434ed649c2b1" + "0b9389f2-769c-4b44-9389-4594e787659b" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -232,13 +232,13 @@ "RequestBody": "", "ResponseHeaders": { "ETag": [ - "0x8DD042A21F4002D" + "0x8DE17136F8156E9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "2ce46a0a-cbe3-4aec-88a6-06cdd867199f" + "ae6ec3ba-ffa3-4143-bc8c-f65b2eea128b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -250,43 +250,43 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1/terminate" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1/terminate" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "Content-Length": [ "0" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ] }, "ResponseBody": "", "StatusCode": 204 }, { - "RequestUri": "/jobs/testTerminateTaskJob/tasks/testTask2?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3MvdGVzdFRhc2syP2FwaS12ZXJzaW9uPTIwMjQtMDItMDEuMTkuMA==", + "RequestUri": "/jobs/testTerminateTaskJob/tasks/testTask2?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3MvdGVzdFRhc2syP2FwaS12ZXJzaW9uPTIwMjQtMDctMDEuMjAuMA==", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "3352554b-a901-4408-b721-4084074a7618" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "59644809-51c8-4715-9809-ba5e3e09da3c" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "x-ms-client-request-id": [ - "79675963-148c-4c75-b9b3-6f1ad0eb84f6" + "750da9e7-29e7-4e7f-b23f-3f9fb6422ea1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -296,13 +296,13 @@ "chunked" ], "ETag": [ - "0x8DD042A2191B233" + "0x8DE17136DA6E071" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "0064d85c-f3d3-4ddc-b21d-4a2978448cc5" + "9471c0d4-a8fe-4a61-aa4b-fad0be3eb1ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -314,40 +314,40 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:54 GMT" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"testTask2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2\",\r\n \"eTag\": \"0x8DD042A2191B233\",\r\n \"creationTime\": \"2024-11-13T21:28:35.4812467Z\",\r\n \"lastModified\": \"2024-11-13T21:28:35.4812467Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:35.4812467Z\",\r\n \"commandLine\": \"ping -t localhost -w 60\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks/@Element\",\r\n \"id\": \"testTask2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2\",\r\n \"eTag\": \"0x8DE17136DA6E071\",\r\n \"creationTime\": \"2025-10-29T17:48:54.4659569Z\",\r\n \"lastModified\": \"2025-10-29T17:48:54.4659569Z\",\r\n \"state\": \"active\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:54.4659569Z\",\r\n \"commandLine\": \"ping -t localhost -w 60\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/testTerminateTaskJob/tasks/testTask2/terminate?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3MvdGVzdFRhc2syL3Rlcm1pbmF0ZT9hcGktdmVyc2lvbj0yMDI0LTAyLTAxLjE5LjA=", + "RequestUri": "/jobs/testTerminateTaskJob/tasks/testTask2/terminate?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3MvdGVzdFRhc2syL3Rlcm1pbmF0ZT9hcGktdmVyc2lvbj0yMDI0LTA3LTAxLjIwLjA=", "RequestMethod": "POST", "RequestHeaders": { - "client-request-id": [ - "35298d58-680a-4c8c-a21e-55c59d8e4666" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "5d32c658-7a7b-4ae0-be86-18d9dd3e7ad3" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "x-ms-client-request-id": [ - "79675963-148c-4c75-b9b3-6f1ad0eb84f6" + "750da9e7-29e7-4e7f-b23f-3f9fb6422ea1" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -357,13 +357,13 @@ "RequestBody": "", "ResponseHeaders": { "ETag": [ - "0x8DD042A220601A0" + "0x8DE17136FBBC769" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "4e6eca64-7a78-4167-8be5-863ba23cceb8" + "4e4bdd26-d70d-46c2-b719-73e7c91a23ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -375,43 +375,43 @@ "3.0" ], "DataServiceId": [ - "https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2/terminate" + "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2/terminate" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "Content-Length": [ "0" ], "Last-Modified": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ] }, "ResponseBody": "", "StatusCode": 204 }, { - "RequestUri": "/jobs/testTerminateTaskJob/tasks?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testTerminateTaskJob/tasks?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2IvdGFza3M/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "GET", "RequestHeaders": { - "client-request-id": [ - "02c3be96-bb09-4bba-b357-699bdb3524ba" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "8806f159-272f-45ac-a062-ba2ced613e38" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "x-ms-client-request-id": [ - "2bbfee78-e7d8-4887-aed4-c0054e1c6a1e" + "17f240d7-adec-47a0-ac41-805998dd3d35" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ] }, @@ -424,7 +424,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "ea01dec1-0579-42e3-aa4a-160e3f1f914c" + "09963965-9765-4a9d-8dda-6d0f0730f094" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -436,34 +436,34 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "Content-Type": [ "application/json; odata=minimalmetadata" ] }, - "ResponseBody": "{\r\n \"odata.metadata\": \"https://dawatrouhobo.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask1\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1\",\r\n \"eTag\": \"0x8DD042A21F4002D\",\r\n \"creationTime\": \"2024-11-13T21:28:35.4352444Z\",\r\n \"lastModified\": \"2024-11-13T21:28:36.1254957Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:36.1254957Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:35.4352444Z\",\r\n \"commandLine\": \"ping -t localhost -w 60\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"endTime\": \"2024-11-13T21:28:36.1254957Z\",\r\n \"failureInfo\": {\r\n \"category\": \"UserError\",\r\n \"code\": \"TaskEnded\",\r\n \"message\": \"Task Was Ended by User Request\"\r\n },\r\n \"result\": \"failure\",\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n },\r\n \"nodeInfo\": {}\r\n },\r\n {\r\n \"id\": \"testTask2\",\r\n \"url\": \"https://dawatrouhobo.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2\",\r\n \"eTag\": \"0x8DD042A220601A0\",\r\n \"creationTime\": \"2024-11-13T21:28:35.4812467Z\",\r\n \"lastModified\": \"2024-11-13T21:28:36.2434976Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2024-11-13T21:28:36.2434976Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2024-11-13T21:28:35.4812467Z\",\r\n \"commandLine\": \"ping -t localhost -w 60\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"endTime\": \"2024-11-13T21:28:36.2434976Z\",\r\n \"failureInfo\": {\r\n \"category\": \"UserError\",\r\n \"code\": \"TaskEnded\",\r\n \"message\": \"Task Was Ended by User Request\"\r\n },\r\n \"result\": \"failure\",\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n },\r\n \"nodeInfo\": {}\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"odata.metadata\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/$metadata#tasks\",\r\n \"value\": [\r\n {\r\n \"id\": \"testTask1\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask1\",\r\n \"eTag\": \"0x8DE17136F8156E9\",\r\n \"creationTime\": \"2025-10-29T17:48:54.3669559Z\",\r\n \"lastModified\": \"2025-10-29T17:48:57.5753961Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:57.5753961Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:54.3669559Z\",\r\n \"commandLine\": \"ping -t localhost -w 60\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"endTime\": \"2025-10-29T17:48:57.5753961Z\",\r\n \"failureInfo\": {\r\n \"category\": \"UserError\",\r\n \"code\": \"TaskEnded\",\r\n \"message\": \"Task Was Ended by User Request\"\r\n },\r\n \"result\": \"failure\",\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n },\r\n \"nodeInfo\": {}\r\n },\r\n {\r\n \"id\": \"testTask2\",\r\n \"url\": \"https://dotnotsdkbatchaccount2.eastus2.batch.azure.com/jobs/testTerminateTaskJob/tasks/testTask2\",\r\n \"eTag\": \"0x8DE17136FBBC769\",\r\n \"creationTime\": \"2025-10-29T17:48:54.4659569Z\",\r\n \"lastModified\": \"2025-10-29T17:48:57.9583849Z\",\r\n \"state\": \"completed\",\r\n \"stateTransitionTime\": \"2025-10-29T17:48:57.9583849Z\",\r\n \"previousState\": \"active\",\r\n \"previousStateTransitionTime\": \"2025-10-29T17:48:54.4659569Z\",\r\n \"commandLine\": \"ping -t localhost -w 60\",\r\n \"userIdentity\": {\r\n \"autoUser\": {\r\n \"scope\": \"task\",\r\n \"elevationLevel\": \"admin\"\r\n }\r\n },\r\n \"constraints\": {\r\n \"maxWallClockTime\": \"P10675199DT2H48M5.4775807S\",\r\n \"retentionTime\": \"P7D\",\r\n \"maxTaskRetryCount\": 0\r\n },\r\n \"requiredSlots\": 1,\r\n \"executionInfo\": {\r\n \"endTime\": \"2025-10-29T17:48:57.9583849Z\",\r\n \"failureInfo\": {\r\n \"category\": \"UserError\",\r\n \"code\": \"TaskEnded\",\r\n \"message\": \"Task Was Ended by User Request\"\r\n },\r\n \"result\": \"failure\",\r\n \"retryCount\": 0,\r\n \"requeueCount\": 0\r\n },\r\n \"nodeInfo\": {}\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/jobs/testTerminateTaskJob?api-version=2024-02-01.19.0", - "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2I/YXBpLXZlcnNpb249MjAyNC0wMi0wMS4xOS4w", + "RequestUri": "/jobs/testTerminateTaskJob?api-version=2024-07-01.20.0", + "EncodedRequestUri": "L2pvYnMvdGVzdFRlcm1pbmF0ZVRhc2tKb2I/YXBpLXZlcnNpb249MjAyNC0wNy0wMS4yMC4w", "RequestMethod": "DELETE", "RequestHeaders": { - "client-request-id": [ - "82c64fc3-dbbd-4abd-b0ea-fe61ea4a6402" - ], "Accept-Language": [ "en-US" ], + "client-request-id": [ + "a4d23081-de92-4bbb-b751-fd1bda146145" + ], "ocp-date": [ - "Wed, 13 Nov 2024 21:28:36 GMT" + "Wed, 29 Oct 2025 17:48:57 GMT" ], "User-Agent": [ - "FxVersion/6.0.3524.45918", + "FxVersion/8.0.2125.47513", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.26120", - "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.200.24.12902", + "OSVersion/Microsoft.Windows.10.0.26200", + "Microsoft.Azure.Batch.Protocol.BatchServiceClient/16.300.124.47002", "AzurePowershell/Az1.0.0" ], "Content-Length": [ @@ -479,7 +479,7 @@ "Microsoft-HTTPAPI/2.0" ], "request-id": [ - "804dcb4a-7cd4-4a78-b7fd-763a1f9b3264" + "125f6917-2f09-433e-8b00-2b0ad411c21d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -491,7 +491,7 @@ "3.0" ], "Date": [ - "Wed, 13 Nov 2024 21:28:35 GMT" + "Wed, 29 Oct 2025 17:48:58 GMT" ] }, "ResponseBody": "", @@ -500,9 +500,9 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "21abd678-18c5-4660-9fdd-8c5ba6b6fe1f", - "AZURE_BATCH_ACCOUNT": "dawatrouhobo", - "AZURE_BATCH_ENDPOINT": "https://dawatrouhobo.eastus2.batch.azure.com", - "AZURE_BATCH_RESOURCE_GROUP": "dawatrou-rg" + "SubscriptionId": "94bd7ded-68b4-4ffa-82a5-37ac72caa2ec", + "AZURE_BATCH_ACCOUNT": "dotnotsdkbatchaccount2", + "AZURE_BATCH_ENDPOINT": "https://dotnotsdkbatchaccount2.eastus2.batch.azure.com", + "AZURE_BATCH_RESOURCE_GROUP": "automation" } } \ No newline at end of file diff --git a/src/Batch/Batch.Test/about.txt b/src/Batch/Batch.Test/about.txt index 546ee96d5caf..6d224757929a 100644 --- a/src/Batch/Batch.Test/about.txt +++ b/src/Batch/Batch.Test/about.txt @@ -19,9 +19,6 @@ Run the following scripts or equivalent to create a Windows pool and a Linux poo $context = Get-AzureRmBatchAccountKeys "" $startTask = New-Object Microsoft.Azure.Commands.Batch.Models.PSStartTask $startTask.CommandLine = "cmd /c echo hello" - $configuration = New-Object Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration -ArgumentList @("4", "*") - New-AzBatchPool -Id "testPool" -VirtualMachineSize "standard_d1_v2" -CloudServiceConfiguration $configuration -TargetDedicated 3 -StartTask $startTask -BatchContext $context - $imageRef = New-Object Microsoft.Azure.Commands.Batch.Models.PSImageReference -ArgumentList @("0001-com-ubuntu-server-jammy","canonical","22_04-LTS") $virtualMachineConfig = New-Object Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration -ArgumentList @($imageRef, "batch.node.ubuntu 22.04") New-AzBatchPool -Id "testIaasPool" -VirtualMachineSize "Standard_A1_v2" -TargetDedicated 1 -VirtualMachineConfiguration $virtualMachineConfig -BatchContext $context diff --git a/src/Batch/Batch/Az.Batch.psd1 b/src/Batch/Batch/Az.Batch.psd1 index 3e973f839fa9..61ff4b580093 100644 --- a/src/Batch/Batch/Az.Batch.psd1 +++ b/src/Batch/Batch/Az.Batch.psd1 @@ -60,8 +60,7 @@ RequiredAssemblies = 'Microsoft.AspNetCore.WebUtilities.dll', 'Microsoft.Azure.Batch.dll', 'Microsoft.Azure.PowerShell.Batch.Management.Sdk.dll', 'Microsoft.Extensions.Primitives.dll', - 'Microsoft.Net.Http.Headers.dll', - 'Microsoft.WindowsAzure.Storage.dll', + 'Microsoft.Net.Http.Headers.dll', 'System.Runtime.CompilerServices.Unsafe.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. @@ -86,25 +85,24 @@ CmdletsToExport = 'Disable-AzBatchAutoScale', 'Disable-AzBatchComputeNodeSchedul 'Enable-AzBatchJob', 'Enable-AzBatchJobSchedule', 'Enable-AzBatchTask', 'Get-AzBatchAccount', 'Get-AzBatchAccountKey', 'Get-AzBatchApplication', 'Get-AzBatchApplicationPackage', - 'Get-AzBatchCertificate', 'Get-AzBatchComputeNode', + 'Get-AzBatchComputeNode', 'Get-AzBatchComputeNodeExtension', 'Get-AzBatchJob', 'Get-AzBatchJobPreparationAndReleaseTaskStatus', 'Get-AzBatchJobSchedule', 'Get-AzBatchLocationQuota', 'Get-AzBatchNodeFile', 'Get-AzBatchNodeFileContent', 'Get-AzBatchPool', 'Get-AzBatchPoolNodeCount', - 'Get-AzBatchPoolUsageMetric', - 'Get-AzBatchRemoteDesktopProtocolFile', + 'Get-AzBatchPoolUsageMetric', 'Get-AzBatchRemoteLoginSetting', 'Get-AzBatchSubtask', 'Get-AzBatchSupportedImage', 'Get-AzBatchSupportedVirtualMachineSku', 'Get-AzBatchTask', 'Get-AzBatchTaskCount', 'Get-AzBatchTaskSlotCount', 'New-AzBatchAccount', 'New-AzBatchAccountKey', 'New-AzBatchApplication', 'New-AzBatchApplicationPackage', - 'New-AzBatchCertificate', 'New-AzBatchComputeNodeUser', + 'New-AzBatchComputeNodeUser', 'New-AzBatchJob', 'New-AzBatchJobSchedule', 'New-AzBatchPool', 'New-AzBatchResourceFile', 'New-AzBatchTask', 'Remove-AzBatchAccount', 'Remove-AzBatchApplication', 'Remove-AzBatchApplicationPackage', - 'Remove-AzBatchCertificate', 'Remove-AzBatchComputeNode', + 'Remove-AzBatchComputeNode', 'Remove-AzBatchComputeNodeUser', 'Remove-AzBatchJob', 'Remove-AzBatchJobSchedule', 'Remove-AzBatchNodeFile', 'Remove-AzBatchPool', 'Remove-AzBatchTask', @@ -113,7 +111,7 @@ CmdletsToExport = 'Disable-AzBatchAutoScale', 'Disable-AzBatchComputeNodeSchedul 'Set-AzBatchComputeNodeUser', 'Set-AzBatchJob', 'Set-AzBatchJobSchedule', 'Set-AzBatchPool', 'Set-AzBatchTask', 'Start-AzBatchComputeNodeServiceLogUpload', - 'Start-AzBatchPoolResize', 'Stop-AzBatchCertificateDeletion', + 'Start-AzBatchPoolResize', 'Stop-AzBatchJob', 'Stop-AzBatchJobSchedule', 'Stop-AzBatchPoolResize', 'Stop-AzBatchTask', 'Test-AzBatchAutoScale' diff --git a/src/Batch/Batch/Batch.csproj b/src/Batch/Batch/Batch.csproj index 6054ea798036..7815f78dfb5c 100644 --- a/src/Batch/Batch/Batch.csproj +++ b/src/Batch/Batch/Batch.csproj @@ -1,4 +1,4 @@ - + Batch @@ -12,7 +12,7 @@ - + @@ -26,6 +26,12 @@ + + + + + + diff --git a/src/Batch/Batch/Certificates/GetBatchCertificateCommand.cs b/src/Batch/Batch/Certificates/GetBatchCertificateCommand.cs deleted file mode 100644 index 48780fb303ac..000000000000 --- a/src/Batch/Batch/Certificates/GetBatchCertificateCommand.cs +++ /dev/null @@ -1,75 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.Batch.Models; -using System.Management.Automation; -using Constants = Microsoft.Azure.Commands.Batch.Utils.Constants; -using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; - -namespace Microsoft.Azure.Commands.Batch -{ - [System.Obsolete] - [CmdletDeprecationWithVersion("15.0.0", "4.0.0")] - [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchCertificate", DefaultParameterSetName = Constants.ODataFilterParameterSet), OutputType(typeof(PSCertificate))] - public class GetBatchCertificateCommand : BatchObjectModelCmdletBase - { - internal const string ThumbprintParameterSet = "Thumbprint"; - private int maxCount = Constants.DefaultMaxCount; - - [Parameter(Position = 0, ParameterSetName = ThumbprintParameterSet, Mandatory = true, ValueFromPipelineByPropertyName = true, - HelpMessage = "The algorithm used to derive the Thumbprint parameter. This must be sha1.")] - [ValidateNotNullOrEmpty] - public string ThumbprintAlgorithm { get; set; } - - [Parameter(Position = 1, ParameterSetName = ThumbprintParameterSet, Mandatory = true, ValueFromPipelineByPropertyName = true, - HelpMessage = "The thumbprint of the certificate to get.")] - [ValidateNotNullOrEmpty] - public string Thumbprint { get; set; } - - [Parameter(ParameterSetName = Constants.ODataFilterParameterSet)] - [ValidateNotNullOrEmpty] - public string Filter { get; set; } - - [Parameter(ParameterSetName = Constants.ODataFilterParameterSet)] - public int MaxCount - { - get { return this.maxCount; } - set { this.maxCount = value; } - } - - [Parameter] - [ValidateNotNullOrEmpty] - public string Select { get; set; } - - protected override void ExecuteCmdletImpl() - { - ListCertificateOptions options = new ListCertificateOptions(this.BatchContext, this.AdditionalBehaviors) - { - ThumbprintAlgorithm = this.ThumbprintAlgorithm, - Thumbprint = this.Thumbprint, - Filter = this.Filter, - Select = this.Select, - MaxCount = this.MaxCount - }; - - // The enumerator will internally query the service in chunks. Using WriteObject with the enumerate flag will enumerate - // the entire collection first and then write the items out one by one in a single group. Using foreach, we can take - // advantage of the enumerator's behavior and write output to the pipeline in bursts. - foreach (PSCertificate certificate in BatchClient.ListCertificates(options)) - { - WriteObject(certificate); - } - } - } -} diff --git a/src/Batch/Batch/Certificates/NewBatchCertificateCommand.cs b/src/Batch/Batch/Certificates/NewBatchCertificateCommand.cs deleted file mode 100644 index 7739210d0859..000000000000 --- a/src/Batch/Batch/Certificates/NewBatchCertificateCommand.cs +++ /dev/null @@ -1,69 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.Batch.Models; -using System; -using System.Management.Automation; -using System.Security; -using Microsoft.WindowsAzure.Commands.Common; -using Microsoft.WindowsAzure.Commands.Utilities.Common; -using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; - -namespace Microsoft.Azure.Commands.Batch -{ - [System.Obsolete] - [CmdletDeprecationWithVersion("15.0.0", "4.0.0")] - [Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchCertificate", DefaultParameterSetName = FileParameterSet), OutputType(typeof(void))] - public class NewBatchCertificateCommand : BatchObjectModelCmdletBase - { - internal const string FileParameterSet = "File"; - internal const string RawDataParameterSet = "RawData"; - - [Parameter(Position = 0, ParameterSetName = FileParameterSet, Mandatory = true, - HelpMessage = "The path to the certificate file. The certificate must be in either .cer or .pfx format.")] - [ValidateNotNullOrEmpty] - public string FilePath { get; set; } - - [Parameter(Position = 0, ParameterSetName = RawDataParameterSet, Mandatory = true, ValueFromPipeline = true, - ValueFromPipelineByPropertyName = true, HelpMessage = "The raw certificate data in either .cer or .pfx format.")] - [ValidateNotNullOrEmpty] - public byte[] RawData { get; set; } - - [Parameter] - [ValidateNotNull] - public SecureString Password { get; set; } - - [Parameter] - [ValidateNotNull] - public PSCertificateKind Kind { get; set; } - - protected override void ExecuteCmdletImpl() - { - string password = this.Password?.ConvertToString(); - - NewCertificateParameters parameters = new NewCertificateParameters( - this.BatchContext, - this.FilePath, - this.RawData, - // If kind has been specified, take that -- otherwise, default to old logic of using password to guess - this.IsParameterBound(c => c.Kind) ? this.Kind : (password == null ? PSCertificateKind.Cer : PSCertificateKind.Pfx), - this.AdditionalBehaviors) - { - Password = password - }; - - BatchClient.AddCertificate(parameters); - } - } -} diff --git a/src/Batch/Batch/Certificates/RemoveBatchCertificateCommand.cs b/src/Batch/Batch/Certificates/RemoveBatchCertificateCommand.cs deleted file mode 100644 index 30c3d6733952..000000000000 --- a/src/Batch/Batch/Certificates/RemoveBatchCertificateCommand.cs +++ /dev/null @@ -1,49 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using System; -using Microsoft.Azure.Commands.Batch.Models; -using Microsoft.Azure.Commands.Batch.Properties; -using System.Management.Automation; -using Constants = Microsoft.Azure.Commands.Batch.Utils.Constants; -using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; - -namespace Microsoft.Azure.Commands.Batch -{ - [CmdletDeprecationWithVersion("15.0.0", "4.0.0")] - [Cmdlet("Remove", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchCertificate", SupportsShouldProcess = true), OutputType(typeof(void))] - public class RemoveBatchCertificateCommand : BatchObjectModelCmdletBase - { - [Parameter(Position = 0, Mandatory = true, ValueFromPipelineByPropertyName = true, - HelpMessage = "The algorithm used to derive the Thumbprint parameter. This must be sha1.")] - [ValidateNotNullOrEmpty] - public string ThumbprintAlgorithm { get; set; } - - [Parameter(Position = 1, Mandatory = true, ValueFromPipelineByPropertyName = true, - HelpMessage = "The thumbprint of the certificate to delete.")] - [ValidateNotNullOrEmpty] - public string Thumbprint { get; set; } - - protected override void ExecuteCmdletImpl() - { - CertificateOperationParameters parameters = new CertificateOperationParameters(this.BatchContext, - this.ThumbprintAlgorithm, this.Thumbprint, this.AdditionalBehaviors); - - ConfirmAction( - Resources.RemoveCertificate, - this.Thumbprint, - () => BatchClient.DeleteCertificate(parameters)); - } - } -} diff --git a/src/Batch/Batch/Certificates/StopBatchCertificateDeletionCommand.cs b/src/Batch/Batch/Certificates/StopBatchCertificateDeletionCommand.cs deleted file mode 100644 index 2d7a206c113f..000000000000 --- a/src/Batch/Batch/Certificates/StopBatchCertificateDeletionCommand.cs +++ /dev/null @@ -1,44 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.Batch.Models; -using System.Management.Automation; -using Constants = Microsoft.Azure.Commands.Batch.Utils.Constants; -using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; - -namespace Microsoft.Azure.Commands.Batch -{ - [CmdletDeprecationWithVersion("15.0.0", "4.0.0")] - [Cmdlet("Stop", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchCertificateDeletion"), OutputType(typeof(void))] - public class StopBatchCertificateDeletionCommand : BatchObjectModelCmdletBase - { - [Parameter(Position = 0, Mandatory = true, ValueFromPipelineByPropertyName = true, - HelpMessage = "The algorithm used to derive the Thumbprint parameter. This must be sha1.")] - [ValidateNotNullOrEmpty] - public string ThumbprintAlgorithm { get; set; } - - [Parameter(Position = 1, Mandatory = true, ValueFromPipelineByPropertyName = true, - HelpMessage = "The thumbprint of the certificate that failed to delete.")] - [ValidateNotNullOrEmpty] - public string Thumbprint { get; set; } - - protected override void ExecuteCmdletImpl() - { - CertificateOperationParameters parameters = new CertificateOperationParameters(this.BatchContext, - this.ThumbprintAlgorithm, this.Thumbprint, this.AdditionalBehaviors); - - BatchClient.CancelDeleteCertificate(parameters); - } - } -} diff --git a/src/Batch/Batch/ChangeLog.md b/src/Batch/Batch/ChangeLog.md index dc080b8ea077..cc0fcd004715 100644 --- a/src/Batch/Batch/ChangeLog.md +++ b/src/Batch/Batch/ChangeLog.md @@ -19,6 +19,29 @@ --> ## Upcoming Release +* Removed command `Get-AzBatchRemoteDesktopProtocolFile`. +* Removed command `Get-AzBatchCertificate`. +* Removed command `New-AzBatchCertificate`. +* Removed command `Remove-AzBatchCertificate`. +* Removed command `Stop-AzBatchCertificateDeletion`. + +* Removed parameter `CloudServiceConfiguration` from `New-AzBatchPool` command. +* Removed parameter `CertificateReferences` from `New-AzBatchPool` command. +* Removed parameter `TargetNodeCommunication` from `New-AzBatchPool` command. +* Removed parameter `CurrentNodeCommunication` from `New-AzBatchPool` command. +* Removed parameter `ResourceTag` from `New-AzBatchPool` command. +* Removed parameter `ApplicationLicenses` from `New-AzBatchPool` command. + +* Removed properties `CloudServiceConfiguration`, `CertificateReferences`, `TargetNodeCommunication`, `CurrentNodeCommunication`, `ResourceTag`, and `ApplicationLicenses` from `PsCloudPool` model. +* Removed property `CertificateReferences` from `PsComputeNode` model. +* Removed properties `CloudServiceConfiguration`, `CertificateReferences`, `TargetNodeCommunication`, `CurrentNodeCommunication`, `ResourceTag`, and `ApplicationLicenses` from `PsPoolSpecification` model. + +* Added new enum values `Deallocated` and `Deallocating` to `PSNodeCounts` model. +* Added properties `CommunityGalleryImageId` and `SharedGalleryImageId` to `PSImageReference` model. +* Added property `SkipWithdrawFromVNet` to `PSJobNetworkConfiguration` model. +* Added property `SecurityProfile` to `PSManagedDisk` model. +* Added property `ContainerHostBatchBindMounts` to `PSTaskContainerSettings` model. + ## Version 3.7.1 * Preannounced breaking changes. Please refer to https://go.microsoft.com/fwlink/?linkid=2333229 diff --git a/src/Batch/Batch/Files/GetBatchRemoteDesktopProtocolFileCommand.cs b/src/Batch/Batch/Files/GetBatchRemoteDesktopProtocolFileCommand.cs deleted file mode 100644 index 5f2a33ebc5ac..000000000000 --- a/src/Batch/Batch/Files/GetBatchRemoteDesktopProtocolFileCommand.cs +++ /dev/null @@ -1,71 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Commands.Batch.Models; -using Microsoft.WindowsAzure.Commands.Common.CustomAttributes; -using System.IO; -using System.Management.Automation; -using Constants = Microsoft.Azure.Commands.Batch.Utils.Constants; - -namespace Microsoft.Azure.Commands.Batch -{ - [CmdletDeprecationWithVersion("15.0.0", "4.0.0", ReplacementCmdletName = "Get-AzBatchRemoteLoginSettings")] - [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchRemoteDesktopProtocolFile", DefaultParameterSetName = IdAndPathParameterSet), OutputType(typeof(void))] - public class GetBatchRemoteDesktopProtocolFileCommand : BatchObjectModelCmdletBase - { - internal const string IdAndPathParameterSet = "Id_Path"; - internal const string IdAndStreamParameterSet = "Id_Stream"; - - [Parameter(Position = 0, ParameterSetName = IdAndPathParameterSet, Mandatory = true, - ValueFromPipelineByPropertyName = true, HelpMessage = "The id of the pool which contains the compute node.")] - [Parameter(Position = 0, ParameterSetName = IdAndStreamParameterSet, Mandatory = true, - ValueFromPipelineByPropertyName = true)] - [ValidateNotNullOrEmpty] - public string PoolId { get; set; } - - [Parameter(Position = 1, ParameterSetName = IdAndPathParameterSet, Mandatory = true, - ValueFromPipelineByPropertyName = true, HelpMessage = "The id of the compute node to which the Remote Desktop Protocol file will point.")] - [Parameter(Position = 1, ParameterSetName = IdAndStreamParameterSet, Mandatory = true, - ValueFromPipelineByPropertyName = true)] - [ValidateNotNullOrEmpty] - public string ComputeNodeId { get; set; } - - [Parameter(Position = 0, ParameterSetName = Constants.InputObjectAndPathParameterSet, - ValueFromPipeline = true)] - [Parameter(Position = 0, ParameterSetName = Constants.InputObjectAndStreamParameterSet, - ValueFromPipeline = true)] - [ValidateNotNullOrEmpty] - public PSComputeNode ComputeNode { get; set; } - - [Parameter(ParameterSetName = IdAndPathParameterSet, Mandatory = true, - HelpMessage = "The file path where the Remote Desktop Protocol file will be downloaded.")] - [Parameter(ParameterSetName = Constants.InputObjectAndPathParameterSet, Mandatory = true)] - [ValidateNotNullOrEmpty] - public string DestinationPath { get; set; } - - [Parameter(ParameterSetName = IdAndStreamParameterSet, Mandatory = true, - HelpMessage = "The Stream into which the Remote Desktop Protocol file data will be written. This stream will not be closed or rewound by this call.")] - [Parameter(ParameterSetName = Constants.InputObjectAndStreamParameterSet, Mandatory = true)] - [ValidateNotNullOrEmpty] - public Stream DestinationStream { get; set; } - - protected override void ExecuteCmdletImpl() - { - DownloadRemoteDesktopProtocolFileOptions options = new DownloadRemoteDesktopProtocolFileOptions(this.BatchContext, this.PoolId, this.ComputeNodeId, - this.ComputeNode, this.DestinationPath, this.DestinationStream, this.AdditionalBehaviors); - - this.BatchClient.DownloadRemoteDesktopProtocolFile(options); - } - } -} diff --git a/src/Batch/Batch/JobSchedules/GetBatchJobScheduleCommand.cs b/src/Batch/Batch/JobSchedules/GetBatchJobScheduleCommand.cs index 61d269c15eda..57f6a018459b 100644 --- a/src/Batch/Batch/JobSchedules/GetBatchJobScheduleCommand.cs +++ b/src/Batch/Batch/JobSchedules/GetBatchJobScheduleCommand.cs @@ -20,7 +20,6 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the returned PSCloudJobSchedule class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchJobSchedule", DefaultParameterSetName = Constants.ODataFilterParameterSet), OutputType(typeof(PSCloudJobSchedule))] public class GetBatchJobScheduleCommand : BatchObjectModelCmdletBase { diff --git a/src/Batch/Batch/JobSchedules/NewBatchJobScheduleCommand.cs b/src/Batch/Batch/JobSchedules/NewBatchJobScheduleCommand.cs index d2deb39b1bab..9ceb1581964d 100644 --- a/src/Batch/Batch/JobSchedules/NewBatchJobScheduleCommand.cs +++ b/src/Batch/Batch/JobSchedules/NewBatchJobScheduleCommand.cs @@ -39,7 +39,6 @@ public class NewBatchJobScheduleCommand : BatchObjectModelCmdletBase [Parameter(Mandatory = true, HelpMessage = "Specifies details of the jobs to be created on this schedule.")] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSJobSpecification class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSJobSpecification JobSpecification { get; set; } [Parameter] diff --git a/src/Batch/Batch/Jobs/GetBatchJobCommand.cs b/src/Batch/Batch/Jobs/GetBatchJobCommand.cs index b68936a2b4c3..2134e43f005a 100644 --- a/src/Batch/Batch/Jobs/GetBatchJobCommand.cs +++ b/src/Batch/Batch/Jobs/GetBatchJobCommand.cs @@ -20,7 +20,6 @@ namespace Microsoft.Azure.Commands.Batch { - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the returned PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchJob", DefaultParameterSetName = Constants.ODataFilterParameterSet), OutputType(typeof(PSCloudJob))] public class GetBatchJobCommand : BatchObjectModelCmdletBase { diff --git a/src/Batch/Batch/Jobs/NewBatchJobCommand.cs b/src/Batch/Batch/Jobs/NewBatchJobCommand.cs index 4cf6ae69f4a1..e1530e4c3a2d 100644 --- a/src/Batch/Batch/Jobs/NewBatchJobCommand.cs +++ b/src/Batch/Batch/Jobs/NewBatchJobCommand.cs @@ -61,7 +61,6 @@ public class NewBatchJobCommand : BatchObjectModelCmdletBase [Parameter(Mandatory = true, HelpMessage = "The pool information for the job.")] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSPoolInformation class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSPoolInformation PoolInformation { get; set; } [Parameter] diff --git a/src/Batch/Batch/Models.Generated/PSCertificate.cs b/src/Batch/Batch/Models.Generated/PSCertificate.cs deleted file mode 100644 index fe08c009456d..000000000000 --- a/src/Batch/Batch/Models.Generated/PSCertificate.cs +++ /dev/null @@ -1,149 +0,0 @@ -// ----------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ----------------------------------------------------------------------------- -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:5.0.17 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Azure.Commands.Batch.Models -{ - using System; - using System.Collections; - using System.Collections.Generic; - using Microsoft.Azure.Batch; - - - public partial class PSCertificate - { - - internal Microsoft.Azure.Batch.Certificate omObject; - - private PSDeleteCertificateError deleteCertificateError; - - internal PSCertificate(Microsoft.Azure.Batch.Certificate omObject) - { - if ((omObject == null)) - { - throw new System.ArgumentNullException("omObject"); - } - this.omObject = omObject; - } - - public Microsoft.Azure.Batch.Common.CertificateFormat? CertificateFormat - { - get - { - return this.omObject.CertificateFormat; - } - } - - public string Data - { - get - { - return this.omObject.Data; - } - } - - public PSDeleteCertificateError DeleteCertificateError - { - get - { - if (((this.deleteCertificateError == null) - && (this.omObject.DeleteCertificateError != null))) - { - this.deleteCertificateError = new PSDeleteCertificateError(this.omObject.DeleteCertificateError); - } - return this.deleteCertificateError; - } - } - - public string Password - { - get - { - return this.omObject.Password; - } - } - - public Microsoft.Azure.Batch.Common.CertificateState? PreviousState - { - get - { - return this.omObject.PreviousState; - } - } - - public System.DateTime? PreviousStateTransitionTime - { - get - { - return this.omObject.PreviousStateTransitionTime; - } - } - - public string PublicData - { - get - { - return this.omObject.PublicData; - } - } - - public Microsoft.Azure.Batch.Common.CertificateState? State - { - get - { - return this.omObject.State; - } - } - - public System.DateTime? StateTransitionTime - { - get - { - return this.omObject.StateTransitionTime; - } - } - - public string Thumbprint - { - get - { - return this.omObject.Thumbprint; - } - } - - public string ThumbprintAlgorithm - { - get - { - return this.omObject.ThumbprintAlgorithm; - } - } - - public string Url - { - get - { - return this.omObject.Url; - } - } - } -} diff --git a/src/Batch/Batch/Models.Generated/PSCertificateReference.cs b/src/Batch/Batch/Models.Generated/PSCertificateReference.cs deleted file mode 100644 index ba8a4934c6b4..000000000000 --- a/src/Batch/Batch/Models.Generated/PSCertificateReference.cs +++ /dev/null @@ -1,116 +0,0 @@ -// ----------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ----------------------------------------------------------------------------- -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:5.0.17 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Azure.Commands.Batch.Models -{ - using System; - using System.Collections; - using System.Collections.Generic; - using Microsoft.Azure.Batch; - - - public partial class PSCertificateReference - { - - internal Microsoft.Azure.Batch.CertificateReference omObject; - - public PSCertificateReference() - { - this.omObject = new Microsoft.Azure.Batch.CertificateReference(); - } - - public PSCertificateReference(PSCertificate baseCertificate) - { - this.omObject = new Microsoft.Azure.Batch.CertificateReference(baseCertificate.omObject); - } - - internal PSCertificateReference(Microsoft.Azure.Batch.CertificateReference omObject) - { - if ((omObject == null)) - { - throw new System.ArgumentNullException("omObject"); - } - this.omObject = omObject; - } - - public Microsoft.Azure.Batch.Common.CertStoreLocation? StoreLocation - { - get - { - return this.omObject.StoreLocation; - } - set - { - this.omObject.StoreLocation = value; - } - } - - public string StoreName - { - get - { - return this.omObject.StoreName; - } - set - { - this.omObject.StoreName = value; - } - } - - public string Thumbprint - { - get - { - return this.omObject.Thumbprint; - } - set - { - this.omObject.Thumbprint = value; - } - } - - public string ThumbprintAlgorithm - { - get - { - return this.omObject.ThumbprintAlgorithm; - } - set - { - this.omObject.ThumbprintAlgorithm = value; - } - } - - public Microsoft.Azure.Batch.Common.CertificateVisibility? Visibility - { - get - { - return this.omObject.Visibility; - } - set - { - this.omObject.Visibility = value; - } - } - } -} diff --git a/src/Batch/Batch/Models.Generated/PSCloudPool.cs b/src/Batch/Batch/Models.Generated/PSCloudPool.cs index 843332d762d2..86ef2497cd8b 100644 --- a/src/Batch/Batch/Models.Generated/PSCloudPool.cs +++ b/src/Batch/Batch/Models.Generated/PSCloudPool.cs @@ -34,16 +34,10 @@ public partial class PSCloudPool internal Microsoft.Azure.Batch.CloudPool omObject; - private IList applicationLicenses; - private IList applicationPackageReferences; private PSAutoScaleRun autoScaleRun; - private IList certificateReferences; - - private PSCloudServiceConfiguration cloudServiceConfiguration; - private PSBatchPoolIdentity identity; private IDictionary metadata; @@ -54,8 +48,6 @@ public partial class PSCloudPool private IReadOnlyList resizeErrors; - private IDictionary resourceTags; - private PSStartTask startTask; private PSPoolStatistics statistics; @@ -93,41 +85,6 @@ public System.DateTime? AllocationStateTransitionTime } } - public IList ApplicationLicenses - { - get - { - if (((this.applicationLicenses == null) - && (this.omObject.ApplicationLicenses != null))) - { - List list; - list = new List(); - IEnumerator enumerator; - enumerator = this.omObject.ApplicationLicenses.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - list.Add(enumerator.Current); - } - this.applicationLicenses = list; - } - return this.applicationLicenses; - } - set - { - if ((value == null)) - { - this.omObject.ApplicationLicenses = null; - } - else - { - this.omObject.ApplicationLicenses = new List(); - } - this.applicationLicenses = value; - } - } - public IList ApplicationPackageReferences { get @@ -212,66 +169,6 @@ public PSAutoScaleRun AutoScaleRun } } - public IList CertificateReferences - { - get - { - if (((this.certificateReferences == null) - && (this.omObject.CertificateReferences != null))) - { - List list; - list = new List(); - IEnumerator enumerator; - enumerator = this.omObject.CertificateReferences.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - list.Add(new PSCertificateReference(enumerator.Current)); - } - this.certificateReferences = list; - } - return this.certificateReferences; - } - set - { - if ((value == null)) - { - this.omObject.CertificateReferences = null; - } - else - { - this.omObject.CertificateReferences = new List(); - } - this.certificateReferences = value; - } - } - - public PSCloudServiceConfiguration CloudServiceConfiguration - { - get - { - if (((this.cloudServiceConfiguration == null) - && (this.omObject.CloudServiceConfiguration != null))) - { - this.cloudServiceConfiguration = new PSCloudServiceConfiguration(this.omObject.CloudServiceConfiguration); - } - return this.cloudServiceConfiguration; - } - set - { - if ((value == null)) - { - this.omObject.CloudServiceConfiguration = null; - } - else - { - this.omObject.CloudServiceConfiguration = value.omObject; - } - this.cloudServiceConfiguration = value; - } - } - public System.DateTime? CreationTime { get @@ -296,14 +193,6 @@ public System.Int32? CurrentLowPriorityComputeNodes } } - public Microsoft.Azure.Batch.Common.NodeCommunicationMode? CurrentNodeCommunicationMode - { - get - { - return this.omObject.CurrentNodeCommunicationMode; - } - } - public string DisplayName { get @@ -347,18 +236,6 @@ public PSBatchPoolIdentity Identity } return this.identity; } - set - { - if ((value == null)) - { - this.omObject.Identity = null; - } - else - { - this.omObject.Identity = value.omObject; - } - this.identity = value; - } } public System.Boolean? InterComputeNodeCommunicationEnabled @@ -511,41 +388,6 @@ public System.TimeSpan? ResizeTimeout } } - public IDictionary ResourceTags - { - get - { - if (((this.resourceTags == null) - && (this.omObject.ResourceTags != null))) - { - Dictionary dict; - dict = new Dictionary(); - IEnumerator> enumerator; - enumerator = this.omObject.ResourceTags.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - dict.Add(enumerator.Current.Key, enumerator.Current.Value); - } - this.resourceTags = dict; - } - return this.resourceTags; - } - set - { - if ((value == null)) - { - this.omObject.ResourceTags = null; - } - else - { - this.omObject.ResourceTags = new Dictionary(); - } - this.resourceTags = value; - } - } - public PSStartTask StartTask { get @@ -624,18 +466,6 @@ public System.Int32? TargetLowPriorityComputeNodes } } - public Microsoft.Azure.Batch.Common.NodeCommunicationMode? TargetNodeCommunicationMode - { - get - { - return this.omObject.TargetNodeCommunicationMode; - } - set - { - this.omObject.TargetNodeCommunicationMode = value; - } - } - public PSTaskSchedulingPolicy TaskSchedulingPolicy { get diff --git a/src/Batch/Batch/Models.Generated/PSComputeNode.cs b/src/Batch/Batch/Models.Generated/PSComputeNode.cs index 14c9e0d75df8..ed4d66b98471 100644 --- a/src/Batch/Batch/Models.Generated/PSComputeNode.cs +++ b/src/Batch/Batch/Models.Generated/PSComputeNode.cs @@ -34,8 +34,6 @@ public partial class PSComputeNode internal Microsoft.Azure.Batch.ComputeNode omObject; - private IReadOnlyList certificateReferences; - private PSComputeNodeEndpointConfiguration endpointConfiguration; private IReadOnlyList errors; @@ -75,29 +73,6 @@ public System.DateTime? AllocationTime } } - public IReadOnlyList CertificateReferences - { - get - { - if (((this.certificateReferences == null) - && (this.omObject.CertificateReferences != null))) - { - List list; - list = new List(); - IEnumerator enumerator; - enumerator = this.omObject.CertificateReferences.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - list.Add(new PSCertificateReference(enumerator.Current)); - } - this.certificateReferences = list; - } - return this.certificateReferences; - } - } - public PSComputeNodeEndpointConfiguration EndpointConfiguration { get diff --git a/src/Batch/Batch/Models.Generated/PSCloudServiceConfiguration.cs b/src/Batch/Batch/Models.Generated/PSContainerHostBatchBindMountEntry.cs similarity index 73% rename from src/Batch/Batch/Models.Generated/PSCloudServiceConfiguration.cs rename to src/Batch/Batch/Models.Generated/PSContainerHostBatchBindMountEntry.cs index 681734c67079..ca93f905d727 100644 --- a/src/Batch/Batch/Models.Generated/PSCloudServiceConfiguration.cs +++ b/src/Batch/Batch/Models.Generated/PSContainerHostBatchBindMountEntry.cs @@ -29,17 +29,17 @@ namespace Microsoft.Azure.Commands.Batch.Models using Microsoft.Azure.Batch; - public partial class PSCloudServiceConfiguration + public partial class PSContainerHostBatchBindMountEntry { - internal Microsoft.Azure.Batch.CloudServiceConfiguration omObject; + internal Microsoft.Azure.Batch.ContainerHostBatchBindMountEntry omObject; - public PSCloudServiceConfiguration(string osFamily, string osVersion = null) + public PSContainerHostBatchBindMountEntry() { - this.omObject = new Microsoft.Azure.Batch.CloudServiceConfiguration(osFamily, osVersion); + this.omObject = new Microsoft.Azure.Batch.ContainerHostBatchBindMountEntry(); } - internal PSCloudServiceConfiguration(Microsoft.Azure.Batch.CloudServiceConfiguration omObject) + internal PSContainerHostBatchBindMountEntry(Microsoft.Azure.Batch.ContainerHostBatchBindMountEntry omObject) { if ((omObject == null)) { @@ -48,27 +48,27 @@ internal PSCloudServiceConfiguration(Microsoft.Azure.Batch.CloudServiceConfigura this.omObject = omObject; } - public string OSFamily + public System.Boolean? IsReadOnly { get { - return this.omObject.OSFamily; + return this.omObject.IsReadOnly; } set { - this.omObject.OSFamily = value; + this.omObject.IsReadOnly = value; } } - public string OSVersion + public string Source { get { - return this.omObject.OSVersion; + return this.omObject.Source; } set { - this.omObject.OSVersion = value; + this.omObject.Source = value; } } } diff --git a/src/Batch/Batch/Models.Generated/PSImageReference.cs b/src/Batch/Batch/Models.Generated/PSImageReference.cs index 51fe589bbc94..a9397e81b9c3 100644 --- a/src/Batch/Batch/Models.Generated/PSImageReference.cs +++ b/src/Batch/Batch/Models.Generated/PSImageReference.cs @@ -58,6 +58,18 @@ internal PSImageReference(Microsoft.Azure.Batch.ImageReference omObject) this.omObject = omObject; } + public string CommunityGalleryImageId + { + get + { + return this.omObject.CommunityGalleryImageId; + } + set + { + this.omObject.CommunityGalleryImageId = value; + } + } + public string ExactVersion { get @@ -72,6 +84,10 @@ public string Offer { return this.omObject.Offer; } + set + { + this.omObject.Offer = value; + } } public string Publisher @@ -80,6 +96,22 @@ public string Publisher { return this.omObject.Publisher; } + set + { + this.omObject.Publisher = value; + } + } + + public string SharedGalleryImageId + { + get + { + return this.omObject.SharedGalleryImageId; + } + set + { + this.omObject.SharedGalleryImageId = value; + } } public string Sku @@ -88,6 +120,10 @@ public string Sku { return this.omObject.Sku; } + set + { + this.omObject.Sku = value; + } } public string Version @@ -96,6 +132,10 @@ public string Version { return this.omObject.Version; } + set + { + this.omObject.Version = value; + } } public string VirtualMachineImageId @@ -104,6 +144,10 @@ public string VirtualMachineImageId { return this.omObject.VirtualMachineImageId; } + set + { + this.omObject.VirtualMachineImageId = value; + } } } } diff --git a/src/Batch/Batch/Models.Generated/PSJobNetworkConfiguration.cs b/src/Batch/Batch/Models.Generated/PSJobNetworkConfiguration.cs index b104f37c4b1c..569ecc8cbd06 100644 --- a/src/Batch/Batch/Models.Generated/PSJobNetworkConfiguration.cs +++ b/src/Batch/Batch/Models.Generated/PSJobNetworkConfiguration.cs @@ -34,9 +34,9 @@ public partial class PSJobNetworkConfiguration internal Microsoft.Azure.Batch.JobNetworkConfiguration omObject; - public PSJobNetworkConfiguration(string subnetId = null) + public PSJobNetworkConfiguration(string subnetId, System.Nullable skipWithdrawFromVNet = null) { - this.omObject = new Microsoft.Azure.Batch.JobNetworkConfiguration(subnetId); + this.omObject = new Microsoft.Azure.Batch.JobNetworkConfiguration(subnetId, skipWithdrawFromVNet); } internal PSJobNetworkConfiguration(Microsoft.Azure.Batch.JobNetworkConfiguration omObject) @@ -48,12 +48,28 @@ internal PSJobNetworkConfiguration(Microsoft.Azure.Batch.JobNetworkConfiguration this.omObject = omObject; } + public System.Boolean? SkipWithdrawFromVNet + { + get + { + return this.omObject.SkipWithdrawFromVNet; + } + set + { + this.omObject.SkipWithdrawFromVNet = value; + } + } + public string SubnetId { get { return this.omObject.SubnetId; } + set + { + this.omObject.SubnetId = value; + } } } } diff --git a/src/Batch/Batch/Models.Generated/PSManagedDisk.cs b/src/Batch/Batch/Models.Generated/PSManagedDisk.cs index c23ef07cb13b..56e74adae8c2 100644 --- a/src/Batch/Batch/Models.Generated/PSManagedDisk.cs +++ b/src/Batch/Batch/Models.Generated/PSManagedDisk.cs @@ -34,9 +34,16 @@ public partial class PSManagedDisk internal Microsoft.Azure.Batch.ManagedDisk omObject; - public PSManagedDisk(System.Nullable storageAccountType = null) + private PSVMDiskSecurityProfile securityProfile; + + public PSManagedDisk(System.Nullable storageAccountType = null, PSVMDiskSecurityProfile securityProfile = default(PSVMDiskSecurityProfile)) { - this.omObject = new Microsoft.Azure.Batch.ManagedDisk(storageAccountType); + Microsoft.Azure.Batch.VMDiskSecurityProfile securityProfileOmObject = null; + if ((securityProfile != null)) + { + securityProfileOmObject = securityProfile.omObject; + } + this.omObject = new Microsoft.Azure.Batch.ManagedDisk(storageAccountType, securityProfileOmObject); } internal PSManagedDisk(Microsoft.Azure.Batch.ManagedDisk omObject) @@ -48,6 +55,31 @@ internal PSManagedDisk(Microsoft.Azure.Batch.ManagedDisk omObject) this.omObject = omObject; } + public PSVMDiskSecurityProfile SecurityProfile + { + get + { + if (((this.securityProfile == null) + && (this.omObject.SecurityProfile != null))) + { + this.securityProfile = new PSVMDiskSecurityProfile(this.omObject.SecurityProfile); + } + return this.securityProfile; + } + set + { + if ((value == null)) + { + this.omObject.SecurityProfile = null; + } + else + { + this.omObject.SecurityProfile = value.omObject; + } + this.securityProfile = value; + } + } + public Microsoft.Azure.Batch.Common.StorageAccountType? StorageAccountType { get diff --git a/src/Batch/Batch/Models.Generated/PSNodeCounts.cs b/src/Batch/Batch/Models.Generated/PSNodeCounts.cs index 1a485caae6e0..e16007f31948 100644 --- a/src/Batch/Batch/Models.Generated/PSNodeCounts.cs +++ b/src/Batch/Batch/Models.Generated/PSNodeCounts.cs @@ -51,6 +51,22 @@ public int Creating } } + public int Deallocated + { + get + { + return this.omObject.Deallocated; + } + } + + public int Deallocating + { + get + { + return this.omObject.Deallocating; + } + } + public int Idle { get diff --git a/src/Batch/Batch/Models.Generated/PSPoolSpecification.cs b/src/Batch/Batch/Models.Generated/PSPoolSpecification.cs index 03ee1bd686a4..1d93c5f44759 100644 --- a/src/Batch/Batch/Models.Generated/PSPoolSpecification.cs +++ b/src/Batch/Batch/Models.Generated/PSPoolSpecification.cs @@ -34,22 +34,14 @@ public partial class PSPoolSpecification internal Microsoft.Azure.Batch.PoolSpecification omObject; - private IList applicationLicenses; - private IList applicationPackageReferences; - private IList certificateReferences; - - private PSCloudServiceConfiguration cloudServiceConfiguration; - private IDictionary metadata; private IList mountConfiguration; private PSNetworkConfiguration networkConfiguration; - private IDictionary resourceTags; - private PSStartTask startTask; private PSTaskSchedulingPolicy taskSchedulingPolicy; @@ -74,41 +66,6 @@ internal PSPoolSpecification(Microsoft.Azure.Batch.PoolSpecification omObject) this.omObject = omObject; } - public IList ApplicationLicenses - { - get - { - if (((this.applicationLicenses == null) - && (this.omObject.ApplicationLicenses != null))) - { - List list; - list = new List(); - IEnumerator enumerator; - enumerator = this.omObject.ApplicationLicenses.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - list.Add(enumerator.Current); - } - this.applicationLicenses = list; - } - return this.applicationLicenses; - } - set - { - if ((value == null)) - { - this.omObject.ApplicationLicenses = null; - } - else - { - this.omObject.ApplicationLicenses = new List(); - } - this.applicationLicenses = value; - } - } - public IList ApplicationPackageReferences { get @@ -180,66 +137,6 @@ public string AutoScaleFormula } } - public IList CertificateReferences - { - get - { - if (((this.certificateReferences == null) - && (this.omObject.CertificateReferences != null))) - { - List list; - list = new List(); - IEnumerator enumerator; - enumerator = this.omObject.CertificateReferences.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - list.Add(new PSCertificateReference(enumerator.Current)); - } - this.certificateReferences = list; - } - return this.certificateReferences; - } - set - { - if ((value == null)) - { - this.omObject.CertificateReferences = null; - } - else - { - this.omObject.CertificateReferences = new List(); - } - this.certificateReferences = value; - } - } - - public PSCloudServiceConfiguration CloudServiceConfiguration - { - get - { - if (((this.cloudServiceConfiguration == null) - && (this.omObject.CloudServiceConfiguration != null))) - { - this.cloudServiceConfiguration = new PSCloudServiceConfiguration(this.omObject.CloudServiceConfiguration); - } - return this.cloudServiceConfiguration; - } - set - { - if ((value == null)) - { - this.omObject.CloudServiceConfiguration = null; - } - else - { - this.omObject.CloudServiceConfiguration = value.omObject; - } - this.cloudServiceConfiguration = value; - } - } - public string DisplayName { get @@ -371,41 +268,6 @@ public System.TimeSpan? ResizeTimeout } } - public IDictionary ResourceTags - { - get - { - if (((this.resourceTags == null) - && (this.omObject.ResourceTags != null))) - { - Dictionary dict; - dict = new Dictionary(); - IEnumerator> enumerator; - enumerator = this.omObject.ResourceTags.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - dict.Add(enumerator.Current.Key, enumerator.Current.Value); - } - this.resourceTags = dict; - } - return this.resourceTags; - } - set - { - if ((value == null)) - { - this.omObject.ResourceTags = null; - } - else - { - this.omObject.ResourceTags = new Dictionary(); - } - this.resourceTags = value; - } - } - public PSStartTask StartTask { get @@ -455,18 +317,6 @@ public System.Int32? TargetLowPriorityComputeNodes } } - public Microsoft.Azure.Batch.Common.NodeCommunicationMode? TargetNodeCommunicationMode - { - get - { - return this.omObject.TargetNodeCommunicationMode; - } - set - { - this.omObject.TargetNodeCommunicationMode = value; - } - } - public PSTaskSchedulingPolicy TaskSchedulingPolicy { get diff --git a/src/Batch/Batch/Models.Generated/PSTaskContainerSettings.cs b/src/Batch/Batch/Models.Generated/PSTaskContainerSettings.cs index b2b32dc658eb..7548d700c2b0 100644 --- a/src/Batch/Batch/Models.Generated/PSTaskContainerSettings.cs +++ b/src/Batch/Batch/Models.Generated/PSTaskContainerSettings.cs @@ -34,16 +34,18 @@ public partial class PSTaskContainerSettings internal Microsoft.Azure.Batch.TaskContainerSettings omObject; + private IList containerHostBatchBindMounts; + private PSContainerRegistry registry; - public PSTaskContainerSettings(string imageName, string containerRunOptions = null, PSContainerRegistry registry = default(PSContainerRegistry), System.Nullable workingDirectory = null) + public PSTaskContainerSettings(string imageName, string containerRunOptions = null, PSContainerRegistry registry = default(PSContainerRegistry), System.Nullable workingDirectory = null, System.Collections.Generic.IList containerHostBatchBindMounts = null) { Microsoft.Azure.Batch.ContainerRegistry registryOmObject = null; if ((registry != null)) { registryOmObject = registry.omObject; } - this.omObject = new Microsoft.Azure.Batch.TaskContainerSettings(imageName, containerRunOptions, registryOmObject, workingDirectory); + this.omObject = new Microsoft.Azure.Batch.TaskContainerSettings(imageName, containerRunOptions, registryOmObject, workingDirectory, containerHostBatchBindMounts); } internal PSTaskContainerSettings(Microsoft.Azure.Batch.TaskContainerSettings omObject) @@ -55,6 +57,41 @@ internal PSTaskContainerSettings(Microsoft.Azure.Batch.TaskContainerSettings omO this.omObject = omObject; } + public IList ContainerHostBatchBindMounts + { + get + { + if (((this.containerHostBatchBindMounts == null) + && (this.omObject.ContainerHostBatchBindMounts != null))) + { + List list; + list = new List(); + IEnumerator enumerator; + enumerator = this.omObject.ContainerHostBatchBindMounts.GetEnumerator(); + for ( + ; enumerator.MoveNext(); + ) + { + list.Add(new PSContainerHostBatchBindMountEntry(enumerator.Current)); + } + this.containerHostBatchBindMounts = list; + } + return this.containerHostBatchBindMounts; + } + set + { + if ((value == null)) + { + this.omObject.ContainerHostBatchBindMounts = null; + } + else + { + this.omObject.ContainerHostBatchBindMounts = new List(); + } + this.containerHostBatchBindMounts = value; + } + } + public string ContainerRunOptions { get diff --git a/src/Batch/Batch/Models.Generated/PSDeleteCertificateError.cs b/src/Batch/Batch/Models.Generated/PSVMDiskSecurityProfile.cs similarity index 57% rename from src/Batch/Batch/Models.Generated/PSDeleteCertificateError.cs rename to src/Batch/Batch/Models.Generated/PSVMDiskSecurityProfile.cs index db998cd90e23..4449aeef40a3 100644 --- a/src/Batch/Batch/Models.Generated/PSDeleteCertificateError.cs +++ b/src/Batch/Batch/Models.Generated/PSVMDiskSecurityProfile.cs @@ -29,14 +29,17 @@ namespace Microsoft.Azure.Commands.Batch.Models using Microsoft.Azure.Batch; - public partial class PSDeleteCertificateError + public partial class PSVMDiskSecurityProfile { - internal Microsoft.Azure.Batch.DeleteCertificateError omObject; + internal Microsoft.Azure.Batch.VMDiskSecurityProfile omObject; - private IReadOnlyList values; + public PSVMDiskSecurityProfile() + { + this.omObject = new Microsoft.Azure.Batch.VMDiskSecurityProfile(); + } - internal PSDeleteCertificateError(Microsoft.Azure.Batch.DeleteCertificateError omObject) + internal PSVMDiskSecurityProfile(Microsoft.Azure.Batch.VMDiskSecurityProfile omObject) { if ((omObject == null)) { @@ -45,42 +48,15 @@ internal PSDeleteCertificateError(Microsoft.Azure.Batch.DeleteCertificateError o this.omObject = omObject; } - public string Code - { - get - { - return this.omObject.Code; - } - } - - public string Message + public string SecurityEncryptionType { get { - return this.omObject.Message; + return this.omObject.SecurityEncryptionType; } - } - - public IReadOnlyList Values - { - get + set { - if (((this.values == null) - && (this.omObject.Values != null))) - { - List list; - list = new List(); - IEnumerator enumerator; - enumerator = this.omObject.Values.GetEnumerator(); - for ( - ; enumerator.MoveNext(); - ) - { - list.Add(new PSNameValuePair(enumerator.Current)); - } - this.values = list; - } - return this.values; + this.omObject.SecurityEncryptionType = value; } } } diff --git a/src/Batch/Batch/Models/BatchClient.Certificates.cs b/src/Batch/Batch/Models/BatchClient.Certificates.cs deleted file mode 100644 index 792515d2c52e..000000000000 --- a/src/Batch/Batch/Models/BatchClient.Certificates.cs +++ /dev/null @@ -1,145 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Commands.Batch.Properties; -using System; -using System.Collections.Generic; - -namespace Microsoft.Azure.Commands.Batch.Models -{ - public partial class BatchClient - { - /// - /// Lists the certificates matching the specified filter options. - /// - /// The options to use when querying for certificates. - /// The certificates matching the specified filter options. - [Obsolete("This operation is deprecated and will be removed after February, 2024.")] - public IEnumerable ListCertificates(ListCertificateOptions options) - { - if (options == null) - { - throw new ArgumentNullException("options"); - } - - // Get the single certificate matching the specified thumbprint - if (!string.IsNullOrWhiteSpace(options.Thumbprint)) - { - WriteVerbose(string.Format(Resources.GetCertificateByThumbprint, options.Thumbprint)); - CertificateOperations certOperations = options.Context.BatchOMClient.CertificateOperations; - ODATADetailLevel getDetailLevel = new ODATADetailLevel(selectClause: options.Select); - Certificate certificate = certOperations.GetCertificate(options.ThumbprintAlgorithm, options.Thumbprint, - detailLevel: getDetailLevel, additionalBehaviors: options.AdditionalBehaviors); - PSCertificate psCertificate = new PSCertificate(certificate); - return new PSCertificate[] { psCertificate }; - } - // List certificates using the specified filter - else - { - string verboseLogString = null; - ODATADetailLevel listDetailLevel = new ODATADetailLevel(selectClause: options.Select); - if (!string.IsNullOrEmpty(options.Filter)) - { - verboseLogString = Resources.GetCertificatesByFilter; - listDetailLevel.FilterClause = options.Filter; - } - else - { - verboseLogString = Resources.GetCertificatesNoFilter; - } - WriteVerbose(verboseLogString); - - CertificateOperations certOperations = options.Context.BatchOMClient.CertificateOperations; - IPagedEnumerable certificates = certOperations.ListCertificates(listDetailLevel, options.AdditionalBehaviors); - Func mappingFunction = c => { return new PSCertificate(c); }; - return PSPagedEnumerable.CreateWithMaxCount( - certificates, mappingFunction, options.MaxCount, () => WriteMaxCount(options.MaxCount)); - } - } - - /// - /// Adds a certificate to the specified Batch account. - /// - /// The parameters to use when creating the certificate. - [Obsolete("This operation is deprecated and will be removed after February, 2024.")] - public void AddCertificate(NewCertificateParameters parameters) - { - if (parameters == null) - { - throw new ArgumentNullException("parameters"); - } - - CertificateOperations certOperations = parameters.Context.BatchOMClient.CertificateOperations; - Certificate unboundCert; - - if (!string.IsNullOrWhiteSpace(parameters.FilePath)) - { - if (parameters.CertificateKind == PSCertificateKind.Cer) - { - unboundCert = certOperations.CreateCertificateFromCer(parameters.FilePath); - } - else - { - unboundCert = certOperations.CreateCertificateFromPfx(parameters.FilePath, parameters.Password); - } - } - else - { - if (parameters.CertificateKind == PSCertificateKind.Cer) - { - unboundCert = certOperations.CreateCertificateFromCer(parameters.RawData); - } - else - { - unboundCert = certOperations.CreateCertificateFromPfx(parameters.RawData, parameters.Password); - } - } - - WriteVerbose(string.Format(Resources.AddingCertificate, unboundCert.Thumbprint)); - unboundCert.Commit(parameters.AdditionalBehaviors); - } - - /// - /// Deletes the specified certificate. - /// - /// The parameters indicating which certificate to delete. - public void DeleteCertificate(CertificateOperationParameters parameters) - { - if (parameters == null) - { - throw new ArgumentNullException("parameters"); - } - - CertificateOperations certOperations = parameters.Context.BatchOMClient.CertificateOperations; - certOperations.DeleteCertificate(parameters.ThumbprintAlgorithm, parameters.Thumbprint, parameters.AdditionalBehaviors); - } - - /// - /// Cancels a failed deletion of the specified certificate. - /// - /// The parameters indicating which certificate to failed to delete. - public void CancelDeleteCertificate(CertificateOperationParameters parameters) - { - if (parameters == null) - { - throw new ArgumentNullException("parameters"); - } - - WriteVerbose(string.Format(Resources.CancelCertificateDelete, parameters.Thumbprint)); - CertificateOperations certOperations = parameters.Context.BatchOMClient.CertificateOperations; - certOperations.CancelDeleteCertificate(parameters.ThumbprintAlgorithm, parameters.Thumbprint, parameters.AdditionalBehaviors); - } - } -} \ No newline at end of file diff --git a/src/Batch/Batch/Models/BatchClient.Files.cs b/src/Batch/Batch/Models/BatchClient.Files.cs index 0a43d455207f..761f6fbe9214 100644 --- a/src/Batch/Batch/Models/BatchClient.Files.cs +++ b/src/Batch/Batch/Models/BatchClient.Files.cs @@ -266,47 +266,5 @@ private void DownloadNodeFileByInstance(NodeFile file, string destinationPath, S } } } - - /// - /// Downloads a Remote Desktop Protocol file using the specified options. - /// - /// The download options. - public void DownloadRemoteDesktopProtocolFile(DownloadRemoteDesktopProtocolFileOptions options) - { - if (options == null) - { - throw new ArgumentNullException("options"); - } - - if (options.Stream != null) - { - // Don't dispose supplied Stream - CopyRDPStream(options.Stream, options.Context.BatchOMClient, options.PoolId, options.ComputeNodeId, options.ComputeNode, options.AdditionalBehaviors); - } - else - { - string computeNodeId = options.ComputeNode == null ? options.ComputeNodeId : options.ComputeNode.Id; - WriteVerbose(string.Format(Resources.DownloadingRDPFile, computeNodeId, options.DestinationPath)); - - using (FileStream fs = new FileStream(options.DestinationPath, FileMode.Create)) - { - CopyRDPStream(fs, options.Context.BatchOMClient, options.PoolId, options.ComputeNodeId, options.ComputeNode, options.AdditionalBehaviors); - } - } - } - - private void CopyRDPStream(Stream destinationStream, Microsoft.Azure.Batch.BatchClient client, string poolId, string computeNodeId, - PSComputeNode computeNode, IEnumerable additionalBehaviors = null) - { - if (computeNode == null) - { - PoolOperations poolOperations = client.PoolOperations; - poolOperations.GetRDPFile(poolId, computeNodeId, destinationStream, additionalBehaviors); - } - else - { - computeNode.omObject.GetRDPFile(destinationStream, additionalBehaviors); - } - } } } diff --git a/src/Batch/Batch/Models/BatchClient.Pools.cs b/src/Batch/Batch/Models/BatchClient.Pools.cs index 34c0cdcd771e..ebc7f10feb77 100644 --- a/src/Batch/Batch/Models/BatchClient.Pools.cs +++ b/src/Batch/Batch/Models/BatchClient.Pools.cs @@ -128,35 +128,11 @@ public void CreatePool(NewPoolParameters parameters) } } - if (parameters.ResourceTags != null) - { - pool.ResourceTags = new Dictionary(); - - foreach (DictionaryEntry m in parameters.ResourceTags) - { - pool.ResourceTags.Add(m.Key.ToString(), m.Value?.ToString()); - } - } - - if (parameters.CertificateReferences != null) - { - pool.CertificateReferences = new List(); - foreach (PSCertificateReference c in parameters.CertificateReferences) - { - pool.CertificateReferences.Add(c.omObject); - } - } - if (parameters.ApplicationPackageReferences != null) { pool.ApplicationPackageReferences = parameters.ApplicationPackageReferences.ToList().ConvertAll(apr => apr.omObject); } - if (parameters.CloudServiceConfiguration != null) - { - pool.CloudServiceConfiguration = parameters.CloudServiceConfiguration.omObject; - } - if (parameters.VirtualMachineConfiguration != null) { Utils.Utils.VirtualMachineConfigurationSyncCollections(parameters.VirtualMachineConfiguration); @@ -182,13 +158,6 @@ public void CreatePool(NewPoolParameters parameters) pool.UserAccounts = parameters.UserAccounts.ToList().ConvertAll(user => user.omObject); } - if (parameters.ApplicationLicenses != null) - { - pool.ApplicationLicenses = parameters.ApplicationLicenses; - } - - pool.TargetNodeCommunicationMode = (NodeCommunicationMode)parameters.TargetCommunicationMode; - WriteVerbose(string.Format(Resources.CreatingPool, parameters.PoolId)); pool.Commit(parameters.AdditionalBehaviors); } diff --git a/src/Batch/Batch/Models/BatchClient.PrivateEndpointConnection.cs b/src/Batch/Batch/Models/BatchClient.PrivateEndpointConnection.cs index 3dcd7f8e6582..054ab031aa7d 100644 --- a/src/Batch/Batch/Models/BatchClient.PrivateEndpointConnection.cs +++ b/src/Batch/Batch/Models/BatchClient.PrivateEndpointConnection.cs @@ -76,7 +76,7 @@ public virtual PSPrivateEndpointConnection GetPrivateEndpointConnection(string r return result; } - public virtual void UpdatePrivateEndpointConnection(string resourceGroup, string accountName, string name, PrivateLinkServiceConnectionStatus status, string description) + public virtual void UpdatePrivateEndpointConnection(string resourceGroup, string accountName, string name, PrivateLinkServiceConnectionStatus status, string description, PrivateEndpoint privateEndpoint, PrivateEndpointConnectionProvisioningState provisioningState, System.Collections.Generic.IList groupIds) { if (resourceGroup == null) { @@ -92,8 +92,11 @@ public virtual void UpdatePrivateEndpointConnection(string resourceGroup, string } PrivateLinkServiceConnectionState state = new PrivateLinkServiceConnectionState(status: status, description: description); - - BatchManagementClient.PrivateEndpointConnection.Update(resourceGroup, accountName, name, state, default); + PrivateEndpointConnection parameters = new PrivateEndpointConnection() + { + PrivateLinkServiceConnectionState = state, + }; + BatchManagementClient.PrivateEndpointConnection.Update(resourceGroup, accountName, name, parameters, default); } internal IEnumerable ListAllPrivateEndpointConnections(string resourceGroup, string accountName, int? maxResults = null) diff --git a/src/Batch/Batch/Models/CertificateOperationParameters.cs b/src/Batch/Batch/Models/CertificateOperationParameters.cs deleted file mode 100644 index 2465baad9651..000000000000 --- a/src/Batch/Batch/Models/CertificateOperationParameters.cs +++ /dev/null @@ -1,50 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using System; -using System.Collections.Generic; - -namespace Microsoft.Azure.Commands.Batch.Models -{ - public class CertificateOperationParameters : BatchClientParametersBase - { - public CertificateOperationParameters(BatchAccountContext context, string thumbprintAlgorithm, string thumbprint, - IEnumerable additionalBehaviors = null) : base(context, additionalBehaviors) - { - if (string.IsNullOrWhiteSpace(thumbprintAlgorithm)) - { - throw new ArgumentNullException("thumbprintAlgorithm"); - } - - if (string.IsNullOrWhiteSpace(thumbprint)) - { - throw new ArgumentNullException("thumbprint"); - } - - this.ThumbprintAlgorithm = thumbprintAlgorithm; - this.Thumbprint = thumbprint; - } - - /// - /// The algorithm used to derive the Thumbprint parameter. This must be sha1. - /// - public string ThumbprintAlgorithm { get; private set; } - - /// - /// The thumbprint of the certificate - /// - public string Thumbprint { get; private set; } - } -} diff --git a/src/Batch/Batch/Models/DownloadRemoteDesktopProtocolFileOptions.cs b/src/Batch/Batch/Models/DownloadRemoteDesktopProtocolFileOptions.cs deleted file mode 100644 index 7f4d8b4e48ed..000000000000 --- a/src/Batch/Batch/Models/DownloadRemoteDesktopProtocolFileOptions.cs +++ /dev/null @@ -1,47 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Commands.Batch.Properties; -using System; -using System.Collections.Generic; -using System.IO; - -namespace Microsoft.Azure.Commands.Batch.Models -{ - public class DownloadRemoteDesktopProtocolFileOptions : ComputeNodeOperationParameters - { - public DownloadRemoteDesktopProtocolFileOptions(BatchAccountContext context, string poolId, string computeNodeId, PSComputeNode computeNode, string destinationPath, - Stream stream, IEnumerable additionalBehaviors = null) : base(context, poolId, computeNodeId, computeNode, additionalBehaviors) - { - if (string.IsNullOrWhiteSpace(destinationPath) && stream == null) - { - throw new ArgumentNullException(Resources.NoDownloadDestination); - } - - this.DestinationPath = destinationPath; - this.Stream = stream; - } - - /// - /// The path to the directory where the Remote Desktop Protocol file will be downloaded - /// - public string DestinationPath { get; set; } - - /// - /// The Stream into which the Remote Desktop Protocol file data will be written. This stream will not be closed or rewound by this call. - /// - public Stream Stream { get; set; } - } -} diff --git a/src/Batch/Batch/Models/ListCertificateOptions.cs b/src/Batch/Batch/Models/ListCertificateOptions.cs deleted file mode 100644 index 83a053ddd843..000000000000 --- a/src/Batch/Batch/Models/ListCertificateOptions.cs +++ /dev/null @@ -1,51 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using System.Collections.Generic; - -namespace Microsoft.Azure.Commands.Batch.Models -{ - public class ListCertificateOptions : BatchClientParametersBase - { - public ListCertificateOptions(BatchAccountContext context, IEnumerable additionalBehaviors = null) - : base(context, additionalBehaviors) - { } - - /// - /// The algorithm used to derive the Thumbprint parameter. This must be sha1. - /// - public string ThumbprintAlgorithm { get; set; } - - /// - /// If specified, the single certificate with this thumbprint will be returned. - /// - public string Thumbprint { get; set; } - - /// - /// The OData filter to use when querying for certificates. - /// - public string Filter { get; set; } - - /// - /// The OData select clause to use. - /// - public string Select { get; set; } - - /// - /// The maximum number of certificates to return. - /// - public int MaxCount { get; set; } - } -} diff --git a/src/Batch/Batch/Models/NewCertificateParameters.cs b/src/Batch/Batch/Models/NewCertificateParameters.cs deleted file mode 100644 index 878edc1099f8..000000000000 --- a/src/Batch/Batch/Models/NewCertificateParameters.cs +++ /dev/null @@ -1,61 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// Copyright Microsoft Corporation -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// ---------------------------------------------------------------------------------- - -using Microsoft.Azure.Batch; -using Microsoft.Azure.Commands.Batch.Properties; -using System; -using System.Collections.Generic; - -namespace Microsoft.Azure.Commands.Batch.Models -{ - public class NewCertificateParameters : BatchClientParametersBase - { - public NewCertificateParameters( - BatchAccountContext context, - string filePath, - byte[] rawData, - PSCertificateKind certKind, - IEnumerable additionalBehaviors = null) : base(context, additionalBehaviors) - { - if (string.IsNullOrWhiteSpace(filePath) && rawData == null) - { - throw new ArgumentException(Resources.NoCertificateData); - } - - this.FilePath = filePath; - this.RawData = rawData; - this.CertificateKind = certKind; - } - - /// - /// The path to the certificate file. The certificate must be in either .cer or .pfx format. - /// - public string FilePath { get; private set; } - - /// - /// The raw certificate data in either .cer or .pfx format. - /// - public byte[] RawData { get; private set; } - - /// - /// The password to access the certificate private key for .pfx certificates. - /// - public string Password { get; set; } - - /// - /// The kind of certificate - /// - public PSCertificateKind CertificateKind { get; set; } - } -} diff --git a/src/Batch/Batch/Models/NewPoolParameters.cs b/src/Batch/Batch/Models/NewPoolParameters.cs index 1f4aecee5a5a..a557ba6a52f2 100644 --- a/src/Batch/Batch/Models/NewPoolParameters.cs +++ b/src/Batch/Batch/Models/NewPoolParameters.cs @@ -53,11 +53,6 @@ public NewPoolParameters(BatchAccountContext context, string poolId, IEnumerable /// public PSVirtualMachineConfiguration VirtualMachineConfiguration { get; set; } - /// - /// Pool configuration settings for a pool based on the Azure cloud service platform - /// - public PSCloudServiceConfiguration CloudServiceConfiguration { get; set; } - /// /// The timeout for allocating compute nodes to the pool. /// @@ -103,11 +98,6 @@ public NewPoolParameters(BatchAccountContext context, string poolId, IEnumerable /// public IDictionary Metadata { get; set; } - /// - /// The user-specified tags associated with the pool. - /// - public IDictionary ResourceTags { get; set; } - /// /// Specifies whether the pool permits direct communication between compute nodes. /// @@ -118,11 +108,6 @@ public NewPoolParameters(BatchAccountContext context, string poolId, IEnumerable /// public PSStartTask StartTask { get; set; } - /// - /// Certificate references for the pool. - /// - public PSCertificateReference[] CertificateReferences { get; set; } - /// /// Application package references for the pool. /// @@ -143,15 +128,5 @@ public NewPoolParameters(BatchAccountContext context, string poolId, IEnumerable /// public PSUserAccount[] UserAccounts { get; set; } - /// - /// The list of application licenses the Batch service will make available on each compute node in the pool. - /// - public List ApplicationLicenses { get; set; } - - /// - /// The desired node communication mode for the pool. - /// - public NodeCommunicationMode TargetCommunicationMode { get; set; } - } } diff --git a/src/Batch/Batch/Models/PSCertificateKind.cs b/src/Batch/Batch/Models/PSCertificateKind.cs deleted file mode 100644 index 8701006327e4..000000000000 --- a/src/Batch/Batch/Models/PSCertificateKind.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace Microsoft.Azure.Commands.Batch.Models -{ - public enum PSCertificateKind - { - Cer, - Pfx - } -} diff --git a/src/Batch/Batch/Pools/GetBatchPoolCommand.cs b/src/Batch/Batch/Pools/GetBatchPoolCommand.cs index 2823bdf7d3e0..812186e37c5c 100644 --- a/src/Batch/Batch/Pools/GetBatchPoolCommand.cs +++ b/src/Batch/Batch/Pools/GetBatchPoolCommand.cs @@ -20,7 +20,6 @@ namespace Microsoft.Azure.Commands.Batch { - [CmdletOutputBreakingChangeWithVersion(typeof(PSCloudPool), "15.0.0", "4.0.0", DeprecatedOutputProperties = new string[] {"CurrentNodeCommunicationMode", "TargetNodeCommunicationMode", "ResourceTags", "CertificateReferences", "ApplicationLicenses", "CloudServiceConfiguration"})] [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzurePrefix + "BatchPool", DefaultParameterSetName = Constants.ODataFilterParameterSet), OutputType(typeof(PSCloudPool))] public class GetBatchPoolCommand : BatchObjectModelCmdletBase { diff --git a/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs b/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs index cd813776648a..d867d1a9bbc3 100644 --- a/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs +++ b/src/Batch/Batch/Pools/GetBatchPoolNodeCountCommand.cs @@ -34,7 +34,6 @@ public class GetBatchPoolNodeCountCommand : BatchObjectModelCmdletBase [Parameter(ParameterSetName = Constants.ParentObjectParameterSet, ValueFromPipeline = true, Mandatory = false, HelpMessage = "The pool object for which to get node counts.")] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of PSCloudPool are being deprecated: CurrentNodeCommunicationMode, TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSCloudPool Pool { get; set; } [Parameter(ParameterSetName = Constants.ODataFilterParameterSet), ValidateRange(1, defaultMaxCount)] diff --git a/src/Batch/Batch/Pools/NewBatchPoolCommand.cs b/src/Batch/Batch/Pools/NewBatchPoolCommand.cs index efa585cd0d14..58564f8e752e 100644 --- a/src/Batch/Batch/Pools/NewBatchPoolCommand.cs +++ b/src/Batch/Batch/Pools/NewBatchPoolCommand.cs @@ -84,11 +84,6 @@ public class NewBatchPoolCommand : BatchObjectModelCmdletBase [ValidateNotNullOrEmpty] public PSTaskSchedulingPolicy TaskSchedulingPolicy { get; set; } - [CmdletParameterBreakingChangeWithVersion("ResourceTag", "15.0.0", "4.0.0", ChangeDescription = ChangeDesc)] - [Parameter(Mandatory = false, HelpMessage = "The user defined tags to be associated with the Azure Batch Pool.When specified, these tags are propagated to the backing Azure resources associated with the pool.This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'.")] - [ValidateNotNullOrEmpty] - public IDictionary ResourceTag { get; set; } - [Parameter] [ValidateNotNullOrEmpty] public IDictionary Metadata { get; set; } @@ -99,34 +94,16 @@ public class NewBatchPoolCommand : BatchObjectModelCmdletBase [ValidateNotNullOrEmpty] public PSStartTask StartTask { get; set; } - [Parameter] - [ValidateNotNullOrEmpty] - [Alias("CertificateReference")] - [CmdletParameterBreakingChangeWithVersion("CertificateReference", "15.0.0", "4.0.0", ChangeDescription = ChangeDesc)] - public PSCertificateReference[] CertificateReferences { get; set; } - [Parameter] [ValidateNotNullOrEmpty] [Alias("ApplicationPackageReference")] public PSApplicationPackageReference[] ApplicationPackageReferences { get; set; } - [Parameter] - [ValidateNotNullOrEmpty] - [Alias("ApplicationLicense")] - [CmdletParameterBreakingChangeWithVersion("ApplicationLicense", "15.0.0", "4.0.0", ChangeDescription = ChangeDesc)] - public List ApplicationLicenses { get; set; } - [Parameter(ParameterSetName = VirtualMachineAutoScaleParameterSet)] [Parameter(ParameterSetName = VirtualMachineTargetDedicatedParameterSet)] [ValidateNotNullOrEmpty] public PSVirtualMachineConfiguration VirtualMachineConfiguration { get; set; } - [Parameter(ParameterSetName = CloudServiceAutoScaleParameterSet)] - [Parameter(ParameterSetName = CloudServiceTargetDedicatedParameterSet)] - [ValidateNotNullOrEmpty] - [CmdletParameterBreakingChangeWithVersion("CloudServiceConfiguration", "15.0.0", "4.0.0", ChangeDescription = ChangeDesc)] - public PSCloudServiceConfiguration CloudServiceConfiguration { get; set; } - [Parameter] [ValidateNotNullOrEmpty] public PSNetworkConfiguration NetworkConfiguration { get; set; } @@ -139,16 +116,6 @@ public class NewBatchPoolCommand : BatchObjectModelCmdletBase [ValidateNotNullOrEmpty] public PSUserAccount[] UserAccount { get; set; } - [Parameter] - [ValidateNotNullOrEmpty] - public NodeCommunicationMode CurrentNodeCommunicationMode { get; } - - [Parameter] - [ValidateNotNullOrEmpty] - [PSArgumentCompleter("Default", "Classic", "Simplified")] - [CmdletParameterBreakingChangeWithVersion("TargetNodeCommunicationMode", "15.0.0", "4.0.0", ChangeDescription = ChangeDesc)] - public NodeCommunicationMode TargetNodeCommunicationMode { get; set; } - protected override void ExecuteCmdletImpl() { NewPoolParameters parameters = new NewPoolParameters(this.BatchContext, this.Id, this.AdditionalBehaviors) @@ -166,16 +133,11 @@ protected override void ExecuteCmdletImpl() Metadata = this.Metadata, InterComputeNodeCommunicationEnabled = this.InterComputeNodeCommunicationEnabled.IsPresent, StartTask = this.StartTask, - CertificateReferences = this.CertificateReferences, ApplicationPackageReferences = this.ApplicationPackageReferences, VirtualMachineConfiguration = this.VirtualMachineConfiguration, - CloudServiceConfiguration = this.CloudServiceConfiguration, NetworkConfiguration = this.NetworkConfiguration, UserAccounts = this.UserAccount, - ApplicationLicenses = this.ApplicationLicenses, - MountConfiguration = this.MountConfiguration, - TargetCommunicationMode = this.TargetNodeCommunicationMode, - ResourceTags = this.ResourceTag, + MountConfiguration = this.MountConfiguration }; if (ShouldProcess("AzureBatchPool")) diff --git a/src/Batch/Batch/Pools/SetBatchPoolCommand.cs b/src/Batch/Batch/Pools/SetBatchPoolCommand.cs index 45801f212d2b..4e5c51abab61 100644 --- a/src/Batch/Batch/Pools/SetBatchPoolCommand.cs +++ b/src/Batch/Batch/Pools/SetBatchPoolCommand.cs @@ -25,7 +25,6 @@ public class SetBatchPoolCommand : BatchObjectModelCmdletBase [Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, HelpMessage = "The PSCloudPool object with changes to commit to the Batch Service.")] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of PSCloudPool are being deprecated: CurrentNodeCommunicationMode, TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSCloudPool Pool { get; set; } protected override void ExecuteCmdletImpl() diff --git a/src/Batch/Batch/Properties/Resources.Designer.cs b/src/Batch/Batch/Properties/Resources.Designer.cs index ba1c398713d8..4321303f2b92 100644 --- a/src/Batch/Batch/Properties/Resources.Designer.cs +++ b/src/Batch/Batch/Properties/Resources.Designer.cs @@ -60,15 +60,6 @@ internal Resources() { } } - /// - /// Looks up a localized string similar to Adding a new certificate with thumbprint {0}. . - /// - internal static string AddingCertificate { - get { - return ResourceManager.GetString("AddingCertificate", resourceCulture); - } - } - /// /// Looks up a localized string similar to Failed to create application package {0} version {1}. The package already exists, and the application does not allow existing packages to be updated. You must upload your package using a new version number.. /// @@ -87,15 +78,6 @@ internal static string BeginMAMLCall { } } - /// - /// Looks up a localized string similar to Canceling deletion of the certificate with thumbprint {0}.. - /// - internal static string CancelCertificateDelete { - get { - return ResourceManager.GetString("CancelCertificateDelete", resourceCulture); - } - } - /// /// Looks up a localized string similar to Changing OS version of pool {0} to {1}.. /// @@ -366,33 +348,6 @@ internal static string GetAllPoolsLifetimeStatistics { } } - /// - /// Looks up a localized string similar to Getting the certificate with thumbprint {0}.. - /// - internal static string GetCertificateByThumbprint { - get { - return ResourceManager.GetString("GetCertificateByThumbprint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Getting certificates matching the specified OData filter.. - /// - internal static string GetCertificatesByFilter { - get { - return ResourceManager.GetString("GetCertificatesByFilter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Getting all certificates that have been added to the Batch account.. - /// - internal static string GetCertificatesNoFilter { - get { - return ResourceManager.GetString("GetCertificatesNoFilter", resourceCulture); - } - } - /// /// Looks up a localized string similar to Getting compute node "{0}" from pool "{1}".. /// @@ -825,15 +780,6 @@ internal static string NewApplicationPackageNoPathSpecified { } } - /// - /// Looks up a localized string similar to No certificate data was specified. Supply the path to a certificate file, or provide the raw certificate data.. - /// - internal static string NoCertificateData { - get { - return ResourceManager.GetString("NoCertificateData", resourceCulture); - } - } - /// /// Looks up a localized string similar to No compute node was specified. Supply a PSComputeNode object or a pool id and compute node id.. /// @@ -978,24 +924,6 @@ internal static string RemoveBatchAccount { } } - /// - /// Looks up a localized string similar to Removing certificate .... - /// - internal static string RemoveCertificate { - get { - return ResourceManager.GetString("RemoveCertificate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to remove the certificate with thumbprint {0}?. - /// - internal static string RemoveCertificateConfirm { - get { - return ResourceManager.GetString("RemoveCertificateConfirm", resourceCulture); - } - } - /// /// Looks up a localized string similar to Removing compute node(s) from pool.... /// diff --git a/src/Batch/Batch/Properties/Resources.resx b/src/Batch/Batch/Properties/Resources.resx index cadafedc9f28..14ff8d3881a0 100644 --- a/src/Batch/Batch/Properties/Resources.resx +++ b/src/Batch/Batch/Properties/Resources.resx @@ -117,15 +117,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Adding a new certificate with thumbprint {0}. - Begin {0} call to RP - - Canceling deletion of the certificate with thumbprint {0}. - Changing OS version of pool {0} to {1}. @@ -186,15 +180,6 @@ Getting all accounts in subscription - - Getting the certificate with thumbprint {0}. - - - Getting certificates matching the specified OData filter. - - - Getting all certificates that have been added to the Batch account. - Getting compute node "{0}" from pool "{1}". @@ -300,9 +285,6 @@ Cannot find resource group name in ID property: {0} - - No certificate data was specified. Supply the path to a certificate file, or provide the raw certificate data. - No compute node was specified. Supply a PSComputeNode object or a pool id and compute node id. @@ -345,12 +327,6 @@ Removing batch account ... - - Removing certificate ... - - - Are you sure you want to remove the certificate with thumbprint {0}? - Removing compute node(s) from pool... diff --git a/src/Batch/Batch/Tasks/GetBatchTaskCommand.cs b/src/Batch/Batch/Tasks/GetBatchTaskCommand.cs index 455e4d329537..b48a9e485733 100644 --- a/src/Batch/Batch/Tasks/GetBatchTaskCommand.cs +++ b/src/Batch/Batch/Tasks/GetBatchTaskCommand.cs @@ -38,7 +38,6 @@ public class GetBatchTaskCommand : BatchObjectModelCmdletBase [Parameter(Position = 0, ParameterSetName = Constants.ParentObjectParameterSet, ValueFromPipeline = true)] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSCloudJob Job { get; set; } [Parameter(ParameterSetName = Constants.ODataFilterParameterSet)] diff --git a/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs b/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs index 54e40f068278..1dbd817f904a 100644 --- a/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs +++ b/src/Batch/Batch/Tasks/GetBatchTaskCountCommand.cs @@ -31,7 +31,6 @@ public class GetBatchTaskCountCommand : BatchObjectModelCmdletBase [Parameter(Position = 0, ParameterSetName = Constants.ParentObjectParameterSet, ValueFromPipeline = true)] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSCloudJob Job { get; set; } protected override void ExecuteCmdletImpl() diff --git a/src/Batch/Batch/Tasks/GetBatchTaskSlotCountCommand.cs b/src/Batch/Batch/Tasks/GetBatchTaskSlotCountCommand.cs index 92b5d922e5f1..12ffea1f6399 100644 --- a/src/Batch/Batch/Tasks/GetBatchTaskSlotCountCommand.cs +++ b/src/Batch/Batch/Tasks/GetBatchTaskSlotCountCommand.cs @@ -40,7 +40,6 @@ public class GetBatchTaskSlotCountCommand : BatchObjectModelCmdletBase HelpMessage = "Specifies the job that contains tasks that this cmdlet gets. To obtain a **PSCloudJob** object, use the Get-AzBatchJob cmdlet." )] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSCloudJob Job { get; set; } protected override void ExecuteCmdletImpl() diff --git a/src/Batch/Batch/Tasks/NewBatchTaskCommand.cs b/src/Batch/Batch/Tasks/NewBatchTaskCommand.cs index 72bd87982a81..3f656ad706a5 100644 --- a/src/Batch/Batch/Tasks/NewBatchTaskCommand.cs +++ b/src/Batch/Batch/Tasks/NewBatchTaskCommand.cs @@ -39,7 +39,6 @@ public class NewBatchTaskCommand : BatchObjectModelCmdletBase [Parameter(ParameterSetName = JobObjectAndBulkAddParameterSet, ValueFromPipeline = true)] [Parameter(ParameterSetName = JobObjectAndSingleAddParameterSet, ValueFromPipeline = true)] [ValidateNotNullOrEmpty] - [GenericBreakingChangeWithVersion("The following properties of the PSPoolSpecification class found under the PSCloudJob class are being deprecated: TargetNodeCommunicationMode, ResourceTags, CertificateReferences, ApplicationLicenses, CloudServiceConfiguration","15.0.0", "4.0.0")] public PSCloudJob Job { get; set; } [Parameter(ParameterSetName = JobIdAndSingleAddParameterSet, Mandatory = true, HelpMessage = "The id of the task to add.")] diff --git a/src/Batch/Batch/Utils/Constants.cs b/src/Batch/Batch/Utils/Constants.cs index 71e1828ecab7..b99e820dd429 100644 --- a/src/Batch/Batch/Utils/Constants.cs +++ b/src/Batch/Batch/Utils/Constants.cs @@ -43,13 +43,10 @@ public class Constants public const string AzureBatchSubtask = "AzureBatchSubtask"; public const string AzureBatchNodeFile = "AzureBatchNodeFile"; public const string AzureBatchNodeFileContent = "AzureBatchNodeFileContent"; - public const string AzureBatchRemoteDesktopProtocolFile = "AzureBatchRemoteDesktopProtocolFile"; public const string AzureBatchRemoteLoginSettings = "AzureBatchRemoteLoginSettings"; public const string AzureBatchAutoScale = "AzureBatchAutoScale"; public const string AzureBatchPoolOSVersion = "AzureBatchPoolOSVersion"; public const string AzureBatchPoolStatistics = "AzureBatchPoolStatistics"; - public const string AzureBatchCertificate = "AzureBatchCertificate"; - public const string AzureBatchCertificateDeletion = "AzureBatchCertificateDeletion"; public const string AzureBatchNodeAgentSku = "AzureBatchNodeAgentSku"; public const string AzureBatchPoolNodeCounts = "AzureBatchPoolNodeCounts"; public const string AzureBatchComputeNodeServiceLogUpload = "AzureBatchComputeNodeServiceLogUpload"; diff --git a/src/Batch/Batch/Utils/Utils.cs b/src/Batch/Batch/Utils/Utils.cs index 92b37e8b07b6..05d93a393dfe 100644 --- a/src/Batch/Batch/Utils/Utils.cs +++ b/src/Batch/Batch/Utils/Utils.cs @@ -38,11 +38,6 @@ internal static void BoundPoolSyncCollections(PSCloudPool pool) { return ConvertApplicationPackageReference(apr); }); - pool.omObject.CertificateReferences = CreateSyncedList(pool.CertificateReferences, - (c) => - { - return ConvertCertificateReference(c); - }); pool.omObject.Metadata = CreateSyncedDict(pool.Metadata, ConvertMetadataItem); @@ -210,12 +205,6 @@ internal static void PoolSpecificationSyncCollections(PSPoolSpecification spec) { if (spec != null) { - spec.omObject.CertificateReferences = CreateSyncedList(spec.CertificateReferences, - (c) => - { - return ConvertCertificateReference(c); - }); - spec.omObject.Metadata = CreateSyncedDict( spec.Metadata, ConvertMetadataItem); @@ -356,27 +345,10 @@ private static IList CreateSyncedDict(IDictionary psDict, Func - /// Converts a PSCertificateReference to a CertificateReference - /// private static MetadataItem ConvertMetadataItem(string key, string value) => new MetadataItem(key, value); private static EnvironmentSetting ConvertEnvironmentSetting(string key, string value) => new EnvironmentSetting(key, value); - /// - /// Converts a PSCertificateReference to a CertificateReference - /// - private static CertificateReference ConvertCertificateReference(PSCertificateReference psCert) - { - CertificateReference certReference = new CertificateReference(); - certReference.StoreLocation = psCert.StoreLocation; - certReference.StoreName = psCert.StoreName; - certReference.Thumbprint = psCert.Thumbprint; - certReference.ThumbprintAlgorithm = psCert.ThumbprintAlgorithm; - certReference.Visibility = psCert.Visibility; - return certReference; - } - /// /// Converts a PSApplicationPackageReference to a ApplicationPackageReference /// diff --git a/src/Batch/Batch/help/Az.Batch.md b/src/Batch/Batch/help/Az.Batch.md index 8fb63e548e69..05e5a84080dc 100644 --- a/src/Batch/Batch/help/Az.Batch.md +++ b/src/Batch/Batch/help/Az.Batch.md @@ -50,9 +50,6 @@ Gets information about the specified application. ### [Get-AzBatchApplicationPackage](Get-AzBatchApplicationPackage.md) Gets information about an application package in a Batch account. -### [Get-AzBatchCertificate](Get-AzBatchCertificate.md) -Gets the certificates in a Batch account. - ### [Get-AzBatchComputeNode](Get-AzBatchComputeNode.md) Gets Batch compute nodes from a pool. @@ -86,9 +83,6 @@ Gets Batch node counts per node state grouped by pool id. ### [Get-AzBatchPoolUsageMetric](Get-AzBatchPoolUsageMetric.md) Gets pool usage metrics for a Batch account. -### [Get-AzBatchRemoteDesktopProtocolFile](Get-AzBatchRemoteDesktopProtocolFile.md) -Gets an RDP file from a compute node. - ### [Get-AzBatchRemoteLoginSetting](Get-AzBatchRemoteLoginSetting.md) Gets remote logon settings for a compute node. @@ -122,9 +116,6 @@ Adds an application to the specified Batch account. ### [New-AzBatchApplicationPackage](New-AzBatchApplicationPackage.md) Creates an application package in a Batch account. -### [New-AzBatchCertificate](New-AzBatchCertificate.md) -Adds a certificate to the specified Batch account. - ### [New-AzBatchComputeNodeUser](New-AzBatchComputeNodeUser.md) Creates a user account on a Batch compute node. @@ -152,9 +143,6 @@ Deletes an application from a Batch account. ### [Remove-AzBatchApplicationPackage](Remove-AzBatchApplicationPackage.md) Deletes an application package record and the binary file. -### [Remove-AzBatchCertificate](Remove-AzBatchCertificate.md) -Deletes a certificate from an account. - ### [Remove-AzBatchComputeNode](Remove-AzBatchComputeNode.md) Removes compute nodes from a pool. @@ -209,9 +197,6 @@ Upload compute node service log files to an Azure Storage container. ### [Start-AzBatchPoolResize](Start-AzBatchPoolResize.md) Starts to resize a pool. -### [Stop-AzBatchCertificateDeletion](Stop-AzBatchCertificateDeletion.md) -Cancels a failed deletion of a certificate. - ### [Stop-AzBatchJob](Stop-AzBatchJob.md) Stops a Batch job. diff --git a/src/Batch/Batch/help/Get-AzBatchCertificate.md b/src/Batch/Batch/help/Get-AzBatchCertificate.md deleted file mode 100644 index 521dd02e5a59..000000000000 --- a/src/Batch/Batch/help/Get-AzBatchCertificate.md +++ /dev/null @@ -1,231 +0,0 @@ ---- -external help file: Microsoft.Azure.PowerShell.Cmdlets.Batch.dll-Help.xml -Module Name: Az.Batch -ms.assetid: A9C98F8F-90F2-4BF4-A234-31966FBB975B -online version: https://learn.microsoft.com/powershell/module/az.batch/get-azbatchcertificate -schema: 2.0.0 ---- - -# Get-AzBatchCertificate - -## SYNOPSIS -Gets the certificates in a Batch account. - -## SYNTAX - -### ODataFilter (Default) -``` -Get-AzBatchCertificate [-Filter ] [-MaxCount ] [-Select ] - -BatchContext [-DefaultProfile ] [] -``` - -### Thumbprint -``` -Get-AzBatchCertificate [-ThumbprintAlgorithm] [-Thumbprint] [-Select ] - -BatchContext [-DefaultProfile ] [] -``` - -## DESCRIPTION -The **Get-AzBatchCertificate** cmdlet gets the certificates in the Azure Batch account that the *BatchContext* parameter specifies. -To obtain a particular certificate, specify the *ThumbprintAlgorithm* and *Thumbprint* parameters. -Specify the *Filter* parameter to get the certificates that match an Open Data Protocol (OData) filter. - -## EXAMPLES - -### Example 1: Get a certificate by thumbprint -```powershell -Get-AzBatchCertificate -ThumbprintAlgorithm "sha1" -Thumbprint "C1******7C" -BatchContext $Context -``` - -```output -Thumbprint : C1******7C -ThumbprintAlgorithm : sha1 -Url : https://pstests.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=C1******47 -C) -State : Active -StateTransitionTime : 10/6/2015 6:21:16 PM -PreviousState : -PreviousStateTransitionTime : -Data : -CertificateFormat : -Password : -PublicData : MI******FJ -DeleteCertificateError : -``` - -This command gets a single certificate that has the specified thumbprint. -The certificate thumbprint algorithm is sha1. - -### Example 2: Get filtered certificates -```powershell -Get-AzBatchCertificate -Filter "state eq 'active'" -BatchContext $Context -``` - -```output -Thumbprint : 025b351b087a084c5067f5e71eff8591970323f9 -ThumbprintAlgorithm : sha1 -Url : https://pstests.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=02******f9) -State : Active -StateTransitionTime : 10/6/2015 6:21:17 PM -PreviousState : -PreviousStateTransitionTime : -Data : -CertificateFormat : -Password : -PublicData : ******************************** -DeleteCertificateError : - -Thumbprint : C1******7C -ThumbprintAlgorithm : sha1 -Url : https://pstests.eastus.batch.azure.com/certificates(thumbprintAlgorithm=sha1,thumbprint=C1******7C) -State : Active -StateTransitionTime : 10/6/2015 6:21:16 PM -PreviousState : -PreviousStateTransitionTime : -Data : -CertificateFormat : -Password : -PublicData : ******************************** -DeleteCertificateError : -``` - -This command gets all certificates in the active state from the Batch account. -The *Filter* parameter specifies the state. - -## PARAMETERS - -### -BatchContext -Specifies the **BatchAccountContext** instance that this cmdlet uses to interact with the Batch service. -If you use the Get-AzBatchAccount cmdlet to get your BatchAccountContext, then Microsoft Entra authentication will be used when interacting with the Batch service. To use shared key authentication instead, use the Get-AzBatchAccountKey cmdlet to get a BatchAccountContext object with its access keys populated. When using shared key authentication, the primary access key is used by default. To change the key to use, set the BatchAccountContext.KeyInUse property. - -```yaml -Type: Microsoft.Azure.Commands.Batch.BatchAccountContext -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with azure. - -```yaml -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -Parameter Sets: (All) -Aliases: AzContext, AzureRmContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Filter -Specifies an OData filter clause. -If you specify this parameter, this cmdlet gets the certificates that match the filter. - -```yaml -Type: System.String -Parameter Sets: ODataFilter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -MaxCount -Specifies the maximum number of certificates to return. -If you specify a value of zero (0) or less, the cmdlet does not use an upper limit. -The default value is 1000. - -```yaml -Type: System.Int32 -Parameter Sets: ODataFilter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Select -Specifies an OData select clause. -Specify a value for this parameter to get specific properties rather than all object properties. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Thumbprint -Specifies the thumbprint of the certificate that this cmdlet gets. - -```yaml -Type: System.String -Parameter Sets: Thumbprint -Aliases: - -Required: True -Position: 1 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ThumbprintAlgorithm -Specifies the algorithm used to derive the *Thumbprint* parameter. -Currently, the only valid value is sha1. - -```yaml -Type: System.String -Parameter Sets: Thumbprint -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String - -### Microsoft.Azure.Commands.Batch.BatchAccountContext - -## OUTPUTS - -### Microsoft.Azure.Commands.Batch.Models.PSCertificate - -## NOTES - -## RELATED LINKS - -[Get-AzBatchAccountKey](./Get-AzBatchAccountKey.md) - -[New-AzBatchCertificate](./New-AzBatchCertificate.md) - -[Remove-AzBatchCertificate](./Remove-AzBatchCertificate.md) - -[Azure Batch Cmdlets](/powershell/module/Az.Batch/) diff --git a/src/Batch/Batch/help/Get-AzBatchComputeNode.md b/src/Batch/Batch/help/Get-AzBatchComputeNode.md index 9fcba60a8177..f5a3b56e1c08 100644 --- a/src/Batch/Batch/help/Get-AzBatchComputeNode.md +++ b/src/Batch/Batch/help/Get-AzBatchComputeNode.md @@ -58,7 +58,6 @@ TotalTasksRun : 1 StartTaskInformation : RecentTasks : {} StartTask : -CertificateReferences : Errors : ``` @@ -84,7 +83,6 @@ TotalTasksRun : 1 StartTaskInformation : RecentTasks : {} StartTask : -CertificateReferences : Errors : Id : tvm-2316545714_2-20150726t172920z @@ -100,7 +98,6 @@ TotalTasksRun : 0 StartTaskInformation : RecentTasks : StartTask : -CertificateReferences : Errors : ``` @@ -126,7 +123,6 @@ TotalTasksRun : 1 StartTaskInformation : RecentTasks : {} StartTask : -CertificateReferences : Errors : @@ -144,7 +140,6 @@ TotalTasksRun : 0 StartTaskInformation : RecentTasks : StartTask : -CertificateReferences : Errors : ``` diff --git a/src/Batch/Batch/help/Get-AzBatchPool.md b/src/Batch/Batch/help/Get-AzBatchPool.md index 5d763f3eba16..c0b449297a83 100644 --- a/src/Batch/Batch/help/Get-AzBatchPool.md +++ b/src/Batch/Batch/help/Get-AzBatchPool.md @@ -42,7 +42,6 @@ AllocationStateTransitionTime : 7/25/2015 9:30:28 PM AutoScaleEnabled : False AutoScaleFormula : AutoScaleRun : -CertificateReferences : CreationTime : 7/25/2015 9:30:28 PM CurrentDedicated : 0 CurrentOSVersion : * @@ -80,7 +79,6 @@ AllocationStateTransitionTime : 7/25/2015 9:30:28 PM AutoScaleEnabled : False AutoScaleFormula : AutoScaleRun : -CertificateReferences : CreationTime : 7/25/2015 9:30:28 PM CurrentDedicated : 0 CurrentOSVersion : * diff --git a/src/Batch/Batch/help/Get-AzBatchRemoteDesktopProtocolFile.md b/src/Batch/Batch/help/Get-AzBatchRemoteDesktopProtocolFile.md deleted file mode 100644 index 1b2d92b0e872..000000000000 --- a/src/Batch/Batch/help/Get-AzBatchRemoteDesktopProtocolFile.md +++ /dev/null @@ -1,206 +0,0 @@ ---- -external help file: Microsoft.Azure.PowerShell.Cmdlets.Batch.dll-Help.xml -Module Name: Az.Batch -ms.assetid: D077DB50-12BC-45AB-8EAC-57810DA83035 -online version: https://learn.microsoft.com/powershell/module/az.batch/get-azbatchremotedesktopprotocolfile -schema: 2.0.0 ---- - -# Get-AzBatchRemoteDesktopProtocolFile - -## SYNOPSIS -Gets an RDP file from a compute node. - -## SYNTAX - -### Id_Path (Default) -``` -Get-AzBatchRemoteDesktopProtocolFile [-PoolId] [-ComputeNodeId] -DestinationPath - -BatchContext [-DefaultProfile ] [] -``` - -### Id_Stream -``` -Get-AzBatchRemoteDesktopProtocolFile [-PoolId] [-ComputeNodeId] -DestinationStream - -BatchContext [-DefaultProfile ] [] -``` - -### InputObject_Path -``` -Get-AzBatchRemoteDesktopProtocolFile [[-ComputeNode] ] -DestinationPath - -BatchContext [-DefaultProfile ] [] -``` - -### InputObject_Stream -``` -Get-AzBatchRemoteDesktopProtocolFile [[-ComputeNode] ] -DestinationStream - -BatchContext [-DefaultProfile ] [] -``` - -## DESCRIPTION -The **Get-AzBatchRemoteDesktopProtocolFile** cmdlet gets a Remote Desktop Protocol (RDP) file from a compute node and saves it as a file or to a user supplied stream. - -## EXAMPLES - -### Example 1: Get an RDP file from a specified compute node and save the file -```powershell -Get-AzBatchRemoteDesktopProtocolFile -PoolId "Pool06" -ComputeNodeId "ComputeNode01" -DestinationPath "C:\PowerShell\ComputeNode01.rdp" -BatchContext $Context -``` - -This command gets an RDP file from the compute node that has the ID ComputeNode01 in the pool that has the ID Pool06. -The command saves the .rdp file as C:\PowerShell\MyComputeNode.rdp. -Use the Get-AzBatchAccountKey cmdlet to assign a context to the $Context variable. - -### Example 2: Get an RDP file from a compute node and save the file by using the pipeline -```powershell -Get-AzBatchComputeNode -PoolId "Pool06" -Id "ComputeNode02" -BatchContext $Context | Get-AzBatchRemoteDesktopProtocolFile -DestinationPath "C:\PowerShell\MyComputeNode02.rdp" -BatchContext $Context -``` - -This command gets the compute node that has the ID ComputeNode02 in the pool that has the ID Pool06. -The command passes that compute node to the current cmdlet by using the pipeline operator. -The current cmdlet gets an .rpd file from the compute node, and then saves the contents as a file that is named C:\PowerShell\MyComputeNode02.rdp. - -### Example 3: Get a RDP file from a specified compute node and direct it to a stream -```powershell -$Stream = New-Object -TypeName "System.IO.MemoryStream" -Get-AzBatchRemoteDesktopProtocolFile "Pool06" -ComputeNodeId "ComputeNode03" -DestinationStream $Stream -BatchContext $Context -``` - -The first command creates a stream by using the New-Object cmdlet, and then stores it in the $Stream variable. -The second command gets an .rdp file from the compute node that has the ID ComputeNode03 in the pool that has the ID Pool06. -The command directs file contents to the stream in $Stream. - -## PARAMETERS - -### -BatchContext -Specifies the **BatchAccountContext** instance that this cmdlet uses to interact with the Batch service. -If you use the Get-AzBatchAccount cmdlet to get your BatchAccountContext, then Microsoft Entra authentication will be used when interacting with the Batch service. To use shared key authentication instead, use the Get-AzBatchAccountKey cmdlet to get a BatchAccountContext object with its access keys populated. When using shared key authentication, the primary access key is used by default. To change the key to use, set the BatchAccountContext.KeyInUse property. - -```yaml -Type: Microsoft.Azure.Commands.Batch.BatchAccountContext -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -ComputeNode -Specifies a compute node, as a **PSComputeNode** object, to which the .rdp file points. -To obtain a compute node object, use the Get-AzBatchComputeNode cmdlet. - -```yaml -Type: Microsoft.Azure.Commands.Batch.Models.PSComputeNode -Parameter Sets: InputObject_Path, InputObject_Stream -Aliases: - -Required: False -Position: 0 -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -ComputeNodeId -Specifies the ID of the compute node to which the .rdp file points. - -```yaml -Type: System.String -Parameter Sets: Id_Path, Id_Stream -Aliases: - -Required: True -Position: 1 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with azure. - -```yaml -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -Parameter Sets: (All) -Aliases: AzContext, AzureRmContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DestinationPath -Specifies the file path where this cmdlet saves the .rdp file. - -```yaml -Type: System.String -Parameter Sets: Id_Path, InputObject_Path -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DestinationStream -Specifies the stream into which this cmdlet directs the RDP data. -This cmdlet does not close or rewind this stream. - -```yaml -Type: System.IO.Stream -Parameter Sets: Id_Stream, InputObject_Stream -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -PoolId -Specifies the ID of the pool that contains the compute node from which this cmdlet gets an .rdp file. - -```yaml -Type: System.String -Parameter Sets: Id_Path, Id_Stream -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String - -### Microsoft.Azure.Commands.Batch.Models.PSComputeNode - -### Microsoft.Azure.Commands.Batch.BatchAccountContext - -## OUTPUTS - -### System.Void - -## NOTES - -## RELATED LINKS - -[Get-AzBatchAccountKey](./Get-AzBatchAccountKey.md) - -[Get-AzBatchComputeNode](./Get-AzBatchComputeNode.md) - -[Azure Batch Cmdlets](/powershell/module/Az.Batch/) diff --git a/src/Batch/Batch/help/Get-AzBatchRemoteLoginSetting.md b/src/Batch/Batch/help/Get-AzBatchRemoteLoginSetting.md index da45b5301702..0485549a5eac 100644 --- a/src/Batch/Batch/help/Get-AzBatchRemoteLoginSetting.md +++ b/src/Batch/Batch/help/Get-AzBatchRemoteLoginSetting.md @@ -166,6 +166,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-AzBatchComputeNode](./Get-AzBatchComputeNode.md) -[Get-AzBatchRemoteDesktopProtocolFile](./Get-AzBatchRemoteDesktopProtocolFile.md) - [Azure Batch Cmdlets](/powershell/module/Az.Batch/) diff --git a/src/Batch/Batch/help/New-AzBatchAccount.md b/src/Batch/Batch/help/New-AzBatchAccount.md index 0bb8f6fc44e6..afb898eb7f33 100644 --- a/src/Batch/Batch/help/New-AzBatchAccount.md +++ b/src/Batch/Batch/help/New-AzBatchAccount.md @@ -237,7 +237,7 @@ The public network access type Type: Microsoft.Azure.Management.Batch.Models.PublicNetworkAccessType Parameter Sets: (All) Aliases: -Accepted values: Enabled, Disabled +Accepted values: Enabled, Disabled, SecuredByPerimeter Required: False Position: Named diff --git a/src/Batch/Batch/help/New-AzBatchCertificate.md b/src/Batch/Batch/help/New-AzBatchCertificate.md deleted file mode 100644 index 008878ca7d34..000000000000 --- a/src/Batch/Batch/help/New-AzBatchCertificate.md +++ /dev/null @@ -1,168 +0,0 @@ ---- -external help file: Microsoft.Azure.PowerShell.Cmdlets.Batch.dll-Help.xml -Module Name: Az.Batch -ms.assetid: B423C1A1-1988-4721-81E7-3B7EC163B03A -online version: https://learn.microsoft.com/powershell/module/az.batch/new-azbatchcertificate -schema: 2.0.0 ---- - -# New-AzBatchCertificate - -## SYNOPSIS -Adds a certificate to the specified Batch account. - -## SYNTAX - -### File (Default) -``` -New-AzBatchCertificate [-FilePath] [-Password ] [-Kind ] - -BatchContext [-DefaultProfile ] [] -``` - -### RawData -``` -New-AzBatchCertificate [-RawData] [-Password ] [-Kind ] - -BatchContext [-DefaultProfile ] [] -``` - -## DESCRIPTION -The **New-AzBatchCertificate** cmdlet adds a certificate to the specified Azure Batch account. - -## EXAMPLES - -### Example 1: Add a certificate from a file -```powershell -New-AzBatchCertificate -FilePath "E:\Certificates\MyCert.cer" -BatchContext $Context -``` - -This command adds a certificate to the specified Batch account by using the file E:\Certificates\MyCert.cer. - -### Example 2: Add a certificate from raw data -```powershell -$RawData = [System.IO.File]::ReadAllBytes("E:\Certificates\MyCert.pfx") -New-AzBatchCertificate -RawData $RawData -Password -BatchContext $Context -``` - -The first command reads the data from the file named MyCert.pfx into the $RawData variable. -The second command adds a certificate to the specified Batch account using the raw data stored in $RawData. - -## PARAMETERS - -### -BatchContext -Specifies the **BatchAccountContext** instance that this cmdlet uses to interact with the Batch service. -If you use the Get-AzBatchAccount cmdlet to get your BatchAccountContext, then Microsoft Entra authentication will be used when interacting with the Batch service. To use shared key authentication instead, use the Get-AzBatchAccountKey cmdlet to get a BatchAccountContext object with its access keys populated. When using shared key authentication, the primary access key is used by default. To change the key to use, set the BatchAccountContext.KeyInUse property. - -```yaml -Type: Microsoft.Azure.Commands.Batch.BatchAccountContext -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with azure. - -```yaml -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -Parameter Sets: (All) -Aliases: AzContext, AzureRmContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -FilePath -Specifies the path of the certificate file. -The certificate file must be in either .cer or .pfx format. - -```yaml -Type: System.String -Parameter Sets: File -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Kind -The kind of certificate to create. If this is not specified, it is assumed that all certificates without a password are CER and all certificates with password are PFX. - -```yaml -Type: Microsoft.Azure.Commands.Batch.Models.PSCertificateKind -Parameter Sets: (All) -Aliases: -Accepted values: Cer, Pfx - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Password -Specifies the password to access the certificate private key. -You must specify this parameter if you specify a certificate in .pfx format. - -```yaml -Type: System.Security.SecureString -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -RawData -Specifies the raw certificate data in either .cer or .pfx format. - -```yaml -Type: System.Byte[] -Parameter Sets: RawData -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.Byte[] - -### Microsoft.Azure.Commands.Batch.BatchAccountContext - -## OUTPUTS - -### System.Void - -## NOTES - -## RELATED LINKS - -[Get-AzBatchCertificate](./Get-AzBatchCertificate.md) - -[Get-AzBatchAccountKey](./Get-AzBatchAccountKey.md) - -[Remove-AzBatchCertificate](./Remove-AzBatchCertificate.md) - -[Azure Batch Cmdlets](/powershell/module/Az.Batch/) diff --git a/src/Batch/Batch/help/New-AzBatchPool.md b/src/Batch/Batch/help/New-AzBatchPool.md index 257bc0c88c9e..317b532d719a 100644 --- a/src/Batch/Batch/help/New-AzBatchPool.md +++ b/src/Batch/Batch/help/New-AzBatchPool.md @@ -17,31 +17,24 @@ Creates a pool in the Batch service. ``` New-AzBatchPool [-Id] -VirtualMachineSize [-DisplayName ] [-ResizeTimeout ] [-TargetDedicatedComputeNodes ] [-TargetLowPriorityComputeNodes ] [-TaskSlotsPerNode ] - [-UpgradePolicy ] [-TaskSchedulingPolicy ] - [-ResourceTag ] [-Metadata ] [-InterComputeNodeCommunicationEnabled] - [-StartTask ] [-CertificateReferences ] + [-UpgradePolicy ] [-TaskSchedulingPolicy ] [-Metadata ] + [-InterComputeNodeCommunicationEnabled] [-StartTask ] [-ApplicationPackageReferences ] - [-ApplicationLicenses ] - [-CloudServiceConfiguration ] [-NetworkConfiguration ] - [-MountConfiguration ] [-UserAccount ] - [-CurrentNodeCommunicationMode ] [-TargetNodeCommunicationMode ] - -BatchContext [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-NetworkConfiguration ] [-MountConfiguration ] + [-UserAccount ] -BatchContext + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### VirtualMachineAndTargetDedicated ``` New-AzBatchPool [-Id] -VirtualMachineSize [-DisplayName ] [-ResizeTimeout ] [-TargetDedicatedComputeNodes ] [-TargetLowPriorityComputeNodes ] [-TaskSlotsPerNode ] - [-UpgradePolicy ] [-TaskSchedulingPolicy ] - [-ResourceTag ] [-Metadata ] [-InterComputeNodeCommunicationEnabled] - [-StartTask ] [-CertificateReferences ] + [-UpgradePolicy ] [-TaskSchedulingPolicy ] [-Metadata ] + [-InterComputeNodeCommunicationEnabled] [-StartTask ] [-ApplicationPackageReferences ] - [-ApplicationLicenses ] [-VirtualMachineConfiguration ] [-NetworkConfiguration ] [-MountConfiguration ] - [-UserAccount ] [-CurrentNodeCommunicationMode ] - [-TargetNodeCommunicationMode ] -BatchContext + [-UserAccount ] -BatchContext [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -49,31 +42,24 @@ New-AzBatchPool [-Id] -VirtualMachineSize [-DisplayName -VirtualMachineSize [-DisplayName ] [-AutoScaleEvaluationInterval ] [-AutoScaleFormula ] [-TaskSlotsPerNode ] - [-UpgradePolicy ] [-TaskSchedulingPolicy ] - [-ResourceTag ] [-Metadata ] [-InterComputeNodeCommunicationEnabled] - [-StartTask ] [-CertificateReferences ] + [-UpgradePolicy ] [-TaskSchedulingPolicy ] [-Metadata ] + [-InterComputeNodeCommunicationEnabled] [-StartTask ] [-ApplicationPackageReferences ] - [-ApplicationLicenses ] - [-CloudServiceConfiguration ] [-NetworkConfiguration ] - [-MountConfiguration ] [-UserAccount ] - [-CurrentNodeCommunicationMode ] [-TargetNodeCommunicationMode ] - -BatchContext [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-NetworkConfiguration ] [-MountConfiguration ] + [-UserAccount ] -BatchContext + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ### VirtualMachineAndAutoScale ``` New-AzBatchPool [-Id] -VirtualMachineSize [-DisplayName ] [-AutoScaleEvaluationInterval ] [-AutoScaleFormula ] [-TaskSlotsPerNode ] - [-UpgradePolicy ] [-TaskSchedulingPolicy ] - [-ResourceTag ] [-Metadata ] [-InterComputeNodeCommunicationEnabled] - [-StartTask ] [-CertificateReferences ] + [-UpgradePolicy ] [-TaskSchedulingPolicy ] [-Metadata ] + [-InterComputeNodeCommunicationEnabled] [-StartTask ] [-ApplicationPackageReferences ] - [-ApplicationLicenses ] [-VirtualMachineConfiguration ] [-NetworkConfiguration ] [-MountConfiguration ] - [-UserAccount ] [-CurrentNodeCommunicationMode ] - [-TargetNodeCommunicationMode ] -BatchContext + [-UserAccount ] -BatchContext [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` @@ -82,15 +68,7 @@ The **New-AzBatchPool** cmdlet creates a pool in the Azure Batch service under t ## EXAMPLES -### Example 1: Create a new pool using the TargetDedicated parameter set using CloudServiceConfiguration -```powershell -$configuration = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration" -ArgumentList @(4,"*") -New-AzBatchPool -Id "MyPool" -VirtualMachineSize "STANDARD_D1_V2" -CloudServiceConfiguration $configuration -TargetDedicatedComputeNodes 3 -BatchContext $Context -``` - -The pool is configured to use STANDARD_D1_V2 virtual machines with operating system version of family four. - -### Example 2: Create a new pool using the TargetDedicated parameter set using VirtualMachineConfiguration +### Example 1: Create a new pool using the TargetDedicated parameter set using VirtualMachineConfiguration ```powershell $imageReference = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSImageReference" -ArgumentList @("WindowsServer", "MicrosoftWindowsServer", "2016-Datacenter", "*") $configuration = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration" -ArgumentList @($imageReference, "batch.node.windows amd64") @@ -101,7 +79,7 @@ This command creates a new pool with ID MyPool using the TargetDedicated paramet The target allocation is three compute nodes. The pool is configured to use STANDARD_D1_V2 virtual machines with the Windows-2016-Datacenter operating system image. -### Example 3: Create a new pool using the AutoScale parameter set +### Example 2: Create a new pool using the AutoScale parameter set ```powershell $imageReference = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSImageReference" -ArgumentList @("WindowsServer", "MicrosoftWindowsServer", "2016-Datacenter", "*") $configuration = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration" -ArgumentList @($imageReference, "batch.node.windows amd64") @@ -111,7 +89,7 @@ New-AzBatchPool -Id "AutoScalePool" -VirtualMachineSize "STANDARD_D1_V2" -Virtua This command creates a new pool with ID AutoScalePool using the AutoScale parameter set. The pool is configured to use STANDARD_D1_V2 virtual machines with the Windows-2016-Datacenter operating system image, and the target number of compute nodes are determined by the Autoscale formula. -### Example 4: Create a pool with nodes in a subnet +### Example 3: Create a pool with nodes in a subnet ```powershell $imageReference = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSImageReference" -ArgumentList @("WindowsServer", "MicrosoftWindowsServer", "2016-Datacenter", "*") $configuration = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration" -ArgumentList @($imageReference, "batch.node.windows amd64") @@ -120,7 +98,7 @@ $networkConfig.SubnetId = "/subscriptions/{subscription}/resourceGroups/{group}/ New-AzBatchPool -Id "AutoScalePool" -VirtualMachineSize "STANDARD_D1_V2" -VirtualMachineConfiguration $configuration -TargetDedicatedComputeNodes 3 -NetworkConfiguration $networkConfig -BatchContext $Context ``` -### Example 5: Create a pool with custom user accounts +### Example 4: Create a pool with custom user accounts ```powershell $imageReference = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSImageReference" -ArgumentList @("WindowsServer", "MicrosoftWindowsServer", "2016-Datacenter", "*") $configuration = New-Object -TypeName "Microsoft.Azure.Commands.Batch.Models.PSVirtualMachineConfiguration" -ArgumentList @($imageReference, "batch.node.windows amd64") @@ -130,21 +108,6 @@ New-AzBatchPool -Id "AutoScalePool" -VirtualMachineSize "STANDARD_D1_V2" -Virtua ## PARAMETERS -### -ApplicationLicenses -The list of application licenses the Batch service will make available on each compute node in the pool. - -```yaml -Type: System.Collections.Generic.List`1[System.String] -Parameter Sets: (All) -Aliases: ApplicationLicense - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -ApplicationPackageReferences ```yaml Type: Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[] @@ -205,53 +168,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -CertificateReferences -Specifies certificates associated with the pool. -The Batch service installs the referenced certificates on each compute node of the pool. - -```yaml -Type: Microsoft.Azure.Commands.Batch.Models.PSCertificateReference[] -Parameter Sets: (All) -Aliases: CertificateReference - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CloudServiceConfiguration -Specifies configuration settings for a pool based on the Azure cloud service platform. - -```yaml -Type: Microsoft.Azure.Commands.Batch.Models.PSCloudServiceConfiguration -Parameter Sets: CloudServiceAndTargetDedicated, CloudServiceAndAutoScale -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -CurrentNodeCommunicationMode -The current pool communication mode. - -```yaml -Type: Microsoft.Azure.Batch.Common.NodeCommunicationMode -Parameter Sets: (All) -Aliases: -Accepted values: Default, Classic, Simplified - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -DefaultProfile The credentials, account, tenant, and subscription used for communication with azure. @@ -374,21 +290,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ResourceTag -The user defined tags to be associated with the Azure Batch Pool.When specified, these tags are propagated to the backing Azure resources associated with the pool.This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'. - -```yaml -Type: System.Collections.IDictionary -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -StartTask Specifies the start task specification for the pool. The start task is run when a compute node joins the pool, or when the compute node is rebooted or reimaged. @@ -435,22 +336,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -TargetNodeCommunicationMode -The desired node communication mode for the pool. - -```yaml -Type: Microsoft.Azure.Batch.Common.NodeCommunicationMode -Parameter Sets: (All) -Aliases: -Accepted values: Default, Classic, Simplified - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -TaskSchedulingPolicy Specifies the task scheduling policy, such as the ComputeNodeFillType. @@ -595,4 +480,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Remove-AzBatchPool](./Remove-AzBatchPool.md) -[Azure Batch Cmdlets](/powershell/module/Az.Batch/) +[Azure Batch Cmdlets](/powershell/module/Az.Batch/) \ No newline at end of file diff --git a/src/Batch/Batch/help/Remove-AzBatchCertificate.md b/src/Batch/Batch/help/Remove-AzBatchCertificate.md deleted file mode 100644 index 9b43ce4c0158..000000000000 --- a/src/Batch/Batch/help/Remove-AzBatchCertificate.md +++ /dev/null @@ -1,163 +0,0 @@ ---- -external help file: Microsoft.Azure.PowerShell.Cmdlets.Batch.dll-Help.xml -Module Name: Az.Batch -ms.assetid: 3DFFD0F2-6CD8-4FBE-B15C-8505CBF8F44E -online version: https://learn.microsoft.com/powershell/module/az.batch/remove-azbatchcertificate -schema: 2.0.0 ---- - -# Remove-AzBatchCertificate - -## SYNOPSIS -Deletes a certificate from an account. - -## SYNTAX - -``` -Remove-AzBatchCertificate [-ThumbprintAlgorithm] [-Thumbprint] - -BatchContext [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -## DESCRIPTION -The **Remove-AzBatchCertificate** cmdlet removes a certificate from the specified Azure Batch account. - -## EXAMPLES - -### Example 1: Remove a certificate -```powershell -Remove-AzBatchCertificate -ThumbprintAlgorithm "sha1" -Thumbprint "c1e494a415149c5f211c4778b52f2e834a07247c" -BatchContext $Context -``` - -This command removes the certificate that has the specified thumbprint. - -### Example 2:Remove all active certificates -```powershell -Get-AzBatchCertificate -Filter "state eq 'active'" -BatchContext $Context | Remove-AzBatchCertificate -BatchContext $Context -``` - -This command gets all certificates that are active by using the Get-AzBatchCertificate cmdlet. -The command passes the active certificates to the current cmdlet by using the pipeline operator. -That cmdlet removes each certificate. - -## PARAMETERS - -### -BatchContext -Specifies the **BatchAccountContext** instance that this cmdlet uses to interact with the Batch service. -If you use the Get-AzBatchAccount cmdlet to get your BatchAccountContext, then Microsoft Entra authentication will be used when interacting with the Batch service. To use shared key authentication instead, use the Get-AzBatchAccountKey cmdlet to get a BatchAccountContext object with its access keys populated. When using shared key authentication, the primary access key is used by default. To change the key to use, set the BatchAccountContext.KeyInUse property. - -```yaml -Type: Microsoft.Azure.Commands.Batch.BatchAccountContext -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with azure. - -```yaml -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -Parameter Sets: (All) -Aliases: AzContext, AzureRmContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Thumbprint -Specifies the thumbprint of the certificate that this cmdlet deletes. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 1 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ThumbprintAlgorithm -Specifies the algorithm used to derive the *Thumbprint* parameter. -Currently, the only valid value is sha1. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: cf - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -WhatIf -Shows what would happen if the cmdlet runs. -The cmdlet is not run. - -```yaml -Type: System.Management.Automation.SwitchParameter -Parameter Sets: (All) -Aliases: wi - -Required: False -Position: Named -Default value: False -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String - -### Microsoft.Azure.Commands.Batch.BatchAccountContext - -## OUTPUTS - -### System.Void - -## NOTES - -## RELATED LINKS - -[Get-AzBatchCertificate](./Get-AzBatchCertificate.md) - -[Get-AzBatchAccountKey](./Get-AzBatchAccountKey.md) - -[New-AzBatchCertificate](./New-AzBatchCertificate.md) - -[Stop-AzBatchCertificateDeletion](./Stop-AzBatchCertificateDeletion.md) - -[Azure Batch Cmdlets](/powershell/module/Az.Batch/) diff --git a/src/Batch/Batch/help/Stop-AzBatchCertificateDeletion.md b/src/Batch/Batch/help/Stop-AzBatchCertificateDeletion.md deleted file mode 100644 index 702a04242eab..000000000000 --- a/src/Batch/Batch/help/Stop-AzBatchCertificateDeletion.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -external help file: Microsoft.Azure.PowerShell.Cmdlets.Batch.dll-Help.xml -Module Name: Az.Batch -ms.assetid: B3C8A2DB-6571-418D-8C4B-3BE3FDA42F89 -online version: https://learn.microsoft.com/powershell/module/az.batch/stop-azbatchcertificatedeletion -schema: 2.0.0 ---- - -# Stop-AzBatchCertificateDeletion - -## SYNOPSIS -Cancels a failed deletion of a certificate. - -## SYNTAX - -``` -Stop-AzBatchCertificateDeletion [-ThumbprintAlgorithm] [-Thumbprint] - -BatchContext [-DefaultProfile ] [] -``` - -## DESCRIPTION -The **Stop-AzBatchCertificateDeletion** cmdlet cancels a failed deletion of a certificate in the Azure Batch service. -You can stop a deletion only if the certificate is in the **DeleteFailed** state. -This cmdlet restores the certificate to the **Active** state. - -## EXAMPLES - -### Example 1: Cancel a deletion -```powershell -Stop-AzBatchCertificateDeletion -ThumbprintAlgorithm "sha1" -Thumbprint "c1e494a415149c5f211c4778b52f2e834a07247c" -BatchContext $Context -``` - -This command cancels the deletion of the certificate that has the specified thumbprint. - -## PARAMETERS - -### -BatchContext -Specifies the **BatchAccountContext** instance that this cmdlet uses to interact with the Batch service. -If you use the Get-AzBatchAccount cmdlet to get your BatchAccountContext, then Microsoft Entra authentication will be used when interacting with the Batch service. To use shared key authentication instead, use the Get-AzBatchAccountKey cmdlet to get a BatchAccountContext object with its access keys populated. When using shared key authentication, the primary access key is used by default. To change the key to use, set the BatchAccountContext.KeyInUse property. - -```yaml -Type: Microsoft.Azure.Commands.Batch.BatchAccountContext -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with azure. - -```yaml -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -Parameter Sets: (All) -Aliases: AzContext, AzureRmContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Thumbprint -Specifies the thumbprint of the certificate that this cmdlet restores to the **Active** state. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 1 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### -ThumbprintAlgorithm -Specifies the algorithm used to derive the *Thumbprint* parameter. -Currently, the only valid value is sha1. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String - -### Microsoft.Azure.Commands.Batch.BatchAccountContext - -## OUTPUTS - -### System.Void - -## NOTES - -## RELATED LINKS - -[Get-AzBatchAccountKey](./Get-AzBatchAccountKey.md) - -[Remove-AzBatchCertificate](./Remove-AzBatchCertificate.md) - -[Azure Batch Cmdlets](/powershell/module/Az.Batch/) diff --git a/tools/StaticAnalysis/Exceptions/Az.Batch/BreakingChangeIssues.csv b/tools/StaticAnalysis/Exceptions/Az.Batch/BreakingChangeIssues.csv new file mode 100644 index 000000000000..02ae4878b24b --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.Batch/BreakingChangeIssues.csv @@ -0,0 +1,57 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolNodeCountCommand","Get-AzBatchPoolNodeCount","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolNodeCountCommand","Get-AzBatchPoolNodeCount","0","3010","The property 'ApplicationLicenses' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ApplicationLicenses' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolNodeCountCommand","Get-AzBatchPoolNodeCount","0","3010","The property 'ResourceTags' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ResourceTags' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolNodeCountCommand","Get-AzBatchPoolNodeCount","0","3010","The property 'TargetNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'TargetNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolNodeCountCommand","Get-AzBatchPoolNodeCount","0","3010","The property 'CurrentNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CurrentNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchRemoteDesktopProtocolFileCommand","Get-AzBatchRemoteDesktopProtocolFile","0","1000","The cmdlet 'Get-AzBatchRemoteDesktopProtocolFile' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzBatchRemoteDesktopProtocolFile' back to the module, or add an alias to the original cmdlet name." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeRemoteLoginSettingCommand","Get-AzBatchRemoteLoginSetting","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchCertificateCommand","New-AzBatchCertificate","0","1000","The cmdlet 'New-AzBatchCertificate' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'New-AzBatchCertificate' back to the module, or add an alias to the original cmdlet name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchComputeNodeUserCommand","New-AzBatchComputeNodeUser","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","2000","The cmdlet 'New-AzBatchPool' no longer supports the parameter 'ResourceTag' and no alias was found for the original parameter name.","Add the parameter 'ResourceTag' back to the cmdlet 'New-AzBatchPool', or add an alias to the original parameter name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","2000","The cmdlet 'New-AzBatchPool' no longer supports the parameter 'CertificateReferences' and no alias was found for the original parameter name.","Add the parameter 'CertificateReferences' back to the cmdlet 'New-AzBatchPool', or add an alias to the original parameter name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","2000","The cmdlet 'New-AzBatchPool' no longer supports the parameter 'ApplicationLicenses' and no alias was found for the original parameter name.","Add the parameter 'ApplicationLicenses' back to the cmdlet 'New-AzBatchPool', or add an alias to the original parameter name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","2000","The cmdlet 'New-AzBatchPool' no longer supports the parameter 'CloudServiceConfiguration' and no alias was found for the original parameter name.","Add the parameter 'CloudServiceConfiguration' back to the cmdlet 'New-AzBatchPool', or add an alias to the original parameter name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","2000","The cmdlet 'New-AzBatchPool' no longer supports the parameter 'CurrentNodeCommunicationMode' and no alias was found for the original parameter name.","Add the parameter 'CurrentNodeCommunicationMode' back to the cmdlet 'New-AzBatchPool', or add an alias to the original parameter name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","2000","The cmdlet 'New-AzBatchPool' no longer supports the parameter 'TargetNodeCommunicationMode' and no alias was found for the original parameter name.","Add the parameter 'TargetNodeCommunicationMode' back to the cmdlet 'New-AzBatchPool', or add an alias to the original parameter name." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","1050","The parameter set '__AllParameterSets' for cmdlet 'New-AzBatchPool' has been removed.","Add parameter set '__AllParameterSets' back to cmdlet 'New-AzBatchPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","1050","The parameter set 'VirtualMachineAndTargetDedicated' for cmdlet 'New-AzBatchPool' has been removed.","Add parameter set 'VirtualMachineAndTargetDedicated' back to cmdlet 'New-AzBatchPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","1050","The parameter set 'CloudServiceAndTargetDedicated' for cmdlet 'New-AzBatchPool' has been removed.","Add parameter set 'CloudServiceAndTargetDedicated' back to cmdlet 'New-AzBatchPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","1050","The parameter set 'CloudServiceAndAutoScale' for cmdlet 'New-AzBatchPool' has been removed.","Add parameter set 'CloudServiceAndAutoScale' back to cmdlet 'New-AzBatchPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.NewBatchPoolCommand","New-AzBatchPool","0","1050","The parameter set 'VirtualMachineAndAutoScale' for cmdlet 'New-AzBatchPool' has been removed.","Add parameter set 'VirtualMachineAndAutoScale' back to cmdlet 'New-AzBatchPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.RemoveBatchCertificateCommand","Remove-AzBatchCertificate","0","1000","The cmdlet 'Remove-AzBatchCertificate' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Remove-AzBatchCertificate' back to the module, or add an alias to the original cmdlet name." +"Az.Batch","Microsoft.Azure.Commands.Batch.RemoveBatchComputeNodeCommand","Remove-AzBatchComputeNode","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.ResetBatchComputeNodeCommand","Reset-AzBatchComputeNode","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.RestartBatchComputeNodeCommand","Restart-AzBatchComputeNode","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzBatchPool","0","3010","The property 'CloudServiceConfiguration' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CloudServiceConfiguration' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzBatchPool","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzBatchPool","0","3010","The property 'ApplicationLicenses' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ApplicationLicenses' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzBatchPool","0","3010","The property 'ResourceTags' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ResourceTags' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzBatchPool","0","3010","The property 'TargetNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'TargetNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.SetBatchPoolCommand","Set-AzBatchPool","0","3010","The property 'CurrentNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CurrentNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.StartBatchComputeNodeServiceLogUploadCommand","Start-AzBatchComputeNodeServiceLogUpload","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.StopBatchCertificateDeletionCommand","Stop-AzBatchCertificateDeletion","0","1000","The cmdlet 'Stop-AzBatchCertificateDeletion' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Stop-AzBatchCertificateDeletion' back to the module, or add an alias to the original cmdlet name." +"Az.Batch","Microsoft.Azure.Commands.Batch.DisableBatchComputeNodeSchedulingCommand","Disable-AzBatchComputeNodeScheduling","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.EnableBatchComputeNodeSchedulingCommand","Enable-AzBatchComputeNodeScheduling","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchCertificateCommand","Get-AzBatchCertificate","0","1000","The cmdlet 'Get-AzBatchCertificate' has been removed and no alias was found for the original cmdlet name.","Add the cmdlet 'Get-AzBatchCertificate' back to the module, or add an alias to the original cmdlet name." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'CloudServiceConfiguration' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CloudServiceConfiguration' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'ApplicationLicenses' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ApplicationLicenses' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'ResourceTags' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ResourceTags' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'TargetNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'TargetNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeCommand","Get-AzBatchComputeNode","0","3010","The property 'CurrentNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CurrentNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeExtensionCommand","Get-AzBatchComputeNodeExtension","0","3010","The property 'CloudServiceConfiguration' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CloudServiceConfiguration' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeExtensionCommand","Get-AzBatchComputeNodeExtension","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeExtensionCommand","Get-AzBatchComputeNodeExtension","0","3010","The property 'ApplicationLicenses' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ApplicationLicenses' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeExtensionCommand","Get-AzBatchComputeNodeExtension","0","3010","The property 'ResourceTags' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ResourceTags' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeExtensionCommand","Get-AzBatchComputeNodeExtension","0","3010","The property 'TargetNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'TargetNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchComputeNodeExtensionCommand","Get-AzBatchComputeNodeExtension","0","3010","The property 'CurrentNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CurrentNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchJobCommand","Get-AzBatchJob","0","3010","The property 'CloudServiceConfiguration' of type 'Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification' has been removed.","Add the property 'CloudServiceConfiguration' back to type 'Microsoft.Azure.Commands.Batch.Models.PSPoolSpecification'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchNodeFileCommand","Get-AzBatchNodeFile","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSComputeNode'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzBatchPool","0","3010","The property 'CloudServiceConfiguration' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CloudServiceConfiguration' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzBatchPool","0","3010","The property 'CertificateReferences' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CertificateReferences' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzBatchPool","0","3010","The property 'ApplicationLicenses' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ApplicationLicenses' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzBatchPool","0","3010","The property 'ResourceTags' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'ResourceTags' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzBatchPool","0","3010","The property 'TargetNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'TargetNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'." +"Az.Batch","Microsoft.Azure.Commands.Batch.GetBatchPoolCommand","Get-AzBatchPool","0","3010","The property 'CurrentNodeCommunicationMode' of type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool' has been removed.","Add the property 'CurrentNodeCommunicationMode' back to type 'Microsoft.Azure.Commands.Batch.Models.PSCloudPool'."